/* 

	Theme Name: Organic-Portfolio_Gray

	Theme URL: http://www.organicthemes.com/

	Description: The Organic Portfolio Theme is designed and developed by David Morgan and Jeff Milone of Organic Themes.

	Author: Organic Themes

	Author URI: http://www.organicthemes.com

	Version: 1.2.2

	Tags: organic themes, wordpress portfolio theme 

	

	The CSS, XHTML and Design are released under the GPL:

	http://www.opensource.org/licenses/gpl-license.php

*/



body {

background: url(images/background/rotate.php) #F5F5F5 no-repeat top right;


	color: #666666;

	font-size: 12px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	margin: 0px auto 0px;

	padding: 0px;

	}

#wrap {

	background: none;

	font-size: 13px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	margin: 0px auto 0px;

	padding: 0px;

    width: 960px;

	}

.hidden {

	display: none;

	}

	

/************************************************

*	Hyperlinks									*

************************************************/

a img {

	border: none;

	}

a {

	color: #00CCFF;

	text-decoration: none;

	}

a:focus, a:hover, a:active {

	text-decoration: underline;

	outline: none;

	}

	

/************************************************

*	Header  									*

************************************************/

#header {

	background: none;

	width: 960px;

	height: 100px;

	margin: 0px auto 0px;

	padding: 0px;

	position: relative;

	z-index: 1;

	zoom: 1;

	}

#header h1 {

	color: #666666;

	font-size: 36px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	font-weight: normal;

	margin: 0px;

	padding: 20px 0px 0px 0px;

	text-decoration: none;

	}

#header h1 a, #header h1 a:visited {

	color: #666666;

	font-size: 36px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	font-weight: normal;

	margin: 0px;

	padding: 0px;

	text-decoration: none;

	}

#header h1 a:hover {

	color: #333333;

	text-decoration: none;

	}

#header #title {

	padding: 0;

	margin: 0;

	}

#header #title a {

	background: url(images/logo.png) no-repeat;

	display: block; 

	width: 960px; 

	height: 100px;

	margin: 0 auto 0; 

	padding: 0;

	text-indent: -9999px;

	overflow: hidden;

}

.headercenter {

	width: 960px;

	margin: 0px;

	padding: 0px;

	overflow: hidden;

	}

	

/************************************************

*	jFlow									    *

************************************************/

#controller {

	float: left;

	display: inline-block;

	clear: both;

	margin: 0px;

	padding: 0px;

	}

#controller span {

	background-repeat: no-repeat;

	display: inline-block;

	padding: 0;

	margin: 0;

	}

#jFlowSlide {

	float: left;

	position: absolute;

	margin: 0;

	padding: 0px;

	display: inline-block;

	clear: both;

	z-index: 1;

	}

#slides p a {

	color: #00CCFF;

	}

#prev_btn a img {

	float: left;

	display: block;

	background: transparent url(images/prev_btn.png) no-repeat;

	margin: 175px 0px 0px 0px;

	width: 20px;

	height: 40px;

	position: absolute;

	clear: both;

	z-index: 9;

	overflow: hidden;

	}

#prev_btn a:hover img {

	background-position: -20px 0;

	}

#next_btn a img {

	float: right;

	display: block;

	background: transparent url(images/next_btn.png) no-repeat;

	margin: 175px 0px 0px 940px;

	width: 20px;

	height: 40px;

	position: absolute;

	clear: both;

	z-index: 9;

	overflow: hidden;

	}

#next_btn a:hover img {

	background-position: -20px 0;

	}

.jFlow {

	float: left;

	display: block;

	clear: both;

	margin: 0;

	padding: 0;

	position: relative;

	z-index: 1;

	zoom: 1;

	}

.jFlow h1 {

	margin: 0px;

	}

.jFlow h1 a {

	text-decoration: none;

	margin: 0px;

	padding: 0px;

	}

  

/************************************************

*	Navbar      								*

************************************************/

