/*   
Theme Name: Classic Yacht Association Australia
Theme URI: http://www.classic-yacht.asn.au/
Description: The official template for the Classic Yacht Association Australia website.
Author: Blueboat
Author URI: http://blueboat.com.au
Version: 1.7
.
Copyright 2009 Blueboat - All Rights Reserved.
.
*/

/*--------------------main structure--------------------*/

html{
     }

body{
	background-color: #e8e8e2;
	background-image: url(images/body_bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	min-width: 990px;
	font-family: Verdana;
	color: #444;
	font-size: 11px;
     }

#header_container {
	overflow: hidden;
	background-color: #032446;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 148px;
	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;

}

#header {
	background-repeat: no-repeat;
	background-position: center top;
	width: 900px;
	margin: 0 auto;

}

#main_menu {
	position: absolute;
	width: 619px;
	height: 38px;
	padding-top: 3px;
	margin: 110px 0 0 280px;

}

#page_container {
	overflow: hidden;
	background-image: url(images/page_bg.jpg);
	background-repeat:repeat-y;
	background-position: center top;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}


#page_fix {
	overflow: hidden;
	background-image: url(images/fix_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 430px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#page_content {
	width: 870px;
	margin: 0 auto;
}

#sidebar_box {
	background-color: #d7d7d4;
	width: 250px;
	min-height: 350px;
	float: left;
	margin: 15px 0 15px 0;
}

#sidebar_box_default {
	background-color: #d7d7d4;
	background-image: url(images/bg_sidebar_default.jpg);
	width: 250px;
	min-height: 350px;
	float: left;
	margin: 15px 0 15px 0;
	text-align: center;
}


#sidebar_content {
	width: 230px;
	margin-left: 10px;
	margin-bottom: 15px;
	min-height: 150px;
}

#sidebar_content_default {
	width: 230px;
	margin: 250px 0  15px 10px;
}


#content_box {
	background-color: #ffffff;
	width: 605px;
	float: right;
	margin: 15px 0 15px 0;
	padding: 0;
}

#content_items {
	margin: 20px 30px 0 30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;

}

#footer {
	background-image: url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
	height: 60px;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	border: 0px;
	text-align: center;
	font-size: 0.8em;
}

/*--------------------for your text--------------------*/




#news-ticker-title {
	float: left;
	width: 84px;
	background-color: #555555;
	height: 14px;
	padding: 0 3px 2px 3px;
	margin-top: 10px;
	margin-bottom: -5px;
	font-weight: bold;
	color: #ffffff;
}


#news-ticker {
	float: left;
	background-color: #dddbdb;
	width: 772px;
	height: 14px;
	padding: 0 3px 2px 5px;
	margin-top: 10px;
	margin-bottom: -5px;
	overflow: hidden;
}


.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.nav_alignleft {
    float: left;
    font-size: 0.95em;
    margin: 15px 30px 20px 30px;
}

.nav_alignright {
    float: right;
    font-size: 0.95em;
    margin: 15px 30px 20px 0;
}


p{
	padding: 0;

     }

h1,h2,h3,h4,h5,h6{
	padding: 0;
     }

#sidebar_content h2 {
	padding-top: 15px;
	font-size: 0.95em;
	color: #032447;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #032447;
	font-weight: lighter;
	text-transform: uppercase;
}

#sidebar_content_default h2 {
	padding-top: 15px;
	font-size: 0.95em;
	color: #032447;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #032447;
	font-weight: lighter;
	text-transform: uppercase;
}


h2 {
	font-size: 1.5em;
	color: #797959;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #797959;
	font-weight: lighter;
	text-transform: uppercase;
}

h3 {
	font-weight: lighter;
	text-transform: uppercase;
}

.item_title {
	font-size: 1.1em;
	color: #797959;
	font-weight: lighter;
	text-transform: uppercase;
}



acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}



hr {
	
	}


blockquote{
     }
     blockquote p{
          }

code{
     }

pre{
     }

b, strong,i,em {
     }

img{
     }

address {
     }

/*--------------------for links--------------------*/

a {
	text-decoration: none;
	color: #2864d0;
     }
a:link { 
	text-decoration: none;
	color: #2864d0;
     }
a:visited { 
	text-decoration: none;
	color: #2864d0;
     }
a:link:focus{ 
	text-decoration: none;
	color: #2864d0;
     }
a:link:hover, 
a:visited:hover { 
	text-decoration: underline;
    }
a:link:active, 
a:visited:active {
     }

/*--------------------iamges as a link--------------------*/
a img{
	border-width: thin;
	border-color: #797959;
	margin-right: 5px;
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }


/*--------------------image with caption--------------------*/

.wp-caption{
	text-align: center;
	margin: 10px 5px 10px 5px;
}

/*--------------------read more link--------------------*/

.more-link{
     }



/*--------------------pages with pagination--------------------*/
p.serif{
     }

/*--------------------search--------------------*/


#search_box{

	text-align: center;

	float: right;
	background-color: #072f58;
	width: 170px;
	height: 25px;
	padding: 8px 15px 3px 15px;
	margin: 0 50px 0 0;
     }

#searchform{
	text-align: center;
	padding: 0;
	margin: 0;

     }

input#s{
	padding: 3px 3px 3px 3px;
	margin: 0;
	background-color: #fff;
	border: none;
	vertical-align: middle;
     }

#searchsubmit {
	vertical-align: middle;
	width: 20px;
	height: 22px;


	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(images/button_search.png) no-repeat center top;
	text-indent: -1000em;

	cursor: pointer;

     }


/*--------------------comments--------------------*/
.alt {
	 
	}

.commentlist {

	 
	}




.nocomments {
	 
	}
 
.commentlist li {
	 
	}








.commentlist cite, 

.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform p {
	 
	}

.commentmetadata {
	 
	}

#commentform input {
	}

#commentform textarea {
	}

#commentform #submit {
	 
	}

/*--------------------calendar--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	

	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

.widget_image{
border:5px solid white;
     }


/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/







li#recent-posts{
     }


.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{

     }

/*--id in relationsship to the id of the widget*/
li#text-4{
     }


div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------categories--------------------*/

li#categories{
     }

.widget_categories{
     }

.cat_selector_center {
	width: 545px;
	text-align: right;
	padding: 10px 0 10px 0;
	text-align: center;
}

.cat_selector_right {
	width: 545px;
	text-align: right;
	margin: 0 auto;
}

.no_posts {
	width: 545px;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
}	

/*--------------------sidebars--------------------*/

#sidebar_home {
	background-color: #fff;
	width: 250px;
	float: left;
	margin: 15px 0 15px 0;
	padding-top: 60px;
}

#home_contact_box {
	background-color: #eeeeee;
	background-image: url(images/home_contact_box.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 220px;
	height: 97px;
	padding: 15px 15px 15px 15px;
	margin-top: 30px;
}



/*--------------------main menu--------------------*/

.page_item a {
	float: left;
	display: block;
	padding: 10px 8px 10px 8px;
	text-decoration: none;
	color: #DDDDDD;
	font-size: 10px;
	font-weight: lighter;
	text-transform: uppercase;
}
 
.page_item a:hover {
	color: #e5d720;
	text-decoration: none;
}

.current_page_item {
	background: url("images/button_current.png") no-repeat left bottom;
	float: left;
	margin: 0;
}
 
.current_page_item a, .current_page_item a:hover {
	float: left;
	display: block;
	text-decoration: none;
	color: #e5d720;
}

.breadcrumb {
	margin-bottom: 30px;
}