/*
THEME NAME: Facebook
THEME URI: http://facebook.com
VERSION: 2.4
AUTHOR: Facebook
AUTHOR URI: http://facebook.com
DESCRIPTION: The exact Facebook clone theme for Wordpress. Based on Facebook profile page. 3 columns or 2 columns available. Advanced Javascript & AJAX effect just like on Facebook also available. Autogrow comment box.
TAGS: white, blue, two-columns, three-columns, theme-options, fixed-width, light
*/

* { margin: 0px; padding: 0px; border: 0; outline: 0; }
ul li {list-style: none;}

body {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	background: #fff url(images/bodybg.gif) repeat-x scroll left top;
}

input[type=text], textarea {
	color: #777777;
	font-size: 11px;
	padding: 3px;
}

input, textarea {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
}

input[type=submit], input.submit {
	background-color:#5F78AB;
	border:1px solid #888888;
	border-color:#26446E #152F5F #0C2253;
	color:#FFFFFF;
	text-shadow:0 1px 0 #3E5A88;
	font-size:11px;
	font-weight:bold;
	padding: 3px 6px 4px;
	text-align:center;
}

a {
	color: #3B5998;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	background: url(images/quote.png) no-repeat left top;
	padding-left: 19px;
	color: gray;
}

#wrapper {
	width: 964px;
	margin: 0 auto;
}

#menu {
	background:transparent url(images/menubar.png) no-repeat scroll left bottom;
	float: left;
	width: 964px;
	font-size: 11px;
}

#logo {
	float: left;
	margin: 5px 0px 3px 3px;
}

#menu li {
	float: left;
	padding: 7px 0px 8px 0px;
}

#menu li a {
	color: #fff;
	text-decoration: none;
	padding: 7px;
}

#pagemenu {
	margin-left: 5px;
}

#pagemenu a {
	font-weight: bold;
}

#pagemenu a:hover {
	background-color: #5C75AA;
}

#pagemenu ul {
	position: absolute;
	border: 1px solid #3B5998;
	margin-top: 5px;
	display: none;
}

div#menu ul#pagemenu li:hover ul, div#menu ul#pagemenu li:hover ul:hover {
	display: block;
}

#pagemenu ul li {
	float: none;
	background-color: #fff;
	padding: 2px 0px;
}

#pagemenu ul li a {
	color: #3B5998;
	font-weight: normal;
	padding: 5px 20px;
	display: block;
}

#pagemenu ul li a:hover {
	color: #fff;
}

#menu #more {
	float: right;
}

#moremenu {
	float: right;
}

#moremenu li {
	margin-right: 5px;
}

#moremenu li a:hover {
	background-color: #5C75AA;
}

#moremenu ul {
	position: absolute;
	border: 1px solid #3B5998;
	background: #fff;
	margin-top: 5px;
	display: none;
}

div#menu 	div#more ul#moremenu li:hover ul {
	display: block;
}

#feedmenu li.feedli {
	float: none;
	padding: 0px;
	margin: 0px;
}

#feedmenu li a {
	color: #3B5998;
	padding: 5px 20px;
	display: block;
}

#feedmenu li a:hover {
	color: #fff;
}

#search {
	float: right;
	margin-top: 4px;
	margin-right: 12px;
	margin-left: 5px;
}

#search-text {
	float: left;
	margin-right: 2px;
}

#search-submit {
	float: left;
}

#sidebar, #title {
	margin-top: 20px;
}

#title h1 {
	font-size: 16px;
	display: inline;
}

#title h1 a {
	color: #000;
}

#desc {
	display: inline;
	font-size: 13px;
}

#categories {
	margin-top: 11px;
	margin-bottom: 45px;
	z-index: 10;
	position: relative;
}

#categories li {
	text-transform: capitalize;
	float: left;
	background: #D8DFEA;
	margin-left: 3px;
}
#categories li a {
	font-size:13px;
	font-weight:bold;
	padding:4px 11px;
	display: block;
}

#categories li a:hover {
	color: #fff;
	text-decoration: none;
	background: #627AAD;
}

#categories .current-cat {
	background: #fff;
}

#categories .current-cat a {
	background: #fff;
	color: #000;
}

#categories .current-cat a:hover {
	background: #fff;
	color: #000;
}

#categories #plus {
	background: url(images/plus.gif) no-repeat top left;
	z-index:999999;
