

/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 13px/165% Verdana;
	color: #333333;
	margin: 0; padding: 0 0 20px 0;
	/*background: #FFFFFF url(images/bg.jpg) repeat-x; changed 30Nov09*/
        /*background: #ebebeb;*/
        background:#FFFFFF url('/wp-content/uploads/2010/03/background-blog-swirl.jpg') fixed;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #399999;
}
a:hover {
	color: #000000;
}

.entry a {
	text-decoration: underline;
}

/* Headers */
h1, h2, h3 {
	font: bold 1em/1.5em Georgia;
	color: #111111;
 	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 245%;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	font-size: 180%;
	font-weight: bold;
}
h3 {
	font-size: 170%;
	font-weight: bold;
}

h4 {
	font-size: 120%;
	font-weight: normal;
}

h5 {
	font-size: 120%;
	font-weight: normal;
}

h6 {
	font-size: 100%;
	font-weight: normal;
}

p, dl { padding: 10px; margin: 0;
}

.col-zero ul, .col-zero ol, .col-one ul, .col-one ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}

/*
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;
	border: 1px solid #F0F0F0;
	background: #F0F0F0 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 8px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
}
*/

blockquote {
	margin: 15px 0px;
 	padding: 10px 0px 10px 25px;
	border-top: 2px solid #999999;
	border-bottom: 2px solid #999999;
	background:#cce3df;
	font-weight: normal;
	font-size: 13px;
	line-height: 1.5em;
	color: #000000;
}



code {
	padding: 5px; margin: 20px 10px 15px 10px;
	font-size: 1em;
	color: #777;
	border: 1px solid #f1f1f1;
	background: #EBEBEB;
}


/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;

	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: 1px solid #ECECEC;
}
/* end - table */

/* form elements */
#comments form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1;
	background: #fdfdfd;
}
#comments label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}
#comments input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;
}
#comments textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
#comments input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
}

#comments input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #555;
	background: #E6E6E6;

	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}


/* ------------------------------------------
   LAYOUT
------------------------------------------- */
#header-wrap {
	position: relative;
	background: #000000 url(images/wrap-bg.gif) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 345px;
	text-align: left;
}

#header-wrap-page {
	position: relative;
	background: #000000 url(images/wrap-bg.gif) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 160px;
	text-align: left;
}

#header-photo {
	position: absolute;
	top: 0px; left: 0px;
	padding: 0;
	height:130px;
	width: 940px;
	clear: both;
	/* border: 1px solid #F0F0F0; */
	background: #fff url(images/header-photo.jpg) no-repeat;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; padding: 0;
	width: 880px;
	left: 5px;	top: 115px;
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;
	height: 40px;
	margin: 0; padding: 0;
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	float: left;
	margin: 0;
	font: bold 14px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	color: #FFFFFF;
	padding: 18px 11px 0 11px;
	text-decoration: none;
}

#nav ul li a:hover,
#nav ul li a:active {
	color: #BEE9DF;
	background: none;
	border: none;
	text-decoration: underline;
}
#nav ul li.current_page_item a, #nav ul li.current_page_item a:hover {
	color: #FFF;
}


#nav span.feed
{
padding: 0px 18px 0px 0px; background: url(images/feed.gif) no-repeat right center;
}


/*  Menu */
#menu {
	position: relative;
	margin: 0; padding: 0;
	width: 880px;
	left: 5px;	bottom: 10px;
}
#menu ul {
	float: left;
	list-style: none;
	width: 880px;
	height: 20px;
	margin: 0; padding: 0;
	display: inline;
}
#menu ul li {
	display: inline;
	margin: 0; padding: 0;
}

#menu ul li a {
	float: left;
	margin: 0;
	font: bold 14px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	color: #FFFFFF;
	padding: 15px 11px 0 11px;
	text-decoration: none;
}

#menu ul li a:hover,
#menu ul li a:active {
	color: #BEE9DF;
	background: none;
	border: none;
	text-decoration: underline;
}
#menu ul li.current_page_item a, #nav ul li.current_page_item a:hover {
	color: #FFF;
}


#menu span.feed
{
padding: 0px 18px 0px 0px; background: url(images/feed.gif) no-repeat right center;
}


#header-wrap h1#logo-text a, #header-wrap-page h1#logo-text a  {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 55px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #070000;
	text-decoration: none;

	/* change the values of top and left to adjust the position of the logo*/
	top: 85px; left: 25px;
}
#header-wrap h1#logo-text a:hover, #header-wrap-page h1#logo-text a:hover  {
	background: none;	border: none;
}
#header-wrap #intro, #header-wrap-page #intro  {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #663333;
	width: 400px;
	/* change the values of top and left to adjust the position */
	top: 105px; left: 460px;
}

