/*  
Theme Name: CorinesCorner
Theme URI: 
Description: dropdown page menu, valid XHTML, lots of comments ,fixed width, 2 columns
Version: 1.0
Author: Brandon Ruckdashel
Tags: 
*/

body{
font-family: Arial, Helvetica, Georgia, Sans-serif;
font-size: 12px;
text-align: left;
vertical-align: top;
background:black;
}


body,h1,h2,h3,h4,h5,h6,address,blockquote,dd,dl,hr,p,form{
margin: 20px;
padding: 0;
color: black;
}



#wrapper{
margin-left:auto;
margin-right:auto;
width: 1000px;
border-left: 0px solid #ccc;
border-right: 0px solid #ccc;
text-align: left;
color: black;
border:0px white solid;
background:#FFE4BE;
}

#header{
width: 998px;
height: 129px;
padding: 0px;
color: #fff;
background: black url(images/brlogo.png) no-repeat center;
border-left:2px solid #09C;
border-right:2px solid #09C;
border-top:2px solid #09C;
}

/* start: top page menu codes */



div#toppagemenu{
padding-left:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
width: 998px;
height: 22px;
text-align: left;
background:black;
border-left:2px solid #09C;
border-right:2px solid #09C;
 
}


#toppagemenu ul{
margin:0px;
padding: 0px;
list-style-type:none;
}

#toppagemenu ul li{
position: relative; /* for dropdown datum */
float: left;
text-align:center;
}

#toppagemenu ul li a{
float:left;
padding-top: 4px;
padding-left: 10px;
padding-right: 10px;
height: 18px;
border-left: 0px solid #888;
border-right: 0px solid #444;
text-decoration: none;
text-transform: uppercase;
font-size: 12px;
font-family: arial;
font-weight: 600;
color:#CCC;
/* No background is necessary if */
/* you use menu background */
}


#toppagemenu ul li a:hover{
color:#FF0;
background:;
}

#toppagemenu li ul{
display: none;
position: absolute; 
top: 22px;
left: 0px;
}

#toppagemenu li > ul{
top: 19px;
left: 0px;
}

#toppagemenu li.over ul,
#toppagemenu li:hover ul{
display: block;
clear: left; 
}


#toppagemenu li ul li{
clear: left;
text-align: left;
}


#toppagemenu li ul a{
width: 140px;
padding-top: 2px;
height: 16px;
border: 0px solid #ccc;
border-top: 0;
background: white;  /* or graphic */
text-decoration: none;
text-transform: none;
font-size: 11px;
font-family: arial;
font-weight: 600;
opacity: .85; /* for IE */
filter: alpha(opacity=85); /* for FF */
color: #b0b0b0;
}

#toppagemenu li ul a:hover{
color: #000;
}


/* end: top page menu codes */


#container{
	padding-left:0px;
margin-left:auto;
margin-right:auto;
width: 1000px;
height: 100%;
background:#FFE4BE;
 	
}

#containertop{
width: 1000px;
height: 0px;
background:transparent;
font-size:14px;
color:black;
padding-bottom:0px;
}


.sidebar{
float: left;
width: 200px;
min-height:798px;
padding: 0px;
margin: 0px;
border-Left:2px solid #09C;
border-top:2px solid black;
border-right:2px solid black;

display:inline; /* because IE doubles set margins  */
background:white;
color:black;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 10px 10px;
color: black;
}


.sidebar ul li{
padding: 10px 0 10px 0;
list-style-type: none;
color: black;
}


.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
color: black;
}

.sidebar ul ul li{
padding: 5px;
line-height:24px;
color: black;
}

.sidebar h2{
padding-left: 5px;
padding-top: 1px;
padding-bottom:10px;
background: transparent;
height: 19px;
text-decoration:none;
color: black;
}
.sidebar p{
padding:0;
margin:0;
line-height:1em;
background: transparent;
text-decoration:none;
}


#content{
width:998px;
min-height:800px;
background:white;
background-repeat:no-repeat;
background-position:center;
background-attachment: fixed;
Border-left:2px solid black;
Border-right:2px solid #09C;
Border-top:2px solid black;
border-bottom:2px solid #09C;
}

#footer{
	margin-left:auto;
	margin-right:auto;
position: relative;
width: 100%;
margin-top:10px;
padding:4px;
background: #282828;
color: transparent;
font-size: 11px;
border-bottom:2px solid #09C;
}


/* start: anchor/link codes */



#header a{
text-decoration: none;
color: #b0b0b0;
}

#header a:hover{
color: #333;
}


.sidebar a{
text-decoration: none;
color: black;
}

.sidebar a:hover{
text-decoration:none;
color:#333;
}



#content a{
text-decoration: none;
color: black;
}

#content a:hover{
color: #333;
}

.comments-template a{
text-decoration: none;
font-weight: 600;
color: #000000;
}


.comments-template a:hover{
color: #880026;
}


#footer a{
text-decoration: none;
color: #b0b0b0;
}

#footer a:hover{
color: #fff;
}



/* end: anchor/link codes */

span.footercredits{
position: absolute;
left: 400px;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}



.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}


blockquote{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #555;
margin: 10px;
padding: 10px;
}

acronym,
abbr,
code{
font-weight: 600;
}


sup, 
sub{
font-style: italic;
}

pre{
margin: 10px auto 10px auto;
padding: 10px;
width: 400px;
height: 120px;
border: 1px solid #ccc;
background: #111;
overflow: auto;
scrollbar-base-color: #000;
scrollbar-3dlight-color: #ccc;
scrollbar-arrow-color: #fff;
scrollbar-shadow-color: #888;
scrollbar-dark-shadow-color: #666;
}

/* start: required css for Word Press Themes */

.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;
   /* optional rounded corners for browsers that support it */
   -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: required css for Word Press Themes */


h3#comments{
margin: 0 10px 0 10px;
border-bottom: 1px solid #888;
}

.comments-template{
	margin: 2px 10px 0 10px;
	border-bottom: 1px solid #bbb;
	padding: 2px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 0 10px 0px 10px;
	line-height: 18px;
	padding: 10px;
	border-bottom: 1px solid #888;
}

.comments-template ol li.alt{
        background: #454545;
        color: #bbb;
}


.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;
}


.comments-template img{
border: 1px solid #000;
}

