/*  
Theme Name: Lemon Lime
Theme URI: http://www.farfromfearless.com
Description: Design by Chris Murphy - 2006-2007
Version: 1.0
Author: Chris Murphy
Author URI: http://www.farfromfearless.com/

	This theme was designed and built by Chris Murphy,
	whose blog you will find at http://www.farfromfearless.com/

	The CSS, XHTML and design is Copyright 2006, All rights reserved.

*/


/* Global Styles
-------------------------------*/


body {
	background: #668800 url(images/pixel_bg.gif) repeat top left;
	margin: 0;
	font-family: 'Trebuchet MS', Georgia, Times, serif;
	font-size: 11px;
	color: #39444d;
}

a {
	text-decoration: none;
	color: #707070;
}

a:hover {
	text-decoration: underline;
	color: #39444d;
}

.metadata{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	padding-top: 5px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 14px;
}


.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	margin: 0;
}

.highlight {
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #5b656e;
	margin: 17px 0; 
}

/* Block Quotes
----------------------*/

q {
	padding: 0px 20px 10px 33px;
	background: transparent url(images/quotes.gif) no-repeat 0px 20px;

	border-top: 1px dotted #bbbbbb;
	border-bottom: 1px dotted #bbbbbb;
	
	border-top-width:1px;
	border-bottom-width: 1px;

	padding-bottom: 20px;
	padding-top: 20px;
	
	quotes: none;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #5b656e;
	display: block;
	margin-bottom: 5px;
}

q cite{
	display: block;
	padding-right: 15px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #5b656e;
	font-style: normal;
	font-weight: normal;
	float: right;
}

q cite a {
	padding: 0px 20px 10px 33px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #5b656e;
	font-style: normal;
	font-weight: normal;
	float: right;
}

blockquote {
	display: inline;
	margin: 0;
	padding: 0;
}

blockquote p {
	display: block;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	
	background: transparent url(images/quotes.gif) no-repeat 0px 20px;

	border-top: 1px dotted #bbbbbb;
	border-bottom: 1px dotted #bbbbbb;
	
	padding-left: 33px;
	padding-bottom: 20px;
	padding-top: 20px;
	
	quotes: none;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #5b656e;

}

blockquote p cite {
	display: block;
	padding-right: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #5b656e;
	font-style: normal;
	font-weight: normal;
	float: right;
}


.spacer {
	margin: 18px 0;
	background: transparent url(images/dotted.gif) repeat-x top left;
	height: 1px;
}

.navigation {
	display: block;
	padding-bottom: 20px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.entry p a{
	color: #cb4200;
	text-decoration: none;
	border-bottom: 1px dotted #cb4200;
}



/* Main Shell
-------------------------------*/

#header {
	display: block;
	float: left;
	background: transparent url(images/bc_topgradient.gif) repeat-x top left;
	width: 100%;
	height: 162px;
}

#content {
	background: transparent url(images/content_bg.gif) repeat-y top left;
	position: relative;
	width: 919px;
	clear: both;
}

#footer {
	background: transparent url(images/bottom_bg.jpg) no-repeat top left;
	position: relative;
	width: 919px; height: 102px;
}


/* Header
-------------------------------*/

#topnav {
	float: left;
}

#searchform {
	background: transparent url(images/nav_search.gif) no-repeat top left;
	width: 200px; height: 45px;
	float: left;
}

#searchform .input {
	border: 1px solid #3d5c00;
	width: 92px;
	margin: 7px;
}

#searchform .searchbtn {
	margin: 0 0 2px 0;
}

#topcorner {
	float: left;
}


/* Left Nav
-------------------------------*/

#leftnav {
	width: 204px;
	margin-left: 14px;
	float: left;
	border-left: 1px solid #779900;
}

#leftnav h2 {
	margin: 0; padding: 0;
	border-bottom: 3px solid #668800
}

#leftnav ul {
	margin: 0; padding: 0;
	list-style: none;
}

#leftnav ul li {
	margin: 0; padding: 0;
}

#leftnav ul li a {
	display: block;
	border-top: 1px solid #668800;
	text-decoration: none;
	padding: 9px 9px 9px 20px;
}

#leftnav ul li a:hover {
	background: #5f8100 url(images/left_nav_tab.gif) no-repeat 0 50%;
}

#leftnav ul li a h3 {
	margin: 0; padding: 0 0 0 13px;
	color: #e5f07a;
	font-weight: bold;
	font-size: 11px;
	background: transparent url(images/left_arrow.gif) no-repeat 0 4px;
	/* background: transparent url(images/left_arrow.gif) no-repeat 0 50%;*/
}

