/*
Theme Name: Desperate In DC
Theme URI: http://www.desperateindc.com
Description: A theme for  Desperate In DC
Version: 1.0
Author: Niki Van
Author URI: http://www.van-studios.com
*/

body{
margin:0;
padding:0;
line-height: 1.25em;
background:#333333;  
background: url(http://www.desperateindc.com/wp-content/themes/desperate/images/bg.png) repeat;
font-size: 13px; 
font-family: verdana, arial, sans-serif;
}

a { outline: none;}

#container{
width: 960px; 
margin: 0 auto; 
}

#header{ margin:0;
padding:0;
height: 250px;
}


#side{
float: left;
width: 184px;
}

#menu { 
background: url(http://www.desperateindc.com/wp-content/themes/desperate/images/menu.png);
width: 184px;
height: 182px;
}
.sideText { margin-left: 50px;}


#contentwrapper{
float: right;
width: 713x;
height: 100%;
background: #ffffff;
margin-right: 63px;
}



#content{
float: left;
width: 505px; /*Width of left column in pixel C8FC98*/
background: #ffffff;
}

.entry, p { font-size:12px; line-height: 1.25em;  font-style:normal; }
.contentText { margin: 0px 10px 10px 10px; }
h1 {font-size:20px; margin-top: 5px; margin-bottom: 5px; }
h2 {font-size:15px; margin-bottom: -1px;}
h3 {font-size:11px; margin-bottom: -1px; }
h4 {font-size:11px; margin-bottom: -1px; }
small { font-size:11px; margin-top: -13px; font-style:normal; color: #666666;}
.small { font-size:11px; }



#side2 {
float: right;
width: 208px; /*Width of right column in pixels FDE95E*/
background: #ffffff;
}
.side2Text { margin: 10px 10px 10px 20px;  }

#footer{ clear:both; width:960px;  	text-align:right;}
.footerText { font-size: 11px; font-family: verdana, arial, sans-serif; line-height: 1.25em; color: #ffffff; margin-bottom: 15px; margin-right: 63px; }
a.footerLink:link {color: #ffffff; text-decoration: none;  } 
a.footerLink:visited {color: #ffffff; text-decoration: none; }
a.footerLink:active {color: #ffffff; text-decoration: underline; }
a.footerLink:hover {color: #ebebeb; text-decoration: underline; }









/* 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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

#side2 ul, #side2 ul ol {
	margin: 0;
	padding: 0;
	}

#side2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#side2 ul p, #side2 ul select {
	margin: 5px 0 8px;
	}

#side2 ul ul, #side2 ul ol {
	margin: 5px 0 0 10px;
	}

#side2 ul ul ul, #side2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #side2 ul ol li {
	list-style: decimal outside;
	}

#side2 ul ul li, #side2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	



#side2 a, #side2 h2 a:hover, h3 a:hover {
	color: #24416a;
	text-decoration: none;
	font-size: 11px;
	}
	


#side2 a:hover {
	color: #cc0000;
	text-decoration: underline;
	font-size: 11px;	
	}
	
	
a, h2, h3  {
	color: #000000;
	text-decoration: none;
	}

a:hover, h2 a:hover, h3 a:hover  {
	color: #cc0000;
	text-decoration: underline;
	}
	
.more-link	{
	color: #cc0000;
	text-decoration: underline;
	font-size: 11px;	
	font-weight: bold;
	}

 

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}
/* End captions */



 