/*
Theme Name: blankSlate
Theme URI: http://shawncope.com
Description: A theme completely stripped of all styling. Functionality is based on the kubrick theme.
Version: 1.0
Author: Shawn Cope
Author URI: http://shawncope.com
Tags: blankSlate, no style, clean, empty

This theme was designed and built by Shawn Cope,
whose blog you will find at http://shawncope.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* undo some default styling of common (X)HTML browsers
 ************************************************************/


    /* Avoid browser default inconsistent heading, 
     * font-sizes and pre/code
     ********************************************************/
     body,h1,h2,h3,h4,h5,h6,pre,code,td {
	     font-size:1em;
         }

    /* Remove inconsistent (among browsers) - 
     * default padding or margin 
     ********************************************************/
     ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
     fieldset,label,div,dd,dt,dl,table,tr,td,img,hr {
         margin:0; padding:0;
         }

     /* prevent blue linked image borders
     ********************************************************/
      a img,:link img,:visited img,fieldset {
         border:none;
         }

body{
	background-color: #000;
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
	background-position:top center; 
	color: #fff;
	font: 14px arial;
	}

h1{
	color:#FFFFFF;
	font: 22px arial;
	padding-bottom:10px;
	padding-left: 10px;
	}

h2{
	color:#FFFFFF;
	font: 22px impact;
	padding-bottom:10px;
	padding-left: 10px;
	}

p{
	padding-bottom:10px;
	}
	
hr{
	height:3px;
	border-width:0;
	color:#2D2E28;
	background-color:#2D2E28;
	width: 170px;
	}
	
a {
	color: #fff;
	font: 14px arial;
	text-decoration: underline;
}

a:hover  {
	color: #fff;
	font: 14px arial;
	text-decoration: underline;
}
li {
	padding-top: 5px;
} 


#container{
	margin: 0 auto;
	margin-top: 102px;
	width: 850px;
	height: 870px;
	}

#newsletter{
	float: left;
	margin-left: 10px;
	height: 105px;
}

#donate{
	float: right;
	height: 105px;
}

#nav{
	float: left;
	width: 850px;
	margin-top: 43px;
	}

#nav a{ 
	font: 14px impact;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);

}

#nav a:hover{
	background: #9398AE;
	border: 1px solid;
	border-color: #5F6FA6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #000;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none; 
	font: 14px impact;
	color: #fff;
	padding-top: 30px;
	}
	
#nav li{

        padding: 0;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	}

#main_content{
	width: 590px;
	height: 490px;
	float: left;
	margin-left: 20px;
	margin-top: 28px;
	overflow: auto;
	}

#main_content p{
	margin-left:10px;
	margin-right:10px;
	color: #fff;
	font: 14px arial;
	}

#sidebar{
	float: left;
	width: 240px;
}

#search{
	float: left;
	background: url(images/search_field.png);
	background-repeat: no-repeat;
	width: 256px;
	height: 48px;
	margin-top: 25px;
	margin-left: 25px;
	}
	
#search input {
	color: #fff;
	font: 14px arial;
	border: none;
	background: none;
	margin-left: 95px;
	width: 110px;
	padding-top:15px;
}

#news {
	float: left;
	background: url(images/news_box.png);
	background-repeat: no-repeat;
	width: 232px;
	height: 220px;
	margin-top: 3px;
	margin-left: 15px;
}

#news a {
	color: #000;
	font: 14px impact;
}

#slider1 a {
	color: #fff;
	font: 14px impact;
}

p.news_heading {
	margin-top: 10px;
	text-align: center;
}

p.news {
	margin-left:20px;
	margin-right:20px;
	color: #000;
	font: 14px arial;
	font-weight: bold;
}

p.news_read_more {
	text-align: right;
	margin-right:20px;
}

#side_links {
	float: left;
	margin-top: 20px;
}

img.video_gallery {
margin-left: 15px;
margin-top: 30px;
}

img.photo_gallery {
margin-left: 8px;
margin-top: 30px;
}


img.the_venue {
margin-left: 80px;
}

#social_networking {
	position: absolute;
	float: left;
	margin-top: 750px;
	margin-left: 9px;	
}

#footer_links {
	float: left;
	margin-left: 210px;
	margin-top: 25px;
	text-align: center;
	font: 10px arial;
	color: #000;
}

#footer_links a {
	font: 10px arial;
	color: #000;
	text-decoration: none;
}

#footer_links a:hover {
	font: 10px arial;
	color: #000;
	text-decoration: underline;
}


#footer {
	width: 850px;
	float: left;
	margin-top: 5px;
	text-align: center;
	}

#footer p.footer1 {
	font: 10px arial;
	color: #4F9EE1;
}

#footer p.footer2 {
	font: 12px arial;
	color: #fff;
}

input
{
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background: url(images/paint_splat_input.png);
        height: 48px;
	width: 255px;
	border: none;
	color: #fff;
	font: 14px arial;
	background-repeat: no-repeat;
}

textarea
{
	margin: 0px;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 50px;
	background: url(images/paint_splat_textarea.png);
	width: 255px;
	height: 155px;
	border: none;
	color: #fff;
	font: 14px arial;
	background-repeat: no-repeat;
}

input.send_button { 
	  color:#000; 
	  font: bold 84% 'trebuchet ms',helvetica,sans-serif; 
	  background:#fff; 
	  border: 1px solid; 
	  border-color: #000; 
	  width: 100px;
	  height: 25px;
	  filter:progid:DXImageTransform.Microsoft.Gradient 
	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
} 

input.donate
{
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background: none;
        height: 105px;
	width: 165px;
	border: none;
}
