/*
	Theme Name: Church
	Theme URL: http://www.studiopress.com/themes/church
	Description: Church is a 3-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 4.0
	Tags: three columns, fixed width, white, black, gray, red, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

@import url("./slidebox.css");
@import url("./gravityforms.css");

/* Fonts
______________________________________________________________*/

@font-face {
	font-family: 'Museo 300';
	src: url('fonts/Museo300-Regular.eot');
	src: local('Museo 300'), local('Museo-300'), url('fonts/Museo300-Regular.woff') format('woff'), url('fonts/Museo300-Regular.ttf') format('truetype'), url('fonts/Museo300-Regular.svg#Museo-300') format('svg');
}

@font-face {
	font-family: 'Museo 500';
	src: url('fonts/Museo500-Regular.eot');
	src: local('Museo 500'), local('Museo-500'), url('fonts/Museo500-Regular.woff') format('woff'), url('fonts/Museo500-Regular.ttf') format('truetype'), url('fonts/Museo500-Regular.svg#Museo-500') format('svg');
}

@font-face {
	font-family: 'Museo 700';
	src: url('fonts/Museo700-Regular.eot');
	src: local('Museo 700'), local('Museo-700'), url('fonts/Museo700-Regular.woff') format('woff'), url('fonts/Museo700-Regular.ttf') format('truetype'), url('fonts/Museo700-Regular.svg#Museo-700') format('svg');
}

@font-face {
	font-family: 'Museo Sans 500';
	src: url('fonts/MuseoSans_500.eot');
	src: local('Museo Sans 500'), local('MuseoSans-500'), url('fonts/MuseoSans_500.woff') format('woff'), url('fonts/MuseoSans_500.ttf') format('truetype'), url('fonts/MuseoSans_500.svg#MuseoSans-500') format('svg');
}

@font-face {
	font-family: 'Calibri Regular';
	src: url('fonts/CALIBRI.eot');
	src: local('Calibri Regular'), local('Calibri'), url('fonts/CALIBRI.woff') format('woff'), url('fonts/CALIBRI.ttf') format('truetype'), url('fonts/CALIBRI.svg#Calibri') format('svg');
}

@font-face {
	font-family: 'Calibri Bold';
	src: url('fonts/CALIBRIB.eot');
	src: local('Calibri Bold'), local('fonts/Calibri-Bold'), url('fonts/CALIBRIB.woff') format('woff'), url('fonts/CALIBRIB.ttf') format('truetype'), url('fonts/CALIBRIB.svg#Calibri-Bold') format('svg');
}

@font-face {
	font-family: 'Calibri Italic';
	src: url('fonts/CALIBRII.eot');
	src: local('fonts/Calibri Italic'), local('fonts/Calibri-Italic'), url('fonts/CALIBRII.woff') format('woff'), url('fonts/CALIBRII.ttf') format('truetype'), url('fonts/CALIBRII.svg#Calibri-Italic') format('svg');
}



body {
	background: #F4F4F4 url(images/body_bg.png) repeat-x;
	width: 980px;
	color: #333333;
	font-size: 62.5%;
	font-family: "Calibri Regular", "Lucinda Grande", "Lucinda Sans Unicode", Helvetica Neue, Arial, sans-serif;
	margin: 0px 0 0 50px;
	padding: 0px;
	line-height: 22px;
	}
	
	
#wrap {
	background: transparent;
	width: 960px;
	margin: 0px;
	padding: 0px;
	position: relative;
	
	
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #31A531;
	text-decoration: none;
	}
	
a:hover {
	color: #31A531;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
/************************************************
*	Top Navbar      							*
************************************************/

#topnavbar {
	background: #111111 url(images/topnav.png);
	width: 960px;
	height: 30px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
#topnavbar a, #topnavbar a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#topnavbar a:hover {
	text-decoration: underline;
	}
	
#topnavbar p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
	
.topnavbarleft {
	width: 230px;
	float: left;
	margin: 0px;
	padding: 8px 0px 0px 10px;
	}
	