#navbar {

	background: #E5E5E5;

	width: 960px;

	height: 40px;

	font-size: 11px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	text-transform: uppercase;

	line-height: 20px;

    letter-spacing: -0.3px;

	color: #666666;

	font-weight: bold;

	margin: 0px auto 0px;

	padding: 0px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

	

/*** ESSENTIAL STYLES ***/

.ot-menu, .ot-menu * {

	margin:	0;

	padding: 0;

	list-style:	none;

	}

.ot-menu {

	line-height: 1.0;

	}

.ot-menu ul {

	position: absolute;

	top: -999em;

	width: 160px; /* left offset of submenus need to match (see below) */

	}

.ot-menu ul li {

	width: 100%;

	margin: 0px 0px 0px 0px;

	}

.ot-menu li:hover {

	visibility:	inherit; /* fixes IE7 'sticky bug' */

	}

.ot-menu li {

	float: left;

	position: relative;

	}

.ot-menu a {

	display: block;

	position: relative;

	}

.ot-menu li:hover ul,

.ot-menu li.sfHover ul {

	left: 0;

	top: 40px; /* match top ul list item height */

	z-index: 99;

	}

ul.ot-menu li:hover li ul,

ul.ot-menu li.sfHover li ul {

	top: -999em;

	}

ul.ot-menu li li:hover ul,

ul.ot-menu li li.sfHover ul {

	left: 160px; /* match ul width */

	top: 0;

	}

ul.ot-menu li li:hover li ul,

ul.ot-menu li li.sfHover li ul {

	top: -999em;

	}

ul.ot-menu li li li:hover ul,

ul.ot-menu li li li.sfHover ul {

	left: 10em; /* match ul width */

	top: 0;

	}

	

/*** DEMO SKIN ***/

.ot-menu .current_page_item a {

	color: #333333 !important;

	}

.ot-menu .current-cat a {

	color: #333333 !important;

	}

.ot-menu {

	float: left;

	margin-bottom: 0;

	}

.ot-menu a {

	border-left: none;

	border-top:	none;

	padding: 14px 10px 14px 10px;

	text-decoration: none;

	line-height: 12px;

	}

.ot-menu li li a {

	border-left: none;

	border-top:	none;

	padding: 5px 10px 5px 10px;

	text-decoration: none;

	text-transform: none;

	}

.ot-menu a, .ot-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/

	color: #999999;

	}

.ot-menu li {

	background: none;

	}

	

.ot-menu li li {

	background:	#E5E5E5;

	}

.ot-menu li li li {

	background:	#E5E5E5;

	}

.ot-menu li:hover, .ot-menu li.sfHover,

.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {

	background:	none;

	color: #00CCFF;

	outline: 0;

	}

.ot-menu li li:hover, .ot-menu li li.sfHover, 

.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {

	background:	#00CCFF;

	color: #FFFFFF;

	outline: 0;

	}

	

/*** ARROWS **/

.ot-menu a.sf-with-ul {

	padding-right: 2.25em;

	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */

	}

.sf-sub-indicator {

	position: absolute;

	display: block;

	right: .75em;

	top: 1.05em; /* IE6 only */

	width: 10px;

	height:	10px;

	text-indent: -999em;

	overflow: hidden;

	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */

	}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */

	top: 13px;

	background-position: 0 -100px; /* use translucent arrow for modern browsers*/

	}

/* apply hovers to modern browsers */

a:focus > .sf-sub-indicator,

a:hover > .sf-sub-indicator,

a:active > .sf-sub-indicator,

li:hover > a > .sf-sub-indicator,

li.sfHover > a > .sf-sub-indicator {

	background-position: -10px -100px; /* arrow hovers for modern browsers*/

	}

/* point right for anchors in subs */

.ot-menu ul .sf-sub-indicator { 

	background-position:  -10px 0; 

	}

.ot-menu ul a > .sf-sub-indicator { 

	top: 5px;

	background-position:  0 0; 

	}

/* apply hovers to modern browsers */

.ot-menu ul a:focus > .sf-sub-indicator,

.ot-menu ul a:hover > .sf-sub-indicator,

.ot-menu ul a:active > .sf-sub-indicator,

