/*  
Theme Name: Yourblog 2.0 theme
Theme URI: http://demos.mediawick.com/web20/
Description: A two-columned wordpress theme with a web 2.0ish look
Author: Abhishek Tripathi
Author URI: http://www.abhishektripathi.com

*/

/* Begin Typography & Colors */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata {
	display:none;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, ul#catMain li.categories ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar li, ul#catMain li.categories ul li {
	list-style-type: none;
}



/* Begin Form Elements */


#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist  ul {
	margin:0px;
	padding:0px;
}

.commentlist li {
	padding: 0px;
	list-style: none;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	text-align:justify;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

/* End Various Tags & Classes*/

/***Begin Web 2.0 Specific CSS***/
body {
	background-image: url(images/spooon_bg.gif);
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#mainbox {
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.bringdown {
	clear: both;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-bottom: 15px;
}

a:link {
	color: #87811C;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***Header Stuff***/
#logo {
	/*behavior: url('iepngfix.htc');
	background-image: url("wp-content/themes/web20/iepngfix.htc");
	width: 298px;*/
	float: left;
	padding:0px;
	margin:0px;
}

#logo h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

#logo h1 a {
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
}
#logo h1 a:hover {
    text-decoration: none;
	
}



ul#menu {
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}

html>body ul#menu {
	margin-top: 51px;
}

#menu li {
	list-style-type: none;
	width: 80px;
	height: 24px;
	background-image: url("images/navbg.gif");
	float: left;
	text-align: center;
	padding-top: 5px;
}

li#lastlink {
	width: 81px;
}

#menu a {
	color: #000;
	font-size: 12px;
	font-weight:bold;
}

#menu a:link {
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/***Main Area Stuff***/
#content {
	float: left;
	width: 615px;
	padding-bottom: 10px;
	margin:0px;
	padding-top:0px;
}

#sidebar {
	float: left;
	width: 170px;
	padding: 5px;
	color: #f1efed;
}

/***Footer Stuff***/
#footer {
	clear: both;
	width: 800px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
	font-size: 11px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}



#footer h2 {
	background-image: url("images/subhead.gif");
	width: 154px;
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-top: 4px;
	margin: 0px;
	font-family: Tahoma;
	margin: 0px auto;
}

#footer h3 a {
	margin: 0px;
	padding: 0px;
	color: #E7EC6A;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}

#footer a {
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
}

#footer a:hover {
	color:#4092d0;
}

#footer h3 {
	margin: 0px;
	padding: 0px;
}

.recentcontent {
	margin-bottom: 5px;
}

.recentcontent p {
	margin: 0px;
	padding: 0px;
}

.footbox {
	width: 240px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

/***Post Stuff***/
.post {
	padding:0px;
	margin-top:5px;
	margin-bottom:15px;
	color:#666666;
}

.posttitle {
	margin:0px;
	padding:0px;
}
.post h2 a {
	color: #fff;
	text-decoration:none;
}

.post h2 a:hover {
	color:#000;
}

div.post h3 a {
	color:#FFFFFF;
}

div.post h3 a:hover {
	text-decoration:underline;
}

div.post h3 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:block;
	background-color:#000;
	color: #fff;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:7px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
}

.posttitle h2, .post h2 {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:block;
	background-color:#eb633d;
	color: #fff;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:7px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
}

h2.pagetitle {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:block;
	background-color:#eb633d;
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top:5px;
	margin-left:0px;
	margin-right:0px;
	padding-top:7px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
}


h3#respond {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:block;
	background-color:#eb633d;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

h3#comments {
	background-color:#4092d0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:block;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.posttitle small {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	float:right;
	padding-top:10px;
	padding-right:10px;
}

.post a:link {
	text-decoration: none;
}

.post a:visited {
	text-decoration: none;
}

.commentsquare {
	width: 67px;
	height: 76px;
	background-image: url("images/c-box.gif");
	color: #FFF;
	font-size: 27px;
	float: right;
	text-align: center;
}

.commentsquare a {
	color: #FFF;
	font-size: 27px;
	text-decoration: none;
}

.commentsquare a:link {
	text-decoration: none;
}

.commentsquare a:visited {
	text-decoration: none;
}

.commentsquare a:hover {
	text-decoration: underline;
}

.postcontent, .entry {
	clear: both;
	margin-left:10px;
	margin-top:-5px;
	padding:0px;
}