.topnavbarright {
	width: 600px;
	float: right;
	margin: 0px;
	padding: 7px 10px 0px 0px;
	text-transform: uppercase;
	text-align: right;
	}
	
.topnavbarright a img {
	border: none;
	margin: 0px 3px 3px 0px;
	padding: 0px;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	background: transparent url(images/header_bg.png) no-repeat top;
	width: 960px;
	height: 126px;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px 0 0 10px !important;
	padding: 0px;
	overflow: hidden;
	float: left;
	}

#header #imageheader {
	width: 163px;
	height: 100%;
	text-indent: -10000px;
	background: url(images/logo3.png) left top no-repeat;
	}

#header #imageheader a {	
	display: block;
	width: 163px;
	height: 126px;
	}

#header h1, #header h4 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px;
	padding: 0;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited, #header h4 a, #header h4 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Georgia, Times New Roman;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header h3 {
	color: #A91B33;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
	
#header p {
	color: #FFFFFF;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	line-height: 20px;
	}
	
.headerleft {
	width: 163px;
	height: 126px;
	float: left;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright {
	width: 460px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.headerright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

.rsslink {
	padding: 2px 5px 2px 20px;
	background: url(images/rss.gif) no-repeat left center;
	}	

/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: transparent;
	width: 460px;
	height: 35px;
	color: #FFFFFF;
	font-weight: 600;
	font-size: 1.2px;
	text-transform: lowercase;
	margin: 13px 0 0 0;
	padding: 0px;
	
	}
	
#navbarleft {
	width: 380px;
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: "Museo Sans 500", "Lucinda Grande", "Lucinda Sans Unicode", Helvetica Neue, Arial, sans-serif;
	}
	
#navbarright {
	width: 280px;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px 5px 0 0;
	padding: 0px;
	}
	
#nav li a, #nav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
    margin: 0px 0px 0 0;;
	padding: 6px 15px 7px 15px;
	}
	
#nav li a:link {color: #31A531; }	

#nav li a:hover {
	background: #222;
	color: #31A531;
    margin: 0px 0px 0 0;
	padding: 6px 15px 7px 15px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	-moz-border-radius: 2px;
	border-radius: 2px;
	}
	
#nav li a:active { color: #31A531;}	
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #555555;
	width: 150px;
	color: #111;
	font-size: 14px;
	
	font-weight: normal;
	text-transform: none;
	float: none;
	margin: 0px 0px 0 0;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #777777;
	color: #31A531;
	padding: 7px 10px 7px 10px;
	margin: 0px 0px 0 0;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 171px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav li.current_page_item {
	background: #222;
	color: #31A531 !important;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	-moz-border-radius: 2px;
	border-radius: 2px;
    
}
	
	
/************************************************
*	Homepage 		    	                    * 
************************************************/


#intro {
	background: transparent url(images/intro_bg.png) no-repeat;
	width: 960px;
	height: 121px;
	margin: -30px auto 0;
	padding: 0 0 10px 0;
	margin-left: 0px;
	
}

.box {
    background: #FFF;
	width: 960px;
	min-height: auto;
	margin: 20px 0 30px 0 !important;
	padding: 1px;
	border: 1px solid #D8D8D8;
	clear: both;
	font-size: 1.4em;
	

}

.box_inner {
    background: #F9F9F9;
    margin: 0 0 0 0;
    padding: 20px 20px 20px 0;
    height: 60px;
    
        
    
}


.boxleft_twitter {
	background: transparent url(images/boxleft_twitter.png) no-repeat !important;
	width: 216px;
	height: 52px;
	float: left;
	margin: 15px 0 0 -11px;
	padding: 0 0 0 0;
	
}


.twittertext {
	width: 480px;
	height: auto;
	margin: -5px 0 0 20px;
	padding: 0 0 0 0;
	float: left;
	font-size: 15px;
}

.twitterbutton { 
	width: 199px;
	height: 56px;
	margin: 5px 0 0 0;
	padding: 0;
	float: right;
}