.ot-menu ul li:hover > a > .sf-sub-indicator,

.ot-menu ul li.sfHover > a > .sf-sub-indicator {

	background-position: -10px 0; /* arrow hovers for modern browsers*/

	}

/*** shadows for all but IE6 ***/

.sf-shadow ul {

	background:	url(images/shadow.png) no-repeat bottom right;

	padding: 0 8px 9px 0;

	-moz-border-radius-bottomleft: 17px;

	-moz-border-radius-topright: 17px;

	-webkit-border-top-right-radius: 17px;

	-webkit-border-bottom-left-radius: 17px;

	}

.sf-shadow ul.sf-shadow-off {

	background: transparent;

	}

#nav {

	margin: 0px 0px 0px 5px;

	padding: 0px 0px 0px 0px;

	}

#navbarright {

	float: right;

	display: block;

	margin: 0px 5px 0px 0px;

	padding: 0px 0px 0px 5px;

	}

#navbarleft {

	float: left;

	display: block;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	}

	

/************************************************

*	Homepage 					     		    * 

************************************************/

#swfDiv {

	margin: 10px 0 0 10px;

	float: left;

	}

#homepagetop {

	background: none;

	border-bottom: 5px solid #E5E5E5;

	float: left;

	width: 960px;

	height: 480px;

	margin: 15px 0px 0px 0px;

	padding: 0px 0px 10px 0px;

	position: relative;

	z-index: 1;

	-moz-border-radius-topright: 5px;

	-moz-border-radius-topleft: 5px;

	-webkit-border-top-right-radius: 5px;

	-webkit-border-top-left-radius: 5px;

	border-top-right-radius: 5px;

	border-top-left-radius: 5px;

	}

#homepagetop h1 {

	color: #666666;

	font-size: 24px;

	font-family: Georgia, "Times New Roman", Times;

	font-weight: normal;

	font-style: italic;

	text-indent: 4px;

	margin: 16px 0px 8px 0px;

	padding: 0px;

	line-height: 16px;

	}

#homepagetop h1 a {

    color: #666666;

	text-decoration: none;

	}

#homepagetop h1 a:hover {

    color: #00CCFF;

	text-decoration: none;

	}

#homepagetop h3 {

	color: #666666;

	font-size: 10px;

	font-weight: normal;

	margin: 2px 0px 0px 10px;

	padding: 0px 0px 0px 0px;

	line-height: 12px;

	}

#homepagetop p {

	font-size: 13px;

	font-weight: normal;

	line-height: 18px;

	height: 38px;

	margin: 0px 0px 0px 0px;

	padding: 2px 0px 0px 0;

	overflow: hidden;

	}

#homepage {

	float: left;

	width: 960px;

	margin: 15px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	}

#homepage ul {

	list-style: none;

	list-style-type: none;

	margin: 0px 0px 0px 5px;

	padding: 0px 0px 10px 0px;

	}

#homepage ul li {

	list-style: none;

	list-style-type: none;

	padding: 0px;

	margin: 0px 0px 5px 0px;

	}