#header-wrap #intro ul, #header-wrap-page #intro ul {
	display: inline;
}

/* header quick search */
#header-wrap form.quick-search, #header-wrap-page form.quick-search  {
	position: relative;
	float: right;
	top: 137px; right: 14px;
	padding: 0; margin: 0;
	width: 200px; height: 27px;
	background: #fff;
	z-index: 999999;
	border: 1px solid #D8D8D8;
}


#footer-wrapper form.quick-search  {
	position: relative;
	float: right;
	bottom: 10px; right: 14px;
	padding: 0; margin: 0;
	width: 200px; height: 27px;
	background: #fff;
	z-index: 999999;
	border: 1px solid #D8D8D8;
}

form.quick-search .tbox {
	font-size: 11px;
	line-height: normal;
	margin: 7px 0 0 4px;
	width: 114px;
	background: none;
	border: none;
	color: #070707;
}

form.quick-search .button
{
	color: #070707;
    font-weight:bold;
	padding:0;margin:0;border:none;
	z-index: 999999;
	font-family:'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
        font-size:14px;
        position:absolute;top:1px;right:1px;
}


.search {padding:.8em;margin-bottom:1em;border:2px solid #BBBBBB;}
.search {background:#DBDBDB;color:#666666; float:right;}



#content-outer {
	/*background: #ebebeb;*/
        background:transparent;
	width: 100%;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #ebebeb url(images/content-bg.jpg) repeat-y;
}

.col-zero {
	float: left;
	width: 920px;
	padding: 10px;
}

.col-one {
	float: left;
	width: 660px;
	padding: 10px 5px 10px 10px;
}
.col-mid {
	float: right;
	width: 250px;
	padding: 35px 10px 10px 0px;
	border-left: 1px solid #F4F4F4;
}

/*
.col-two {
	float: left;
	width: 210px;
	margin-top: 12px;
}
.col-three {
	float: right;
	width: 210px;
	margin-top: 12px;
}
.col-one, .col-two, .col-three {
	padding-bottom: 20px;
}
*/

#content .col-zero h2, #content .col-one h2 {
	padding-bottom: 3px;
	font: normal 2.4em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #070707;
	letter-spacing: -2px;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	margin-left: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#content .col-zero h3, #content .col-one h3 {
	padding-bottom: 3px;
	font: normal 2.2em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #070707;
	letter-spacing: -2px;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	margin-left: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#content .col-one h4 {
	padding-bottom: 3px;
	font: normal 1.6em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #070707;
	letter-spacing: -2px;
	text-transform: none;
	border-bottom: 1px solid #ebebeb;
	margin-left: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-style: italic;
}

#content .col-zero h2 a, #content .col-zero h3 a, #content .col-one h2 a, #content .col-one h3 a  {
	color: #070707;
	text-decoration: none;
	background: none;
	border: none;
}
#content .col-zero h2 a:hover, #content .col-zero h3 a:hover, #content .col-one h2 a:hover, #content .col-one h3 a:hover {
	color: #070707;
	text-decoration: underline;
}

#entry .col-zero ul li, #entry .col-one ul li {
	list-style-image: url(images/bullet.gif);
}

#content-wrapper .col-mid h2,
#content-wrapper .col-two h2,
#content-wrapper .col-three h2 {
	color: #111;
	font: normal 1.8em "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-transform: none;
	letter-spacing: -0.5px;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 3px 5px 3px 0px; padding: 0;
	text-decoration: none;
}

ul.sidemenu ul li { margin: 0px; padding-left: 9px; background: none; list-style: none; }

ul.sidemenu li ul li {
	list-style: none;
	background: url(images/dots.gif) repeat-x left bottom;
	padding: 2px 10px;
	margin: 0;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	background-color: transparent;
	border: none;
	color: #666666;
}
ul.sidemenu li a span {
	color: #989898;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1em;
}
ul.sidemenu li a:hover {
	color: #000;
	background: none;
	border: none;
}





/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em 'Trebuchet MS', Tahoma, Sans-serif;
	background: #000000;
	padding-bottom: 18px;
	color: #CCC;
}
#footer-wrapper h2, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h2 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #FFFFFF;
}
#footer-wrapper a {
	color: #FFFFFF;
	background: transparent;
}

