/*
Theme Name: cva theme
Theme URI: http://thedesignweb.com.au.com
Description: Custom theme designed for Commercial Vessials Association of NSW
Author: Belinda Johnstone
Author URI: http://thedesignweb.com.au
Tags: Commercial Vessels, website, theme, 
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";



/* General Styles */

body {

	font-size: 79%; /* Resets 1em to 10px */
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	background: #072f4b;
	color: #333;
	text-align: center;

}
		
	
#wrap {	
	width: 800px;
	margin: 0 auto;
	margin-bottom: 30px;
	height: auto;
	background-color: #fff;
	text-align: left;
}

p {
line-height: 1.5em;
margin-bottom: 10px;}

li {
	padding: 0px 0px 5px 0;
}

a {
	text-decoration: none;
	color: #0070af;
}

h1 {
	margin-bottom: 15px;
	font-size: 1.3em;
	color: #072f4b;
}

h2 {
	margin: 15px 0 3px 0;
	font-size: 1em;
	color: #072f4b;
}


h3.post {
	margin: 15px 0 3px 0;
	font-size: 1.3em;
	color: #072f4b;
}

h2.post {
	margin: 15px 0 3px 0;
	font-size: 1em;
	color: #072f4b;
}

hr.color {
	margin: 5px 0;
	color: blue;
}

/* Header Styles */

#header {
 	width: 800px;
 	height: 48px;
	margin: 0px;
	background-color: #072f4b;
	padding: 0 0 10px 0;
}

h1.logo {
	font-size: 2.7em;
	font-weight: normal;
	margin: 0px 0px -15px 0;
	text-align: center;
	padding-top: 20px;

}

h1.logo a{
	color: #ccedfb;
}

h1.members_heading {
	color: #ccedfb;
	font-size: 5em;
	text-align: center;
	font-weight: normal;
	margin-bottom: -5px;}

/* Front Page Sponsor section */
		
#sponsors {
	margin-top: 25px;
	height: 140px;
	border-top: 1px solid #072f4b;
}

.sponsor_section {
	width: auto;
	position: relative;
	float: left;
	margin: 2px 25px 0 0px;
	font-size: 15px;
	line-height: 70px;
	color: #072f4b;
}	

		


/* Sidebar */
		
#sidebar {
	margin: 0px 30px 20px 0px;
 	width: 190px;
 	text-align: left;
 	float: right;
}

#sidebar p {
	margin: 0 0px 2px 0px;
	font-size: 98%;
	line-height: 1.4em;
}
	
#sidebar li {
	padding: 0px 0px 5px 0;
}

.sponsor_box { height: 120px;
	}

h2.contact{
	margin: 0 5px 2px 0px;
	font-size: 1.2em;
	color: #072f4b;
}		

#cvalogo {
	margin-bottom: 15px;}
	
	.sponsor_pics {
	padding-bottom: 15px;}
	
#contact p {
	margin: 0 0px 2px 0px;
	font-size: 98%;
	line-height: 1.4em;
}




#contact a:hover {
	text-decoration: underline;}
	
img .logo {
	margin-bottom: 10px;
}


/* content */

.content_wrap {
	height: auto;}		
		
.page_content {
 	width: 490px;
	margin: 20px 20px 5px 40px;
}

.post_content {
 	width: 720px;
	margin: 20px 20px 5px 40px;
}

.static_page {
	width: 500px;
	margin: 22px 0 20px 40px;
}



li.list {
	margin: 0 50px 3px 20px;
	list-style-type: disc;
	}
	
ul.copy-list {
	margin: -5px 0 10px 0;
	}



/* member only content */	

.member_content {
	margin: 20px 10px;
}
	
/******Directory Page Styles******/
	
.directory {
	width: 725px;
	margin: 30px 10px 10px 0px;
	}

.directory_intro {
	width: 410px;
	
	}
	
	
/******Contact Page Styles******/
	
.contact{
	margin-left: 40px;
	}




/******Blog (Index) Styles******/


.post {	
 	width: 500px;
	margin: 22px 0 20px 40px;
	height: auto;
	text-align: left;
}

.search_pg .post{
 	width: 500px;
	margin: 22px 0 20px 40px;	
	height: auto;
	text-align: left;
}

.postmetadata {
display:none;
}

h2.post {
	margin: 22px 0 20px 40px;
	font-size: 1.4em;
	color: #072f4b;
}

#single_post {
	
	font-size: 12px;
	font-weight: normal;
 	width: 500px;
	margin: 22px 0 0px 40px;
	text-align: left;}



#single_entry {	
	height: auto;
	text-align: left;
	width: 500px;
	margin: 22px 0 0px 40px;

}
	
/* slider styles */

#slideshow {
    position:relative;
    height:300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}



/* footer */
		
#footer {
	background: url("http://cvansw.org.au/wp-content/themes/cva-theme/waves-footer1.jpg") no-repeat;
	padding: 0;
	margin: 0px;
 	width: 800px;
 	height: 40px;
 	}

.copyright{
	font-size: 95%;
	color: #0070af;
	margin-left: 40px;
}

#footer a {
	text-decoration: underline;}

#footer a:hover {
	color: #072f4b;}