#leftnav ul li a p {
	margin: 0; padding: 0;
	color: #fff;
}

#recentposts ul li a {
	background-color: #4c6e00;
}

#currentprojects ul li a h3 {
	background: transparent url(images/left_folder.gif) no-repeat 0 2px;
	/* background: transparent url(images/left_folder.gif) no-repeat 0 50%; */
}

#currentprojects {
	margin-bottom: 41px;
}

#archivesleft {
	margin-bottom: 0px;
}


#feeds {
	position: absolute;
	bottom: 0;
}

#feeds ul {
	margin: 0; padding: 0;
	list-style: none;
}

#feeds ul li {
	padding-left: 0px;
	
}

#feeds ul li a {
	font-weight: bold;
	color: #e5f07a;
	display: block;
	padding-left: 40px;
	background: transparent url(images/rss_icon.gif) no-repeat 20px 50%;
}

#feeds ul li a:hover {
	font-weight: bold;
	color: #e5f07a;
	display: block;
	padding-left: 40px;
	background: #5f8100 url(images/rss_icon.gif) no-repeat 20px 50%;
}


/* Body Content
-------------------------------*/

#bodycontent {
	width: 461px;
	float: left;
	margin: 27px 0 0 20px;
}

#bodycontent h1 {
	margin: 0; padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #202830;
}

#bodycontent h2 {
	margin: 0; 
	padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #202830;
}

.highlight {
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #5b656e;
	margin: 17px 0; 
}

.bottominfo {
	background: transparent url(images/info_bg.gif) repeat-x bottom left;
	border-bottom: 1px solid #8998a6;
	position: relative;
}

.bottominfo ul {
	margin: 0; padding: 0 0 3px 0;
	list-style: none;
}

.bottominfo ul li {
	margin: 0; padding: 0;
	display: inline;
}

.bottominfo .comments a {
	padding: 0 0 0 22px;
	margin: 0 10px 0 5px;
	background: transparent url(images/grey_wordbubble.gif) no-repeat 0 50%;
	display: inline;
}

.bottominfo .link a {
	padding: 0 0 0 17px;
	background: transparent url(images/grey_folder.gif) no-repeat 0 50%;
	display: inline;
}

.date a {
	text-decoration: underline;
}

#toparticle {
	color: #39444d;
	margin-bottom: 25px;
}

#toparticle h1 {
	color: #39444d;
	margin-bottom: -5px;
}

#toparticle h1 a {
	color: #39444d;

}

#toparticle h1 a:active {
	color: #39444d;
}

#toparticle h1 a:hover {
	color: #384047;
}

#toparticle .date {
	border-top: 1px solid #5b7d00;
	margin-top: 10px;
	padding-top: 3px;
}

#toparticle .bottominfo {
	border-bottom: 0px;
	margin-top: 20px;
}

#toparticle .bottominfo img {
	margin-right: 4px;
	position: absolute;
	right: 0;
	top: 0;
}

#toparticle p a {
	color: #cb4200;
	text-decoration: none;
	border-bottom: 1px dotted #cb4200;
}

#toparticle p img {
	padding: 4px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #ebebeb;
	
	margin-top:  15px;
	margin-bottom:  15px;
}

#toparticle p a img {
	padding: 4px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #ebebeb;
	
	margin-top:  15px;
	margin-bottom:  15px;
	
	
}

#toparticle ol li a{
	color: #cb4200;
	text-decoration: none;
	border-bottom: 1px dotted #cb4200;
}

/* Image Container with link
-------------------------------*/
#image_container {
	overflow:hidden;
	padding: 4px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #ebebeb;
	
	margin-top:  15px;
	margin-bottom:  15px;
	background-color: #ffffff;
}

#image_container img {
	border-bottom: 1px solid #82909c;
	padding-bottom: 0px;
	background: #c4cbd2;
}

#image_container p {
	display: block;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 200px;
	padding-bottom: 2px;
	color: #c4cbd2;
	
	background: transparent url(images/left_arrow.gif) no-repeat 5px 50%;
	background-color:#5b656e;

	text-decoration: none;

}

#image_container a {
	display: block;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #c4cbd2;
	
	background: transparent url(images/left_arrow.gif) no-repeat 5px 50%;
	background-color:#5b656e;

	text-decoration: none;

}

#image_container a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.article {
	color: #5b656e;
	margin: 25px 0;
}

