/*
Theme Name: Operation Hoodsie Cup
Theme URI: http://operationhoodsiecup.org
Description: Wordpress Theme for Operation Hoodsie cup
Author: kelsey meuse
Author URI: http://kelseymeuse.com
version: 2.0
Tags: two-column, widget-ready,blank
*/




/* basics */

*{margin:0; padding:0;}

body {
	background: url('images/crimestopperBg.jpg') no-repeat;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 12px;
	margin:0px;
	line-height: 17px;
	color: #000;
	min-height: 1960px;
	}

	
h1 {font-size: 25px; color:#003ebb;}
h2 {font-size: 35px; color:#fb0077;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


*:focus {
	outline: none;
}

.clearAll {
	clear:both;
	height: 0px;
	width: 0px;
}

img{ border: none; padding:0; }
img a{border:none;}

.attachment-thumbnail {border:none;!important}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#fb0077;
	text-decoration:none;
	}

a:hover{
	color:#003ebb;
	text-decoration:none;
	}

.blueLink a {
	color:#003ebb;
	text-decoration:none;
}

.blueLink a:hover {
	color:#fb0077;
	text-decoration:none;
}

/* container */


#container {
	background: #fff url('images/gradientBg.jpg') repeat-x;
	background-position: left bottom;
	width: 1024px;
	margin: 20px auto 0;
	padding:0;
	color:#fff;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#ffffff;
  	width: 1024px; 
  	height: 470px;
	}

#ohcLogo {
	position: relative;
	display: block;
	width: 230px;
	height: 195px;
	top: 20px;
	left: 40px;
	z-index: 2;
	}
	
#hoodsieTruck {
	position: relative;
	display: block;
	width: 544px;
	height: 413px;
	left: 100px;
	top: -150px;
	}
	
#txtTips {
	position: relative;
	left: 640px;
	top: -630px;
	display: block;
	width: 345px;
	height: 286px;
	}

#facebookLike {
	position: relative;
	z-index: 2;
	top: -470px;
	left: 550px;
	}
	
#soundButton {
	position: relative;
	z-index: 2;
	top: -695px;
	left: 475px;
	}


/* content */

.postDate {
	float: left;
	margin-left: -6px;
	width: 55px;
	height: 60px;
	background: url('images/dateBg.png') no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	font-weight: bold;
	}
	
.postMonth {
	color: #999;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 16px;
	}
	
.postDay {
	color: #999;
	font-size: 18px;
	
	margin-top: -3px;
	margin-left: 15px;
	}

.postTitle {
	float: left;
}

#content {
	float:left;
	width:550px;
	overflow: hidden;
	
	padding: 0 20px 0 20px;
	margin-left: 80px;
	min-height: 700px;
	}

.post {
	margin-bottom: 80px;
	padding:0;
	line-height: 14pt;
	color: #000;
	}
	
.post h2{
	color:#fb0077;
	text-decoration:none;
	}
	
.post h2 a{
	color:#fb0077;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color:#fb0077;
	text-decoration:underline;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	margin: 0px 0px 0px 0px;
	}
	
.navigation {
	font-size:12px;
	width:100%;
	float:left;
	margin-bottom:50px;
	padding:0;
	overflow:hidden;
	color:#003ebb;
	}
	
.navigation a {
	color:#003ebb;
	}
	
.navigation a:hover {
	color: #fb0077;
	}
	
/*.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}*/



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:12px;
	color: #8d8b8c;
	width:235px;
	float:right;
	margin-right: 100px;
	padding: 0;
	
	}

.sidebarBorder {
	border-left: 1px solid #999;
	}
	

.sidebarTxt{

	}
	
.sidebarItem {
	margin-bottom: 30px;
	}
	
.recentLinks a {
	color: #8d8b8c;
	text-decoration: underline;
	}
	
.recentLinks a:hover {
	color:#fb0077;
	}

#sidebar p {margin:0; padding: 0 6px 0 30px;}
#sidebar a {margin:0; padding: 0 6px 0 30px;}
#sidebar h2 {margin-bottom:10px; padding: 0 6px 0px 30px;}

#sidebar img {padding: 0; margin: 0;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

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


/* wallpaper */
h3 {
	font-size: 1.4em;
	margin: 1em 0 1em;
}

.wallpaper-thumbs {
	clear: both;
	list-style: none;
	overflow: hidden;
}

	.wallpaper-thumbs li {
		float: left;
		width: 30%;
		margin-right: 3%;
		padding-bottom: 1em;
	}

	.wallpaper-thumbs img {
		border: 0;
		height: 150px;
		width: 150px;
	}



/* footer */

#footer {
	clear: both;
	width: 1024px;
	height: 107px;
	}
	
.hoodLogo {
	position: relative;
	top: -70px;
	left: 160px;
	}


