/*
Theme Name: Asset Mangement
Description: Design custom made for Asset Management by Vizualise
Version: 1.0
Author: Nick Hughes
Author URI: http://vizualise.co.nz
*/



/* ------ Base Styles */
body {
	background-color: #FFFFFF;
	color: #999;
	font-family: 'Verdana', Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	}	

a {
	text-decoration: none;
	outline: none;
	color: #999;
}

a:hover {
	color: #D50A27;
}

img {
	border: none;
	}
	
ul, li {
	list-style-type: none;
	}
	
p {

    font-weight: normal;
    
	margin: 0 0 5px;
	color: #999;
	font-weight: lighter;
}

h1 { font-size:17px; font-weight:500;}
h2 { font-size:14px; text-transform:uppercase;} 
h3 { font-size:14px;}

h1, h2, h3 {margin: 0 0 10px; line-height: 20px; color:#333;}

#container-fixed {width:1024px; margin: 0 auto;}
#container-fluid {width:100%; margin: 0 ;}

#left-column-fixed {width:324px; float:left; background:url(images/header-line-left-bgl.gif) 0 0 no-repeat;}
#right-column-fixed {width:700px; float:right; background:url(images/header-line-right-bg.gif) 0 0 no-repeat;}

#minustext {font-size:11px;}
#plustext {font-size:15px;}

/* ------ Header Styles */
#header { }
#logo {float: right; margin: 23px 20px 35px 0 }
#mainav {float: right; margin: 0 10px 0 0; width:230px; min-height:300px;}
#utilities{float: right; margin: 0 10px 0 0; padding:0 0 0 5px; min-height:18px; width:230px;}


/* ------ Navigation Styles */
#mainav ul li {margin: 0 0 15px 0; }

#mainav ul li a {font-size:14px;text-transform:uppercase;color:#666;}
#mainav ul li a:hover {color:#D50A27;}
#mainav ul li.current_page_item a {color:#D50A27;}

/* ------ Content Styles */
#content { float:left; margin: 0; width:100%}

#top-banner {height:100px; width: 305px; background:#000; float:right}
#gallery {height:305px; margin: 0 0 30px 0}

#intro-copy {width: 350px;float:left;}
#intro-copy h1 {height:50px;}
#contact-info {width: 305px;float:right;}
#contact-info .logo-contact {height:50px; margin: 0 0 10px}

p.email-link {padding: 0 0 0 25px; background:url(images/email-icon.jpg) 0 2px no-repeat;}

/* ------ Footer Styles */
#footer { margin: 40px 0 0 0}

#copyright {width: 350px;float:left;}
#vizualise {width: 305px;float:right;}

/* WordPress styles */
.alignright {
float: right;
}
.alignleft {
float: left;
}
.aligncenter {
display: block;
margin: 0 auto;
}
.wp-caption {
padding-top: 5px;
border: 4px solid #e2e2e2;
text-align: center;
background-color: #fff;
margin: 10px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

