/*  
Theme Name: STYLEGREY
Theme URI: http://www.hitpotential.com
Description: STYLEGREY THEME.
Version: 1.0
Author: Rikke Lind
Author URI: http://www.hitpotential.com
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,Sans-Serif;
	background-color: #f5f5f5;
	color: #333;
	text-align: center;	
	}

#page {
	background-color: f5f5f5;	
	text-align: left;
	}

#content {
	font-size: 1.2em;
	line-height: 1.6em;	
	}

.widecolumn .entry p {
	font-size: 1.05em;
	background-color: white;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	background-color: white;
	}

.widecolumn {
	line-height: 1.6em;
	background-color: white;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	background-color: white;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

h1 {
	font-size: 2.3em;
	text-align: left;
	}	

h2 {
	font-size: 2em;
	letter-spacing:-2px;
	font-weight: normal;
	color: 999;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1em;
	letter-spacing:2.5px;
	}
	
h4 {
	font-size: 1.2em;
	}

h5 {
	font-size: 1.1em;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #C00;
	}

.copyright {
	font-size: 0.8em;
	text-align: center;
	color: #CCCCCC;
	letter-spacing:3px;
	}
	
.timestamp {
	color: #ccc;
	font-style:italic;
	}	
	
.inputTextArea, inputText {
font-family:inherit;
font-size:inherit;
	}		
	
.label {
	font-weight:bold;
	float: left;
	margin: 0 5px 0 0;
	}	

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #F30;
	text-decoration: none;
	}

a:hover {
	color: #F30;
	text-decoration: underline;
	}

/* End Typography & Colors */



/* Begin Structure */

#left {
	position: absolute;
	display: inline; 
	top:0;
	left:0;
	width: 109px;
	margin-top:30px;
	margin-left:51px;
	background-color: white;
}

body {
	margin: 0;
	padding: 0; 
	}

#container {
	text-align: left;
	position: relative;
	background-color: #FFF;
	width: 800px;
	margin-right:auto;
	margin-left:auto;	
	background: url(pix/column.gif) repeat-y center;
	/*border: 1px solid #f00*/
}

#content {
	width: 550px;
	margin-left:160px;
	padding: 60px 20px 30px 20px;
	/*border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #DDD;	*/
	/*border: 1px solid #f0f*/
}

#splash {
	margin-top: 20px;
}

	
#header {
	padding: 10px 20px 0px 180px;
	width: 550px;
	/*border: 1px solid #0f0;*/
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

#flashmenu {
	padding: 0 0 50px 0;	
	}
	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 180px;	
	width: 400px;
	}
	
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 230px;
	width: 440px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	margin: 0 auto;
	width: 800px;
	clear: both;
	background: url("pix/bottom.gif") no-repeat bottom;
	height: 80px;
}

/* End Structure */


/*	Begin Headers */
h1 {
	padding-top: 0;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
h2 img {
	padding: 0;
	max-width: 100%;
	margin: 0 0 20px -30px;
	}	

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
.entry {
	border-bottom:1px solid #999999;
	clear:both;
	margin-bottom:5px;
	padding-bottom:4px;
	/*width:580px;>*/
	}

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
	}
/* End Images */



/* Begin Various Tags & Classes */
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;
	}

/*hr {
	display: none;
	}
	*/

a img {
	border: none;
	}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
#news p {
	margin: 0 0 30px 0;
	}	
	
#news img.cal {
	margin: 0 10px 0 0;
	border: none;
	padding: 0;
	float: left;
	text-align: top;
	}	
	
/* End Various Tags & Classes*/

/* Ad styles */

#imageContainer {
	background:black; 
	width:530px; 
	padding:10px; 
	}

#adcontainer {
	text-align: left;
	position: relative;
	background-color: #FFF;
	width: 940px;
	margin-right:auto;
	margin-left:auto;
	background: url("pix/column_wide.gif") repeat-y center;
}


#adfooter {
	margin: 0 auto;
	width: 940px;
	clear: both;
	background: url("pix/bottom_wide.gif") no-repeat bottom;
	height: 80px;
}

#adcontent {
	top:0;
	left:0;
	padding-left:10px;	
	position: absolute;	
	margin-left:750px;	
	margin-top:10px;	
	width: 120px;	
	border-left: 1px solid #ddd;
}

#vertical {
	width: 120px;
	height: 90px;
	margin-top:20px;	
}