/*------- PROJECTS -------*/

.projects {
    background: #FFF url(images/project_bg.png) no-repeat;
	width: 960px;
	height:360px;
	margin: 20px 0 0px 0 !important;
	padding: 1px;
	border: 1px solid #D8D8D8;
	clear: both;
	font-size: 1.5em;
	

}

.project_box_inner {
    background: #F9F9F9;
    margin: 0 0 0 0;
    padding: 20px 20px 20px 0;
    min-height: 60px;
    float: left;
    z-index: 0;
        
    
}

.boxleft_projects {
	background: transparent url(images/boxleft_projects.png) no-repeat;
	width: 100%;
	height: 52px;
	float: left;
	margin: 15px 0 0 -11px;
	padding: 0 0 0 0;
	display: block;
	z-index: 2;
	
}


.project_left {
	width: 412px;
	height: 226px;
	background: transparent url(images/project_left_bg.png) no-repeat;
	margin: 15px 0px 0 20px;
	padding: 20px 0 0 20px;
	float: left;
}

.project_right {
	width: 460px;
	height: 246px;
	background: transparent;
	margin: 15px 20px 0 20px;
	padding: 0 0 0 0;
	float: right;
	
}



/*---- Blog -----*/

.blog {
    background: #FFF url(images/blog_bg.png) no-repeat;
	width: 960px;
	height:360px;
	margin: 20px 0 -1px 20px !important;
	padding: 1px;
	border: 1px solid #D8D8D8;
	clear: both;
	font-size: 1.5em;
	float: left;
	

}

.blog h3 {
	color: #333;
	font-size: 1.4em;
	font-family: "Museo Sans 500", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 600 !important;
	margin: 5px 0px 15px 0px !important;
	padding: 0px 0px 0px 0px !important;
	}
	


.blogmore {
	background: transparent;
	width: 187px;
	height:45px;
	margin: -3px 0 20px 20px !important;
	padding: 0px;
	border: 0px solid #D8D8D8;
	clear: both;
	font-size: 1.4em;


}

.boxleft_blog {
	background: transparent url(images/boxleft_blog.png) no-repeat;
	width: 100%;
	height: 52px;
	float: left;
	margin: 15px 0 0 -11px;
	padding: 0 0 0 0;
	
}

.blog_left {
	width: 275px;
	height: 246px;
	background: transparent url(images/blog_left_bg.png) right repeat-y;
	margin: 15px 0 0 20px;
	padding: 0 20px 0 0;
	float: left;
	
}

.blog_right {
	width: 275px;
	height: 246px;
	background: transparent;
	margin: 15px 20px 0 20px;
	padding: 0 0 0 0;
	float: left;
	
}


/*-----Work With Us---*/

.work {
    background: #FFF url(images/work_bg.png) no-repeat;
	width: 960px;
	height:430px;
	margin: 20px 0 30px 20px !important;
	padding: 1px;
	border: 1px solid #D8D8D8;
	clear: both;
	font-size: 1.4em;
	

}



.boxleft_work {
	background: transparent url(images/boxleft_work.png) no-repeat;
	width: 100%;
	height: 52px;
	float: left;
	margin: 15px 0 0 -11px;
	padding: 0 0 0 0;
	
}

.work_left {
	width: 285px;
	height: 246px;
	background: transparent url(images/blog_left_bg.png) right repeat-y;
	margin: 15px 0 0 20px;
	padding: 0 10px 0 0;
	float: left;
	
}

.work_right {
	width: 600px;
	height: 246px;
	background: transparent;
	margin: 15px 20px 0 20px;
	padding: 0 0 0 0;
	float: right;
	
}



	
#homepage {
	float: left;
	width: 610px;
	margin: 0px;
	padding: 0px;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}

#homepage p img {
	border: none;
    float: left;
	margin: 0px;
	}
	
#homepage ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#homepage ul li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}

.hpdate {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
#homepagetop {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 610px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
	}
	