.article h2 {
	margin: 0; padding: 0;
	color: #202830;
	font-size: 18px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

.article h2 a{
	margin: 0; padding: 0;
	color: #202830;
	font-size: 18px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

.article h2 a:hover{
	margin: 0; padding: 0;
	color: #384047;
	font-size: 18px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

.article .date {
	margin: 5px 0 0 0;
	padding: 2px 0 0 0;
	border-top: 1px solid #adb2b6;
	padding-top: 3px
}


/* Archives
-------------------------------*/
#columnleft {
	width: 225px;
	float: left;
}

#columnleft ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#columnleft ul li{
	display: block;
	border-bottom: 1px solid #c4cbd2;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 16px;
	background: transparent url(images/right_folder.gif) no-repeat 0px 50%;
}

#columnleft ul li a {
	color: #5b656e;
	text-decoration: none;
}

#columnleft ul li:hover {
	background-color: #e9f1f9;
}

#columnright {
	width: 225px;
	float: right;
}

#columnright ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#columnright ul li{
	display: block;
	border-bottom: 1px solid #c4cbd2;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 16px;
	background: transparent url(images/right_folder.gif) no-repeat 0px 50%;
}

#columnright ul li a {
	color: #5b656e;
	text-decoration: none;
}

#columnright ul li:hover {
	background-color: #e9f1f9;
}






/* Search
-------------------------------*/
#searchresult {
	color: #39444d;
	margin-bottom: 15px;
}

#searchresult h1 {
	margin: 0; padding: 0;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #202830;
	margin-bottom: -5px;
}

#searchresult h1 a {
	color: #39444d;

}

#searchresult h1 a:active {
	color: #39444d;

}

#searchresult h1 a:hover {
	color: #384047;
}

#searchresult .date {
	border-top: 1px solid #5b7d00;
	padding-top: 3px;
}

#searchresult .bottominfo {
	border-bottom: 0px;
	margin-top: 20px;
}

#searchresult .bottominfo img {
	margin-right: 4px;
	position: absolute;
	right: 0;
	top: 0;
}


.searchinfo {
	background: transparent url(images/info_bg.gif) repeat-x bottom left;
	border-bottom: 1px solid #8998a6;
	position: relative;
}

.searchinfo ul {
	margin: 0; 
	padding: 0 0 3px 0;
	list-style: none;
}

.searchinfo ul li {
	margin: 0; padding: 0;
	display: block;
	padding-left: 5px
}

.searchinfo .comments a {
	padding: 0 0 0 22px;
	margin: 0 10px 0 5px;
	background: transparent url(images/grey_wordbubble.gif) no-repeat 0 50%;
	display: inline;
}

.searchinfo .link a {
	padding: 0 0 0 17px;
	background: transparent url(images/grey_folder.gif) no-repeat 0 50%;
	display: inline;
}

.searchinfo a {
	text-decoration: underline;
}


/*
-------------------------------*/


/* Comments
-------------------------------*/

#comments {
	margin-bottom: 20px;
	border-top: 4px solid #668800;
}

#comments h2 {
	margin: 8px 0 20px 0;
}

.commenttext {
	border-left: 1px solid #c4cbd2;
	border-right: 1px solid #c4cbd2;
	margin: 0;
	padding: 0px 10px;
	display: block;
}

.commenttext p {
	margin: 0;
	padding: 5px 0;

}

.data a {
	color: #cb4200;
	text-decoration: none;
	border-bottom: 1px dotted #cb4200;
}

.data .poster strong {
	font-weight: bold;
	color: #cb4200;
}

/* Comment Form
-------------------------------*/

#commentform {
	margin-bottom: 25px;
	border-top: 4px solid #668800;
}

#commentform strong {
	color: #5b656e;
}

#commentform h2 {
	margin: 8px 0 20px 0;
}

#commentform .guidelines strong {
	font-weight: bold;
	color: #ff6300;
}

#commentform .name {
	float: left;
	margin-right: 21px;
}

#commentform .email {
	float: left;
}

#commentform .url {
	margin: 10px 0;
	float: left;
}

#commentform .name input {
	border: 1px solid #c4cbd2;
	width: 218px;
}

#commentform .email input {
	border: 1px solid #c4cbd2;
	width: 218px;
}

#commentform .url input {
	border: 1px solid #c4cbd2;
	width: 459px;
}

#commentform textarea {
	border: 1px solid #c4cbd2;
	width: 459px;
	height: 209px;
	margin-bottom: 10px;
}

#commentform .remember input {
	border: 0;
	margin-bottom: 1px;
}

#commentform .submit {
	margin-left: 117px;

}

.ostar {
	font-weight: bold;
	color: #ff6300;
}