.homepagebox_01 {

	float: left;

	width: 230px;

	margin: 0px 13px 0px 0px;

	padding: 0px 0px 0px 0px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

.homepagebox_02 {

	float: left;

	width: 230px;

	margin: 0px 13px 0px 0px;

	padding: 0px 0px 0px 0px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

.homepagebox_03 {

	float: left;

	width: 230px;

	margin: 0px 13px 0px 0px;

	padding: 0px 0px 0px 0px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

.homepagebox_04 {

	float: right;

	width: 230px;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

.homeboxinfo {

	float: left;

	width: 230px;

	background: #E5E5E5;

	padding: 0px;

	margin: 0px;

	-moz-border-radius-bottomleft: 5px;

	-moz-border-radius-bottomright: 5px;

	-webkit-border-bottom-left-radius: 5px;

	-webkit-border-bottom-right-radius: 5px;

	border-bottom-left-radius: 5px;

	border-bottom-right-radius: 5px;

	}

.homebox {

	float: left;

	list-style:none;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	overflow: hidden;

	}

.homebox h4 {

	color: #666666;

	font-size: 16px;

	font-family: Georgia, "Times New Roman", Times;

	font-weight: normal;

	font-style: italic;

	text-indent: 2px;

	line-height: 18px;

	margin: 10px 10px 4px 10px;

	padding: 0px 0px 0px 0px;

	}

.homebox h4 a, .homebox h4 a:visited {

	color: #666666;

	text-decoration: none;

	border: none;

	}

.homebox h4 a:hover {

	color: #00CCFF;

	text-decoration: none;

	border: none;

	}

.homebox p {

	margin: 0px 10px 10px 10px;

	height: 30px;

	line-height: 16px;

	font-size: 12px;

	overflow: hidden;

	}

.homebox img {

	float: left;

	margin: 0px 0px 0px 0px;

	}

.month {

	color: #FFFFFF;

	text-align: center;

	font-size: 14px;

	font-weight: bold;

	text-transform: uppercase;

	line-height: 16px;

	letter-spacing: -1px;

	margin: 5px 0px 0px 0px;

	}

.day {

	color: #FFFFFF;

	text-align: center;

	font-size: 14px;

	font-weight: bold;

	text-transform: uppercase;

	line-height: 14px;

	}

.homeside {

	margin: 20px 0px 0px 0px;

	width: 310px;

	float: right;

	}

	

/************************************************

*	Portfolio  									*

************************************************/

.portfolio {

	float: left;

	display: block;

	width: 100%;

	margin: 10px 0px 10px 0px;

	padding: 0px 0px 0px 0px;

	border-top: none;

	position: relative;

	z-index: 1;

	zoom: 1;

	}

.portfoliotitle {

	float: left;

	display: block;

	background: #E5E5E5;

	margin: 0px 0px 0px 0px;

	padding: 10px 10px 10px 10px;

	width: 940px;

	max-height: 64px;

	border-bottom: 1px solid #D5D5D5;

	-moz-border-radius-topleft: 5px;

	-moz-border-radius-topright: 5px;

	-webkit-border-top-left-radius: 5px;

	-webkit-border-top-right-radius: 5px;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

	}

.portfoliotitle p {

	color: #666666;

	margin: 0px;

	padding: 0px !important;

	max-height: 34px;

	overflow: hidden;

	}

#contentwide .portfoliotitle h4 {

	color: #666666;

	font-size: 16px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	font-weight: normal;

	font-style: normal;

	margin: 0px 0px 2px 0px;

	padding: 0px 0px 0px 0px;

	line-height: 20px;

	}

.portfoliotitle a, .portfoliotitle a:visited {

	color: #00CCFF !important;

	}

.portfoliotitle a:hover {

	color: #00CCFF;

	text-decoration: underline;

	}

.portfolioimg a img {

	float: left;

	display: block;

	clear: both;

	margin: 0px 0px 0px 0px;

	padding: 15px;

	background: #E5E5E5;

	}

.portfolioimg a img:hover {

	background: #00CCFF;

	}

	

/************************************************

*	Content 					     		    * 

************************************************/

#content {

	width: 960px;

	margin: 0px auto 0px;

	padding: 10px 0px 0px 0px;

	line-height: 18px;

	overflow: hidden;

	position: relative;

	z-index: 1;

	}

#contentleft {

	float: left;

	background: none;

	width: 640px;

	margin: 0px 0px 0px 0px;

	padding: 10px 0px 10px 0px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

#contentwide {

	float: left;

	background: none;

	width: 960px;

	margin: 0px 0px 0px 0px;

	padding: 10px 0px 10px 0px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

#contenthome {

	width: 960px;

	margin: 0px auto 20px;

	padding: 0px 0px 0px 0px;

	line-height: 20px;

	}

#contentwide p a, #contentwide p a:visited {

	color: #00CCFF;

	text-decoration: none;

	border-bottom: none;

	}

#contentwide p a:hover {

	color: #00CCFF;

	text-decoration: underline;

	border-bottom: none;

	}

