/*  
Theme Name: Chris Molineux 
Theme URI: http://www.chrismolineux.com
Description: This is my theme for the comedian Chris Molineux by Will Norris.
Version: 1.1
Author: Will Norris
Author URI: http://www.thewritingboard.com

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}

body{
margin: 0;
font-family: Helvetica, serif;
font-size: 12px;
text-align: left;
vertical-align: top;
background: #ffffff url('images/bgcolor.jpg');
color: #999;
}
h1{
font-family: Helvetica, monospace;
font-size: 24px;
padding: 0 0 10px 0;
}
a:link, a:visited{
text-decoration: underline;
color: #ccc;
}
a:hover{
text-decoration: none;
}
p{
padding: 10px 0 0 0;
}
#wrapper{
background-color:  	#000000; 
margin: 0 auto 0 auto;
width: 1024px;
text-align: left;
overflow: auto;
overflow-x: hidden;
}
#header{
float: left;
background-color: #ffffff;
width:1024px;
background: #000 url('images/header.jpg') no-repeat top center;
}
#headerimg 	{
	margin: 7px 9px 0;
	height: 160px;
	width: 1024px;
}
#navmenu {
    margin: 5px;
    text-align: center;
    height: 40px;
    width: 100%;
    margin-left:auto;
    margin-right:auto;
    background-color: #000;
}
#navmenu ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
    font-size: large;
    font-weight: bold;
    color: #d5d5c6;
    line-height: 20px;
    white-space: nowrap;
}
#navmenu li {
    list-style-type: none;
    display: inline;
}
#navmenu li a {
    text-decoration: none;
    padding: 5px 5px;
    color: #d5d5c6;
}
#navmenu li a:link {
     color: #d5d5c6:
}
#navmenu li a:hover {
    font-weight: bold;
    color: #eee;
    border-bottom: 1px solid #ff0000;
}
.description{
margin-top: 16em;	
margin-left: 10px;
color: #000000;

}

 /* This styles the unordered list element to remove bullets and align the text */
 ul#nav {
   list-style-type : none;
   list-style-image: none;
   text-align : center;
 }

 /*
  This styles the links. It’s a block-level link and the text is positioned
  with padding. Other styles are defined: width, colors, text attributes, etc.
 */
 ul#nav a, ul#nav a.rss {
   background-color : #ccc;
   padding : 15px 5px 2px 10px;
   margin-bottom : 10px;
   width : 100px;
   height : auto;
   color : #ccc;
   font-weight : bold;
   font-style : normal;
   display : block;
   margin-left: auto;
   margin-right: auto;
   text-decoration : none;
 }

 /* This gives the “rss” class link a background image */
 ul#nav a.rss {
   background : #333url(images/rss.jpg) no-repeat 2px 2px;
 }

 /* This is only necessary for IE6 else the link margins will collapse on hover */
 ul#nav li {
   margin-bottom : 10px;   
 }

 /* This removes the default left margin (indentation) */
 ul#nav li {
   margin-left : 0;
 }

 /*
  Now to offer some hover and focus styles. Further specification of focus/active styles
  could be added but I didn’t do it in this example. I didn’t feel it was needed
 */
 ul#nav a:hover, ul#nav a:focus, ul#nav a:active {
   background-color : #669900;
   color : #fff;
 }

 /* This offers up a hover/focus state image for the “rss” class link */
 ul#nav a.rss:hover, ul#nav a.rss:focus {
   background : #669900 url(images/rss_on.jpg) no-repeat 2px 2px;
 }

 /*
  This style the single state of the “current_page_item” class link. Not needed for
  the “rss” class link since that target page won’t display the menu
 */
 ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover,
 ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active {
   background-color : #9e9e55;
   color : #fff;
   cursor : default;
   text-align : left;
 }



#searchit{

position:absolute; 
margin-top:830px; 
margin-left:525px}


#container{
float: left;
margin-left: 10px;
width: 600px;
background: #000;
}

.post{
padding: 5px;
border: 5px groove #000;
color: #999;
text-align: justify;
	
}


.post h2{
font-family: Helvetica, monospace;
font-size: 18px;
Text-align: center;
color:99ccff;
}
.entry{
line-height: 18px;
}
p.postmetadata{
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}
.sidebar{
float: left;
width: 160px;
background: #000;
margin: 0 0 0 0;
display:block;

}
.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}
.sidebar ul li{
padding: 10px 0 10px 0;
}
.sidebar ul li h2{
font-family: Helvitca;
font-size: px;
text-align: center;
}
.sidebar ul ul li{
padding: 0;
line-height: 24px;
}


.sidebar2{
float: right;
width: 225px;
background: #000;
margin: 10px;
display: inline;
border: 4px groove #999	; 
}
.sidebar2 ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}
.sidebar2 ul li{
padding: 10px 0 10px 0;
}
.sidebar12 ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
text-align: center;
}
.sidebar2 ul ul li{
padding: 0;
line-height: 24px;
}




table#wp-calendar{
width: 100%;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/**
 * Twitter Widget
 */
.widget_twitter li {
	clear:both;
}
.widget_twitter li img {
	float:left;
	margin-right:.5em;
}
.widget_twitter li .clear {
	clear:both;
}

/*Image alignments*/
    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }

#footer{
padding: 0 0 0 0;
float: left;
width: 1024px;
background: #d5d5c6  url('images/footer.jpg') no-repeat bottom center;
text-align: center;
color:#999999; 
}