/*  
Theme Name: Laforet.ca
Theme URI: http://www.Laforet.ca/
Description: Laforet.ca Wordpress theme
Version: 2.0
Author: Dara Skolnick
Author URI: http://daraskolnick.com/
*/


body {
background-color: #333333;
background-image: url(http://laforet.ca/wp-content/themes/laforet2/images/bg5.jpg);
}

/* CLEAR SPACE */

.spacer {
height: 15px;
	
}

/* HEADER */

#header {
	height: 316px;
	background-image: url(http://laforet.ca/wp-content/themes/laforet2/images/header.jpg);
}

#aboutheader {
	height: 316px;
	background-image: url(http://laforet.ca/wp-content/themes/laforet2/images/header3.jpg);
}

#contactheader {
	height: 316px;
	background-image: url(http://laforet.ca/wp-content/themes/laforet2/images/header2.jpg);
}

#galleryheader {
	height: 316px;
	background-image: url(http://laforet.ca/wp-content/themes/laforet2/images/header5.jpg);
}

#seriousheader {
	height: 316px;
	background-image: url(http://laforet.ca/wp-content/themes/laforet2/images/header6.jpg);
}

#clubheader {
	height: 316px;
	background-image: url(http://laforet.ca/wp-content/themes/laforet2/images/header4.jpg);
}

.rounded {
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}


/* NAVIGATION BAR */

#nav {
	height: 50px;
	background-color: #819b29;
}

#navbehind {
	height: 50px;
	width: 100%;
	background-color: #819b29;
	z-index: -1;
}

#pagenavbehind {
	height: 50px;
	width: 100%;
	background-color: #5B95AA;
	z-index: -1;
}

#menucontainer {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#menu {
	width: 700px;
	padding-top: 18px;
	float: left;
}

#menu a {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	margin-right: 15px;
	margin-left: 5px;
}

#menu a:hover {
	color: #333333;
}

#searchbox {
	float: right;
	width: 230px;
	margin-top: 15px;
	text-align: right;
	margin-right: 10px;
}



/* MAIN CONTENT */
#content {
	background-color: #FFFFFF;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;

}

.post{
	padding:0px 0px 12px 0px;
	margin: 30px 30px 30px 30px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border-bottom: 1px solid #999999;
}

.post p {
	margin-bottom: 10px;
	line-height: 1.4;
}

.post h1 {
	font-size: 180%;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.post h2{
	margin-bottom: 10px;
	padding:0px 0px 8px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight:bold;
	color:#000000;
}

.post h2 a{
	color:#000000;
	text-decoration:none;
}

.post h3 {
	font-size: 140%;
	font-weight: bold;
	padding:0px 0px 8px 0px;
	margin-bottom: 10px;
}

.post h4 {
	font-size: 120%;
	font-weight: bold;
	padding:0px 0px 8px 0px;
}

.post h5 {
	font-size: 100%;
	font-weight: bold;
	padding:0px 0px 8px 0px;
}

.post h6 {
	font-size: 80%;
	font-weight: bold;
	padding:0px 0px 8px 0px;
}

.post blockquote {

	margin-left: 30px;
	padding-left: 5px;
	border-left: 1px dotted #999999;	
	color: #999999;
	width: 500px;
}

p.post-meta{
	margin-top: -5px;
	padding:0px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.post a, p.post-meta a{
	color: #005f87;
	text-decoration:none;
}

.post a:hover, p.post-meta a:hover {
	color: #999999;
}

.post ul {
	list-style-type: disc;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 1.4;
}

.post ol {
	list-style-type: decimal;
	margin-bottom: 10px;
	margin-left: 15px;
	line-height: 1.4;
}

.post hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.navigation {
	clear: both;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	padding-left: 30px;
	padding-right: 30px;
}

.navigation a {
	color: #005f87;
	text-decoration:none;
}

.navigation a:hover {
	color: #999999;
}

.alignleft {
	text-align: left;
	float: left;
	width: 200px;
}

.alignright {
	text-align: right;
	float: right;
	width:200px;
}

form.donateform {
	position: relative;
	left: 220px;
	margin-bottom: 15px;
}
/* COMMENTS */

.comment-area{
	padding:0px 0px 12px 0px;
	margin: 30px 30px 30px 30px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.comment-area h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

.comment-area ol {
	list-style-type: decimal;
	margin-left: 25px;
}

.comment-area p {
	margin-top: 10px;
	padding-bottom: 10px;
}

/* SIDEBAR */

#sidebar {
	background-color: #5C701F;
	background-image: url(http://laforet.ca/wp-content/themes/laforet2/images/greengradient.jpg);
	background-repeat: repeat-x;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding-bottom: 10px;
}



#pagesidebar {
	background-color: #385A64;
	background-image: url(http://laforet.ca/wp-content/themes/laforet2/images/bluegradient.jpg);
	background-repeat: repeat-x;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding-bottom: 10px;
}

#sidebar h2, #pagesidebar h2 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 22px;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.nodots ul {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	list-style: none;
	color: #ffffff;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 1.5;
}

.dots ul {
		font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	list-style: disc;
	color: #ffffff;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-right: 10px;
	line-height: 1.3;
}

.dots ul li {
	margin-bottom: 7px;
}


#sidebar ul a, #pagesidebar ul a {
	color: #ffffff;
	
}

#sidebar ul a:hover, #pagesidebar ul a:hover {
	color: #333333;
	
}


#twitter {
	margin-left: 30px;
	margin-top: 10px;
}

.rssbutton {
vertical-align: middle;}

/* FOOTER */

#footer {
	background-color: #5C701F;
	padding-top: 10px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;
	}
	

#pagefooter {
	background-color: #385A64;
	padding-top: 10px;
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    CCborderRadius: 20px;
	}

#pagefooter p, #footer p {
	text-align: center;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 10px;
}


.sidebar_contact {
margin-left:20px;
margin-top:15px;
color:#fff;
font-size:12px;
font-family:Helvetica, Arial, Sans-Serif
}

.sidebar_contact p {
margin-bottom:10px;
}

.side_form_input {
width:230px;
}