#contentleft h1, #contentwide h1, #blogtitle h1 {

	color: #666666;

	font-size: 32px;

	font-family: Georgia, "Times New Roman", Times;

	font-weight: normal;

	font-style: italic;

	text-indent: 2px;

	margin: 6px 0px 6px 0px;

	padding: 6px 0px 6px 0px;

	line-height: 34px;

	}

#contentleft h2, #contentwide h2, #blogtitle h2 {

	color: #666666;

	font-size: 24px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	font-weight: normal;

	font-style: normal;

	text-transform: uppercase;

	text-indent: 2px;

	letter-spacing: -1px;

	margin: 8px 0px 4px 0px;

	padding: 8px 0px 4px 0px;

	line-height: 28px;

	}

#contentleft h3, #contentwide h3, #blogtitle h3 {

	color: #666666;

	font-size: 24px;

	font-family: Georgia, "Times New Roman", Times;

	font-weight: normal;

	font-style: italic;

	text-indent: 2px;

	margin: 4px 0px 4px 0px;

	padding: 4px 0px 4px 0px;

	line-height: 28px;

	}

#contentleft h4, #contentwide h4, #blogtitle h4 {

	color: #666666;

	font-size: 24px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	font-weight: normal;

	font-style: normal;

	text-indent: 2px;

	margin: 4px 0px 4px 0px;

	padding: 4px 0px 4px 0px;

	line-height: 28px;

	}

#contentleft h5, #contentwide h5 {

	color: #666666;

	font-size: 18px;

	font-family: Georgia, "Times New Roman", Times;

	font-weight: normal;

	font-style: italic;

	text-indent: 2px;

	text-align:left;

	padding: 4px 0px 4px 0px;

	margin: 2px 0px 6px 0px;

	border-bottom: 1px solid #CCCCCC;

	}

#contentleft h6, #contentwide h6 {

	color: #666666;

	font-size: 18px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	font-weight: normal;

	font-style: normal;

	text-indent: 2px;

	text-align:left;

	padding: 4px 0px 4px 0px;

	margin: 2px 0px 2px 0px;

	}

#contentleft h1 a, #contentwide h1 a, #blogtitle h1 a,

#contentleft h2 a, #contentwide h2 a, #blogtitle h2 a,

#contentleft h3 a, #contentwide h3 a, #blogtitle h3 a, 

#contentleft h4 a, #contentwide h4 a, #blogtitle h4 a,

#contentleft h5 a, #contentwide h5 a, #blogtitle h5 a, 

#contentleft h6 a, #contentwide h6 a, #blogtitle h6 a {

	color: #666666;

	text-decoration: none;

	border: none;

	}

#contentleft h1 a:hover, #contentwide h1 a:hover, #blogtitle h1 a:hover,

#contentleft h2 a:hover, #contentwide h2 a:hover, #blogtitle h2 a:hover,

#contentleft h3 a:hover, #contentwide h3 a:hover, #blogtitle h3 a:hover,

#contentleft h4 a:hover, #contentwide h4 a:hover, #blogtitle h4 a:hover,

#contentleft h5 a:hover, #contentwide h5 a:hover, #blogtitle h5 a:hover,

#contentleft h6 a:hover, #contentwide h6 a:hover, #blogtitle h6 a:hover {

	color: #00CCFF;

	text-decoration: none;

	border: none;

	}

#contentleft img.wp-smiley {

	float: none;

	border: none;

	padding: 0px;

	margin: 0px;

	}

#contentleft img.wp-wink {

	float: none;

	border: none;

	padding: 0px;

	margin: 0px;

	}

.postblock {

	float: left;

	width: 100%;

	border-bottom:1px solid #dddddd;

	padding: 0px 0px 10px 0px;

	margin: 0px 0px 5px 0px;

	}

.postarea p {

	padding: 5px 0px 5px 0px;

	margin: 0px;

	}	

.postarea hr {

	border:0;

	width:100%;

	height:1px;

	color:#DDDDDD;

	background-color:#DDDDDD;

	margin: 6px 0px 8px 0px;

	padding: 0px;

	}