#footer-wrapper ul.footer-list {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
#footer-wrapper ul.footer-list li{
	margin: 0;
	padding: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer-wrapper ul.footer-list li li {
	border-bottom: 1px solid #777;
}


#footer-wrapper ul.footer-list li a, #footer-wrapper ul.footer-list li li a {
	display: block;
	width: 98%;
	line-height: normal;
	font-weight: bold;
	padding: 0px;
	border: none;
	margin-left: 0px;
	padding-left: 0px;
}
#footer-wrapper ul.footer-list li a span, #footer-wrapper ul.footer-list li li a span {
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}

#footer-wrapper ul.footer-list li a:hover,
#footer-wrapper ul.footer-list li li a:hover,
#footer-wrapper ul.footer-list li a:hover span,
#footer-wrapper ul.footer-list li li a:hover span {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
}

#footer-bottom {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding-top: 0px;
}

#footer-bottom .bottom-left a, #footer-bottom .bottom-right a {
	color: #EEE;
	background: transparent;
}



#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;
	font-size: 95%;
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 5px;
	font-size: 95%;
}

.bottom-col-one {width: 32%; float: left; border-right: 1px solid #777; padding-top:10px; height: 350px;}
.bottom-col-two {width: 32%; float: left; border-right: 1px solid #777; padding-top:10px; height: 350px;}
.bottom-col-three {width: 32%; float: left; padding-top:10px; overflow:hidden}

/* postmeta */
.postmeta {
	padding: 5px; margin: 20px 10px 15px 10px;
	font-size: 1em;
	color: #777;
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
}
.postmeta a { background: transparent; }
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}

.clearsmall { padding-bottom: 10px; }

.clearhigh
{
clear : both; display : block; height : 10px; overflow : hidden; margin : 0; padding : 0;
}
.clear {
	display:inline-block;
}
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content: ".";
}

/* comment form */

#comments
{
clear : both; background : #BEE9DF; padding : 15px;
}
#comments a, #comments a:hover
{
text-decoration : none;
}
#comments h2
{
margin : 0;
}
#comments dl
{
margin : 0; padding : 0;
}
#comments dt
{
padding : 8px 0 0 0; font-size : 1.2em; border-top : 1px dotted #99c;
}
#comments dt.highlighted
{
padding : 8px; background : #fc0; border : 4px solid #fff;
}
#comments dd.highlighted
{
background : #fff; padding : 2px 8px;
}
#comments h3, #postComment h3
{
padding : 0; margin : 0 0 15px 0;
}
#postComment
{
background : #E6E6E6; padding : 15px;
}
#postComment label
{
width : 320px; display : block; float : left; clear : both; margin : 5px 0 0 0; color: #777;
}
#postComment input, #postComment textarea
{
margin : 5px 0 0 0; width : 565px;
}
#postComment textarea
{
height : 160px;
}
#postComment .button
{
padding : 5px; clear : both; width : 100px; margin : 10px 0 0 0;
}
#comments a
{
background: none;
}

.img1 {
	position: absolute;
	top: 170px; left: 10px;
	padding: 0;
	clear: both;
}
.img2 {
	position: absolute;
	top: 170px; left: 680px;
	padding: 0;
	clear: both;
}
.img3 {
	position: absolute;
	top: 250px; left: 680px;
	padding: 0;
	clear: both;
}

.floatads-main a img {
border: 0px solid #FFF;
padding : 0px;
margin : 0px;
}

.floatads-right a img {
order: 0px solid #FFF;
padding : 0px;
margin : 0px;
}

.floatads-right-top a img {
order: 0px solid #FFF;
padding : 0px;
margin : 0px;
}

.floatads-right-bottom a img {
order: 0px solid #FFF;
padding : 0px;
margin : 0px;
}

.paginate {
	padding: 5px; margin: 20px 10px 10px 3px;
}