.postcontent img, .entry img {
	padding-left:10px;
	padding-bottom:10px;
}

a {
	color:#4092d0;
}

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

.postcontent a, .entry a, #commentform a, .commentlist a {
	color:#4092d0;
}

.commentmetadata a {
	color: #999999;
	font-size:11px;
}

.postcontent a:hover, .entry a:hover, #commentform a:hover, .commentlist a:hover, .commentmetadata a:hover {
	background:none;
	color:#000;
	text-decoration:underline;
}

.postfoot {
	background-color:#e7e2dc;
	padding: 10px;
	margin-top: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

.postfoot  a, .postfoot a:visited {
	color:#000000;
	text-decoration:underline !important;
}

.postfoot  a:hover {
	color:#eb633d;
}

/***Sidebar Items***/

.showcase {
	background-color: #D2DE50;
	background-image: url("images/showcase-bot.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 177px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.showcase img {
	margin-bottom: 8px;
	width: 177px;
	height: 139px;
	margin: 0px auto;
}

.archivebox {
	background-image: url("images/list1.gif");
	background-repeat: repeat-y;
	width: 186px;
	padding-bottom: 3px;
	border: 1px solid #DFE882;
}

.archivebox ul {
	padding: 0px;
	margin: 0px;
}

.archivebox li {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
}

.archivebox a {
	color: #767006;
	font-size: 12px;
}

.archivebox a:link {
	text-decoration: none;
}

.archivebox a:visited {
	text-decoration: none;
}

.archivebox a:hover {
	text-decoration: underline;
	color: #C0440D;
}

#sidebar a, #linkSidebar a {
	color: #e36e4c;
}

#sidebar a:link, #linkSidebar a:link, ul#catMain a {
	text-decoration: none;
}

#sidebar a:visited, ul#catMain a {
	text-decoration: none;
}

#sidebar a:hover, #linkSidebar a:hover {
	text-decoration: underline;
	color: #4092d0;
}

div#sidebar h2 {
	background-color:#000;
	background-image:none;
	font-size: 12px;
	text-transform: uppercase;
	width: 150px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	height: 20px;
	text-align: left;
}
div#sidebar ul li.widget_categories ul li.cat-item, div#sidebar ul li.widget_archive ul li, ul#catMain li.categories ul li ul.children li {
	background-image: url(images/sidebar_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
	margin-bottom: 8px;
}
div#linkSidebar ul li {
	background-image: url(images/sidebar_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	padding-right:10px;
	margin-bottom: 8px;
}
div#linkSidebar ul {
	padding:0px;
	margin:0px;
}
div#sidebar ul li.widget_categories ul, div#sidebar ul li.widget_archive ul {
	border:none;
	margin-bottom:5px;
	width:160px;
	background-color:#f1efed;
	margin-left: 0em;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


/***Text Wigit***/
h2.widgetitle {
	background-image: none;
	font-size: 0px;
	color: #FFF;
}

li.wigit_text {
	background-image: none;
	background-color: transparent;
	border: none;
}

/***Other Stuff***/
.footbox li {
	list-style-type: none;
	margin-top: 3px;
}

.footbox li a {
	color: #E7EC6A;
}


ul#metafoot {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot {
	margin-left: -40px;
}