.postarea ol {

	margin: 0px 0px 0px 20px;

	padding: 0px 0px 10px 0px;

	}

.postarea ol li {

	margin: 0px 0px 0px 20px;

	padding: 0px 0px 5px 0px;

	}

.postarea ul {

	list-style-type: none;

	margin: 0px 0px 0px 5px;

	padding: 5px 0px 5px 0px;

	}

.postarea ul ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px 0px 0px 0px;

	}

.postarea ul li {

    list-style: inside;

    list-style-type: square;

	background: none;

	padding: 0px 0px 0px 15px;

	margin: 0px 0px 5px 0px;

	}

.postarea ul ul li {

    list-style: inside;

    list-style-type: square;

	background: none;

	padding: 0px 0px 0px 15px;

	margin: 0px 0px 5px 0px;

	}

blockquote {

	color: #999999;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 22px;

	font-style: italic;

	line-height: 28px;

	margin: 10px 25px 10px 25px;

	padding: 0px 25px 0px 10px;

	border-left: 2px solid #C0C0C0;

	}

#content blockquote p {

	margin: 0px;

	padding: 0px;

	}

.postauthor {

	font-size: 11px;

	line-height: 10px;

	margin: 0px 0px 5px 0px;

	padding: 0px;

	}

.postmeta {

	background: #E5E5E5;

	font-size: 11px;

	text-transform: uppercase;

	margin: 10px 0px 20px 0px;

	padding: 5px 10px 5px 10px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

.postmeta p {

	margin: 0px;

	padding: 0px;

	}

.postservice {

	background: none;

	width: 100%;

	padding: 5px 0px 5px 0px;

	margin: 0px 0px 5px 0px;

	}

code {

	color: #999999;

	background: #EAEAEA;

	font-size: 11px;

	margin: 0px;

	padding: 10px;

	display: block;

	font-family: Verdana, Tahoma, Verdana;

	}

.archive {

	float: left;

	width: 300px;

	margin: 0px;

	padding: 0px 20px 0px 0px;

	}

#prevLink {

	float: left;

	margin: 0px;

	padding: 0px;

	}

#nextLink {

	float: right;

	margin: 0px;

	padding: 0px;

	}

#prevLink p {

	margin: 0px;

	padding: 0px;

	}

#nextLink p {

	margin: 0px;

	padding: 0px;

	}

	

/************************************************

*	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: 10px 0px 10px 10px;

	}

.alignleft {

	float: left;

	margin: 10px 10px 10px 0px;

	}

.wp-caption {

	background: #FFFFFF;

	max-width: 100%;

	text-align: center;

	padding: 5px 0px 5px 0px;

	margin-bottom: 15px;

	border: 1px solid #DDDDDD;

	-moz-border-radius-bottomleft: 5px;

	-moz-border-radius-bottomright: 5px;

	-webkit-border-bottom-left-radius: 5px;

	-webkit-border-bottom-right-radius: 5px;

	border-bottom-left-radius: 5px;

	border-bottom-right-radius: 5px;

	}

.wp-caption img {

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	}

.wp-caption p.wp-caption-text {

	width: 98%;

	margin: 0px 0px 0px 0px;

	padding: 5px 0px 0px 0px;

	}

	

/************************************************

*	Sidebar 	        			     	    * 

************************************************/

#sidebar {

	float: right;

	display: inline-block;

	width: 290px;

	margin: 10px 0px 0px 0px;

	padding: 0px;

	}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {

	color: #666666;

	font-size: 18px;

	font-family: Georgia, "Times New Roman", Times;

	font-weight: normal;

	font-style: italic;

	text-indent: 2px;

	text-align:left;

	margin: 0px 0px 5px 0px;

	}

#sidebar a, #sidebar a:visited {

	}

#sidebar a:hover {

	}

#sidebar p {

	padding: 0px;

	margin: 0px;

	line-height: 20px;

	}

#sidebar li {

	list-style-type: none;

	}

#sidebar ul {

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	}

#sidebar ul li {

	display: block;

	margin: 5px 0px 0px 0px;

	padding: 5px 0px 0px 0px;

	border-top: 1px solid #DDDDDD;

	}