/*
+----------------------------------------------------------------+
|																							|
|	WordPress 2.8 Plugin: WP-PageNavi 2.50									|
|	Copyright (c) 2009 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://lesterchan.net															|
|																							|
|	File Information:																	|
|	- Page Navigation CSS Style													|
|	- wp-content/plugins/wp-pagenavi/pagenavi-css.css					|
|																							|
+----------------------------------------------------------------+
*/


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #FFF;
	background-color: #070707;
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #FFF;
	background-color: #333;
}
.wp-pagenavi a:hover {
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #FFF;
	border: 1px solid #000000;
	background-color: #000;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/* Recent
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.recent { background: #F4F4F4; padding: 15px; margin-bottom: 3px; color: #070707;}
.recent .tabs { overflow: hidden; }
.recent .tabs { height: 1%; }
.recent .tabs li { float: left; background: none; }
.recent .tabs li a { float: left; font: bold 14px/14px "Arial"; color: #070707; padding: 3px 6px 9px 6px; background: #BEE9DF url(images/tabs-inactive.png) no-repeat bottom center; margin-right: 3px; letter-spacing: -1px; text-decoration: none;}
.recent .tabs li a.active, .recent .tabs li a:hover { background: #070707 url(images/tabs-active.png) no-repeat bottom center; color: #fff; text-decoration: none; }
.recent a, .recent a:visited { color:#070707; text-decoration: none;}
.recent a: { color:#669999; text-decoration: underline;}

#tab-categories, #tab-popular { display: none; margin-bottom: 5px; }
#tab-categories li, #tab-popular li { background: url(images/star.gif) no-repeat left 10px; padding: 9px 0px 0px 18px; border-bottom: solid 1px #DDDDDD; font-size: 11px; color: #070707; }
#tab-categories li a, #tab-popular li a { display: block;}
#tab-archives, #tab-tutorials, #tab-tips { margin-bottom: 5px; font-size: 11px; }
#tab-archives li, #tab-tutorials li, #tab-tips li { background: url(images/star.gif) no-repeat left 8px; line-height: 18px; border-bottom: solid 1px #DDDDDD;  padding: 9px 0px 0px 18px; }
#tab-tags { display: none; margin-bottom: 5px; font-family: "Verdana"; line-height: 22px;}


/* resizing */

.post img {max-width: 640px;
width: expression(this.width > 640 ? 640: true);}

.col-zero img {max-width: 910px;
width: expression(this.width > 910 ? 910: true);}

/* wp default */


.aligncenter, div.aligncenter
{
display: block; margin-left: auto; margin-right: auto;
}
.alignleft
{
float: left;
}
.alignright
{
float: right;
}

#content-wrapper .center {
display: block; margin-left: auto; margin-right: auto;
}

/* Images */

#smilies_toolbar {padding-top: 10px;}

.col-zero img {
	border: 1px solid #dcdcdc;
	margin-top: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}
.col-zero h2 img, .col-one h2 img {
	background: #FFF;
	border: 0px solid #FFF;
	margin: 0px;
	padding: 9px 3px 0px 0px;
}
.col-zero h3 img, .col-one h3 img {
	background: #FFF;
	border: 0px solid #FFF;
	margin: 0px;
	padding: 9px 3px 0px 0px;
}

.col-mid .sponsors img.ml
{
margin-bottom : 4px; padding: 1px;  margin-right : 4px; overflow : hidden;
}
img a
{
border : none;
}
img
{
border : 0;
}


/* ALT */

#content-wrapper .entry {
	display:block;
	clear:both;
}

p.entry img {
	margin: 0px;
	padding: 0px;
clear: right;
}

.commentlist ol li {
margin : 0;
padding : 0;
overflow : hidden;
list-style : none;
}
.comment ol li ol li {
margin : 0;
padding : 0;
overflow : hidden;
list-style : none;
}
.commentlist p {
padding-top : 18px;
}
.commentlist li {
list-style : none;
padding-top : 9px;
margin-left : -30px;
}
.commentlist li ol li {
list-style : none;
}
.avatar {
background : #ffffff;
float : left;
border : 1px solid #eeeeee;
padding : 2px;
margin-right : 18px;
}
.commentlist cite {
font-weight : bold;
font-style : normal;
margin-left : 9px;
}
.comment-meta a {
margin-left : 9px;
}
.children {
border: none;
}
.children li {
list-style-image: url(images/blank.gif);
}
.reply {
font-size : 10px;
padding-bottom : 9px;
}
.thread-alt {
margin : 0;
padding : 0;
border-bottom : 1px solid #f0f0f0;
}
.thread-even {
margin : 0;
padding : 0;
border-bottom : 1px solid #f0f0f0;
}
.links {
list-style : none;
padding : 0;
margin : 0 0 25px;
font-size : 1em;
}
.links li {
padding : 2px 0;
}
#comment-personaldetails input {
width : 320px;
}
.alt {
background:#f3f5e9;
padding:0.5em;
}

/*  more */

.commentlist p {
	margin: 5px 5px 5px 5px;
}
/* End Comments */

h2.searchheader {color:#333 !important;font-size:22px !important;}
