/*
Theme Name: 3style
Theme URI: http://wordpress.org/
Description: The New Exclaim Template based on default theme and the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 2.0
Author: Dino DiGiulio (building off of Michael Heilemann)
Author URI: http://yothehumanity.com/
Tags: exclaim templateom
*/
/* NORMALIZE */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

ul, ol, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
img, table, div, span {
	border: 0;
	padding: 0;
	margin: 0;
	word-wrap: break-word;
}
label {
	padding: 0;
	margin: 0;
}
input, textarea{
	font-family:'lucida grande', verdana, arial, sans-serif;
	margin: 0;
	padding: 0;
}
.clearholder {
	clear:both;
	display: block;
}
.hide {
	display: none;
}
.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('newimages/background.gif') repeat;
	margin: 0;
	padding: 0;
}
	#page {
		width:900px;
		background-color: white;
		border-left: 10px solid #d6335d;
		border-right: 10px solid #d6335d;
		margin: 0 auto;
		padding: 0;
	}

		#header {
			position:relative;
			background: url('newimages/header-bg.gif') no-repeat;
			margin: -5px; /*same as #content & #sidebar if your want them to line up */
			padding: 10px;
			/*don't set height use the focalpoint div to set it */
		}	
			#logo {
				display:none; /* removed from headercode */
			}
			.leaderboard {
				display:none; /* removed from headercode */
			}
			#headfocalpoint {
				height: 560px; /* USE THIS TO SET HEIGHT FOR HEADER BACKGROUND set the height of your header-fg.gif image */
			}
		#content {
			width:705px;
			_width:698px;/* ie borders subtration*/
			margin: 5px;
			padding: 5px;
		}
			h1 {
				font-size: 24px;
				text-transform: uppercase;
				color: #D6335D;
			}
			.post {
				margin: 0 0 10px;
				text-align: justify;
				background: #231f20;
				color: white;
				padding: 10px;			
			}
				a, h2 a{
					color: #D6335D;
					text-decoration: none;
				}	
				a:hover, h2 a:hover{
					color: white;
					background: #D6335D;
				}
				h2 {
					font-size: 18px;
					color: #D6335D;
					text-transform: uppercase;
				}
				small, .postmetadata, .postmetadata a {
					font-family: Arial, Helvetica, Sans-Serif;
					font-size:10px;
					color:gray;
				}
					.author { /* turn off hiding if you want to show posts by different authors */
						display: none;
					}
				.entry{;
					margin-top:10px;
					font-size:14px;
				}
					.entry li {
						float: left;
						width:216px;
						margin: 0 10px 10px 0;;
					}	
					.entry #winners ul {
						margin-right: -10px;
					}
						.entry #winners li {
							width:335px;
						}
							.rest {
								color: #d6335d;
								text-transform: uppercase;
							}
							.topdj {
								color: #00aeef;
								text-transform: uppercase;
							}
					
			#incontent-adverts {
				position: relative;
				height: 250px;
				margin-bottom: 10px;
			}
				.bigbox {
					width: 300px;
					height: inherit;
				}
				#ournews {
					display:none;  /* removed from headercode */
				}
					#ournews ul {
						display:none;  /* removed from headercode */
					}
						#ournews li{
							display:none;  /* removed from headercode */
						}
					#ournews  h4 {
						display:none;  /* removed from headercode */
					}
						#ournews .name {
							display:none;  /* removed from headercode */
						}
					#ournews a{
						display:none;  /* removed from headercode */
					}	
					#ournews a:hover{
						display:none;  /* removed from headercode */
					}
					
			.navigation {
				display: block;
				height:24px;
				margin: 10px 0;
			}
			h4 {
				font-size: 14px;
				margin-bottom: 10px;
				text-transform: uppercase;
				color: #231f20;
			}
			.commentlist {
				font-size:12px;
				color: white;
			}
				
				.commentlist li {
					background: #231f20;
					border-bottom: 1px solid white;
					padding: 10px;
				}
					.comment-meta{
						font-weight: bold;
					}
						
						.comment-date {
							font-family: Arial, Helvetica, Sans-Serif;
							font-size: 10px;
							color:#d6335d;
						}

			#respond {
				margin-top: 10px;
				height: 270px;
			}
				#respond form {
					margin: 0;
					padding: 0;
				}
					#respond input {
						width: 170px;
						padding: 2px;
						margin: 5px 5px 1px 0;
						border:none;
						background: #231f20;
						color: white;
					}
					#respond textarea {
						width:695px;/* content width less content padding (x2) */
						_width:688px;/* ie border subtration because of borders*/
						height: 130px;
						padding: 2px;
						margin-bottom: 10px;
						border:none;
						background: #231f20;
						color: white;
					}
					#respond #submit {
						float: right;
						/* usually matched to #searchform #searchsubmit */
						border:none;
						text-transform: uppercase;
						background: #231f20;
						color: white;
						padding: 1px;
						margin:0;
					}
					#respond .nocomments {
						text-align: center;
						margin: 0;
						padding: 0;
					}
		#sidebar{
			float: right;
			clear: none;
			width: 160px;
			margin-right: 10px;
			font-family: Arial, Helvetica, Sans-Serif;
		}
			#sidebar .skyscraper {
				margin: 10px 0;
			}
			#sidebar h3{
				font-size: 18px;
				background:#00aeef;
				padding: 10px 10px 0 10px;
				text-transform: uppercase;
				color:white;
			}
			#sidebar a {
				color: white;
				text-decoration: none;
			}
			#sidebar a:hover {
				text-decoration: underline;
				background: none;
			}
			#searchform {
				margin: 0;
				padding: 0;
				height: 17px;
				position: relative;
			}
				#searchform input{
					width:95px;
					position: absolute;
					top: 0;
				}		
				#searchform #searchsubmit {
					right: 0;
					width:48px;
					font-size: 8px;
					/* usually matched to #repond #submit */
					border: 1px solid black;
					text-transform: uppercase;
					background: white;
					color: black;
					padding: 1px;
					margin: 0;
				}
			.blogroll{
				font-size:12px;
				background:#00aeef;
				padding: 10px;
			}
			.blogroll li:before {
				content: "\00BB \0020";
			}	
		#footer {
			padding: 10px 0;
			clear: both;
			text-align: center;
		}
