/********************************************************************************************************************
 
	Theme Name: Structure Full
	The PHP and XHTML are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php

********************************************************************************************************************/


body {
	background: #FFFFFF;
	color: #000000;
	font-size: 14.5px;
	font-family: Georgia, Arial, Verdana, serif;
	line-height: 27px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: none;
	margin: 0px auto 0px;
	padding: 0px 15px;
	width: 960px;
	}

/************************************************
*	Common									*
************************************************/

.hidden {
	display: none;
	}

.clear {
	clear: both;
	}

.linerule {
	border-bottom: 1px solid #CCCCCC;
	padding-top: 15px;
	margin-bottom: 15px;
	}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	font-style: normal;
	color: #CC0000;
	text-decoration: none;
	}
	
a:focus, a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
	outline: none;
	}
	
a img {
	border: none;
	}

/************************************************
*	Header  									*
************************************************/

#header {
	background: none;
	width: 960px;
	height: 120px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#header h1 {
	color: #000000;
	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: #000000;
	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: #000000;
	text-decoration: none;
	}
	
.headerleft {
	width: 640px;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
.headerleft p {
	color: #000000;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	}
	
#headerimg {
	float: left;
	display: block;
	background: #FFFFFF;
	padding: 5px 5px 5px 5px;
	margin: 20px 15px 0px 0px;
	width: 110px;
	height: 100px;
	}
	
.headerright {
	float: right;
	display: block;
	background: #000000;
	margin:57px 0 5px;
	width: 280px;
	height: 30px;
	z-index: 8;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	background: none;
	border-bottom: 1px solid #000000;
	width: 960px;
	height: 40px;
	font-size: 13px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-style: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#navicons {
	float: right;
	display: block;
	margin: 7px 10px 0px 5px;
	}

.navicon {
	float: right !important;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 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%;
	border: none;
	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: 160px; /* match ul width */
	top: 0;
	}

/*** DEMO SKIN ***/

.ot-menu .current_page_item a {
	color: #000000 !important;
	border-bottom: 5px solid #e82727;
	}

.ot-menu {
	float: left;
	margin-bottom: 0;
	}
	
.ot-menu a {
	border-bottom: 5px solid #FFFFFF;
	padding: 17px 10px 12px 10px;
	text-decoration: none;
	font-style: normal;
	line-height: 12px;
	}
	
.ot-menu li li a {
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	border: none;
	}
	
.ot-menu a, .ot-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #666666;
	}
	
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
	background:	none;
	border-bottom: 5px solid #000000;
	color: #000000;
	outline: 0;
	}

.ot-menu li {
	background: none;
	}
	
.ot-menu li li {
	background:	#FFFFFF;
	border: none;
	}
	
.ot-menu li li li {
	background:	#FFFFFF;
	border: none;
	}
	
