/*
Theme Name: The RAA
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.jpg') repeat;
	margin: 0;
	padding: 0;
}
	#page {
		width:900px;
		margin: 0 auto;
		padding: 0;
		background: #0c0201;
		color:white;

	}

		#header {
			position:relative;
			background: url('newimages/header-bg.jpg') no-repeat;
			margin: 0; /*same as #content & #sidebar if your want them to line up */
			border-bottom: 10px solid white;
			/*don't set height use the focalpoint div to set it */
		}	
			#logo {
				height:90px;
				width:144px;
				margin-right: 10px;
			}
			.leaderboard {
				position: absolute;
				top: 10px;/* matching the header margin most likely 0 */
				right: 10px;/* matching the header margin most likely 0 */
				height: 90px;
				width: 728px;
			}
			#headfocalpoint {
				/*background: url('newimages/header-fg.gif') no-repeat; hide if you dont't want an image */
				height: 460px; /* USE THIS TO SET HEIGHT FOR HEADER BACKGROUND set the height of your header-fg.gif image */
				margin: 10px;
			}
		#content {
			font-size: 1.2em;
			width:715px;
			_width:708px;/* ie borders subtration*/
			margin: 0;
			padding: 10px;
		}
			h1 {
				font-size: 24px;
			}
			.post {
				margin: 0 0 10px;
				text-align: justify;
			}
				a{
					color: #ffcc66;
					text-decoration: none;
				}
				a:hover, h2 a:hover{
					color: #ffcc66;
					text-decoration: underline;
				}
				h2 {
					font-size: 18px;
					color: #377fa3;
					margin-bottom: 10px;
					text-transform: uppercase;
				}
					h2 a{
						color: #377fa3;
						text-decoration: none;
					}
					h2 a:hover{
						color: #377fa3;
						text-decoration: underline;
					}	
				small{
					font-size:12px;
					color: #ffcc66;
					text-transform: uppercase;
				}
				.postmetadata, .postmetadata a {
					font-size:14px;
					color: #ffcc66;
					text-align: center;
				}
					.author { /* turn off hiding if you want to show posts by different authors */
						display: none;
					}
				.entry{
					margin-top:10px;
					font-size:14px;
				}
				.entry ul li:before {
				content: "\00BB \0020";
			}	
			#incontent-adverts {
				position: relative;
				height: 250px;
				margin-bottom: 10px;
			}
				.bigbox {
					width: 300px;
					height: inherit;
				}
				#ournews {
					background:url(http://exclaim.ca/LayoutImages/speakers.jpg) top right no-repeat #ffffff;
					float:right;
					clear:none;
					width: 388px;/* minus border */
					height: inherit;
					font-size: 12px;
					border: 1px solid #666666;
				}
					#ournews ul {
						margin:0 5px 5px 5px;
					}
						#ournews li{
							margin-bottom: 1px;
						}
					#ournews  h4 {
						margin: 5px;
						color:#666666;
					}
						#ournews .name {
							text-transform: uppercase;
							color:black;
						}
					#ournews a{
						color: #4c5d64;
						text-decoration: none;
					}	
					#ournews a:hover{
						color: red;
					}
					
			.navigation {
				display: block;
				height:24px;
				margin: 10px 0;
			}
			h4 {
				font-size: 14px;
				margin-bottom: 10px;
			}
			.commentlist {
				font-size:12px;
				border-top: 1px solid #ffcc66;
			}
				
				.commentlist li {
					border-left: 1px solid #ffcc66;
					border-right: 1px solid #ffcc66;
					border-bottom: 1px solid #ffcc66;
				}
					.comment-meta{
						font-weight: bold;
					}
						.comment-author {
							color: #ffcc66;
						}
						.comment-date {
							font-family: Arial, Helvetica, Sans-Serif;
							font-size: 10px;
							color:#ffcc66;
						}

			#respond {
				margin-top: 10px;
				height: 270px;
			}
				#respond form {
					margin: 0;
					padding: 0;
				}
					#respond input {
						width: 170px;
						padding: 2px;
						margin: 5px 5px 1px 0;
						background:black;
						border:1px solid #377fa3;
						color: #ffcc66;
					}
					#respond textarea {
						width:700px;/* content width less content padding (x2) */
						_width:693px;/* ie border subtration because of borders*/
						height: 130px;
						padding: 2px;
						margin-bottom: 10px;
						background:black;
						border:1px solid #377fa3;
						color: #ffcc66;
					}
					#respond #submit {
						float: right;
						/* usually matched to #searchform #searchsubmit */
						text-transform: uppercase;
						background:black;
						border:1px solid #377fa3;
						color: #ffcc66;
						padding: 1px;
						margin:0;
					}
					#respond .nocomments {
						text-align: center;
						margin: 0;
						padding: 0;
					}
		#sidebar{
			float: right;
			clear: none;
			width: 160px;
			margin: 10px 0 0 0;
			padding: 0;
			font-family: Arial, Helvetica, Sans-Serif;
		}
			#sidebar .skyscraper {
				margin: 10px 0;
			}
			#sidebar h3{
				font-size: 18px;
				margin-bottom: 4px;
				color: #377fa3;
			}
			#sidebar a {
				color:#ffcc66;
				text-decoration: none;
			}
			#sidebar a:hover {
				color:#ffcc66;
				text-decoration: underline;
			}
			#searchform {
				margin: 0;
				padding: 0;
			}
				#searchform input{
					width:95px;
					margin-right:5px;
					background:black;
					border:1px solid #377fa3;
					color: #ffcc66;
				}		
				#searchform #searchsubmit {
					width:48px;
					font-size: 8px;
					line-height: 14px;
					/* usually matched to #repond #submit */
					text-transform: uppercase;
					background:black;
					border:1px solid #377fa3;
					color: #ffcc66;
					padding: 1px;
					margin: 0;
				}
			.blogroll{
				font-size:12px;
			}
			.blogroll li:before {
				content: "\00BB \0020";
			}	
		#footer {
			padding: 0 0 20px 0;
			clear: both;
			text-align: center;
		}
/* 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." */