#homepagetop p {
	font-size: 12px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.featuredtop {
	float: left;
	margin: 0px;
	padding: 10px;
	display: inline;
	}
	
#homepagebottom {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 610px;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #DDDDDD;
	}
	
#homepagebottom p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	}
	
.hpbottom {
	float: left;
	width: 590px;
	margin: 0px;
	padding: 10px;
	display: inline;
	}

#homepageleft {
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
	}

.hpfeatured {
	background: #FFFFFF url(images/featuredtop.gif) top no-repeat;
	float: left;
	width: 280px;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #DDDDDD;
	}

#homepageright {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 0px;
	}

.clear {
	clear: both;
	}

.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
hr {
	border-bottom: 1px dotted #AAAAAA; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 10px 0px; 
	clear: both;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/


/*-----About Page -----*/


#intro_about {
	background: transparent url(images/intro_about_bg.png) no-repeat;
	width: 960px;
	height: 121px;
	margin: -20px auto 0;
	padding: 0 0 0px 0;
	margin-left: 20px;
	
	
}



.boxleft_about {
	background: transparent url(images/boxleft_about.png) no-repeat;
	width: 100%;
	height: 52px;
	float: left;
	margin: 15px 0 0 -11px;
	padding: 0 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	
}

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


#intro_archive {
	background: transparent url(images/intro_archive_bg.png) no-repeat;
	width: 960px;
	height: 121px;
	margin: -20px auto 0;
	padding: 0 0 0px 0;
	margin-left: 20px;
	
	
}



.boxleft_archive {
	background: transparent url(images/boxleft_archive.png) no-repeat;
	width: 100%;
	height: 52px;
	float: left;
	margin: 15px 0 0 -11px;
	padding: 0 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	
}


/*-----Blog Page ------*/

#intro_blog {
	background: transparent url(images/intro_blog_bg.png) no-repeat;
	width: 960px;
	height: 121px;
	margin: -20px auto 0;
	padding: 0 0 0px 0;
	margin-left: 20px;
	
	
}

#intro_blogdetail {
	background: transparent url(images/intro_blogdetail_bg.png) no-repeat;
	width: 960px;
	height: 121px;
	margin: -20px auto 0;
	padding: 0 0 0px 0;
	margin-left: 20px;
	
	
}


.boxleft_blog_page {
	background: transparent url(images/boxleft_blog.png) no-repeat;
	width: 100%;
	height: 52px;
	float: left;
	margin: 15px 0 0 -11px;
	padding: 0 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	
}

/*-----Contact Page -----*/


#intro_contact {
	background: transparent url(images/intro_contact_bg.png) no-repeat;
	width: 960px;
	height: 121px;
	margin: -20px auto 0;
	padding: 0 0 0px 0;
	margin-left: 20px;
	
	
}



.boxleft_contact {
	background: transparent url(images/boxleft_contact.png) no-repeat;
	width: 100%;
	height: 52px;
	float: left;
	margin: 15px 0 0 -11px;
	padding: 0 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	
}


/*-----Work Page -----*/


#intro_work {
	background: transparent url(images/intro_work_bg.png) no-repeat;
	width: 960px;
	height: 121px;
	margin: -20px auto 0;
	padding: 0 0 0px 0;
	margin-left: 20px;
	
	
}



.boxleft_work_page {
	background: transparent url(images/boxleft_work_page.png) no-repeat;
	width: 100%;
	height: 52px;
	float: left;
	margin: 15px 0 0 -11px;
	padding: 0 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	
}

.projectwrap {
	width: 920px;
	height: auto;
	margin: 0 0 30px 0 !important;
	padding: 0 0 30px 0;
	float: left;
	background: transparent url(images/work_divider_bg.png) bottom repeat-x;


}

.project_leftwide {
	width: 412px;
	height: 226px;
	background: transparent url(images/project_left_bg.png) no-repeat;
	margin: 15px 0px 0 0px;
	padding: 20px 0 0 20px;
	float: left;
}