ul#metafoot2 {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot2 {
	margin-left: -40px;
}
#header {
	background-image: url(images/header_bg.gif);
	color: #000000;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#sp_header {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 146px;
}
#sp_header img {
	margin: 0px;
	padding: 0px;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #4092d0;
}
#searchContainer {
	height: 116px;
}
#sp_search {
	background-image: url(images/bannerBox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 40px;
	float:right;
	width: 285px;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 30px;
	text-align: center;
}
#search input {
	margin-top:10px;
}
#tagline {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	padding-top: 10px;
	float: left;
	width: 270px;
}
#bannerAd {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
	clear: both;
	padding-right: 8px;
	height: 68px;
	padding-top: 8px;
}
#bannerAd img {
	float:none;
	border:none;
}
#headerRt {
	float: left;
	width: 576px;
}
#headerRt ul#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	list-style-type: none;
	background-color: #4092d0;
	margin: 0px;
	height: 35px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#headerRt ul#nav li {
	display: block;
	background-image: url(images/navCircle.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 11px;
	padding-right: 16px;
	float: left;
	height: 24px;
	padding-left: 6px;
}
#headerRt ul#nav li#lastlink {
	background-image: none !important;
	margin: 0px;
	padding-right: 0px !important;
	width:100px;
}
#headerRt ul#nav li a {
	color: #FFFFFF;
}
#headerRt ul#nav li a:hover {
	color: #000;
	text-decoration:none;
}
div.narrowcolumn {
	margin:0px;
	padding:0px;
}
.subhead {
	color:#eb633d;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
a img {	
	border:none;
}
.sidebarHighlight {
	background-color: #f0eeec;
	color: #000000;
	margin-bottom: 5px;
	border: 1px solid #ded7d0;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
.navigation {
	display:block;
	height:15px;
	margin-bottom:10px;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.navigation a {
	color:#666666;
}
div#homeSignUp {
	background-image: url(images/home_signup_box.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
}
div#homePage {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#signup1 {
	font-size: 24px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	padding-top: 28px;
	height: 124px;
}
#signTable td {
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#signup2 {
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}
#signupMid {
	height: 77px;
	margin-right:30px;
}
div#post-9 img {
	margin: 0px;
	padding: 0px;
}
div#post-9 div.entry {
	margin: 0px;
	padding: 0px;
}
div#post-9 h2 {
	display:none;
}
#linkSidebar {
	background-color: #f0eeec;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}
ul#catMain {
	padding:0px;
	margin:0px;
}
ul#catMain {
	border:none;
	background-color:#f1efed;
	margin: 0px;
	padding: 0px;
}
ul#catMain li.categories ul {
	border:none;
	margin-left: 0em;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
ul#catMain li.categories {
	list-style:none;
	padding:0px;
	margin:0px;
	color:#999999;
}
ul#catMain li.categories h2 {
	background-color:#eb633d;
	background-image:none;
	color:#fff;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	height: 20px;
	text-align: left;
} 
ul#catMain li.categories ul li {
	font-weight:bold;
	text-transform:uppercase;
	clear:both;
	padding-top:10px;
}
ul#catMain li.categories ul li ul.children li {
	font-weight:normal;
	text-transform:none;
	float:left;
	width:30%;
	height:10px;
	clear:none;
	padding-top:0px;
}
ul#catMain li.categories ul li a {
	 color:#e36e4c;
}
ul#catMain li.categories ul li ul.children li a {
	color: #4092d0;
}
ul#catMain li.categories ul li a:hover {
	text-decoration:underline;
	color:#000000;
}
div#simArts {
	background-color:#f1efed;
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom:5px;
}
div#simArts ul li {
	background-image: url(images/sidebar_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-bottom: 5px;
}
.leftColAds {
	color: #000000;
	text-align: center;
	padding-bottom: 10px;
}
#bannerTop {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#editorcontainer textarea#content {
	background-color:#ffffff !important;
	background-image:none !important;
}
table.emailTable {
	float:none;
	padding:0px;
	margin:0px;
}
table.emailTable td {
	padding-right:10px;
	padding-bottom:5px;
	text-align:left;
}
#signup3 {
	font-size: 24px;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
	padding-top: 28px;
	height: 118px;
}
div#signupMid div.mmf-mail-sent-ok {
	border: none;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
div#signupMid div.mmf-mail-sent-ng {
	border: none;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
div#signupMid div.mmf-validation-errors {
	border: 1px dashed #FF7800;
	color:#F00;
	background-color:#FFF;
	font-size:12px;
}
div#signupMid div.mmf-response-output {
	margin-left:30px;
	margin-top:15px;
	padding:0px;
}
li.Social_Widget h2.widgettitle {
	background-color:#fff !important;
	color:#000;
	padding-left: 0px !important;
}
li.Social_Widget {
	padding-left:10px;
	padding-bottom:8px;
}
div.bookmarkify div.title {
	font-size:13px;
	font-weight:bold;
	padding-top:15px;
	float:left;
}
div.bookmarkify img {
	height:20px !important;
	width:20px !important;
	padding-top:10px;
}
div.bookmarkify {
	height:30px;
}
div#post-9 div.bookmarkify {
	display:none !important;
}
div.shareIcons {
	float:left;
	padding-right:3px;
	font-size:13px;
	font-weight:bold;
	padding-top:10px;
}
div.addthis_container {
	padding-top:10px;
}
