/* 
	Theme Name: Pro Simple Sites
	Theme URL: http://www.prosimplesites.com
	Description: Pro Simple Sites is a Widget-ready theme created for WordPress.
	Author: Pro simple Sites
	Author URI: http://www.prosimplesites.com
	Version: 2.0
	Tags: two-columns, fixed-width, sidebar-widgets, threaded-comments
		
	Changelog:
		v2.0 - 10/30/09
*/
html,
body {
	background: #dddcd8;
}
body {
	color: #696969;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	color: #696969;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	background: url(images/bg.png) top center repeat-y;
	}
	
#wrapfull {
	color: #696969;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	width: 1000px;
	background: url(images/bg.png) top center repeat-y;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 930px;
	height: 65px;
	margin: 0px auto 0px;
	padding: 15px 35px;
	overflow: hidden;
	background: url(images/bg.png) top center repeat-y;
	position: relative;
	}
	
#header-blank {
	width: 960px;
	height: 65px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#header #imageheader {
	width: 440px;
	height: 65px;
	text-indent: -10000px;
	background: #fff url(images/logo.png) left top no-repeat;
	}

#header #imageheader a {	
	display: block;
	width: 260px;
	height: 80px;
	}
	
#header-blank #imageheader {
	width: 960px;
	height: 100px;
	text-indent: -10000px;
	background: url(images/logo.png) left top no-repeat;
	}

#header-blank #imageheader a {	
	display: block;
	width: 960px;
	height: 100px;
	}

#header h1, #header h4, #header-blank h1, #header-blank h4 {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited, #header h4 a, #header h4 a:visited, #header-blank h1 a, #header-blank h1 a:visited, #header-blank h4 a, #header-blank h4 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover, #header h4 a:hover, #header-blank h1 a:hover, #header-blank h4 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.headertext {
	margin: 0px;
	padding: 20px 0px 0px 20px;
	}

.headerleft {
	width: 450px;
	float: left;
	margin: 2px 0px 0px 16px;
	display: inline;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #FFFFFF;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
.headerright {
	width: 485px;
	float: right;
	margin: 0px;
	padding: 5px 15px 0px 0px;
	text-align: right;
	}
	
.headerright a, .headerright a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.headerright a:hover {
	text-decoration: underline;
	}
	
.headerright p {
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.headerright  a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
.rsslink {
	padding: 3px 10px 3px 16px;
	background: url(images/rss.gif) no-repeat left center;
	}	

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

#navbar {
	width: 650px;
	height: 35px;
	color: #636363;
	position: absolute;
	top: 38px;
	right: 55px;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	float: right;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a {
	color: #7d7d7d;
	display: block;
	font-size: 15px;
    margin: 0px;
	padding: 9px 15px 9px 15px;
	text-decoration: none;
	border: 1px solid #fff;
	}

#nav li a:hover, #nav li a:active {
	color: #c73f2e;
	border: 1px solid #c73f2e;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 170px;
	color: #636363;
	float: none;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	border-bottom: 1px solid #C4C1BC;
	border-left: 1px solid #C4C1BC;
	border-right: 1px solid #C4C1BC;
	}
	
#nav li li a:hover, #nav li li a:active {
	color: #333;
	}

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

#nav li li { 
	}

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

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

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

#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 .current_page_item a {
	background: #FFFFFF;
	color: #222;
	}
	
/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	width: 638px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#homepage a, #homepage a:visited  {
	color: #3F99B1;
	text-decoration: none;
	}
	
#homepage a:hover {
	color: #3F99B1;
	text-decoration: underline;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}
	
#homepage h2 {
	color: #3F99B1;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#homepage h2 a  {
	color: #3F99B1;
	text-decoration: none;
	border: none;
	}

#homepage h2 a:hover {
	color: #d83620;
	text-decoration: underline;
	border: none;
	}
	
#homepage h3 {
	background: #C4C1BC;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 3px 0px 3px 10px;
	border-top: 1px solid #C4C1BC;
	border-bottom: 1px solid #C4C1BC;
	}