.ot-menu li:hover, .ot-menu li.sfHover {
	background:	none;
	border-bottom: none;
	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:	#000000;
	color: #FFFFFF;
	border: none;
	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: 10px;
	top: 16px; /* 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: 16px;
	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:	none;
	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;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	float: left;
	display: block;
	width: 960px;
	margin: 0px auto 0px;
	padding: 30px 0px 0px 0px;
	border-top: 1px solid #000000;
	}
	
#contentleft {
	float: left;
	display: block;
	background:#FFFFFF;
	width: 640px;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	}
	
#contentwide {
	float: left;
	display: block;
	background:#FFFFFF;
	width: 960px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentarchive {
	float: left;
	display: block;
	background: #none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#contentarchive .postarea {
	width: 440px;
	margin: 0px;
	padding: 0px;
	}
	
#contentarchive .postimg {
	display: block;
	background: #EEEEEE;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	}
	
#content h1, #content h2 {
	color: #000000;
	font-family: Georgia, Verdana, Times, serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	line-height: 32px;
	text-indent: 2px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content h1 a, #content h2 a {
	color: #000000;
	text-decoration: none;
	border: none;
	}
	
#content h1 a:hover, #content h2 a:hover {
	color: #999999;
	text-decoration: none;
	border: none;
	}
	
#content h3, #content h4 {
	color: #e82727;
	font-size: 13px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	line-height: 16px;
	}
	
#content h3 a, #content h4 a {
	color: #000000;
	text-decoration: none;
	border: none;
	}
	
#content h3 a:hover, #content h4 a:hover {
	color: #666666;
	text-decoration: none;
	border: none;
	}
	
#content h5, #content h6 {
	color: #000000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#content h5 a, #content h6 a {
	color: #000000;
	text-decoration: none;
	border: none;
	}
	
#content h5 a:hover, #content h6 a:hover {
	color: #666666;
	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 5px 0px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea p {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	}
	
.postarea a img.nothumb {
	margin: 15px 0px 0px 0px;
	}
	
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#ddd;
	background-color:#ddd;
	margin:5px 0 8px 0;
	padding: 0;
	}

.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 0px;
	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 {
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
blockquote {
	font-size: 14px;
	font-style: italic;
	margin:5px 7px;
        padding: 0 40px;
	background: transparent url("images/blockquote.gif") no-repeat 0 0;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.commenticon {
	float: right;
	display: block;
	position: relative;
	background: #000000;
	text-align: center;
	text-indent: 2px;
	margin: 5px 0px 0px 15px;
	padding: 2px 8px 6px 8px;
	height: 25px;
	width: 25px;
	}
	
.commenticon span {
	display: block;
	position: relative;
	background: url(images/comment_icon.png) no-repeat bottom;
	height: 12px;
	width: 12px;
	bottom: -7px;
	}
	
.commenticon a {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	}
	
.posttitle {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #dddddd;
	}
	
.postauthor {
	margin: -5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-family:Helvetica,Arial,Trebuchet MS,Verdana;
	font-size:11px;
	font-style:normal;
	}
	
.postauthor p {
	color: #999999;
	padding: 0px 0px 0px 0px;
	}
	
.postmeta {
	background: none;
	font-size: 11px;
	margin: 15px 0px 22px 0px;
	padding: 9px 10px 10px 5px;
	border-top: 5px solid #000000;
	border-bottom: 1px solid #000000;
	}
	
.postmeta p {
	margin: 0px;
	padding: 0px;
	}

.bookmarks {
float:left;
margin-top:1px;
margin-left:10px;
position:relative;
width:170px;
}

.bmarks {
float:left;
margin-top:1px;
margin-left:10px;
position:relative;
width:270px;
}
#tweetmeme_button {
font-family:arial,helvetica,sans-serif;
height:20px;
overflow:hidden;
}

.tr_button {
border-bottom-color:#DDDDDD;
border-bottom-style:solid;
border-bottom-width:1px;
height:30px;
}	
#prevLink {
	float: left;
	}
	
#nextLink {
	float: right;
	}
	
#prevLink p, #nextLink p {
	padding: 0px;
	}
	
code {
	color: #222222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
	}
	
.archive {
	float: left;
	width: 310px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 0px;
	}

#header #title {
	padding: 0px;
	margin: 0px;
	}

#header #title a {
	background: url(images/logo.png) no-repeat;
	float: left;
	display: block;
	width: 640px; 
	height: 120px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/************************************************
*	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 {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #f5f5f5;
	padding: 5px 0px 0px 0px;
	margin-bottom: 15px;
	-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;
	border: 0px;
	}
	
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

/************************************************
*	Sidebar			        			     	* 
************************************************/

#sidebar_right {
	float: right;
	display: inline-block;
	font-size: 13px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	width: 280px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 16px;
	}
	
#sidebar_right ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#sidebar_right h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 4px 0px;
	}
	
/************************************************
*	Sidebar Widgets								*
************************************************/

.textwidget p {
	margin: 0px 0px 0px 0px;
	}
	
#sidebar_right .widget, #sidebar_left .widget {
	list-style:none;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#sidebar_right .widget ul, #sidebar_left .widget ul {
	color:#000000;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar_right .widget ul li, #sidebar_left .widget ul li {
	color:#000000;
	display: inline;
	background: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#sidebar_right .widget ul li a, #sidebar_left .widget ul li a {
	display: block;
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	font-style: normal;
	line-height: 16px;
	padding: 2px 6px 2px 6px;
	margin: 0px 0px 4px 0px;
	border-left: 5px solid #ffffff;
	}
	
#sidebar_right .widget ul li a:hover, #sidebar_left .widget ul li a:hover {
	color:#666666;
	display: block;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	border-left: 5px solid #000000;
	}

/************************************************
*	Footer Top									*
************************************************/

#footertopbg {
	float: left;
	display: block;
	background: #000000;
	width: 960px;
	margin: 30px auto 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footertop {
	float: left;
	display: block;
	line-height: 16px;
	background: #000000;
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	}
	