/*	position:relative;
	display: block; */
}

#categories #plus:hover, #categories #plus.hover {
	background: #627AAD url(images/plus.gif) no-repeat left -25px;	
}

#hiddencats {
	width: 100px;
	z-index: 10000;
	left:-3px;
	position:relative;
	top:-28px;
}

#hiddencats li {
	padding: 0px;
/*	padding: 8px 5px 4px 8px; */
	background: #eee;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	float: none;
	margin-left: 0px; 
}

#hiddencats li.browsecat {
	background: #fff;
	border: 1px solid #000;
	border-left: 1px solid #fff;
	border-bottom: none;
	padding: 8px;
	width: 150px;
	color: #666;
}

#hiddencats li a{
	font-weight: normal;
	font-size: 11px;
	padding: 7px 12px;
}

#hiddencats li a:hover {
	background: #899BC1;
}

#hiddencats .current-cat {
	background: #eee;
}

#hiddencats .current-cat a {
	background: #eee;
	color: #3B5998;
}

#hiddencats .current-cat a:hover {
	background: #899BC1;
	color: #fff;
}

#hiddencats ul {
	border-bottom: 1px solid #000;
}

#hiddenleft {
	width: 25px;
	height: 25px;
	border: 1px solid #000;
	border-right: none;
	position: absolute;
	background: #fff;
	padding: 2px;
}

#hiddenplus {
	background: #627AAD url(images/plus.gif) no-repeat left -25px;
	height: 25px;
	width: 25px;
	cursor: pointer;
}

#hiddenright {
	position: absolute;
	margin-left: 30px;
}

#content {
	float: right;
	width: 740px;
}

.post {
/*	clear: both;*/
	float: left;
	border-top:1px solid #D8DFEA;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 8px;
}

.post-gravatar {
	float: left;
	margin-right: 10px;
}

.post-text {
	float: right;
	width: 680px;
}

.post-text label input {
	border:1px solid #BDC7D8;
	margin-bottom: 3px;
	color: #777777;
	font-size: 11px;
	padding: 3px;
	text-align: left;
	background: #fff;
}

.post .title {
	margin-bottom: 10px;
	font-size: 13px;
}

.post p {
	margin-bottom: 10px;
	line-height: 15px;
}

.post-text ul li {
	margin-left: 15px;
	list-style-type: disc;
}

.post ol {
	margin-left: 20px;
	list-style: decimal;
}

.post ul, .post ol, .post li {
	margin-bottom: 10px;
}

.post ul ul, .post ol ol {
	margin-top: 10px;
}

.post .meta, .post .post-meta {
	color: #777;
	margin-top: 5px;
	margin-bottom: 5px;
}

.post-meta {
	border-top: 1px solid #DDDDDD;
	padding-top: 3px;
}

.navigation {
	background:#ECEFF5 none repeat scroll 0 0;
	border-top:1px solid #D8DFEA;
	margin-top:8px;
	padding:3px 7px 4px 0;
	float: left;
	width: 100%;
}

.next {
	margin-left:52px;
	float: left;
}

.prev {
	margin-right:52px;
	float: right;
}

#sidebar {
	float: left;
	width: 200px;
}

.large-avatar {
	margin-bottom: 10px;
}

.user-desc {
	border:1px solid #D8DFEA;
	color:#333333;
	margin-bottom:20px;
	padding:7px;
}

#sidebar .widget {
	border-top:1px solid #94A3C4;
	padding-bottom:10px;
	border-right:1px solid #D8DFEA;
	background-color: #FFFFFF;
}

#sidebar .widgettitle {
	background:#ECEFF5 none repeat scroll 0 0;
	border-top:0 none;
	display:block;
	font-size:11px;
	margin-bottom:5px;
	padding:5px 8px;
}

#sidebar .widgettitle  a {
	text-decoration: none;
	color: #000;
}

#sidebar .widgettitle img {
	display: none;
}

#sidebar .widget ul {
	padding:0px 7px 10px 8px;
}

#sidebar .widget li {
	margin-top: 5px;
}

.index-comment{
	background: #ECEFF5;
	width: 360px;
	float: left;
	clear: both;
	margin-top: 2px;
	padding: 7px;
}

.morecomments {
	background: #ECEFF5 url(images/comment.gif) no-repeat scroll 7px 7px;
}

.morecomments a {
	margin-left: 18px;
}

