 /*
Theme Name: Clean-Simple
Theme URI: http://clean-simple.nwlinux
Description: Free 3 column theme by Tricksdaddy, ported to GetSimple by Mark Moore, based on Google+.
Author: Simrandeep Singh/Mark Moore
Author URI: http://www.tricksdaddy.com/
Version: 0.2
Tags: white, gray, three-columns, fixed-width, custom-background, custom-menu, threaded-comments, sticky-post


The CSS, XHTML and design is released under GPL:
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

#codeout{width:400px;}


/* Reset
-----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:bold;
}

ol,ul,li {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:700;
}

q:before,q:after {
	content:'';
}

pre {
	background:#EEE;
	border:1px solid #DDD;
	clear:both;
	overflow:auto;
	margin:15px 0;
	padding:5px;
}

em {
	font-style:italic;
}

a img {
	border:none;
}


/* Defaults
-----------------------------------------------------------*/
.aligncenter {
	display:block;
	margin:0 auto;
}

.alignleft {
	float:left;
}

.alignright,
.post_category {
	float:right;
}

.wp-caption {
	border:1px solid #C8C8C8;
	text-align:center;
	background:#EAEAEA;
	margin:10px;
	padding:10px;
}

.wp-caption-text {
	padding:10px 20px 0;
	font-size:11px;
	line-height:12px;
	color:#333
}

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

.gallery-caption {
	color: #333;
	font-size: 12px;
}

.clear {
	clear:both;
	display:block;
	height:1px;
	margin:-1px 0 0;
}

body {
	background:url('images/bg1.jpg')repeat;
	font-family:arial,sans-serif;
	font-size:75%;
	line-height:160%;
	margin:0 auto;
	color:#555;
}

a {
	text-decoration:none;
	color:#3366CC;
}

a:hover {
	color:#3366CC;
	text-decoration:underline;
}

p {
	line-height:20px;
	margin:0 0 5px;
	padding:6px 0;
}

@font-face {
    font-family: 'OtariBold-Limited';
    src: url('fonts/otari-bold-limited-webfont.eot');
    src: url('fonts/otari-bold-limited-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/otari-bold-limited-webfont.woff') format('woff'),
         url('fonts/otari-bold-limited-webfont.ttf') format('truetype'),
         url('fonts/otari-bold-limited-webfont.svg#OtariBold-Limited') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-size:35px;
	line-height:43px;
}

h2 {
	font-size:30px;
	line-height:38px;
}

h3 {
	font-size:140%;
}

h4 {
	font-size:15px;
	margin-bottom:4px;
}

h5 {
	font-size:11px;
}

h6 {
	font-size:9px;
}

input {
	padding:4px 3px;
}

strong,
.current {
/*	font-weight:700;*/
}


/* Top Navigation
-----------------------------------------------------------*/
#top-nav-container{
	width:100%;
	clear:both;
}

#top-nav {
	color:#fff;
	height:100px;
	width:960px;
	margin:0 auto;
	padding:0;
}

.menu {
	padding-right: 40px;
}

#top-nav ul,
.menu ul {
	list-style:none;
	padding:0;
	margin:0;
}

#top-nav ul .parent {
	margin: 40px 60px 0 0;
}

#top-nav ul ul li {
	margin: 0 !important;
}