#sidebar ul li ul { 

	margin: 0px 0px 0px 0px;

	}

#sidebar ul li a {

	padding: 2px 4px 2px 0px;

	}

#sidebar ul li a:hover {

	padding: 2px 4px 2px 0px;

	}

#sidebar ul li ul li {

	display: block;

	margin: 5px 0px 0px 0px;

	padding: 5px 0px 0px 0px;

	text-indent: 10px;

	border-top: 1px solid #DDDDDD;

	}

#sidebar ul li ul li ul li {

	display: block;

	margin: 5px 0px 0px 0px;

	padding: 5px 0px 0px 0px;

	text-indent: 20px;

	border-top: 1px solid #DDDDDD;

	}

	

/************************************************

*	Sidebar Widgets									*

************************************************/

#sidebar .widget {

	float: right;

	background: #E5E5E5;

	width: 270px;

	margin: 0px 0px 10px 0px;

	padding: 10px;

	list-style-type: none;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

#sidebar #theme-switcher {

	display: none;

	}

	

/************************************************

*	Subscribe									*

************************************************/

.subscribe {

	background: #E5E5E5;

	list-style:none;

	width: 270px;

	margin: 0px 0px 10px 0px;

	padding: 10px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

.subscribe form {

	margin: 0;

	padding: 0;

	}

.subscribe input {

	margin: 0;

	padding: 0;

	}

.subscribe h4 {

	color: #FFFFFF;

	font-size: 14px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	font-weight: bold;

	letter-spacing: -0.5px;

	text-align:left;

	margin: 0px 0px 5px 0px;

	}

.subscribe a, .headerright a:visited {

	color: #000000;

	text-decoration: none;

	}

.subscribe a:hover {

	color: #666666;

	text-decoration: underline;

	}

#subbox {

	background: #F5F5F5;

	width: 172px;

	color: #999999;

	font-size: 12px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	font-weight: normal;

	margin: 10px 0px 0px 0px;

	padding: 5px 0px 5px 5px;

	border: none;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

#subbutton {

	background: #666666;

	color: #CCCCCC;

	font-size: 11px;

	font-weight: bold;

	width: 80px;

	height: 24px;

	margin: 2px 0px 0px 10px;

	padding: 0px 3px 2px 3px;

	border: none;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

	

/************************************************

*	Footer  									*

************************************************/

#footer {

	background: #E5E5E5;

	width: 960px;

	height: 60px;

	color: #FFFFFF;

	margin: 15px auto 0px;

	padding: 0px;

	display: block;

	-moz-border-radius-topleft: 5px;

	-moz-border-radius-topright: 5px;

	-webkit-border-top-left-radius: 5px;

	-webkit-border-top-right-radius: 5px;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

	}

#footer p {

	line-height: 10px;

	margin: 0px;

	padding: 0px;

	}

.footertop {

	font-size: 12px;

	color: #999999;

	font-weight: normal;

	margin: 0px 0px 0px 15px;

	padding: 18px 0px 0px 0px;

	}

.footertop a {

	color: #999999;

	text-decoration: none;

	}

.footertop a:hover {

	color: #666666;

	text-decoration: underline;

	}

.footerbottom {

	font-size: 11px;

	color: #666666;

	font-weight: normal;

	margin: 0px 0px 0px 15px;

	padding: 8px 0px 0px 0px;

	}

.footerbottom a {

	color: #666666;

	text-decoration: none;

	}

.footerbottom a:hover {

	color: #333333;

	text-decoration: none;

	}

.footerright {

	float: right;

	display: inline-block;

	margin: 18px 18px 0px 0px;

	}

	

/************************************************

*	Search Form									*

************************************************/

.postform {

	background: #F5F5F5;

	width: 240px;

	color: #999999;

	font-size: 12px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	margin: 5px 0px 0px 0px;

	padding: 0px;

	display: inline;

	border: none;

	}

#cat {

	background: #FFFFFF;

	color: #999999;

	margin: 5px 0px 0px 0px;

	}

