

/* Begin Typography & Colors */

.widecolumn .entry p {

	font-size: 1.05em;

	}



.narrowcolumn .entry, .widecolumn .entry {

	line-height: 1.4em;

	}



.widecolumn {

	line-height: 1.6em;

	}



.narrowcolumn .postmetadata {

	text-align: left;

}



.thread-alt {

	background-color: #f8f8f8;

}

.thread-even {

	background-color: white;

}

.depth-1 {

border: 1px solid #ddd;

}



.even, .alt {



	border-left: 1px solid #ddd;
	padding-left: 5px;

}



.entry p a:visited {

	color: #b85b5a;

	}



.sticky {

	background: #f7f7f7;

	padding: 0 10px 10px;

	}

.sticky h2 {

	padding-top: 10px;

	}



.commentlist li, #commentform input, #commentform textarea {

	font: 0.9em 'Trebuchet MS', Helvetica, sans-serif;

	}

.commentlist li ul li {

	font-size: 1em;

}



.commentlist li {

	font-weight: bold;

}



.commentlist li .avatar { 

	float: right;

	border: 1px solid #eee;

	padding: 2px;

	background: #fff;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.5em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Trebuchet MS', Helvetica, sans-serif;

	}



.commentmetadata {

	font-weight: normal;

	}



#sidebar {

	font: 1em 'Trebuchet MS', Helvetica, sans-serif;

	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	color: #777;

	}



code {

	font: 1.1em 'Trebuchet MS', Helvetica, sans-serif;

	}



acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}







#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	font: bold 1.3em 'Trebuchet MS', Helvetica, sans-serif;

	text-align: center;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

/* End Typography & Colors */







/* Begin Structure */



.narrowcolumn {

	float: left;

	padding: 0 0 20px 45px;

	margin: 0px 0 0;

	width: 450px;

	}



.widecolumn {

	padding: 10px 0 20px 0;

	margin: 5px 0 0 150px;

	width: 450px;

	}



.post {

	margin: 0 0 40px;

	text-align: justify;

	}



.post hr {

	display: block;

	}



.widecolumn .post {

	margin: 0;

	}



.narrowcolumn .postmetadata {

	padding-top: 5px;

	}



.widecolumn .postmetadata {

	margin: 30px 0;

	}



.widecolumn .smallattachment {

	text-align: center;

	float: left;

	width: 128px;

	margin: 5px 5px 5px 0px;

}



.widecolumn .attachment {

	text-align: center;

	margin: 5px 0px;

}



.postmetadata {

	padding-left: 10px;
	clear: both;

}



.clear {

	clear: both;

}



/* End Structure */







/*	Begin Headers */

/* End Headers */







/* Begin Images */

/*p img {

	padding: 0;

	max-width: 100%;

	}

*/

/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {

	float: right;

	}



.alignleft {

	float: left;

	}

/* End Images */







/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



html>body .entry ul {

	margin-left: 0px;

	padding: 0 0 0 30px;

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

	}



html>body .entry li {

	margin: 7px 0 8px 10px;

	}



.entry ul li:before, #sidebar ul ul li:before {

	content: "\00BB \0020";

	}



.entry ol {

	padding: 0 0 0 35px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



#sidebar ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 15px;

	}



#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 10px;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 10px;

	}



ol li, #sidebar ul ol li {

	list-style: decimal inside;
	float: none;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px;

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform {

	margin: 5px 10px 0 0;

	}

#commentform textarea {

	width: 100%;

	padding: 2px;

	}

#respond:after {

		content: "."; 

	    display: block; 

	    height: 0; 

	    clear: both; 

	    visibility: hidden;

	}

#commentform input, #commentform textarea {
	padding: 5px; 
	border: 1px solid #524C66;
}
#commentform #submit {

	margin: 0 0 5px auto;

	float: left;
	padding: 5px; 
	border: 1px solid #524C66;

	}

/* End Form Elements */







/* Begin Comments*/

.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {
	width: 100%;

	margin: 3px 0 10px 0;

	padding: 5px 5px 10px 10px;

	list-style: none;



	}

.commentlist li ul li { 

	margin-right: -5px;

	margin-left: 10px;

}



.commentlist p {

	margin: 10px 5px 10px 0;

}

.children { padding: 0; }



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

/* End Comments */







/* Begin Sidebar */

#sidebar

{

	padding: 20px 0 10px 0;

	margin-left: 545px;

	width: 190px;

	}



#sidebar form {

	margin: 0;

	}