#top-nav ul li,
.menu ul li {
	float: left;
	position:relative;
	padding-right: 0px;
	font-family: 'OtariBold-Limited';
	color: #000;
	text-transform: none;
	font-size: 20px;
	display: block;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#top-nav ul li a,
.menu ul li a {
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#top-nav ul li a:hover,
.menu ul li a:hover {
	background:#ca8aa0;
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	box-shadow: 0 0 3px #555;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-timing-function: linear, ease-in;
	/*-webkit-transition-property: color, background, box-shadow, -mozbox-box-shadow, -webkit-box-shadow;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-timing-function: linear, ease-in;*/
}

/* Second Level Drop Down Menu */
#top-nav ul li ul, .menu ul li ul .dropdown {
	display: none;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

#top-nav ul li:hover ul,
.menu ul li:hover ul .dropdown {
	font-family: 'OtariBold-Limited';
	color: #000;
	text-transform: none;
	font-size: 20px;
	background:#ca8aa0;
	color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	box-shadow: 0 0 3px #555;
	padding: 10px;
	opacity:0.9;
	display:block;
	position:absolute;
	top:25px;
	min-width:150px;
	left:0;
	display: block;
	height: auto;
	/*-webkit-transition-property: block;
	-webkit-transition-duration: 0.5s, 0.5s;
	-webkit-transition-timing-function: linear, ease-in;*/
}

#top-nav ul li:hover ul li a,
.menu ul li:hover ul li a {
	display:block;
	color:#efd7dd;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

#top-nav ul li:hover ul li a:hover,
.menu ul li:hover ul li a:hover {
	color:#ffffff;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-timing-function: linear, ease-in;
}

/* Third Level Drop Down Menu */
#top-nav ul li:hover ul li ul,
.menu ul li:hover ul li ul {
	display: none;
}

#top-nav ul li:hover ul li:hover ul,
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:150px;
	top:0;
}


/* Header
-----------------------------------------------------------*/
#header {
	background: url('images/brushstroke1.png')left top no-repeat;
	height: 120px;
	width:100%;
	padding:0;
	overflow:visible;
}

#header-top {
	/*height:60px;*/
	margin:0 auto;
	padding:0;
}

#header-top .logo {
	float:left;
	padding:00;
}

#signature {
	margin: 10px 0;
	float: left;
}

#header-top .logo h1, #header-top .logo h2 {
	font-size:20px;
	line-height:22px;
}

#header-top .logo h1 a, #header-top .logo h2 a {
	color:#333;
}

#header-top .logo h1 a:hover, #header-top .logo h2 a:hover {
	color:#111;
	text-decoration:none;
}

.description {
	margin-top:4px;
}

#header #logo a:hover {
	text-decoration:none;
}

#header .h-l {
	float:right;
	padding:14px 0;
	margin-left:30px;
}

.h-l-1 {
	float:left;
	margin-left:20px;
}


/* Main Navigation
-----------------------------------------------------------*/

#main-nav-container {
	clear:both;
	background:#fff;
}

#main-nav {
	float:left;
	display:block;
	margin:0;
	padding:0;
}

#main-nav ul {
	list-style:none;
	font-family:'OtariBold-Limited',Helvetica Neue,Helvetica,Arial,FreeSans,sans-serif;
	line-height:18px;
}

#main-nav li {
	float:left;
	list-style:none;
	display:block;
	margin:0;
	padding:0;
	display:block;
	font-size:14px;
	font-weight:400;
	height:35px;
	line-height:35px;
	position:relative;
}

#main-nav li a {
	color:#666;
	display:block;
	text-decoration:none;
	margin:0;
	padding:0 18px;
}

#main-nav li a:hover {
	color:#DD4B39;
}

/* Second Level Drop Down Menu */
#main-nav ul li ul {
	display: none;
}

/* Third Level Drop Down Menu */
#main-nav ul li:hover ul li ul {
	display: none;
}

#sec-nav {
	width:1000px;
	display:block;
	float:left;
	background:#b7d6f0;
	border-bottom:1px solid #9dc6e9;
	height:28px;
	margin:0;
	padding:0;
}

#sec-nav ul {
	list-style:none;
	color:#000;
	font-family:'OtariBold-Limited',Helvetica Neue,Helvetica,Arial,FreeSans,sans-serif;
	height:28px;
}

#sec-nav li {
	padding:6px 4px 2px 4px;
	float:left;
	list-style:none;
	margin:0;
}

#sec-nav li a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	color:#444;
	margin:1px 0 0 18px;
}

#sec-nav li a:hover {
	color:#26a;
}


/* Main Content
-----------------------------------------------------------*/
#wrapper {
	width:  960px;
	margin: 0px auto;
}