/* Trainer Form
-------------------------------*/
#trainerform textarea {
	border: 1px solid #527700;
	width: 300px;
	height: 209px;
	margin-bottom: 10px;
	color: #527700;
	font-size: 11px;
	font-weight: bold;
}


#trainerform input {
	border: 1px solid #527700;
	width: 200px;
	color: #527700;
	font-size: 11px;
	font-weight: bold;
}

#trainerform select {
	border: 1px solid #527700;
	width: 200px;
	color: #527700;
	font-size: 11px;
	font-weight: bold;
}

#trainerform a{
	color: #cb4200;
	text-decoration: none;
	/*border-bottom: 1px dotted #cb4200;*/
}

#trainerform h1{
	margin-top: 0px;
  	float: left;
  	width: 400px;
  	height: 40px;
}

#trainerform h1 a {
	color: #39444d;

}

#trainerform h1 a:active {
	color: #39444d;
}

#trainerform h1 a:hover {
	color: #39444d;
}

#trainerform a img{
	float: right;
	margin-top: 10px;
}

#trainerform h2{
	margin: 0; padding: 0 0 0 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: transparent url(images/left_arrow.gif) no-repeat 0 5px;
}

#trainerform h3{
	margin: 0; padding: 0 0 0 13px;
}

#trainerform h3{
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 3px;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #202830;
}

#trainerform ul{
	margin: 0;
	margin-left: 5px;
	/*list-style: none;*/
	list-style-image:url(images/right_folder.gif);
}

#trainerform ul li{
}

#trainerform ul li a{
	border-bottom: 1px dotted #cb4200;
}

#trainerform ul li img{
	float: none;
	margin-right: 5px;
}



#trainerform hr{
	border: 0;
	border-bottom: 1px dotted #cb4200;	
	height: 0px;
	width: 100%;
	text-align: left;
}

#trainererrors ul li{
	list-style-image:url(images/exclamation.png);
	margin-top: 5px;	
	margin-bottom: 5px;	
}

#trainerintroduction {float:none;clear:both;margin-top:1em; margin-bottom: 10px;}

#trainerintroduction img {float:left;margin-right:1em;}

#traineraboutme{
	margin-top: 10px;
	margin-bottom: 5px;
}

#trainercompany h2{
	margin: 0; padding: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	background: none;
	float: left;
}

/*
#trainerlogin {
	width: 204px;
	margin-left: 14px;
	float: left;
	border-left: 1px solid #779900;
}

#trainerlogin input {
	border: 1px solid #527700;
	width: 100px;
}

#trainerlogin h2 {
	margin: 0; padding: 0;
	border-bottom: 3px solid #668800
}

#trainerlogin a {
	text-decoration: none;
	color: #e5f07a;
	font-weight: bold;
	font-size: 11px;
}

#trainerlogin ul li{
	margin: 0px; padding: 0px;
	margin-left: -25px;
	color: #fff;
	font-size: 11px;
	display: block;
}*/



#trainerleftnav {
	width: 204px;
	margin-left: 14px;
	float: left;
	border-left: 1px solid #779900;
}

#trainerleftnav form{
	margin: 0; padding: 0;
}

#trainerleftnav h2 {
	margin: 0; padding: 0;
	border-bottom: 3px solid #668800
}

#trainerleftnav ul {
	margin: 0; padding: 0;
	list-style: none;
}

#trainerleftnav ul li {
	position: relative;
	margin: 0; padding: 0;
	margin-top: 4px;
	color: #fff;
	margin-left: 10px;
}

#trainerleftnav ul li a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #e5f07a;
	font-weight: bold;
	font-size: 11px;
}

#trainerleftnav ul li p{
	margin: 0; padding: 0 0 0 13px;
	background: transparent url(images/left_arrow.gif) no-repeat 0 4px;
}

#trainerleftnav ul li input {
	position: absolute;
	left: 75px;
	color: #527700;
	font-weight: bold;
	border: 0px;
	width: 100px;
}

#trainerleftnaverror{
	margin-left: 13px;
	margin-top: 10px;
	font-weight: bold;
	color: #fff;
	padding: 0 0 0 17px;
	background: transparent url(images/exclamation.png) no-repeat 0 0px;
}

/* Right Nav
-------------------------------*/

#rightnav{
	width: 174px;
	float: right;
	margin-right: 25px;
}

#rightnav h2 {
	margin: 0; padding: 0;
	border-bottom: 4px solid #668800;
}

#rightnav ul {
	margin: 0; padding: 0;
	list-style: none;
}