/* End Sidebar */







/* Begin Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 155px;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



.hidden {

	display: none;

	}

	

.screen-reader-text {

     position: absolute;

     left: -1000em;

}



hr {

	display: none;

	}



a img {

	border: none;

	}



.navigation {

	display: block;

	text-align: center;

	}

/* End Various Tags & Classes*/







/* Captions */

.aligncenter,

div.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}



.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;

}

/* End captions */





/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.

	It won't be a stylish marriage, I can't afford a carriage.

	But you'll look sweet upon the seat of a bicycle built for two." */







html{



}

body{

	font-family: 'Trebuchet MS', Helvetica, sans-serif;

	font-size: 12px;

	width:100%;

	height:100%;

	margin:0;

	padding:0;

}

html, div, span, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, code,

del, dfn, em, img, q, dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td,

img { margin:0; padding:0; border:0; text-decoration: none; }



li{ list-style:none; float:left; }


div#404 { padding: 30px 70px; }


caption, th{ text-align:left; font-weight:normal; }



a img { border:none; }



a { cursor:pointer;color:#8BA380; }




/* Page Holder */

#container{

	padding: 0px;

	margin: 0 auto;

	width: 100%;

}



/* General Styles */

.clear { clear:both; }

.float-l{ float:left; }

.float-r{ float:right; }



/* Texttype Styles */

.txttype1 { color:#524C66; }



/* Heading type Styles */

#lftstrip ul.points p.headype1 

{ 

	font-weight:bold; 

	color:#221E1F; 

	font-size:13px;

	float:left;

	text-align:left;

	padding-bottom:10px;

	text-transform:uppercase;

}



.ie6 #lftstrip ul.points p.headype1 

{ 

	font-weight:bold; 

	color:#221E1F; 

	font-size:13px;

	float:left;

	margin-left:-31px;

	text-align:left;

	padding-top:10px;

	padding-bottom:10px;

	text-transform:uppercase;



	width:150px;

	clear:both;

}





.headype2 { color:#524C66; }



/* H1 to H6 type Styles */

h1 { font-weight:normal; color:#8BA380; font-size:28px; padding:0; text-transform:uppercase; }

h2 { font-weight:normal; color:#8BA380; font-size:24px; line-height:50px; text-transform:uppercase;}

h3 { font-weight:normal; color:#8BA380; font-size:18px; padding:10px 0; text-transform:uppercase;}



/* Header */

#header{

	padding: 0px;

	margin: 0 auto;

	width: 100%;

	background:url(images/bg_header.gif) no-repeat left top #DFE2E4;

	height:155px;

	text-align:left;

}

#header #logo{

	margin: 0 auto;
	width: 146px;
	height: 141px;
	padding: 10px  0 0 20px;

}

#header #followus{

	margin:0 35px 0 0;

	float:right;

}

#header #pdf-link{

	clear:both;

	float:right;

	margin:0 35px 0 0;

}

#header #pdf-link a{

	color:#524C66;

}

#header a:hover{

	text-decoration: underline;

}



/* Navigation */

#navigation{

	padding: 0;

	margin: 0 auto;

	width: 100%;

	background-color:#524C66;

	height:34px;

	text-align:left;

}

#navigation .menu-main-header-menu-container{

	float: left;
	padding:3px 0 0 55px;
	min-width:780px;

}



/* Slideshow */

#slideshow{

	padding: 0px;

	margin: 0 auto;

	width: 100%;

	text-align:left;

}

#slideshow .slide_arrlft{

	padding:60px 15px 0 5px;

	float:left;

}

#slideshow .slide_arrrht{

	padding:60px 5px 0 0;

}

#slideshow ul li img{

	padding:0 15px 0 0;

}



/* Content */

#content{

	padding: 0px;

	margin: 0 auto;

	width: 100%;

	clear:both;

	text-align:left;

}

#content li { 
	list-style: inside;
	margin: 4px; 
	float: none;
}

#content #portfolio {
	margin: 10px 0;
	padding: 0;
}


#content #portfolio ul {
	list-style: none;
}

#content #portfolio li { 
	list-style: none;
}




/*Homepage*/

#content p{

	color:#221E1F;

	line-height:18px;

	/*padding:30px 0 0 45px;

	width:630px;*/

}



/*Linkpage1*/

#content #lftstrip{

	float:left;

	padding:20px;

	margin:0 25px 0 0;

	width:200px;

	/*background-color:#EDE7DE;*/

	min-height:400px;

}