#main {
	width: 960px;
	background:none;
	clear:both;
	padding:15px 10 8px;
}

#main h1 {
	font-family: 'OtariBold-Limited';
	font-size: 30px;
	color: #9c9da4;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 20px 0;
}

#main h2 {
	font-family: 'OtariBold-Limited';
	font-size: 24px;
	color: #9c9da4;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 10px 0;
}

#main p {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #6f7074;
}

#main a:link {
	color: #ca8aa0;
	text-decoration: underline;
}

#main a:visited {
	color: #ca8aa0;
	text-decoration: underline;
}

#main a:hover {
	color: #b47189;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-timing-function: linear, ease-in;
}

.archive_title h1 {
	font-size:16px;
	line-height:20px;
	color:#555;
	margin:0 0 15px;
}

#full-width {
	width: 960px;
	padding: 10px;
}

#content {
	float:left;
	width:574px;
	padding:0 0 0 15px;
}

#contactbg {
	background:url('images/contactbg.png')bottom right no-repeat;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom:12px;
}

#content .aligncenter,
#content img.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#content .alignleft,
#content img.alignleft {
	display:inline;
	float:left;
	margin-right:15px;
	margin-top:4px;
}

#content .alignright,
#content img.alignright {
	display:inline;
	float:right;
	margin-left:15px;
	margin-top:4px;
}

.entry {
	color:#333;
	line-height:1.6em;
	text-align:justify;
	margin-bottom:10px;
	padding:0;
}

.entry p {
	border:1px;
}

.entry input {
	margin:0 0 20px;
}

.entry fieldset {
	border:1px solid #DEDEDE;
	margin:0 0 20px;
	padding:20px;
}

.entry fieldset legend {
	background:#fff;
	color:#000;
	font-weight:bold;
	padding:0 20px;
}

.entry table {
	border-color:#DEDEDE;
	border-style:solid;
	border-width:0 1px 1px 0;
	margin:0 0 15px 1px;
}

.entry table tr th {
	background:#F4F4F4;
	border-color:#DEDEDE;
	border-style:solid;
	border-width:1px 0 0 1px;
	color:#666666;
	font-weight:bold;
	padding:5px 10px;
	text-align:center;
	text-transform:uppercase;
}

.entry table tr td {
	border-color:#DEDEDE;
	border-style:solid;
	border-width:1px 0 0 1px;
	padding:5px 10px;
}

.sticky {
	background:#ffffe0;
	border:1px solid #e6db55;
	padding:10px;
}

.post {
	clear:both;
	overflow:hidden;
	margin-bottom:0px;
	font-family:'Helvetica Neue', Helvetica,arial,Verdana,sans-serif;
	font-size:14px;
	color:#6F7074;
}

.post-title {
	border-bottom: none;
	margin-bottom:5px;
	padding:0
}

.post-meta {
	clear:both;
	color:#999;
	font-size:90%;
	margin-top:5px;
	font-family:Verdana,arial,sans-serif;
}

.post-meta a {
	color:#999;
}

.post-meta span {
	padding:5px 0;
}

.post .entry-title {
	font-weight:400;
	font-size:22px;
	line-height:22px;
	color:#262625;
}

.post .entry-title a:hover {
	text-decoration:none;
	color:#262625;
}

.post h3 {
	font-size:18px;
	font-weight:700;
	clear:both;
	margin:10px 0 10px 0;
	padding-left:0;
}

.post ul,
.post ol {
	padding-left:40px;
	margin-bottom:20px;
	clear:both;
}

.post ul li {
	list-style-type:disc;
}

.post ol li {
	list-style-type:decimal;
}

.post blockquote {
	font-family: 'OtariBold-Limited';
	font-size: 24px;
	line-height: 24px;
	font-style: italic;
	display:block;
	float: left;
	width: 300px;
	color:#ca8aa0;
	border-left:none;
	background-color:none;
	padding:0 0px;
	margin:35px 25px 10px 0px;
	clear: left;
}

