/*  
Theme Name: Sculls
Description: Created for Wordpress by Corinne-Designs.net 
Author URI: http://corinne-designs.net
*/

/*------------------------------------------------------- basics and typography */
*{
margin: 0;
padding: 0;
}
html {
background:#FFDBA7 url(images/bg2.jpg) top left no-repeat;
}
body {
background:url(images/bg.jpg) top right no-repeat;
color:#3C3C3C;
font:400 73%/1.5 Tahoma, Verdana, Arial;
text-align: center;
}
p{
margin-bottom:15px;
}
ul, ol{ 
margin-bottom:10px;
margin-left:35px;
padding:0;
}
input,select,textarea {
font-family: Tahoma, Verdana, Arial;
background-color: #F3F3F3;
border: 1px solid #999;
padding-left: 3px;
}
input#s{
width:60px;
}
#clear, .clear {
clear:both;
}

/*------------------------------------------------------- header and navigation */
#header_content{
margin:auto;
width:893px;
}
#nav {
clear:both;
margin:10px auto;
width:893px;
}
#nav ul {
clear:both;
margin:10px auto !important;
width:893px;
}
#nav ul li {
border:5px solid black;
color:#000000;
display:inline-block;
}	 
#nav ul li a{
color:#000 ;
text-decoration:none;
}

/*------------------------------------------------------- content */
#container{
background:#FFFFCC;
}
#wrapper{
background:#fff url(images/tornado_sub2_r4_c1.gif) bottom no-repeat;
border:5px solid #000;
height:100%;
margin:10px auto;
padding-bottom:-20px;
text-align:left;
width:718px;
}
#content{
float:right;
margin-right:20px;
margin-top:10px;
padding:10px;
width:450px;
}
#content h2{
border-bottom:2px solid #FFE0AD;
color: #3C3C3C;
font-size:1.4em;
font-weight:700;
padding:2px 5px;
}
#content h2 a,#content h2 a:visited{
color: #3C3C3C;
font-size:1em;
font-weight:700;
}
#middle{
background:#000;
float:left;
height:100% !important;
margin-top:20px;
width:5px;
}
html>body #middle {
height:auto;
min-height:500px
}

/*------------------------------------------------------- sidebars */
#sidebar{
float:left;
height:100%;
padding:5px;
text-align:center;
width:200px;
}
#sidebar h2{
background:url(images/side_h2.jpg) 0 7px no-repeat;
color:#3C3C3C;
font-size:1.3em;
font-weight:700;
padding:2px 16px;
text-align:left;
}
#sidebar h2:first-letter{
color:#534634;
}
#sidebar ul{ 
margin-left:0;
}
#sidebar ul li{
list-style:none;
}
#sidebar ul li ul li{ 
background:url(images/side_bull2.gif) 3px 9px no-repeat;
list-style:none;
padding:0 5px;
text-align:left;
}
#sidebar li a{
display:block;
padding:2px 7px;
text-decoration:none;
}
#sidebar a,#sidebar a:visited{
color:#878787;
}
#sidebar a:hover{
border-bottom:none;
color:#000;
text-decoration:none;
}

/*------------------------------------------------------- footers */
#footer{
clear:both;
font-size:7pt;
margin:20px 0 10px;
text-align:center;
}

/*------------------------------------------------------- links */
#container a,#container a:visited,#footer a,#footer a:visited{
color:#611900;
text-decoration:none;
}
#container a:hover {
color: #787878;
text-decoration:underline;
}
a img{
border:none;
}
h3.commenttitle{
font-size:1em;
}

.subhead {
	font-weight: bold;
	font-size: 11px;
	color: #330033;
}
.col3 {
	font-size: 10px;
	padding-left: 20px;
	padding-top: 5px;
	color: #999999;
	vertical-align: top;
	padding-bottom: 30px;
}
.subhead2 {
	font-weight: bold;
	font-size: 10px;
	color: #888888;
}
.picframe {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #DDDDDD;
	margin-bottom: 5px;
	margin-left: 5px;
}
.col3_links {
	font-size: 11px;
	padding-top: 2px;
	color: #2F8BBC;
}
.col1 {
	color: #6E9FC6;
}
.notebox {
	border: 3px double #DDDDDD;
	padding: 2px;
	margin-bottom: 10px;
	background-color: #F8F8F8;
}
.minibit {
	padding-top: 20px;
}

.minibit A:link {color: #999999; text-decoration: none; }
.minibit A:visited {color: #999999; text-decoration: none; }
.minibit A:hover {color: #999999; text-decoration: underline; }
.minibit A:active {color: #999999; text-decoration: none; }
.highlight {
	background: #FFFF99;
}
.main {
	background: url(images/main_bg.jpg) no-repeat left bottom;
}


/* Widgets and Etc */

.widget_calendar h2 {
	display: none !important;
}
.widget_search div {
	margin: 1.2em 0;
}
#sidebar #s {
	margin-bottom: 2px;
	width: 180px;
}

/*post*/
p.author {
font-size:7pt;
text-align:right;
}
hr{ 
border:1px dotted #EAEAEA;
clear:both;
height:1px;
margin:-7px auto 7px;
text-align:center;
width:97%;
}

/*------------------------------------------------------- not needed? */
#header_l{
background:url(images/logo.jpg) center no-repeat;
float:left;
height:150px;
margin-bottom:-35px;
margin-top:20px;
width:850px;
}
#header_r{
float:right;
font-size:10pt;
height:120px;
padding:120px 40px 0 0;
font-style:bold;
text-align:left;
width:480px;
}
#header_r h1 a{
color:#2D2D2D;
font-family:Garamond, serif;
font-size:2.4em;
text-decoration:none;
text-transform:uppercase;
}
div.header_t{
margin-top:-20px;
}