#rightnav ul li {
	margin: 0; padding: 0;
}

#rightnav ul li a {
	display: block;
	border-bottom: 1px solid #c4cbd2;
	text-decoration: none;
	padding: 5px 0 5px 0px;
	color: #5b656e;
}

#rightnav ul li a:hover {
	background-color: #e9f1f9;
}

#rightnav ul li a h3 {
	margin: 0; padding: 0 0 0 14px;
	font-weight: bold;
	font-size: 11px;
	background: transparent url(images/right_arrow.gif) no-repeat 0 50%;
}

#rightnav ul li a p {
	margin: 0; padding: 0;
}

#recentcomments ul li a h3 {
	background: transparent url(images/right_folder.gif) no-repeat 0 50%;
}

#recentphotos h2 {
	margin: 5px 0 10px 0;
}


#recentphotos a img {
	padding: 4px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #ebebeb;
}

#categories h2 {
	margin: 0; padding: 0;
	border-bottom: 4px solid #668800;
}

#categories ul {
	margin: 0; padding: 0;
	list-style: none;
}

#categories ul li {
	margin: 0; padding: 0;
	display: inline;
}

#categories ul li a {
	border-bottom: 1px solid #c4cbd2;
	text-decoration: none;
	padding: 5px 0 5px 0px;
	padding-left: 15px;
	color: #5b656e;
	background: transparent url(images/right_folder.gif) no-repeat 0px 50%;
}

#categories ul li a:hover {
	background-color: #e9f1f9;
}

#categories ul.children{margin-left: 10px;} 

#categories a img{
	padding: 4px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #ebebeb;
}

.page_item {
	display: inline;
}

#pages ul li a{
	display: block;
	padding-left: 15px;
	background: transparent url(images/right_folder.gif) no-repeat 0 50%;
}

#page a img{
	padding: 4px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #ebebeb;
}


/* Footer
-------------------------------*/

#footer ul {
	float: left;
	margin: 19px 0 0 35px; padding: 0;
	list-style: none;
}

#footer ul li {
	margin-bottom: 2px;
	
}

#footer ul li a {
	font-weight: bold;
	color: #e5f07a;
	display: block;
	padding-left: 20px;
	background: transparent url(images/rss_icon.gif) no-repeat 0 50%;
}

#disclaim {
	position: absolute;
	right: 29px; top: 24px;
	color: #e5f07a;
}

#disclaim strong{
	color: #e5f07a;
}

#disclaim a strong{
	color: #e5f07a;
}

#disclaim a:hover{
	color: #e5f07a;
	text-decoration: none;
}

#footerlinks{
	position: relative;
	right: -5px;
	color: #e5f07a;
}

#copyright {
	color: #fff;
	width: 664px;
	position: relative;
	font-size: 10px;
	font-family: Tahoma;
	margin: 2px 0 0 239px;
}

#copyright span {
	position: absolute;
	right: 0;
}

#copyright span a {
	color: #fff;
	font-size: 10px;
	font-family: Tahoma;
}

/* Portfolio
-------------------------------*/

#wp_portfolio_container{
	margin-bottom: 20px;
	border-top: 4px solid #668800;
}

#wp_portfolio_entry{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 3px solid #c4cbd2;
}

#wp_portfolio_entry p{
	display: block;
	padding-bottom: 0;
}

#wp_portfolio_entry p a{
	color: #cb4200;
	text-decoration: none;
	border-bottom: 1px dotted #cb4200;
}

#wp_portfolio_image {
	vertical-align:bottom;
	width: 460px;
	float: left;
}

#wp_portfolio_image img{
	padding: 4px;
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #ebebeb;
	
	margin-bottom: 10px;
}




/* Begin Contact Form ][ CSS
-------------------------------*/
.contactform {
	position: static;
	overflow: hidden;
}

#wpcf_your_name {
	display: block;
	float: left;
	width: 450px;
}

#wpcf_email{
	display: block;
	float: left;
	width: 450px;
}

#wpcf_subject{
	display: block;
	float: left;
	width: 450px;
}

#wpcf_msg{
	display: block;
	float: left;
	width: 450px;
}

#contactsubmit{
	margin-top: 10px;
	display: block;
	float: right;
}


.contactleft {
	display: block;
	width: 459px;
	text-align: left;
	clear: both;
	padding-bottom: 5px;
	padding-top: 10px;
    font-weight: bold;
}

.contactright {
	display: block;
	width: 459px;
	text-align: left;
	float: right;
	padding: 0px;
}

.contacterror {
	border: 2px solid #ff0000;
}