.post-date {
	color:#000;
	float:left;
}

.post-tags {
	margin-top:20px;
	background:#f3f3f3 url(images/tag.png) no-repeat;
	background-position:6px 7px;
	border:1px solid #ddd;
	padding:5px 5px 5px 30px;
	overflow:hidden;
}

.thumbnail a:link,
.thumbnail a:visited {
	display:block;
	float:left;
	padding:5px;
	background:#f0f0f0;
	border:1px solid #DDD;
	width:120px;
	height:120px;
	margin:5px 5px 0 0;
}

.thumbnail a:hover,
.thumbnail a:active {
	background:#DDDDDD;
}

.column {
	width: 300px;
	padding: 10px;
	float: left;
}

.column p {
	margin-right: 3px;
}

#full-width img.shadow {
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
	margin: 10px 0 20px 0;
}

#gallery-cycle-front-page {
	margin-top: 30px;
}

.gallery-fancybox .gallery-thumb {
	border: none !important;
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
	margin: 5px 10px 10px 5px !important;
	padding: 0px !important;
}

.gallery-prettyphoto .gallery-thumb {
	border: none !important;
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
	margin: 5px 10px 10px 5px !important;
	padding: 0px !important;
}

.pp_nav {
	display: none !important;
}

.pp_description {
	font-size: 14px !important;
}

.gallery-fancybox {
	margin-top: 20px !important;
}

img.about {
	float: right;
	width: 300px;
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
	clear: right;
	margin: 10px 0 10px 20px;
}

.field input {
	margin: 0px 0 0px 0px;
	font-size: 16px;
	width: 270px;
	color: #9c9da4;
	font-weight: normal;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.field textarea {
	margin: 0px 0 0px 0px;
	width: 270px;
	color: #9c9da4;
	font-weight: normal;
	border: 2px inset;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-transform: none;
	min-width: 600px;
	min-height: 160px;
}

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

.nm_post {
	border-bottom: 1px solid #c8c7d3;
	margin-bottom: 30px;
}

.nm_post h3 {
	font-family: 'OtariBold-Limited';
	font-size: 30px;
	color: #9c9da4;
	font-weight: normal;
	float: left;
	clear: both;
}

.nm_post p.nm_post_date {
color: #9c9da4 !important;
position: relative;
top: 5px;
right: 0px;
float: right;
}

.nm_post p {
}

.nm_post img {
	display: inline;
	float: right;
	clear: both;
	width: 300px !important;
	-moz-box-shadow: 0 0 5px #555;
	-webkit-box-shadow: 0 0 5px #555;
	box-shadow: 0 0 5px #555;
	margin: 10px 5px 10px 20px;
}

/* Sidebar
-----------------------------------------------------------*/
#sidebar-l {
	float:left;
	width:188px;
}

#sidebar-l h3 {
	color:#dd4b39;
	font-size:13px;
	line-height:26px;
	border-bottom:none;
	margin-bottom:2px;
	padding:0 0 2px;
}

#sidebar-l .wide-widget ul li{
	background:url(images/li-bg.png) no-repeat scroll left center;
	padding-left:20px;
	border-bottom:none;
}

#sidebar {
	float:right;
	font-size:11.7px;
	margin-right:0;
	width:195px;
}

#ads-box {
	color:#ddd;
	background:#f3f3f3;
	border:#ddd 1px solid;
	margin-bottom:20px;
	overflow:hidden;
	padding:10px 15px;
}

#ads-box img {
	border:1px solid #CCC;
	margin:5px;
	width:125px;
	height:125px;
}

#subscribe {
	list-style:none;
	background-repeat:no-repeat;
}

#subscribe li.rss a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:0 0;
	margin:0 19px 0 0;
}

#subscribe li.emailsubs a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-32px 0;
	margin:0 19px 0 0;
}

#subscribe li.facebook a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-64px 0;
	margin:0 19px 0 0;
}

#subscribe li.twitter a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-96px 0;
	margin:0 19px 0 0;
}