#homepage h4 {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	}

#homepage embed, #homepage object {
	width: 250px; 
	height: 205px;
	margin: 10px 0px 5px 0px; 
	padding: 0px;
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#homepage ul li {
	background: url(images/arrowhome.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.homepageleft {
	float: left;
	width: 356px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #C4C1BC;
	border-right: 1px solid #C4C1BC;
	border-bottom: 1px solid #C4C1BC;
	}

.homepageright {
	float: right;
	width: 270px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #C4C1BC;
	border-right: 1px solid #C4C1BC;
	border-bottom: 1px solid #C4C1BC;
	}
	
.homebox {
	background: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	}
	
#fcg {
	background: #F6F3EE;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}
	
#fcg h2 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}

/************************************************
*	HomeSplash      								*
************************************************/
#homesplash {
	width: 960px;
	height: 297px;
	background: url(images/homesplash-outer.jpg) top left no-repeat;
	position: relative;
}
#homesplash-images {
	width: 563px;
	height: 284px;
	position: absolute;
	left: 35px;
	top: 0px;
}
#talk {
	width: 328px;
	height: 257px;
	position: absolute;
	text-align: center;
	top: 1px;
	right: 35px;
	padding: 25px 0 0;
}
#talk h1 {
	font-weight: bold;
	font-size: 1.5em;
}
#talk p {
	font-size: 1.2em;
}
#homeleft {
	float: left;
	width: 530px;
	margin: 10px 0 0 50px;
	display: inline;
}
#homeleft .floatleft a {
	float: left;
}
#homeleft p {
	padding: 0 0 15px;
}
#homeright {
	float: right;
	width: 300px;
	margin: 10px 50px 0 0;
	display: inline;
}
.solutions p {
	padding: 10px 0 0 70px !important;
	margin: 0 0 5px !important;
	min-height: 54px;
	height: auto !important;
	height: 54px;
}
.solutions .webdesign {
	background: url(images/icon-webdesign.jpg) left center no-repeat;
}
.solutions .hosting {
	background: url(images/icon-hosting.jpg) left center no-repeat;
}
.solutions .email {
	background: url(images/icon-email.jpg) left center no-repeat;
}
.solutions .analytics {
	background: url(images/icon-analytics.jpg) left center no-repeat;
}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 1000px;
	margin: 0px auto 0px;
	padding: 10px 0 0;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 590px;
	margin: 0px 0px 15px 55px;
	padding: 0 0px 20px 0;
	display: inline;
	}

#contentwide {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 10px 20px 20px;
	}

#contentwide-inner {
	float: left;
	width: 890px;
	margin: 0px;
	padding: 0 35px 15px;
}
	
#contentwide a, #contentwide a:visited {
	color: #3F99B1;
	text-decoration: none;
	}
	
#contentwide a:hover {
	color: #d83620;
	text-decoration: underline;
	}

#contentleft h1, #contentwide h1 {
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #333333;
	text-decoration: none;
	border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #3F99B1;
	text-decoration: none;
	border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #333333;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h3, #contentwide h3 {
	color: #333333;
	font-size: 15px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h4, #contentwide h4 {
	color: #333333;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h5, #contentwide h5 {
	color: #333333;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
	
#contentleft h6, #contentwide h6 {
	color: #333333;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 24px;
	}
		
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
.breadcrumb {
	background: #F6F3EE;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E9E2D7;
	}

.breadcrumb p {
	margin: 0px;
	padding: 0px;
	}
	
.post {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	}

.post p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.post a, .post a:visited, .postcomments a, .postcomments a:visited, .breadcrumb a, .breadcrumb a:visited, .navlink a, .navlink a:visited {
	color: #3F99B1;
	text-decoration: none;
	}
	
.post a:hover, .postcomments a:hover, .breadcrumb a:hover, .navlink a:hover {
	color: #d92c1a;
	text-decoration: underline;
	}
	