.project_rightwide {
	width: 460px;
	height: 246px;
	background: transparent;
	margin: 15px 0px 0 20px;
	padding: 0 0 0 0;
	float: right;
	
}


.work_divider {
	background: transparent url(images/work_divider_bg.png) repeat-x;
	width: 920px;
	height: 2px;
	margin: 20px 0 40px 0;
	


}


#content {
	width: 940px;
	margin: 0px auto 0px;
	padding: 10px 20px 0px 20px;
	line-height: 22px;
		}
	
	
#content_page {
	width: 960px;
	margin: 30px auto 20px;
	padding: 1px;
	line-height: 22px;
	border: 1px solid #D8D8D8;
	float: left;
	background: #FFF;
	margin-left: 20px;
	position: relative;
}	

.content_inner {
    background: #F9F9F9;
    width: 960px;
    height: 100%;
    margin: 0 0 0 0px;
    padding: 0;
    float: left;
}	
	
#content_page h1 {
	color: #333;
	font-size: 1.8em;
	font-family: "Museo Sans 500", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 600 !important;
	margin: 5px 0px 15px 0px !important;
	padding: 0px 0px 0px 0px !important;
	}
	
#content_page h1 a, #content_page h1 a:visited  {
	color: #31A531;
	/*font-size: 1.4em;*/
	/*font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;*/
	font-weight: 600 !important;
	margin: 5px 0px 15px 0px !important;
	padding: 0px 0px 0px 0px !important;
	
	}

#content h1 a:hover {
	color: #333;
	text-decoration: none !important;
	}
	
#content h2 {
	background: transparent;
	color: #FFFFFF;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px !important;
	}

.boxleft_blog h2 {
	background: transparent;
	color: #FFFFFF;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	}	
	
.boxleft_work h2 {
	background: transparent;
	color: #FFFFFF;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-indent: -9999px;
	}		
	

#content h3 {
	color: #333;
	font-size: 1.4em;
	font-family: "Museo Sans 500", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-weight: 600 !important;
	margin: 5px 0px 15px 0px !important;
	padding: 0px 0px 0px 0px !important;
	}
	
#content h3 a, #content h3 a:visited  {
	color: #31A531;
	/*font-size: 1.4em;*/
	/*font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;*/
	font-weight: 600 !important;
	margin: 5px 0px 15px 0px !important;
	padding: 0px 0px 0px 0px !important;
	
	}

#content h3 a:hover {
	color: #31A531;
	text-decoration: underline;
	} 	
	
#content_page h4 {
	color: #333;
	font-size: 1.2em;
	font-family: "Lucinda Grande", "Lucinda Sans Unicode", Helvetica Neue, Arial, sans-serif;
	font-weight: 600;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#contentleft {
	float: left;
	background: transparent;
	width: 610px;
	margin: 0px;
	padding: 1px;
	border: 0px solid #D8D8D8;
	}
	
.contentleft_inner {
    background: #F9F9F9;
    width: 610px;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
}	
	
#contentleft a img {
	border: none;
	}

.catblock {
    background: transparent;
    margin: 0 0 5px 0 !important;
    /*padding: 5px;*/
    /*display: block;*/
    font-size: .9em;
    letter-spacing: .5px;
    text-transform: lowercase;
    height: 36px;

}

.catblockleft {
	float: left;
	width: 500px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*height: 36px;*/
	font-weight: 500;

}

.catblockleft a, .catblockleft a:visited {
	background: #4A4A4A;
    margin: 0 0 5px 0;
    padding: 5px;
    /*display: block;*/
    color: #F4F4F4;
    -webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	-moz-border-radius: 2px;
	border-radius: 2px;

    
}

.catblockleft a:hover {
	background: #333;
    margin: 0 0 5px 0;
    padding: 5px;
    /*display: block;*/
    text-decoration: none;
}


.catblockright {
	float: right;
	width: 40px;
	height: 36px;
	margin: -3px 0 0 0;
	padding: 3px 0 0 0;
	background: transparent url(images/catblockright_bg.png) no-repeat !important;
	text-align: center;
	font-weight: 500;
}