#subscribe li.google a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-128px 0;
	margin:0 19px 0 0;
}

#subscribe li.delicious a {
	float:left;
	width:32px;
	height:32px;
	text-indent:-9999px;
	background:transparent url(images/social-icons.png);
	background-position:-160px 0;
	margin:0;
}

#social-links {
	overflow:hidden;
	display:block;
}

#subscribe-bar {
	background:#f3f3f3;
	border:#ddd 1px solid;
	margin-bottom:15px;
	color:#333;
	overflow:hidden;
	padding:10px;
}

.sidebar-wrap .wide-widget {
	padding-bottom:4px;
	margin:5px 0 20px;
}

.wide-widget ul {
	padding-left:0;
	margin:0;
}

.wide-widget ul li {
	border-bottom:1px dotted #ebebeb;
	line-height:16px;
	margin:0;
	padding:4px 0 5px;
}

.wide-widget ul li a {
	font-size:12px;
	display:inline;
	margin:0;
	padding:0;
}

.wide-widget ul li a:hover {
	text-decoration:underline;
	margin:0;
	padding:0;
}

.sidebar-widget-title {
	font-size:11px;
	line-height:14px;
	font-weight:700;
	color:#333;
	border-bottom:1px solid #EBEBEB;
	margin-bottom:10px;
	padding:0 0 6px;
}


/* Search
-----------------------------------------------------------*/
input#s {
	font-weight:400;
	width:360px;
	color:#999;
	background:#fff;
	border:1px solid #ccc;
	font-size:110%;
	margin-right:5px;
	padding:7px 10px;
}

#searchsubmit {
	color:#fff;
	font-weight:bold;
	cursor: pointer;
	margin:0;
	padding:6px 10px;
	border: 1px solid #777;
	background:#333537;
}

#searchresults {
	border:4px solid #ddd;
	margin:10px 0;
	padding:10px;
}


/* Footer
-----------------------------------------------------------*/
.footer {
	background: url('images/footerbg.png') repeat-x;
	height: 300px;
	color:#666;
	font-size:11px;
}

#footer_wrap {
	width:  960px;
	margin: 0px auto;
}

#footer_content {
	width: 960px;
	background:none;
	clear:both;
	padding:15px 10 8px;
	margin-left: 10px;
}

#footer_content h3 {
	font-family: 'OtariBold-Limited';
	font-size: 18px;
	color: #9c9da4;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

#footer_content h4 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #9c9da4;
	font-weight: bold;
	margin: 5px 0 4px 0;
}

#footer_content p {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #6f7074;
	font-weight: light;
	margin: 0;
	padding: 0 0 4px 0;
}

#footer_content a:link {
	color: #ca8aa0;
	text-decoration: underline;
}

#footer_content a:visited {
	color: #ca8aa0;
	text-decoration: underline;
}

#footer_content a:hover {
	color: #b47189;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.2s, 0.2s;
	-webkit-transition-timing-function: linear, ease-in;
}

#footer_content .tags {
	display: none !important;
}

#footer_content input {
	margin: 20px 0 10px -10px;
	width: 270px;
	font-family: 'OtariBold-Limited';
	font-size: 14px;
	color: #c8c7d3;
	font-weight: normal;
	background: #ffffff url('images/search.png') left no-repeat;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-left: 22px;
}

#footer_content .search {
	margin: 0px auto;
	width: 280px;
}

#footer_content hr {
	color: #c8c7d3;
	border-style: dashed;
	border-width: 1px;
}

#copyright {
	width:1000px;
	text-align:center;
}


/* Comments
-----------------------------------------------------------*/
.date {
	border-bottom:1px solid #EAEAEA;
	padding:5px 0 4px;
}

.page_entry {
	border-top:2px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	margin:10px 0 0;
	padding:5px 0 20px;
}

.info {
	line-height:1.6em;
	font-size:10px;
	text-align:left;
	border-top:1px solid #EAEAEA;
	margin:0 1px 50px 0;
	padding:4px 0 1px 1px;
}