.post ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.post ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.post ul {
	list-style-type: none;
	margin: 15px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
	
.post ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
.post ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.post ul ul li {
	background: url(images/arrow.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	background: #F6F3EE;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border: 1px solid #E9E2D7;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.postmeta {
	background: #F6F3EE;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #E9E2D7;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox {
	background: #F6F3EE;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	border: 1px solid #E9E2D7;
	}
	
.authorbox p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}
	
code {
	color: #333333;
	background: #F6F3EE;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	border: 1px solid #E9E2D7;
	}
	
.archive {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}
	
.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}
	
.clear {
	clear: both;
	}
	
hr {
	border-bottom: 1px solid #DDDDDD; 
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 10px 0px; 
	clear: both;
	}

/************************************************
*	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: 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 #E9E2D7;
	text-align: center;
	background: #F6F3EE;
	padding: 5px 0px 5px 0px;
	}

.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: right;
	width: 272px;
	margin: 0 55px 0 0;
	display: inline;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar a, #sidebar a:visited  {
	color: #0076A3;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #0076A3;
	text-decoration: underline;
	}
	
#sidebar h4 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar a img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: none;
	}
	
#sidebar .widget  {
	background: #fff;
	margin: 0px 0px 10px 0px;
	border: 1px solid #E9E2D7;
	}
#sidebar .widget h4 {
	border-bottom: 1px solid #E9E2D7;
	background: #F6F3EE;
	padding: 5px 10px 5px 10px;
}	
#sidebar .widgetinner {
	padding: 5px 10px 5px 10px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul ul li a, #sidebar ul ul li a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#sidebar ul ul li a:hover {
	color: #0076A3;
	text-decoration: underline;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
#sidebar ul ul ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar ul li li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar ul li ul li {
	background: url(images/arrow2.gif) no-repeat top left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	}

#sidebar .textwidget {
	margin: 0px;
	padding: 0px;
	}

.postform {
	background: #F5F5F5;
	width: 250px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #333333;
	margin: 5px 0px 5px 0px;
	}

.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.adsensesidebar {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.twitter {
	background: url(images/twitter.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: url(images/bg-footer.png) bottom center no-repeat;
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	}

	
/************************************************
*	Footer  									*
************************************************/

#footertop {
	font-size: 12px;
  font-weight: normal;
	margin: 30px auto 0;
	padding: 47px 0 40px;
	background: url(images/cc.jpg) top center no-repeat;
	text-align: center;
	}
	
#footertop a {
	color: #696969;
	text-decoration: none;
	}

#footertop a:hover {
	color: #000;
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	color: #333333;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	}
#searchbox {
	background: #fff !important;
	width: 180px;
	color: #777;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	padding: 5px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #d0c8be;
	}
	
#searchbutton {
	background:#408AC7;
	border:1px solid #184E7D;
	color:#fff;
	font-family:Arial,Tahoma,Verdana;
	font-size:13px;
	margin:0;
	padding:4px;
	cursor: pointer;
	}	
#searchformheader {
	margin: 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 180px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 2px 0px 2px 3px;
	display: inline;
	border: 1px solid #E6E6E6;
	}
	
#searchsubmit {
	background: #3F99B1;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 2px 1px 2px;
	border: 1px solid #3F99B1;
	}

#submit {
	background: #3F99B1;
	color: #FFFFFF;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #3F99B1;
	}
	
#author, #email, #url {
	background: #F6F3EE !important;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #E9E2D7;
	}
	
#comment {
	background: #F6F3EE !important;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #E9E2D7;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.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: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	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 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #E9E2D7;
	color: #333333;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #DED3C2;
	}
	
.reply a:hover {
	background: #3F99B1;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #3F99B1;
	}

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

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

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F6F3EE;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px solid #E9E2D7;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px solid #E9E2D7;
	border-bottom: 1px solid #E9E2D7;
	border-left: 1px solid #E9E2D7;
	margin: 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