#footertop h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: normal;
	margin: 0px 0px 10px 0px;
	padding: 20px 0px 5px 0px;
	text-decoration: none;
	}
	
#footertop li {
	text-decoration: none;
	list-style-type: none;
	}
	
#footertop li a, #footertop li a:link, #footertop li a:visited {
	color: #007CA5;
	font-weight: normal;
	text-decoration: none;
	}
	
#footertop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footertop ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footertop ul li a {
	background: none;
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}
	
#footertop ul li a:hover {
	color: #FFFFFF;
	display: block;
	}
	
#footertop .widget {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#footertop .textwidget {
 	font-family: Arial, "Times New Roman", Times, serif;
        color: #ffffff;
	line-height: 24px;
        }
	
#footertop .textwidget a {
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
#footertop .textwidget a:hover {
	color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
.footertopleft {
	width: 170px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.footertopmidleft {
	width: 170px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.footertopmidright {
	width: 170px;
	float: left;
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.footertopright {
	width: 350px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	float: left;
	display: block;
	background: #000000;
	width: 960px;
	margin: 0 auto 0;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #222222;
	}

/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	height: 60px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#footer p {
	margin: 0px;
	padding: 0px;
	}
	
.footerleft {
	float: left;
	display: block;
	}
	
.footertop {
	font-size: 12px;
	font-family: Arial, "Times New Roman", Times, serif;	
        color: #ffffff;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 0px 20px;
	}
	
.footertop a {
        font-family: Arial, "Times New Roman", Times, serif;	
	color: #007CA5;
	text-decoration: none;
	}
	
.footertop a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
.footerbottom {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	}
	
.footerbottom a {
	color: #666666;
	text-decoration: none;
	}
	
.footerbottom a:hover {
	color: #dddddd;
	text-decoration: underline;
	}
	
.footerright {
	float: right;
	display: block;
	margin: 18px 18px 0px 0px;
	}

/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	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: #222222;
	margin: 5px 0px 0px 0px;
	}
	
#searchform {
	margin: 5px 0px 0px 0px;
	}
	
#searchformheader {
	float: left;
	display: block;
	width: 180px;
	height: 22px;
	margin: 4px 0px 0px 5px;
	padding: 0px;
	}
	
#searchbox {
	background: #000000;
	width: 180px;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 4px 0px 4px 5px;
	margin: 0px 0px 0px 0px;
	border: none;
	}
	
#searchbutton {
	background: #555555;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 3px;
	margin: 0px;
	border: none;
	}
	
#s {
	background: #F5F5F5;
	width: 170px;
	color: #222222;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: none;
	}
	
#searchsubmit {
	background: #e5e5e5;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: none;
	display: none;
	}
	
#submit {
	background: #e5e5e5;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: none;
	}
	
#author, #email, #url {
	background: #f5f5f5 !important;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px;
	padding: 5px;
	border: none;
	}
	
#comment {
	background: #f5f5f5 !important;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	}

/************************************************
*	Comments									*
************************************************/

.commentlist li ul li {
	font-size: 12px;
	}
	
.commentlist li {
	font-weight: bold;
	}
	
.commentlist li .avatar {
	background: #000000;
	float: right;
	border: none;
	margin: 0px 0px 10px 10px;
	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: 140px;
	padding: 6px 0px 4px 0px;
	margin: 5px 5px 0px 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 {
	padding: 5px 0px 0px 0px;
	}
	
.reply a, .reply a:visited {
	background: #e5e5e5;
	color: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 6px 8px 6px 8px;
	border: none;
	}
	
.reply a:hover {
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	}
	
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	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 #e5e5e5;
	margin: 0px;
	padding: 0px;
	}
	
.even, .alt {
	border: 1px solid #e5e5e5;
	margin: 0px;
	padding: 0px;
	}
	
	/* google-ajax-translation */



.translate_translate {

border: 0 !important;

font-weight: normal !important;

margin-bottom: 0.5em;

text-decoration: none !important;

}



.translate_loading {

background: url(ajax-loader.gif) no-repeat; /* http://www.ajaxload.info/ */

border: 0;

display: inline;

margin: 0;

padding: 0;

vertical-align: middle;

}



#translate_popup {

background-color: #fff; /* IE6 and IE7 don't support inherit! */

border-style: solid;

border-width: 1px;

-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

font-size: 13px;

padding: 0.5em;

position: absolute;

z-index: 50;

}



.translate_links {

border: 0;

margin: 0;

padding: 0;

text-align: left;

}