.nocomments  {
	background:none;
}

.comments , .trackbacks {
	color:#DD4B39;
	font-size:14px;
	font-weight:700;
}

.track {
	background:transparent url(images/btn_strip01.jpg) no-repeat;
	font-size:13px;
	height:100%;
	float:left;
	line-height:25px;
	width:550px;
	margin:0 0 0 10px;
	padding:0 20px 0 10px;
}

#thecomments,
#thetrackbacks {
	list-style:none;
	min-height:30px;
	float:left;
	width:100%;
	margin:0;
	padding:0 0 10px;
}

.commentnavi {
	position:relative;
	padding-right:20px;
}

.commentpages {
	float:right;
	padding:5px 10px;
}

.page-numbers {
	padding-left:5px;
}

.commentlist {
	list-style:none;
	margin:0;
	padding:10px 0 0;
}

.comment-body p {
	margin-left:60px;
}

.comment {
	clear:both;
	overflow:hidden;
	margin:0;
	padding:5px;
	border-bottom:1px dotted #ccc;
}

.comment .children {
	list-style:none;
	border:0 #FFF solid;
	margin:0 0 0 25px;
	padding:0;
}

img.avatar {
	position:relative;
	float:left;
	border:1px solid #eee;
	margin:0 5px 0 0;
	padding:2px;	
}

.comment .fn {
	margin-left:0;
	font-size:14px;
	font-weight:700;
}

.byuser .fn {
	font-weight:400;
	text-decoration:none;
}

.bypostauthor .fn {
	font-weight:700;
	text-decoration:none;
}

.comment-meta {
	font-size:12px;
}

.reply {
	font-size:10px;
	text-align:right;
	width:100%;
	margin:5px 0 0;
	padding:2px;
}

.reply a {
	padding:5px;
}

.cmt_trackback {
	border-bottom:1px #eaeaea solid;
	margin:10px 0;
	padding:3px;
}

.cmt_trackback p {
	margin:0;
	padding:2px;
}

#respond {
	clear:both;
	font-size:12px;
	padding:10px 0 0;
}

.cancel-comment-reply {
	margin-top:5px;
	border-bottom:1px #eaeaea solid;
	padding:2px 0;
}

#commentform {
	border:1px solid #ccc;
	margin:10px 0 0;
	padding:20px 5px 0 10px;
}

#email,
#author,
#url {
	color:#000;
	font-size:12px;
	background:none;
	vertical-align:middle;
	border:1px solid silver;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	margin-bottom:3px;
	width:200px;
	height:12px;
	padding:5px;
}

#comment {
	width:98%;
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-Serif;
	border:1px solid silver;
	height:125px;
	background:#FFF url(images/input.png) repeat-x scroll left top;
	border-color:#BDBDBD #CCC #DDD;
	border-style:solid;
	border-width:1px;
	padding:2px;
}


#submit {
	font-size:12px;
	background-color:#3D9400;
	background-image: -moz-linear-gradient(center top , #3D9400, #398A00);
    border: 1px solid #29691D;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	opacity: 0.5;
	border-radius: 2px 2px 2px 2px;
    margin-right: 16px
	cursor:pointer;
	padding:6px 20px 8px;
}

#ctabs a.curtab,
.comment-meta a {
	color:#999;
}

.navigation {
	background:#FAFAFA;
	font-size:14px;
	margin:20px 0 0;
	padding:6px 5px 10px;
	border:1px solid #E3E3E3;
	overflow:hidden;
}

.cmttext {
	font-size:12px;
	color:#000;
}

.even {
	background:#fff;
}

.odd {
	background:#fff;
}

.avatar {
	float:left;
	margin-right:5px;
	border:2px solid #E8E8E8;
}
/* CSS for RSS2HTML   */

.feed-item-desc p {font-family:arial; font-size:10px;}
.feed-item-title h4 {font-family:arial; font-style:bold; font-size:10px;}

/* Gallery Tweak */

.pp_gallery {
	display: none!important;
	}