.ic-avatar {
	float: left;
}

.ic-text {
	width: 315px;
	float: right;
}

.ic-meta {
	margin-bottom: 3px;
}

.ic-author {
	font-weight: bold;
	display: inline;
}

.ic-content, .comment p {
	display: inline;
}

.ic-date {
	color: #777;
	margin-top: 2px;
}

.comment-form input[type=text], #comment_form input[type=text], .comment-form textarea, #comment_form textarea {
	border:1px solid #BDC7D8;
	margin-bottom: 3px;
}

.comment-form textarea, #comment_form textarea {
	width: 352px;
}

.comment-form textarea.commenttextright, #comment_form textarea.commenttextright {
	height:30px;
	margin-left:5px;
	width:310px;
}

.form_submit_right {
	text-align: right;
}

textarea.respondtext {
	border:1px solid #BDC7D8;
	height:14px;
	width:352px;
}

#footer {
	border-top:1px solid #DDDDDD;
	clear:both;
	float:left;
	margin-bottom:20px;
	margin-top:10px;
	padding-top:5px;
	text-align:right;
	width:100%;
}

.archive {
	background:#F7F7F7 none repeat scroll 0 0;
	border-bottom:1px solid #D8DFEA;
	border-top:1px solid #3B5998;
	padding:4px 6px 5px;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	line-height:15px;
}

.nofloat {
	float: none;
	width: 100%;
}

/* Wordpress requirement */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}








.Column2 ul, 
.Column2 ol, 
.Column2 li {margin-bottom:0px;}