/* POLLING SOFTWARE */
.wp-polls {
float:left;
width:440px;
height:300px;
border: 2px solid white;
margin:0;
padding: 0;
background: url(newimages/pollbg.gif) no-repeat top;

}
.wp-polls ul{
margin: 100px 0 0 10px;
padding: 0;
/* width:398px; */
background: none;
list-style-position: inside;
	list-style-type: none;
}

.wp-polls-ul li {
float: left;
width:210px;
margin: 0 0 4px 0;
/* border: 1px solid white; */
padding: 0;
}
.wp-polls label{
color:white;
font-weight: normal;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
}

.wp-polls-form {
padding: 0;
margin: 0;
}
.wp-polls p {
margin: 0;
padding: 0;
}
.wp-polls .Buttons {
margin: 10px;
}
.wp-polls-loading {
position: absolute;
top:200px;
left:170px;
z-index: 10;
background: #231f20;
padding: 5px;
}


#winners .wp-polls {
float:left;
width:335px;
height:300px;
border: 2px solid white;
margin:0;
padding: 0;
background: url(newimages/poll2.gif) no-repeat top;

}
#winners .wp-polls ul{
margin: 100px 0 0 10px;
padding: 0;
/* width:398px; */
background: none;
list-style-position: inside;
	list-style-type: none;
}

#winners .wp-polls-ul li {
float: left;
width:152px;
margin: 0 0 4px 0;
/* border: 1px solid white; */
padding: 0;
}
#winners .wp-polls label{
color:white;
font-weight: normal;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size: 13px;
}

#winners .wp-polls-form {
padding: 0;
margin: 0;
}
#winners .wp-polls p {
margin: 0;
padding: 0;
}
#winners .wp-polls .Buttons {
margin: 10px 90px;

}
#winners .wp-polls-loading {
position: absolute;
top:200px;
left:117px;
z-index: 10;
background: #231f20;
padding: 5px;
}

/* Left in Wordpress normalization */
.clear {
	clear: both;
}
p img {
	padding: 0;
	max-width: 100%;
}

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;
	}
select {
	width: 130px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