.ie6 #content #lftstrip{

	float:left;

	padding:20px;

	margin:0 25px 0 0;

	width:12%;

	background-color:#EDE7DE;





}



#content #lftstrip .points{

	margin:0;

	list-style:decimal;

}



.ie6 #content #lftstrip .points{

	margin:10px 0 0 20px;

	list-style:decimal;

}



#content #lftstrip h3 {

	font-size:18px;

	padding:5px 0;

}

#content #lftstrip .points li{

	font-size:12px;

	padding:0;

	float:none; 
	list-style:none;

}



.ie6 #content #lftstrip .points li{

float:left;

font-size:11px;

list-style-image:none;

list-style-position:outside;

list-style-type:decimal;

padding-bottom:10px;

padding-left:0;

padding-right:0;

padding-top:0;

clear:both;

width:150px;

}





.chrome #content #lftstrip .points li{

	list-style:decimal;

	font-size:11px;

	padding:0 0 10px 0;

	float:left; 

}





.safari #content #lftstrip .points li{

	list-style:decimal;

	font-size:11px;

	padding:0 0 10px 0;

	float:left; 

}



#content #lftstrip .points li a

{

		font-size:12px;

		float:none;

		color:#524C66;
		text-decoration: underline; 

}



#content #rhtstrip{

	float:left;

	width:70%;
	margin:20px 0 0 0;

}



.ie6 #content #rhtstrip{

	float:right;

	width:80%;

}



#content #rhtstrip p{

	color:#221E1F;
	font-size: 14px;

	line-height:22px;

	padding:6px 0;

	width:100%;

}

#content #rhtstrip .blogimage{

	float:right;

	margin:0 0 0 10px;

}


/*

/*Gallery*/

#gallery{

	padding: 30px 0 0 0;

	margin: 0 auto;

	width: 730px;

	display:table;

}

#gallery li.midimg{

	margin:0 60px 0 60px;

}

#gallery li.lastmg{

	margin:0 0 0 60px;

}

#gallery .next-prev{

	color:#8BA380;

}

#gallery .next-prev:hover{

	color:#000;

}

*/
#rhtstrip .gallery {
	height: 400px;
	clear: both;
}


#leftshift { 
	margin: 0 60px;
}
#footer {
	clear: both;
	padding: 20px;
}
#footer p {
	text-align: center;
}
#wpcf label { clear: both; display: block; width: 150px; }
#wpcf input { width: 300px; padding: 1px; margin: 2px 5px 2px 0; border: 1px solid #524C66; }
#wpcf textarea { width: 300px; height: 150px; padding: 1px; margin: 0 5px 10px 0; border: 1px solid #524C66; }
#wpcf #contactsubmit { width: 100px; margin-top: 6px; }

#s {
	padding: 3px; 
	border: 1px solid #524C66;
}
#searchsubmit {
	padding: 2px 4px; 
	border: 1px solid #524C66;
}
#ajax_comments_wrapper {
	margin-top: 20px;
}


/* =Menu
-------------------------------------------------------------- */

#menu-main-header-menu {
	margin: 0;
	padding: 0;
	height: 1em; }
#menu-main-header-menu li {
	list-style: none;
	float: left;
	z-index: 100000002;
 }
#menu-main-header-menu li a {
	text-transform: uppercase;
	display: block;
	padding: 5px 20px;
	background-color: #524C66;
	color: #EDE7DE;
	font-size: 14px;
	z-index: 100000002;
	text-decoration: none; }
#menu-main-header-menu li a:hover {
	color: #FFF;
	text-decoration: none; }

#menu-main-header-menu li ul {
	display: none; 
	width: 12em; /* Width to help Opera out */
	}
#menu-main-header-menu li:hover ul {
	display: block;
	position: absolute;
	margin: 0;
	z-index: 100000002;
	padding: 0; }
#menu-main-header-menu li:hover li {
	float: none; 
	z-index: 100000002;}
#menu-main-header-menu li:hover li a {
	background-color: #8BA380;
	border-bottom: 1px solid #fff;
	color: #EDE7DE; 
	z-index: 100000002;
	padding: 10px;
	width: 13em;
	font-size: 12px; }
#menu-main-header-menu li li a:hover {
	background-color: #8E87A6;
	color: #FFF; }

a.stbar.chicklet img {border:0;height:16px;width:16px;margin-right:3px;vertical-align:middle;}
a.stbar.chicklet {height:16px;line-height:16px;}

#404 {
	padding: 30px 80px;
}