.categoryTitle { border:1px solid #dde2e6; border-width:0 0 1px 0; padding:0 0 5px 0; margin:0 0 10px 0; text-transform:uppercase; }
.sectionTitle { border:3px solid #dde2e6; border-width:1px 0 3px 0; padding:5px 0; }

.Rating { font-size: 12px; }
    .Rating .Stars input { height: 10px; }
    .Rating .Stars img { height: 10px; }

.intro { margin-bottom:10px; }
	.intro .Heading1a {}
	.intro cite { padding-top: 5px; margin: 0px 0 10px; display: block; color: #666; font-size: 12px; }
		.intro cite img { position: absolute; }
	.thumbnail { float: left; margin: 0 10px 0 0; }
		.thumbnail .caption { font-size: 10px; }
	.intro .info { margin-top: 10px;}
		.intro .info .Rating { font-size: 11px; }
			.intro .info .Rating label { font-weight: bold; } 
			.intro .info .Rating .Stars input { height:10px; }
			.intro .info .Rating .RatingStars .Stars img { height:10px; }
	.intro .author { height: 75px; margin-bottom: 15px; }
		.intro .author .about { font-style: italic; display: block; margin-top: 5px; } 

.QuickGuideSlider .header .promoLogo { float:right; }

.articleTools { clear:both; margin:5px 0; }
	.articleTools .HorizontalList {  }
		.articleTools .HorizontalList li { width:33%; margin:0 0 10px 0; }
			.articleTools .HorizontalList li a { display: block; padding: 4px 0 4px 25px; }
			.articleTools .HorizontalList li a.IconEmail { background-position: -2px -41px; }
			.articleTools .HorizontalList li a.IconPhone { background-position: -2px -307px ; }
			.articleTools .HorizontalList li a.IconPrint { background-position: 0 -18px; }
			.articleTools .HorizontalList li a.IconFavorite { background-position: 0 2px ; }
			.articleTools .HorizontalList li a.IconFlag1 { background-position: 0 -172px ; }
			.articleTools .HorizontalList li.addThis a { padding: 4px 0; }

.article { }
	.article ol { list-style:none; margin:0; }
		.article ol .Heading4a { margin:10px 0 0 0; }
		.article ol li { clear:left; padding:10px 0 0 0; }
			.article ol li .image { float:left; display:inline; margin:3px 10px 2px 0; }	
				.article ol li .image img { border:1px solid #dde2e6; float:left; padding:3px; }
				.article ol li .image div { clear:left; font-size:10px; }

.resources { margin:20px 0; }
	.resources .BulletList { margin-top:10px; }

.photoCredit {}
    .photoCredit p { word-wrap: break-word; }

.Comments { margin:20px 0; }
	
.iDidThis {}
	.iDidThis .Nav3 li { _width:161px; }
	.iDidThis .Button3a,
	.iDidThis .Button1a { width:105px; float:left; display: inline; margin:10px 10px 10px 95px; }
	.iDidThis .toolTip { float:left; display:inline; height:48px; font:bold 11px/48px 'Arial'; }
		

/* Content Preview Overlay */
.ContentPreview {  }
    .ContentPreview .overlay { position:absolute; top:0px; left:0px; z-index:1000; height:130px; width:100%; background-color:#f2f2f2; border-bottom:4px solid #e1e1e1; opacity:0.9; }
    .ContentPreview .interface { position: absolute; top: 0px; z-index: 1001;  width: 980px; text-align: center; font-size: 15px; }
        .ContentPreview .interface p { float: left; padding: 15px; }
        .ContentPreview .interface .buttons { float: left; }
            .ContentPreview .interface .buttons .edit { margin: 15px; }

.factChecker { }
    .factChecker .userAvatar { float: left; margin-right: 10px; }
    .factChecker p { font-weight: bold; margin: 10px 0 0; }
        .factChecker p a { font-weight: normal; }
        .factChecker .ToolTip2 p { margin: 0; font-weight: normal; font-size: 11px; }

.tags { margin: 0 0 20px; }
    .tags div { margin: 0 0 10px; }
    .tags li { margin-right: 5px; }

/* ARTICLE TEMPLATE 2 */
#ArticleGeneric {  }
	#ArticleGeneric .article ol .Heading3a { clear: both; margin:18px 0 0 0; }

/* ARTICLE TEMPLATE 3 */
#ArticleSteps {  }

	#ArticleSteps .Column1 .SponsoredResults { padding: 5px 10px; }
	
    #ArticleSteps .thumbnail {  }
	
	#ArticleSteps .article {  }
		#ArticleSteps .article .sectionTitle .Heading3b { float: left; }
		#ArticleSteps .article .sectionTitle .difficulty { float: right; padding-top: 3px; color: #666; }
			#ArticleSteps .article .sectionTitle .difficulty span { font-weight: bold; color: #000; }
		#ArticleSteps .article .thingsYouNeed { float: right; display: inline; width: 150px; margin: 20px 0 10px 20px; padding: 10px; background-color: #eef0f2; border: 1px solid #dde2e6; }
			#ArticleSteps .article .thingsYouNeed ul { margin: 10px 0 10px 20px; }
				#ArticleSteps .article .thingsYouNeed li { color: #FF8600; }
					#ArticleSteps .article .thingsYouNeed li span { color: #000; }

		#ArticleSteps .article ol li .stepBg { float: left; display: inline; font: 11px/normal 'Georgia'; color: #dfa641; width: 25px; margin-right: 10px; text-align: center; }
			#ArticleSteps .article ol li .stepBg span { height: 25px; width: 100%; background: url('http://www.ehow.com/ui/images/bg/circles.gif') no-repeat left -25px; color: #fff; font-size: 21px; display: block; }

	#ArticleSteps .tips {  }
		#ArticleSteps .tips ul { margin:20px 0; }
	
	#ArticleSteps .request { margin:20px 0; }
		#ArticleSteps .request .TextInput { float:left; width:58%;  }
		#ArticleSteps .request .Button3a { float:right; width:35%; }
		#ArticleSteps .request p { clear:both; }

/* ARTICLE TEMPLATE 4 */
#ArticlePaginated {  }
	#ArticlePaginated .articlePagination { float:right; }
		#ArticlePaginated .articlePagination li { padding:0 5px; color:#c8d0d6; }
			#ArticlePaginated .articlePagination li.label { color:#000; }
	
	#ArticlePaginated .articleFooter { border-top:1px solid #DDE2E6; margin-top:10px; padding-top:10px; }

.CitySearch { }
	.CitySearch .box4Content { padding: 5px 10px; } 
	.CitySearch .location { margin-top: 5px; border-top: 1px dotted #ccc;} 
		.CitySearch .location p { font-weight: bold; margin: 7px 0;} 
	.CitySearch li { margin: 10px 0; } 
		.CitySearch li .title { font-weight: bold; } 
		.CitySearch li p { margin: 2px 0; font-size: 12px; } 
	.CitySearch .Button3b { float: right; }

/* sponsored text */
.resources .sectionTitle { position: relative; }
	.resources .sectionTitle span.sponsored { position: absolute; top: 8px; right: 0; color: #ccc;}