#searchform {

	margin: 0px 0px 0px 0px;

	}

#searchformheader {

	margin: 7px 0px 0px 0px;

	}

#searchbox {

	float: left;

	background: #F5F5F5;

	width: 180px;

	color: #999999;

	font-size: 12px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	font-weight: normal;

	margin: 1px 5px 0px 0px;

	padding: 6px 0px 5px 5px;

	border: none;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

#searchbutton {

	background: #666666;

	color: #CCCCCC;

	font-size: 11px;

	font-weight: bold;

	width: 30px;

	height: 25px;

	margin: 0px 7px 0px 0px;

	padding: 0px 3px 1px 3px;

	border: none;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

#s {

	background: #F5F5F5;

	width: 170px;

	color: #999999;

	font-size: 12px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	margin: 5px 3px 0px 0px;

	padding: 5px 0px 5px 5px;

	display: inline;

	border: none;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

#searchsubmit {

	background: #DDDDDD;

	color: #999999;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

	margin: 0px;

	padding: 1px 2px 1px 2px;

	border: 1px solid #AAAAAA;

	display: none;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

#submit {

	background: #DDDDDD;

	color: #999999;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

	margin: 0px;

	padding: 2px 5px 2px 5px;

	border: 1px solid #AAAAAA;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	}

#author, #email, #url {

	background: #f5f5f5 !important;

	color: #999999;

	font-size: 12px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	margin: 0px;

	padding: 4px;

	border: 1px solid #DDDDDD;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

#comment {

	background: #f5f5f5 !important;

	font-size: 12px;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	margin: 5px 0px 5px 0px;

	padding: 4px;

	border: 1px solid #DDDDDD;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

	

/************************************************

*	Comments									*

************************************************/

.commentlist li ul li {

	font-size: 12px;

	}

.commentlist li {

	font-weight: bold;

	}

.commentlist li .avatar {

	background: #FFFFFF;

	float: right;

	border: 1px solid #DDDDDD;

	margin: 0px 0px 5px 5px;

	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: 100%;

	padding: 4px;

	}

#respond:after {

	content: ".";

	display: block;

	height: 0px;

	clear: both;

	visibility: hidden;

	}

#commentform p {

	margin: 5px 0px 5px 0px;

	}

#commentform #submit {

	margin: 0px;

	float: left;

	display: block;

	}

.alt {

	margin: 0px;

	padding: 10px;

	}

.commentlist {

	margin: 0px;

	padding: 0px;

	}

.commentlist ol {

	margin: 0px;

	padding: 10px;

	}

.commentlist li {

	margin: 15px 0px 5px 0px;

	padding: 10px 10px 10px 10px;

	list-style: none;

	}

.commentlist li ul li {

	margin-right: 5px;

	margin-left: 5px;

	}

.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: #f5f5f5;

	font-family: Helvetica, Arial, Trebuchet MS, Verdana;

	font-size: 11px;

	text-decoration: none;

	margin: 0px;

	padding: 6px 5px 4px 5px;

	border: 1px solid #DDDDDD;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

.reply a:hover {

	background: #fb3967;

	color: #FFFFFF;

	text-decoration: none;

	border: 1px solid #DDDDDD;

	}

.commentmetadata {

	font-size: 10px;

	margin: 0px;

	display: block;

	}

.navigation {

	display: block;

	text-align: center;

	margin-top: 10px;

	margin-bottom: 30px;

	}

.alignright {

	float: right;

	}

.alignleft {

	float: left;

	}

.thread-alt {

	background: #FFFFFF;

	margin: 0px;

	padding: 0px;

	}

.thread-even {

	background: #F5F5F5;

	margin: 0px;

	padding: 0px;

	}

.depth-1 {

	border: 1px solid #DDDDDD;

	margin: 0px;

	padding: 0px;

	-moz-border-radius: 5px;

	-khtml-border-radius: 5px;

	-webkit-border-radius: 5px;

	}

.even, .alt {

	border: 1px solid #DDDDDD;

	margin: 0px;

	padding: 0px;

	}