/*  
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: 0;
	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 ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	list-style-type: none;
}



/* Begin Form Elements */
#searchform {
	margin: 10px 0;
	padding: 5px 0; 
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	color:#FFF;
	padding: 1px 3px;
	}

.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: 10;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.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 {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	padding: 3px;
	}
	
img {
 	border: none;
	padding: 3px;
}		
	
/* End Various Tags & Classes*/

/***Begin Web 2.0 Specific CSS***/
body {
	background: url(http://www.lunapads.com/blog/wp-content/uploads/2010/06/background.gif) 0 0 repeat-x;
	padding:0;
	margin:0;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:.81em;
	line-height:1.385em;
}

#mainbox {
	margin: 0 auto;
	width: 775px;
}

.bringdown {
	clear: both;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-bottom: 15px;
}

a:link,
a:visited {
	color: #cc3399;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #3399CC;
}

/***Header Stuff***/
#logo {
	background: url("http://www.lunapads.com/blog/wp-content/uploads/2010/06/lunalogo.jpg") 0 0 no-repeat;

/*	float:left;
	margin-top: 55px; */
}

#firArchives {
	height:20px;
	width:190px;
}

#logo h1 {
	height:62px;
	width:470px;
}

#logo h1 a {
	color: #FFF;
}
#logo h1 a:hover {
    text-decoration: none;
}

#searchform {
}

#searchform input {
}

input#searchsubmit {
	background:#cc3399;
	color:#fff;
	font-weight:bold;
}

ul#menu,
ul#footermenu {
	padding: 6px 0;
	margin: 0 0 1em;
}
#menu li,
#footermenu li {
	list-style-type: none;
	float: left;
}

#menu a {
	background: transparent url(http://www.lunapads.com/images/menu_vline.gif) no-repeat 100% 50%;
	color: #FFFFFF;
	font-size: 1.15em;
        font-weight: bold;
	padding: 5px 13px;
}
#footermenu a {
	padding:0 2em 0 0;
}


/***Main Area Stuff***/
#content {
	clear:both;
	float: left;
	width: 500px;
	padding:1em 0;
}

#sidebar {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	margin-top: 33px;
	margin-left: 44px;
}

/***Footer Stuff***/
#footer {
	border-top:1px solid #FFF;
	clear: both;
	font-size: 1em;
	line-height:1em; 
	margin:1em 0;
	padding-top:1em;
	width: 740px;
}

#footbar {
	margin-bottom: 5em;
}

/***Post Stuff***/
.post {
	clear:left;
	margin-top: 2em;
}

.posttitle {
	float: left;
	color: #7F7F7F;
}

.post h2 {
	background:url(http://www.lunapads.com/images/dottedline.gif) 0 100% repeat-x;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	margin:.5em 0 0;
	padding:0 0 .5em 0;
}

.posttitle small {
	color: #000000;
	margin-top: 1.5px;
	position: absolute;
}

.post a:link {
	text-decoration: none;
}

.post a:visited {
	text-decoration: none;
}

.post a:hover {
	text-decoration: none;
}

.commentsquare {
	width: 67px;
	height: 76px;

	background-image: url("http://lunapads.com/blog/wp-content/uploads/2011/06/comment-76.jpg");
	color: #FFF;

	float: right;
	text-align: center;
}

.commentsquare a {
	color:#FFFFFF;
	font-size: 1.75em;
	line-height:1.85em;
	text-decoration: none;
}

.commentsquare a:link {
	text-decoration: none;
}

.commentsquare a:visited {
	text-decoration: none;
}

.commentsquare a:hover {
	text-decoration: none;
}

.postcontent {
	clear: both;
}

.postfoot {
	border-top: 2px dotted #ffffff;
	border-bottom: 2px dotted #ffffff;
	font-size:1em; 
	line-height:1.636em; /*18px*/
	padding-top:.5em;
	padding-bottom:.5em;
	margin-top:2em;
}

/***Sidebar Items***/
#sidebar h2 {
	margin: 16px 0 3px;
	padding: 0;

	color: #111;
	font-family: 'Trebuchet MS', Arial;
	font-size:1.5em;
	font-weight:normal;
}

.showcase {
	background-color: #D2DE50;
	background-image: url("images/showcase-bot.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 177px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.showcase img {
	margin-bottom: 8px;
	width: 177px;
	height: 139px;
	margin: 0 auto;
}

.archivebox {
	background:#FFFFFF;
	width: 186px;
	padding-bottom: 3px;
	border: 1px solid #FFFFFF;
}

.archivebox ul {
	padding: 0;
	margin: 0;
}

.archivebox li {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
}

.archivebox a {
	color: #FFFFFF;
	font-size: 12px;
}

.archivebox a:link {
	text-decoration: none;
}

.archivebox a:visited {
	text-decoration: none;
}

.archivebox a:hover {
	text-decoration: none;
	color: #cc3399;
}

#sidebar ul ul{
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin: 0;
	padding:0 0 3px;
	width: 186px;
}

#sidebar li li{
	list-style-type:disc;
	margin-top: 6px;
	margin-left: 27px;
}

#sidebar a {
	color: #3399CC;
	font-size: 14px;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:visited {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
	color: #cc3399;
}

/***Text Wigit***/
h2.widgetitle {
	background-image: none;
	font-size: 0;
	color: #FFF;
}

li.wigit_text {
	background-image: none;
	background-color: transparent;
	border: none;
}

/***Other Stuff***/

.breadcrumb {
	clear:left;
	padding:1em 0 0;
	color:#777;
}
.breadcrumb a {
	color:#333;
}

.fir {
	height:1px;
	
	overflow:hidden;
	
	padding:0;
	margin:0;
	font-size:1px;
	text-indent: -5000px;
}

.footbox li {
	list-style-type: none;
	margin-top: 3px;
}

.footbox li a {
	color: #FFFFFF;
}

small,
.breadcrumb {
	font-size: 1em;
	line-height:1.636em; 
}

ul#metafoot {
	margin-left: 0;
	margin-top: 0;
}

html>body ul#metafoot {
	margin-left: -40px;
}

ul#metafoot2 {
	margin-left: 0;
	margin-top: 0;
}

html>body ul#metafoot2 {
	margin-left: -40px;
}