.translate_links tr {

border: 0;

}



.translate_links td {

border: 0;

padding: 0 1em 0 0;

}



.translate_links a {

display: block;

font-weight: normal !important;

line-height: 1.5;

text-decoration: none !important;

white-space: nowrap;

}



/* .translate_links .translate_flag {

background: url(flags.png) no-repeat;

border: 0;

margin: 0;

padding: 0;

}

*/



.translate_links .af {background-position: 0 0;}

.translate_links .ar {background-position: 0 -12px;}

.translate_links .be {background-position: 0 -24px;}

.translate_links .bg {background-position: 0 -36px;}

.translate_links .ca {background-position: 0 -48px;}

.translate_links .cs {background-position: 0 -60px;}

.translate_links .cy {background-position: 0 -72px;}

.translate_links .da {background-position: 0 -84px;}

.translate_links .de {background-position: 0 -96px;}

.translate_links .el {background-position: 0 -108px;}

.translate_links .en {background-position: 0 -120px;}

.translate_links .es {background-position: 0 -132px;}

.translate_links .et {background-position: 0 -144px;}

.translate_links .fa {background-position: 0 -156px;}

.translate_links .fi {background-position: 0 -168px;}

.translate_links .fr {background-position: 0 -180px;}

.translate_links .ga {background-position: 0 -192px;}

.translate_links .gl {background-position: 0 -204px;}

.translate_links .he {background-position: 0 -216px;}

.translate_links .hi {background-position: 0 -228px;}

.translate_links .hr {background-position: 0 -240px;}

.translate_links .hu {background-position: 0 -252px;}

.translate_links .id {background-position: 0 -264px;}

.translate_links .is {background-position: 0 -276px;}

.translate_links .it {background-position: 0 -288px;}

.translate_links .ja {background-position: 0 -300px;}

.translate_links .ko {background-position: 0 -312px;}

.translate_links .lt {background-position: 0 -324px;}

.translate_links .lv {background-position: 0 -336px;}

.translate_links .mk {background-position: 0 -348px;}

.translate_links .ms {background-position: 0 -360px;}

.translate_links .mt {background-position: 0 -372px;}

.translate_links .nl {background-position: 0 -384px;}

.translate_links .no {background-position: 0 -396px;}

.translate_links .pl {background-position: 0 -408px;}

.translate_links .pt {background-position: 0 -420px;}

.translate_links .ro {background-position: 0 -432px;}

.translate_links .ru {background-position: 0 -444px;}

.translate_links .sk {background-position: 0 -456px;}

.translate_links .sl {background-position: 0 -468px;}

.translate_links .sq {background-position: 0 -480px;}

.translate_links .sr {background-position: 0 -492px;}

.translate_links .sv {background-position: 0 -504px;}

.translate_links .sw {background-position: 0 -516px;}

.translate_links .th {background-position: 0 -528px;}

.translate_links .tl {background-position: 0 -540px;}

.translate_links .tr {background-position: 0 -552px;}

.translate_links .uk {background-position: 0 -564px;}

.translate_links .vi {background-position: 0 -576px;}

.translate_links .yi {background-position: 0 -588px;}

.translate_links .zh-cn {background-position: 0 -600px;}

.translate_links .zh-tw {background-position: 0 -612px;}



.translate_links .google_branding {

font-size: 11px;

page-break-inside: avoid;

}

.translate_links .google_branding img {

border: 0;

display: block;

margin: 0;

padding: 0;

}

.ts-1 {
    border-bottom: 1px solid #CCC; /* to introduce a seperator between different objects */
    height: 40px;
    text-align: left;
    width: 300px; /* so that the bottom border is wide enough to cover the entire width */

}
.ts-1-1 {
    float: left;
    height: 25px;
    text-align: left;
    width: 180px;
}

.gen-2 {
	width: 170px;
	font-size: 13px;
	color: #007CA5;
	}

.ts-1-2 {
    float: left;
    height: 25px;
    -webkit-padding-before: 2px; /* this is required for Safari and Chrome  */
    width: 66px;
}

.comments {
	clear: both;
	margin: 11px 0 44px 10px;
	width: 940px;
}
#site_ad_wide {
	left: 650px;
	width: 290px;
	position:absolute;
}
#site_com_wide {
	left: 00px;
	position:absolute;
}
.ad-right {
width:300px;
height:260px;
float:right;
padding:0;
}

.wid-left {
width:300px;
height:260px;
float:left;
padding:0;
}
