/*
Theme Name: ThinkChange India
Theme URI: http://www.hiddenmonsters.com/
Description: ThinkChange India is a Wordpress theme developed exclusively for TCI.
Version: 1.0
Author: Aditya Pandya
Author URI: http://www.hiddenmonsters.com/


CSS General Reset
*/
*
{
	font-family: sans-serif;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}
HTML, BODY
{
	line-height: 1;
	padding-left: 0;
}
HR
{
	display: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
}
BLOCKQUOTE, Q
{
	quotes: &quot;&quot; &quot;&quot;;
}
UL
{
	list-style-type: none;
}
OL
{
	list-style-type: decimal;
}
.clear
{
	clear: both;
}
/*
Layout CSS Information
*/
BODY
{
	/*[ph]0*/
	text-align: center;
}
@media screen
{
	BODY
	{
		/*[id]0*/background: #393939;
	}
}
#container
{
	width: 1050px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background: #FFFFFF;
}
/*
Very Top Bar
*/
#top
{
	width: 1050px;
	background: #383838;
	border-bottom: 3px solid #383838;
	height: 23px;
}
#pagemenu
{
	float: left;
	height: 24px;
	margin-left: 5px;
	display: inline;
	background: #FFFFFF;
	z-index: 20;
}
#pagemenu LI
{
	float: left;
	display: block;
	height: 24px;
}
#pagemenu LI UL LI
{
	height: 24px;
	border-bottom: 1px solid #DDD;
	width: 100%;
}
#pagemenu LI A
{
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 0.75em;
	text-transform: uppercase;
	line-height: 24px;
	color: #E9E995;
	background: #383838;
}
#pagemenu LI A:hover
{
	background: #EAEA96;
	color: #FFF;
}
#pagemenu LI.current_page_item A
{
	background: #4E7FBB;
	color: #FFF;
}
#pagemenu LI.current_page_item A:hover
{
	background: #000;
	color: #FFF;
	border-right: 1px solid #000;
}
#pagemenu UL
{
	display: none;
	z-index: 99;
	position: absolute;
}
#pagemenu UL LI A
{
	display: block;
	background: #FFF;
}
#pagemenu LI UL A:hover
{
	display: block;
	background: #FFF;
}
#pagemenu UL A
{
	display: block;
}
#pagemenu UL UL
{
	margin-top: -25px;
	display: none;
	margin-left: 199px;
	position: absolute;
}
#pagemenu LI:hover UL UL
{
	display: none;
}
#pagemenu LI:hover UL
{
	display: block;
}
#pagemenu UL LI:hover UL
{
	display: block;
}
#pagemenu LI UL LI
{
	display: block;
	width: 100%;
}
#pagemenu LI.page_item UL
{
	border-top: 1px solid #DDD;
	width: 200px;
}
#pagemenu LI.page_item A
{
	display: block;
}
#pagemenu LI.page_item A:hover
{
	display: block;
}
#pagemenu LI.page_item UL LI A
{
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: lowercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #666;
}
#pagemenu LI.page_item UL LI A:hover
{
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #A6DC00;
	border-left: 1px solid #DDD;
	background: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: lowercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #FF9000;
}
/*
Search bar
*/
#searchbar
{
	float: right;
	display: inline;
	margin-right: 20px;
	font-size: 0.9em;
	margin-top: 1.5px;
	border: 1.5px dotted #4E7FBB;
}
.searchform
{
	display: inline;
	vertical-align: bottom;
	float: right;
}
.searchform FIELDSET
{
	display: inline;
	vertical-align: bottom;
}
.searchform LABEL
{
	display: inline;
	vertical-align: middle;
	font-size: 1em;
}
.searchform INPUT
{
	display: inline;
	vertical-align: middle;
}
.searchform .searchlabel
{
	color: #9E9294;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: verdana;
	letter-spacing: -1px;
	vertical-align: middle;
}
.searchform .searchterm
{
	border: 1px solid #DDD;
	width: 200px;
	padding: 3px;
	color: #999;
	background: #FFF;
}
.searchform .searchterm:focus
{
	border: 1px solid #000;
	color: #FF9600;
	background: #FFF;
}
.searchform .searchbutton
{
	border: 1px solid #DDD;
	text-transform: uppercase;
	background: #FFF;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 21px;
}
.searchform .searchbutton:hover
{
	color: #9E9294;
}
.searchformI
{
	vertical-align: middle;
	font-size: 0.7em;
}
.searchformI FIELDSET
{
	display: inline;
	vertical-align: middle;
}
.searchformI LABEL
{
	display: inline;
	vertical-align: middle;
}
.searchformI INPUT
{
	display: inline;
	vertical-align: middle;
}
.searchformI .searchlabel
{
	color: #9CA485;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 5px;
	font-family: verdana;
	letter-spacing: -1px;
}
.searchformI .searchterm
{
	border: 1px solid #DDD;
	width: 200px;
	padding: 3px;
	color: #999;
	background: #FFF;
}
.searchformI .searchterm:focus
{
	border: 1px solid #BBB;
	color: #9E9294;
	background: #FFF;
}
.searchformI .searchbutton
{
	border: 1px solid #DDD;
	text-transform: uppercase;
	background: #FFF;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 21px;
}
.searchformI .searchbutton:hover
{
	color: #FF9600;
}
/*
Header CSS
*/
#header
{
	width: 1050px;
	height: 91px;
	padding-top: 0;
	padding-bottom: 18px;
	background: #FFFFFF;
}
#header_logo
{
	float: left;
	height: 100px;
	display: inline;
	margin-left: 0;
	padding-left: 0;
	background-color: #4D80BB
}
#header_logo H1.blogtitle
{
	float: left;
	margin-right: 0px;
	background: url(images/Header3.gif) no-repeat;
	width: 1050px;
	height: 100px;
	padding-top: 39px;
	color: #FFF;
}
#header_logo H1.blogtitle A
{
	color: #6F8BA3;
	font-family: &quot;Trebuchet MS&quot;;
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: -1px;
}
#header_logo H1.blogtitle A:hover
{
	color: #366799;
}
#header_logo .description
{
	float: inherit;
	color: #666;
	font-weight: bold;
	font-size: 0;
	line-height: 0;
	padding-top: 44px;
}
#header_ad
{
	float: right;
	width: 468px;
	height: 60px;
	display: inline;
	margin-right: 20px;
}
#header_ad IMG
{
	display: block;
}
/*
Page Menu CSS
*/
#navcontainer
{
	width: 1050px;
	height: 28px;
	background: #EAEA96;
	border-top: 0 solid #366799;
}
#navcontainer #toprss
{
	float: right;
	display: block;
	height: 28px;
}
#navcontainer #toprss A
{
	float: right;
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	line-height: 28px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
}
#navcontainer #toprss A:hover
{
	color: #FFF;
	background: #EF9C00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#navmenu
{
	float: left;
	display: inline;
	height: 28px;
	z-index: auto;
}
#navmenu LI
{
	float: left;
	display: block;
	height: 28px;
}
#navmenu LI UL LI
{
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #DDD;
	width: 100%;
}
#navmenu LI A
{
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	color: #4E7FBB;
	line-height: 28px;
	padding-left: 20px;
	padding-right: 10px;
	border-right: thin double #FF8C23;
}
#navmenu LI A:hover
{
	background: #FFF780;
}
#navmenu LI.current-cat A
{
	color: #FFF;
	background: #366799;
}
#navmenu LI.current-cat A:hover
{
	color: #FFF;
	background: #366799;
}
#navmenu UL
{
	display: none;
	z-index: 99;
	position: absolute;
}
#navmenu UL LI A
{
	display: block;
	background: #FFF;
}
#navmenu LI UL A:hover
{
	display: block;
	background: #FFF;
}
#navmenu UL A
{
	display: block;
}
#navmenu UL UL
{
	margin-top: -24px;
	display: none;
	margin-left: 200px;
	position: absolute;
	border-left: 1px solid #FF9000;
}
#navmenu LI:hover UL UL
{
	display: none;
}
#navmenu LI:hover UL
{
	display: block;
}
#navmenu UL LI:hover UL
{
	display: block;
}
#navmenu LI UL LI
{
	display: block;
	width: 100%;
}
#navmenu LI.cat-item UL
{
	width: 200px;
}
#navmenu LI.cat-item A
{
	display: block;
}
#navmenu LI.cat-item A:hover
{
	display: block;
}
#navmenu LI.cat-item UL LI A
{
	display: block;
	text-align: left;
	font-size: 0.75em;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	color: #666;
	font-weight: bold;
	text-transform: none;
	background: #F9F9F9;
}
#navmenu LI.cat-item UL LI A:hover
{
	display: block;
	text-align: left;
	font-size: 0.75em;
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	color: #738BA1;
	font-weight: bold;
	text-transform: none;
	background: #FFF;
}
/*
Blog Information Section
*/
#bloginfo
{
	width: 1050px;
	background: url(images/bginfo.gif) no-repeat;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #CCEA00;
	color: #EEE;
}
#bloginfo A
{
	color: #FFF;
}
#bloginfo A:hover
{
	color: #E3FA7A;
}
#bloginfobox
{
	margin: 5px;
}
#bloginfo UL
{
	width: 990px;
}
#bloginfo UL LI
{
	float: left;
}
#bloginfo UL LI UL LI
{
	float: none;
}
#bloginfo UL LI.posts, #bloginfo UL LI.comments, #bloginfo UL LI.tags
{
	width: 0px;
}
#bloginfo UL LI.posts H2
{
	display: block;
	background: url(images/ico_posts.gif) no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #E3FA7A;
}
#bloginfo UL LI.comments H2
{
	display: block;
	background: url(images/ico_comments.gif) no-repeat;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #E3FA7A;
}
#bloginfo UL LI.tags H2
{
	display: block;
	background: url(images/ico_tags.gif) no-repeat;
	background-position: 10px center;
	padding-left: 40px;
	font-size: 0.75em;
	line-height: 1.7em;
	font-weight: bold;
	color: #E3FA7A;
}
#bloginfo UL LI.posts UL
{
	width: 310px;
	padding: 10px;
}
#bloginfo UL LI.comments UL
{
	width: 310px;
	padding: 10px;
}
#bloginfo UL LI.tags UL
{
	width: 310px;
	padding: 10px;
}
#bloginfo UL LI.posts UL LI
{
	border-bottom: 1px dotted #607991;
	padding-top: 4px;
	padding-bottom: 4px;
}
#bloginfo UL LI.comments UL LI
{
	border-bottom: 1px dotted #607991;
	padding-top: 4px;
	padding-bottom: 4px;
}
#bloginfo UL LI.tags UL LI
{
	border-bottom: 1px dotted #607991;
	padding-top: 4px;
	padding-bottom: 4px;
}
#bloginfo UL LI.comments UL LI A
{
	display: block;
	font-size: 0.75em;
	background: url(images/ico_comment.gif) no-repeat left 3px;
	padding-left: 20px;
	line-height: 1.3em;
	font-weight: bold;
}
#bloginfo UL LI.comments UL LI A SPAN
{
	font-weight: normal;
}
#bloginfo UL LI.comments UL LI A:hover SPAN
{
	color: #FFF;
}
#bloginfo UL LI.comments UL LI A:hover
{
	background: url(images/ico_commento.gif) no-repeat left 3px;
}
#bloginfo UL LI.tags UL LI A
{
	line-height: 1.3em;
	color: #DDD;
	font-size: 0.75em;
}
#bloginfo UL LI.tags UL LI A:hover
{
	color: #E3FA7A;
}
.r_time
{
	display: block;
	font-size: 0.7em;
	line-height: 1.3em;
}
.r_head A
{
	display: block;
	font-weight: normal;
	font-size: 0.75em;
	line-height: 1.3em;
	font-weight: bold;
}
/*
Content Layout
*/
#content
{
	width: 1050px;
}
#content #column
{
	float: left;
	width: 628px;
	margin: 0;
	display: inline;
	padding-left: 15px;
	margin: 0;
}
#content #sidebar
{
	float: left;
	width: 368px;
	margin-top: 10px;
	margin-left: 7px;
	display: inline;
	padding-left: 15px;
	padding-bottom: 10px;
}
.intro
{
	margin-top: 10px;
	background: #FFFFFF;
}
.intro P
{
	line-height: 1.2em;
	margin: 0px 5px 5px;
	font-family: serif;
	background-color: #F7F7D4;
	color: #575718;
}
.intro A
{
	line-height: 1.2em;
	margin: 0px 5px 5px;
	font-family: serif;
	background-color: #F7F7D4;
	color: #7F8924;
}
/*
Sidebar Widgets
*/
#sidebar H6, #sidebar H6.widgettitle
{
	font-size: 0.8em;
	font-family: Arial;
	font-weight: normal;
	line-height: 1.5em;
	color: #3A3A3A;
	text-transform: inherit;
	margin-bottom: inherit;
}
#sidebar H2, #sidebar H2.widgettitle
{
	font-size: 1em;
	font-family: arial, &quot;trebuchet ms&quot;, tahoma;
	font-weight: bold;
	line-height: 2em;
	color: #8A8A25;
	text-transform: uppercase;
}
#sidebar P
{
	margin: 0px 0px 7px;
	font: 1.3em Arial;
	line-height: 1.5;
}
#sidebar UL UL
{
	font: 0.75em sans-serif;
	color: #999;
	line-height: 1.4em;
}
#sidebar UL DIV
{
	font-size: 0.75em;
	color: #999;
	line-height: 1.4em;
}
#sidebar UL DIV DIV
{
	font: 1em sans-serif;
}
#sidebar LI.widget
{
	padding: 5px;
	margin-bottom: 10px;
	border: 1px dotted #4D7EBA;
	background: #FFF;
	list-style: none;
	font: 1em Arial;
	line-height: 1;
}
#sidebar UL.bullets LI
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #EFEFEF;
}
#sidebar LI LI LI
{
	font-size: 1.2em;
	background: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 0;
	border-left: 1px dotted #CCC;
}
#sidebar .box
{
	margin-top: 5px;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #999;
}
.videobox
{
	border: 4px solid #DDDDD4;
	width: 380px;
	height: 214px;
}
.center
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#sidebar A:hover
{
	color: #366799;
}
.sidebar1
{
	width: 368px;
}
.sidebar2
{
	width: 190px;
	float: left;
	display: inline;
}
.sidebar1 UL UL, .sidebar2 UL UL
{
	font-size: 0.75em;
	color: #999;
	line-height: 1.4em;
}
.sidebar1 UL DIV, .sidebar2 UL DIV
{
	font-size: 0.75em;
	color: #999999;
	line-height: 1.4em;
}
.sidebar1 UL DIV DIV, .sidebar2 UL DIV DIV
{
	font-size: 1em;
}
.sidebar1 LI LI
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #EFEFEF;
}
.sidebar2 LI LI
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom: 1px dotted #EFEFEF;
}
.sidebar1 LI LI LI
{
	font-size: 1.2em;
	background: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 0;
	border-left: 1px dotted #CCC;
}
.sidebar2 LI LI LI
{
	font-size: 1.2em;
	background: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 0;
	border-left: 1px dotted #CCC;
}
LI.multiwidget_author_avatars .author-list .user
{
	text-align: left;
}
LI.multiwidget_author_avatars .author-list .user SPAN.name
{
	display: inline;
	padding-left: 5px;
}
/*

Feed CSS

*/
.rssfeed
{
	background: url(images/rssimg.gif) no-repeat;
	background-position: left 0px;
	padding-left: 20px;
}
.rssfeed A
{
	border-bottom: 1px dotted #DDD;
}
.emailfeed
{
	background: url(images/rssemail.gif) no-repeat;
	background-position: left 0px;
	padding-left: 20px;
}
.emailfeed STRONG
{
	color: #999;
}
.feedform
{
	font-size: 0.9em;
}
.feedemail
{
	border: 1px solid #DDD;
	width: 200px;
	padding: 3px;
	color: #999;
	background: #FFFFF4;
}
.feedemail:focus
{
	border: 1px solid #BBB;
	color: #20A5DD;
	background: #FFF;
}
.feedsubmit
{
	border: 1px solid #DDD;
	text-transform: uppercase;
	background: #FFF;
	cursor: pointer;
	color: #666;
	font-size: 0.9em;
	height: 22px;
}
.feedsubmit:hover
{
	color: #20A5DD;
}
/*

Sidebar Ads CSS

*/
UL.ads LI
{
	float: left;
	display: inline;
	margin-right: 3px;
}
UL.ads IMG
{
	display: block;
	float: left;
}
/*

Footer CSS

*/
#footer
{
	width: 980px;
	padding: 10px;
	margin-top: 8px;
	background: #3A3A3A;
	border-top: 3px solid #000;
	font-size: 0.7em;
	color: #999;
	text-align: left;
}
#footerdivs
{
	margin: 10px auto;
	padding-left: 15%;
	width: 600px;
	text-align: left;
}
.footerlinks1
{
	width: 250px;
}
.footerlinks2
{
	width: 250px;
	margin: -140px 260px;
}
.footerlinks3
{
	/*[empty]margin:;*/
}
#footer A
{
	scrollbar-3d-light-color: #666;
	font-weight: bold;
}
#footer A:hover
{
	color: #9E9294;
}
.copyright
{
	float: left;
	line-height: 2em;
}
.credit
{
	float: right;
	color: #999;
	line-height: 1.4em;
}
A.sitename
{
	border-bottom: none;
}
A.footrss
{
	background: url(images/rssimg.gif) no-repeat left center;
	padding-left: 22px;
	margin-left: 10px;
}
.credit A
{
	font-weight: bold;
	color: #666;
}
.credit A:hover
{
	color: #FF9600;
}
/*

General Styles THE POST

*/
.latestpost
{
	margin-top: 10px;
	background: #FFFFFF;
	border: 1px solid #A7C0DD;
	padding: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
.post
{
	margin-top: 10px;
	background: #FFFFFF;
	border: 1px dotted #4E7FBB;
	padding: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
.latestpost H1, .latestpost H2, .latestpost H3, .latestpost H4, .latestpost H5, .latestpost H6
{
	line-height: 1.3em;
	padding-top: 7px;
}
.latestpost P
{
	line-height: 1.5em;
	margin: 0px 0px 7px;
}
.latestpost H1
{
	font-size: 1.1em;
}
.latestpost H2
{
	font-size: 1em;
}
.latestpost H3
{
	font-size: 0.95em;
}
.latestpost H4
{
	font-size: 0.9em;
}
.latestpost H5
{
	font-size: 0.85em;
}
.latestpost H6
{
	font-size: 0.8em;
}
.latestpost P
{
	font-size: 0.75em;
}
.latestpost H1
{
	color: #366799;
	letter-spacing: -1px;
}
.latestpost H2
{
	color: #78848F;
	letter-spacing: -1px;
}
.latestpost H3
{
	color: #ADBD00;
	letter-spacing: -1px;
}
.latestpost H4
{
	color: #00A2FF;
}
.latestpost H5
{
	color: #FF9600;
}
.latestpost H6
{
	color: #333;
}
.latestpost P
{
	color: #3A3A3A;
}
.latestpost UL, .latestpost OL
{
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 7px;
}
.latestpost LI, .latestpost LI LI
{
	line-height: 1.5em;
}
.latestpost OL
{
	margin-left: 16px;
}
.latestpost UL UL, .latestpost OL OL
{
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.latestpost UL LI, .latestpost UL LI UL LI
{
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.latestpost OL LI, .latestpost OL LI OL LI
{
	padding-top: 2px;
	padding-bottom: 2px;
}
.latestpost IMG
{
	vertical-align: middle;
}
.more-link
{
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	font-family: &quot;Trebuchet MS&quot;;
}
.latestpost INS
{
	text-decoration: underline;
}
.latestpost DEL
{
	text-decoration: line-through;
}
.latestpost CODE
{
	display: block;
	border: 1px dotted #DDD;
	width: 400px;
	padding: 10px;
	background: #EEE;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.latestpost BLOCKQUOTE
{
	display: block;
	border: 1px dashed #DDD;
	width: 400px;
	padding: 10px 10px 0px;
	background: #FFF;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.latestpost BLOCKQUOTE P
{
	background: url(images/blockquote.gif) no-repeat;
	background-position: left top;
	padding-left: 40px;
	color: #5A727B;
	font-weight: bold;
}
A
{
	color: #3491C6;
}
A:hover
{
	color: #87BA0B;
}
.latestpost H2 A
{
	color: #366699;
	font-size: 1.4em;
	font-family: &quot;Trebuchet MS&quot;;
}
.latestpost H2 A:hover
{
	color: #FF8C23;
}
.latestpost .entry
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.latestpost .postinfo
{
	color: #AAA;
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 5px;
	width: 100%;
}
.latestpost .postinfo-uncategorized
{
	color: #FFF;
	font-size: 0.7em;
	line-height: 1.4em;
	padding: 5px;
	width: 100%;
	background: url(http://localhost/wordpress/wp-content/uploads/cult.png) no-repeat;
}
.latestpost .postinfo-uncategorized A
{
	color: #FFF;
}
.readmore A
{
	float: right;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #8A8A42;
	line-height: 10px;
	padding-left: 5px;
	padding-bottom: 0;
	margin: 5px 15px -10px 0;
	border-left: 7px double #E9E995;
}
.sharethis A
{
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	color: #8A8A42;
	line-height: 10px;
	padding-left: 5px;
	padding-bottom: 0;
	margin: inherit 15px -10px 0;
}
.readmore A:hover
{
	color: #20A5DD;
	border-left: 7px solid #20A5DD;
}
.latestpost .info
{
	background-position: top left;
}
.latestpost .info A
{
	padding-top: 4px;
	padding-bottom: 4px;
	height: 15px;
}
.latestpost .info A:hover
{
	color: #666;
}
.latestpost .commentnum
{
	float: right;
	background: url(images/ico_commentw.gif) no-repeat left center;
	padding-left: 20px;
	margin-right: 10px;
}
.latestpost .category
{
	font-size: 0.7em;
	color: #AAA;
	background: url(images/ico_cat.gif) no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #EEE;
}
.latestpost .tags
{
	background: url(images/ico_tag.gif) no-repeat;
	background-position: left 3px;
	padding-left: 35px;
	font-size: 0.7em;
	color: #AAA;
	line-height: 1.5em;
	padding-top: 5px;
	border-top: 1px solid #EEE;
	float: right;
}
.latestpost .ratings
{
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 10px;
}
.latestpost .views
{
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 10px;
}
.cattab
{
	background: transparent url(images/125_125.gif) no-repeat 0 0;
	width: 125px;
}
.post
{
	margin-top: 10px;
	background: #FFFFFF;
	border: 1px dotted #4E7FBB;
	padding: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
.post H1, .post H2, .post H3, .post H4, .post H5, .post H6
{
	line-height: 1.3em;
	padding-top: 5px;
}
.post P
{
	line-height: 1.5em;
	margin: 0px 0px 7px;
}
.post H1
{
	font-size: 0.8em;
}
.post H2
{
	font-size: 1.2em;
}
.post H3
{
	font-size: 0.95em;
}
.post H4
{
	font-size: 0.9em;
}
.post H5
{
	font-size: 0.85em;
}
.post H6
{
	font-size: 0.8em;
}
.post P
{
	font-size: 0.75em;
}
.post H1
{
	color: #4E7FBB;
}
.post H2
{
	color: #4C7FBA;
	font-family: Arial;
	font-size: 16pt;
}
.post H3
{
	color: #ADBD00;
}
.post H4
{
	color: #00A2FF;
}
.post H5
{
	color: #FF9600;
}
.post H6
{
	color: #333;
}
.post P
{
	color: #393939;
	font: 0.8em/1.5 sans-serif;
}
.post UL, .post OL
{
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 7px;
}
.post LI, .post LI LI
{
	line-height: 1.5em;
}
.post OL
{
	margin-left: 16px;
}
.post UL UL, .post OL OL
{
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.post UL LI, .post UL LI UL LI
{
	background: url(images/bullet.gif) no-repeat;
	background-position: left 8px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	font: inherit 0.8em/1.5 sans-serif;
	color: #383838;
}
.post OL LI, .post OL LI OL LI
{
	padding-top: 2px;
	padding-bottom: 2px;
}
.post IMG
{
	vertical-align: middle;
}
.more-link
{
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	font-family: &quot;Trebuchet MS&quot;;
}
.post INS
{
	text-decoration: underline;
}
.post DEL
{
	text-decoration: line-through;
}
.post CODE
{
	display: block;
	border: 1px dotted #DDD;
	width: 400px;
	padding: 10px;
	background: #EEE;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.post BLOCKQUOTE
{
	display: block;
	border: 1px none #DDD;
	width: 400px;
	padding: 10px 10px 0px;
	background: #FFF;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.post BLOCKQUOTE P
{
	background: #FFFFFF no-repeat;
	background-position: left top;
	padding-left: 0;
	color: #777777;
	font-weight: lighter;
	font-style: italic;
}
A
{
	color: #4E7FBB;
}
.post H1 A
{
	color: #8A8A25;
	font: normal lighter 1em sans-serif;
}
.post H1 A:hover
{
	color: #4C7FBA;
	font: normal lighter 1em sans-serif;
	background: #E9E995;
}
A:hover
{
	color: #87BA0B;
}
.post H2 A
{
	color: #366699;
	font-family: &quot;Trebuchet MS&quot;;
}
.post H2 A:hover
{
	color: #FF8C23;
}
.post .entry
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}
.post .postinfo
{
	color: #AAA;
	font-size: 0.7em;
	border-bottom: 1px dotted #DDD;
	line-height: 1.4em;
	padding-top: 2px;
	padding-bottom: 5px;
}
.post .info
{
	float: left;
}
.post .info A
{
	padding-top: 4px;
	padding-bottom: 4px;
	height: 15px;
}
.post .info A:hover
{
	color: #666;
}
.post .commentnum
{
	float: right;
	background: url(images/ico_commentw.gif) no-repeat left center;
	padding-left: 20px;
}
.post .category
{
	font-size: 0.7em;
	color: #AAA;
	background: url(images/ico_cat.gif) no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #EEE;
}
.post .tags
{
	background: url(images/ico_tag.gif) no-repeat;
	background-position: left 3px;
	padding-left: 35px;
	font-size: 0.7em;
	color: #AAA;
	line-height: 1.5em;
	padding-top: 5px;
	border-top: 1px solid #EEE;
	float: left;
}
.post .ratings
{
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 10px;
}
.post .views
{
	font-size: 0.75em;
	color: #666;
	margin: 0px 0px 10px;
}
/*
Post Images - Alignments
*/
IMG.alignleft, IMG.alignright, IMG.aligncenter, IMG.alignnone
{
	border: 3px solid #EEE;
}
.alignleft
{
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 2px;
}
.alignright
{
	float: right;
	display: inline;
	margin-left: 10px;
	margin-bottom: 2px;
}
.aligncenter
{
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.alignnone
{
	display: inline;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
P.wp-caption-text
{
	padding: 3px;
	color: #999;
}
/*
Default Navigation _Next entries _Previous entries
*/
.nav
{
	margin-top: 10px;
	font-size: 0.75em;
}
.nav A:hover
{
	color: #333;
}
.nav_left
{
	float: left;
	display: inline;
}
.nav_right
{
	float: right;
	display: inline;
	padding: 8px 0 0;
}
/*
Other Post Boxes
*/
.post_header
{
	padding-top: 10px;
	margin-left: 0;
	padding-right: 10px;
	border-bottom: 1px solid #E4E7CF;
	background: #F8F8D5;
	margin-top: 10px;
}
.post_header H1
{
	color: #8A8A25;
	font-size: 1.6em;
	font-family: &quot;Trebuchet MS&quot;;
	padding-bottom: 10px;
}
.post_header P
{
	color: #393939;
	font: 0.8em/1.5 sans-serif;
	cue-before: inherit;
	
}
.post_author, .post_follow
{
	background: #FFFFF4;
	padding: 10px;
	font-size: 0.75em;
	color: #666;
	line-height: 1.5em;
	border-bottom: 1px solid #EEEEE4;
	border-left: 1px solid #EEEEE4;
	border-right: 1px solid #EEEEE4;
	font-family: &quot;Trebuchet MS&quot;;
}
.post_follow A
{
	font-weight: bold;
}
/*
Comments
*/
.commentlistdiv
{
	margin-top: 10px;
	padding: 10px;
	background: #FFF;
	border: 1px dotted #DDD;
	font-size: 0.75em;
	color: #666;
}
.commentlistdiv H1
{
	font-size: 1.3em;
	color: #366799;
	border-bottom: 1px solid #EEE;
	line-height: 1.5em;
}
.commentlist LI
{
	background: #FFF;
	border-bottom: 1px dotted #DDD;
	padding: 20px;
}
.commentlist LI.alt
{
	background: #FFF;
}
.pane_l
{
	float: left;
	display: inline;
	width: 160px;
	min-width: 160px;
	max-width: 160px;
	border-right: 1px dotted #DDD;
	padding-right: 20px;
	margin-right: 20px;
}
.pane_r
{
	display: block;
	line-height: 1.5em;
	margin-left: 201px;
}
.c_author
{
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 7px;
}
.c_avatar
{
	display: block;
	margin: 0px 0px 7px;
}
.c_date
{
	color: #AAA;
	font-size: 0.9em;
	margin: 0px 0px 7px;
}
.c_approved
{
	color: #AAA;
	font-size: 0.9em;
}
/*
Trackbacks / Pinbacks
*/
.post_ping
{
	background: #FFFFF4;
	padding: 10px;
	border: 1px solid #EEEEE4;
	font-family: &quot;Trebuchet MS&quot;;
	font-size: 0.7em;
	color: #666;
	line-height: 1.5em;
}
.post_ping H1
{
	font-size: 1.2em;
}
.post_ping OL
{
	margin-left: 20px;
}
.post_ping OL LI
{
	padding-top: 3px;
}
/*
Reply
*/
.reply
{
	margin-top: 10px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px dotted #DDD;
	font-size: 0.75em;
	color: #666;
}
.reply H1
{
	font-size: 1.3em;
	color: #366799;
	border-bottom: 1px solid #EEE;
	line-height: 1.5em;
}
.reply LABEL
{
	font-family: &quot;Trebuchet MS&quot;;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	margin-left: 5px;
}
.replytext
{
	width: 200px;
	background: #F4F4C4;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #989831;
	padding: 3px;
}
.replytext:focus
{
	background: #FFFFF9;
}
.replyarea
{
	width: 440px;
	height: 140px;
	background: #FFF;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #666;
	border: 1px solid #989831;
	padding: 3px;
}
.replyarea:focus
{
	background: #FFFFF9;
}
.replybutton
{
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
	background: url(images/commentbutton.gif) no-repeat;
	width: 100px;
	height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
	color: #FFF;
}
.replybutton:hover
{
	background: url(images/commentbutton_on.gif) no-repeat;
}
SELECT
{
	margin: 5px 0 0 15px;
	background-color: #FFF;
	font-size: 0.75em;
	color: #000;
	border: 1px solid #999;
}
#tag_cloud A
{
	margin-left: 15px;
}
#comments LABEL
{
	font-size: 1.1em;
}
#comments INPUT.comment, #comments TEXTAREA.comment
{
	font-size: 1em;
	color: #781351;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
	width: 383px;
}
#comments INPUT:focus, #comments TEXTAREA:focus
{
	border: 1px solid #BBB;
	color: #20A5DD;
	background: #FFF;
}
/*THAABS ul.subsection_tabs*/
#INVALID-RULE
{
	list-style: none;
	margin: 0 0 -5px;
	padding: 0;
	clear: both;
	border-bottom: 1px solid #CCC;
	height: 20px;
	clear: both;
}
UL.subsection_tabs LI.tab
{
	float: left;
	margin-right: 7px;
	text-align: center;
}
UL.subsection_tabs LI.tab A
{
	display: block;
	height: 20px;
	padding: 0 6px;
	background-color: #FFF;
	color: #666;
	width: 80px;
}
UL.subsection_tabs LI.tab A:hover
{
	color: #666;
}
UL.subsection_tabs LI.tab A.active
{
	background-color: #DDD;
}
UL.subsection_tabs LI.source_code
{
	float: right;
}
#most_popular
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin-bottom: 10px;
	height: auto;
}
#most_popular DIV DIV A:link, #most_popular DIV DIV A:visited
{
	color: #555;
	text-decoration: none;
}
#most_popular DIV DIV A:hover, #most_popular DIV DIV A:active
{
	color: #777;
	text-decoration: underline;
	background: transparent url(images/most_pop_act.png) repeat-x top left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.most_pop_results DIV
{
	font-size: 11px;
}
.most_pop_row_dark
{
	background-color: #EDEDED;
	padding: 5px;
}
.most_pop_row_light
{
	background-color: #FFF;
	padding: 5px;
}
/*Reports box links*/
.reports DIV DIV A:link, .reports DIV DIV A:visited
{
	color: #555;
}
.reports DIV DIV A:hover, .reports DIV DIV A:active
{
	color: #777;
}
/*Most popular second-level navigation*/
UL.most_pop_second
{
	height: 24px !important;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #CDCDCD !important;
	background: transparent url(images/most_pop_bg.png) repeat-x top left !important;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 4px;
}
UL.most_pop_second LI
{
	float: left;
	list-style: none;
	list-style-type: none;
}
UL.most_pop_second LI A
{
	display: block;
	height: 18px !important;
	padding: 6px 4px 0 !important;
	margin-right: 4px;
	text-decoration: none;
	color: #000;
}
UL.most_pop_second LI A:hover
{
	background: transparent url(images/most_pop_act.png) repeat-x top left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
UL.most_pop_second LI A.active_second
{
	position: relative;
	top: 1px;
	display: block;
	height: 18px !important;
	padding: 6px 4px 0 !important;
	background: transparent url(images/most_pop_act.png) repeat-x top left !important;
	text-decoration: none;
	color: #000;
}
/*The below class allows a div to be cleared without using dummy tags*/
.clearfix:after
{
	content: &quot;.&quot;;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#one, #two, #three
{
	overflow: hidden;
}
.catimg
{
	margin-top: -11px;
	margin-left: -10px;
}