.catblockright a, .catblockright a:visited {
	background: transparent ;
    margin: 0px 0 5px 0 !important;
    padding: 0px;
    text-align: center;
    /*display: block;*/
    
    

    
}

.catblockright a:hover {
	background: transparent;
    margin: 0 0 5px 0 !important;
    padding: 0px;
    /*display: block;*/
    text-decoration: none;
    color: #333;
}

blockquote {
	background: #E8E8E8;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea {
	background: transparent;
	float: left;
	width: 600px;
	margin: 0px 20px 10px 0px;
	padding: 80px 20px 20px 20px;
	border: 0px solid #DDDDDD;
	font-size: 1.5em;
	}
	
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul li {
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 10px 0 10px 22px;
	background: transparent url(images/img_check.png) 0 16px no-repeat;
	border-bottom: 1px dotted #E4E4E4;
	}
	
.postarea ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.breadcrumb {
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
	}
	
#contentwide {
	float: left;
	width: 940px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postareawide {
	background: transparent;
	float: left;
	width: 920px;
	margin: 0px 0px 10px 0px;
	padding: 80px 20px 20px 20px;
	border: 0px solid #DDDDDD;
	font-size: 1.5em;
	}
	


	
.postareawide p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareawide ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareawide ul li {
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 10px 0 10px 22px;
	background: transparent url(images/img_check.png) 0 16px no-repeat;
	border-bottom: 1px dotted #E4E4E4;
	}
	
.postareawide ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postareawide ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postareawide ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.breadcrumbwide {
	float: left;
	width: 918px;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 3px 0px;
	border-bottom: double #EAEAEA;
	}
	
.date {
	width: 590px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
.dateleft {
	width: 380px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.dateright {
	width: 200px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
.time {
	background: #FFFFFF url(images/icon_time.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 0px 20px;
	}
	
.icomment {
	background: #FFFFFF url(images/icon_comments.gif) no-repeat top left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 18px;
	}
	
.tags {
	background: #FFFFFF url(images/icon_tags.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.category {
	background: #FFFFFF url(images/icon_category.gif) no-repeat top left;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	}
	
.postmeta {
	width: 460px;
	font-size: .8em;
	padding: 5px 0px 0px 0px;
	margin: 8px 0 0 0 !important;
	border-top: 0px solid #EAEAEA;
	text-transform: lowercase;
	background: transparent url(images/work_divider_bg.png) top repeat-x;
	}
	
.postmeta p {
    margin: 5px 0 0 0;
    padding: 0 0 0 26px;
    background: transparent url(images/post_meta_bg.png) 0 4px no-repeat;
    color: #232323;
}	
	
.postmeta2 {
	width: 600px;
	font-size: .8em;
	padding: 5px 0px 40px 0px;
	margin: 0px;
	border-top: 0px solid #EAEAEA;
	text-transform: lowercase;
	background: transparent url(images/work_divider_bg.png) top repeat-x;
	}
	
.archive {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
.adblock {
	background: #FFFFFF url(images/homepagetop.gif) top no-repeat;
	float: left;
	width: 588px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
.comments {
	background: #EAEAEA;
	float: left;
	width: 578px;
	margin: 20px 0px 10px 0px;
	padding: 0px 10px 10px 10px;
	border: 0px solid #DDDDDD;
	}
	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 20px;
	margin: 0px 10px 10px 0px;
	display: inline;
	background: #EAEAEA;
	position: relative;
	}
	
img.project {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;


}	


	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: left;
	width: 250px;
	margin: 20px 0 0 0;
	padding: 0px 0 0 0;
	display: inline;
	font-size: 1.5em;
	background: transparent url(images/blog_left_bg.png) left repeat-y
	}
	
#sidebar .widget {
	background: transparent;
	float: left;
	width: 260px;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0 20px;
	border: 0px solid #DDDDDD;
	
	}
	
#sidebar h4 {
	background: transparent url(images/work_divider_bg.png) bottom repeat-x;
	color: #4A4A4A;
	font-size: 1.2em;
	font-family: "Museo Sans 500", "Helvetica Neue", "Helvetica", Arial, sans-serif;;
	font-weight: 500;
	text-transform: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	border: 1px solid #D8D8D8;
	border-width: 0 0 0px 0;
	}
	
#sidebar p {
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar embed, #sidebar object {
	width: 300px; 
	height: 250px;
	margin: 0px; 
	padding: 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: transparent url(images/img_bullet.png) no-repeat 0 16px;
	padding: 10px 0px 10px 22px;
	margin: 0px;
	border-bottom: 1px dotted #E4E4E4;
	font-size: 1em;
	
	}

	
#sidebar ul li ul li {
	background: transparent url(images/img_bullet.png) no-repeat 0 16px;
	padding: 10px 0px 10px 22px;
	margin: 0px;
	}