#contactform7 {
	float: left;
	margin-left: 45px;
	display: inline;
	width: 230px;
}
.contactitem {
	float: left;
	width: 60px;
	text-align: left;
	margin-bottom: 4px;
}
.contactfield {
	float: left;
	width: 170px;
	text-align: left;
	margin-bottom: 4px;
}
.contactfield input {
	width: 162px;
}
#callback {
	width: 100%;
	float: left;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
	border: 0 !important;
}
.wpcf7-response-output,
div.wpcf7-mail-sent-ok {
	float: left;
	clear: both;
	margin: 0 !important;
	padding: 0.5em 1em !important;
	font-size: .9em;
	border: 0 !important;
	width: 304px;
	text-align: center;
}



/************************************************
*	Themes Template  									*
************************************************/
.post-themes {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 90px;
	background: url(images/post-themes.jpg) left top no-repeat;
	min-height: 80px;
	height: auto !important;
	min-height: 80px;
}
.post-themes h1 {
	padding-bottom: 5px;
}
.themebox{
	width:900px;
	padding:0; 
	margin:0 0 0 40px;
}
.theme-box {
	width: 240px;
	height: 250px;
	margin:0 20px 0 10px;
	float:left;
}
.theme-thumb {
	float: left;
	width: 240px;
	height: 180px;
	background: #888;
	border: 1px solid #555;
	margin: 2px 12px 2px 2px;
	display: inline;
	cursor: pointer;
}
.theme-thumb:hover {
	border: 3px solid #d83620 !important;
	margin: 0px 10px 0px 0px !important;
}


/** paypal order form **/

.clear{
	clear:both;
}

#orderform{
	width: 100%;
	margin:0 auto;
}

#orderform small{
	text-align:left;
	font-size:11px;
	font-weight:normal;
}

#orderform em{
	color:#D7341E;
}

#orderform label{
	float:left;
	width:200px;
	text-align:right;
	padding:0 10px 0 0;
	font-size:13px;
	font-weight:normal;
	color:#696969;
	clear:both;
	margin:6px 0 0 0;	
}

#orderform input[type="text"], #orderform input.text{
	width:300px;
	height:auto;
	padding:3px;
}

#orderform select{
	width:308px;
	height:auto;
	padding:3px;
}

#orderform select.small {
	width:120px;
	height:auto;
	padding:3px;
	float:left;
	margin:10px 20px 0 0;
}

#orderform textarea{
	width:303px;
	height:auto;
	min-height:200px;
	padding:3px;
}
	
#orderform input[type="text"], #orderform input.text, #orderform select, #orderform textarea{
	float:left;
	background-color:#FFFFFF;
	border:1px solid #7c7c7c;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	margin:6px 0 0 0;
}

#orderform input[type="text"]:hover, #orderform input.text:hover, #orderform select:hover, #orderform textarea:hover{
	background-color:#E9E9E9;
	border:1px solid #000000;
}	

/*** payment ***/
#home_header{
	background:url(images/homesplash1.jpg) no-repeat top left;
	width:563px;
	height:284px;
	position:relative;
	float:left;
	z-index:0;
}
#gs_button{
	background:url(images/gs_button.jpg) no-repeat 0 0;
	width:179px;
	height:42px;
	display:inline;
	position:absolute;
	top:185px;
	float:left;
	margin:0 0px 0 25px;
	border:none;
	outline:none;
	z-index:300;
}

#gs_button:hover{
	background:url(images/gs_button.jpg) 0 -42px;
	width:179px;
	height:42px;
}

a#order_button{
	background: url(images/order_btn.png) no-repeat 0 0;
	width:179px;
	height:42px;
	display:inline;
	position:relative;
	margin:20px auto;
	border:none;
	outline:none;
	z-index:300;
	float:left;
}

a#order_button:hover{
	background:url(images/order_btn.png) 0 -42px;
	width:179px;
	height:42px;
}