/************************************************
*	Left Sidebar                    	        * 
************************************************/

#l_sidebar {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#l_sidebar .widget{
	background: #FFFFFF ;
	float: right;
	width: 150px;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 0px solid #DDDDDD;
	display: inline;
	}
	
#l_sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#l_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#l_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
#l_sidebar ul li ul li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
/************************************************
*	Right Sidebar                       	    * 
************************************************/

#r_sidebar {
	float: right;
	width: 140px;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#r_sidebar .widget{
	background: #FFFFFF ;
	float: right;
	width: 120px;
	margin: 0px 0px 10px 0px;
	padding: 9px;
	border: 0px solid #DDDDDD;
	display: inline;
	}
	
#r_sidebar p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
#r_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#r_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
#r_sidebar ul li ul li {
	background: #FFFFFF url(images/icon.gif) no-repeat top left;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	background: #333 url(images/footer_bg.png) no-repeat;
	width: 960px;
	height: auto;
	margin: 0px 0 10px 20px;
	padding: 0px 0 20px 0;
	font-size: 1em;
	border: 1px solid #9F9F9F;
	float: left;
	}
	
.footer_left {
	width: 275px;
	height: auto;
	background: transparent url(images/footerleft_bg.png) right repeat-y;
	margin: 15px 0 0 20px;
	padding: 0 20px 0 0;
	float: left;
	
}

.footer_right {
	width: 275px;
	height: auto;
	background: transparent url(images/footer_right_bg.png) right bottom no-repeat;
	margin: 15px 20px 0 20px;
	padding: 0 0 0 0;
	float: left;
	
}
	
	
#footer p {
	color: #333;
	font-size: 1.3em;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #9F9F9F;
	text-decoration: none;
	
	}
	
#footer a:hover {
	color: #F4F4F4;
	text-decoration: underline;
	
	
	}
	
#footer ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #9F9F9F;
	}
	
/*#footer ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	
	}*/

#footer ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footer ul li {
	background: transparent;
	padding: 10px 0px 10px 0px !important;
	margin: 0px;
	border-bottom: 1px dotted #212121;
	font-size: 1.4em;
	
	}
	
	

	
#footer ul li ul li {
	background: transparent url(images/img_bullet.png) no-repeat 0 9px !important;
	padding: 5px 0px 5px 20px !important;
	margin: 0px;
	}	
	
#footer h2 {
	font-weight: 600;
	margin: 0 0 10px 0;
	padding: 0;
	color:  #31A531;
	



}	


.bottom {
	background: transparent url(images/work_divider_bg.png) top repeat-x;
	width: 960px;
	height: auto;
	margin: 10px 0 50px 20px;
	padding: 10px 0 20px 0;
	font-size: 1em;
	font-family: "Calibri Bold", "Lucinda Grande", "Lucinda Sans Unicode", Helvetica Neue, Arial, sans-serif;
	border: 0px solid #9F9F9F;
	float: left;
	color: #4D4D4D;
	font-size: 1.3em;
	font-weight: 500;
	text-align: right;
}
	
/************************************************
*	Search Form									*
************************************************/

#searchform {
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
#searchbox {
	background: #EEEEEE !important;
	width: 220px;
	color: #202020;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#s {
	background: #EEEEEE !important;
	width: 160px;
	color: #202020;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#searchsubmit {
	background: #555555 url(images/topnav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 5px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#subscribe {
	background: #FFFFFF url(images/feedburner.png) top no-repeat;
	float: left;
	width: 300px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#subbox {
	background: #EEEEEE !important;
	width: 250px;
	color: #202020;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#subbutton {
	background: #555555 url(images/topnav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 7px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 10px !important;
	border: 1px solid #DDDDDD;
	display: inline;
	font-family: "Lucinda Grande", "Lucinda Sans Unicode", Helvetica Neue, Arial, sans-serif;
	}
	
#submit {
	background: transparent;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0;
	font-weight: bold;
	border: none;
	}
	
#comment {
	background: #F9F9F9;
	color: #333;
	font-size: 1.1em;
	font-weight: normal;
	margin: 5px 10px 5px 0px;
	padding: 10px !important;
	border: 1px solid #D8D8D8;
	display: inline;
	font-family: "Lucinda Grande", "Lucinda Sans Unicode", Helvetica Neue, Arial, sans-serif;
	}

/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #D8D8D8;
	float: right;
	border: 0px solid #EEEEEE;
	margin: 5px 5px 0px 10px;
	padding: 5px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 5px 0 0 0;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px 0 0 0;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #F9F9F9;
	margin: 0px 0 0 0;
	padding: 0px;
	}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px 0 0 0;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #D8D8D8;
	margin: 5px 0 0 0 !important;
	padding: 0px;
	}

.even, .alt {
	border: 1px solid #D8D8D8;
	
	margin: 0px 0 0 0;
	padding: 10px !important;
	}
	
	
/************************************************
*	Slide Panel     								*
************************************************/	
	
.slidebox {
    width: 980px;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    float: left !important;
    border: none;
    font-size: 1.3em;
       position: absolute;
       top: 0;
       left: 0;
       z-index: -500 !important;
    }
    
    
.slidebutton {
        
    width: 308px !important;
    height: 61px !important;
    margin: -10px 0px 10px 10px;
    padding: 0;
    
    float: right;
}


.slidebutton a,.slidebutton a:visited  {
    background: transparent url(images/slidebutton_bg.png) no-repeat top left !important;    
    width: 308px !important;
    height: 61px !important;
    padding: 0;
    margin: 0;
    float: right;
    text-indent: -9999px;
    
}

.slidebutton a:hover {
    background-position: 0 -62px !important;
    width: 228px;
    height: 62px;
    padding: 0;
    margin: 0;
    float: right;
    
}




.sidepanel {
  width: 205px;
  height: 110px;
  margin: 0px 0 20px 20px;
  border: none;
  padding: 10px 0 0 10px;
  background: transparent url(images/sidepanel_bg.png) no-repeat;
  float: left;
  color: #333;
  font-size: 1.1em;
  }
  
 .sidepaneltext {width: 280px; } 
  
.sidepanel h2 {
	background: transparent;
	/*width: 280px;*/
	color: #E6E6E6;
	font-size: .9em;
	font-family: "Palatino Linotype", "Georgia", "Times", "Times New Roman", serif;
    font-variant: none;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin: 0px 0px 5px 0px;
	padding: 5px 10px 0px 0px;
	line-height: 26px;
	border-bottom: 0px solid #67A234;
	}  

.sidepanel ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.sidepanel ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-transform: normal;
	border-bottom: 1px solid #3A4920;
	}
	
.sidepanel a, .sidepanel a:visited { color: #FBE573 !important; font-weight: 500;}

.sidepanel a:hover { color: #F9FBF4 !important; text-decoration: underline;}		

.slidepanelclose {float: right; margin: 0 20px 0 0;}	