/*  
Theme Name: JustJennah v2
Theme URI: http://fadedpictures.com/
Description: JustJennah v2
Version: 2
Author: Bret Robertson
Author URI: http://fadedpictures.com/
*/

body {
     font-size: 62.5%; /* Resets 1em to 10px */
     font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
     line-height: 1.5em;
     background:#000;
     margin: 0;
     padding:0;
     color: #000;
}
/*** BEGIN TYPOGRAPHY ***/
	h1, h2, h3, h4, h5, h6 {
		font-weight:bold;
	}
	
	h1 {
		font-size: 1.8em;
		margin: 1em 0 0 .5em;
		padding:0 0 15px 15px;
		letter-spacing:.2em;
		color: #000;
	}
	
	h2 {
		font-size:1.6em;
		margin: 0 0 5px 5px;
		color:#900;
	}
	
	h3 {
		font-size:1.4em;
		font-weight:bold;
		margin: 0;
		color:#000;
	}
	
	p, blockquote, h4, h5, h6 {
		line-height:1.5em;
		font-size:1.1em;
	}
	

	p {
		margin: 0 0 .5em 1.5em;
		font-size:1.2em;
	}
	
	#contentr p {
		color:#f2f2f2;
		font-size:1.1em;
		margin:0 0 .5em .5em;
	}
	
	small {
		font-size: .9em;
		line-height: 1.5em;
	}

	acronym, abbr{
		cursor: help;
	
	}
	
	blockquote {
		margin: 1em 2.5em;
		padding:0 1em;
		border-left: .5em solid #666;
		line-height:1.5em;
		font-size:1.1em;
	}
	
	.none {
		display:none;
	}
	
	.left {
		text-align:left;	
	}
	
	.center {
		text-align:center;
	}
	
	.right {
		text-align:right;
	}
	
	.justify {
		text-align:justify;
	}
	
	
	/*** BEGIN #CONTENL TYPE ***/
	#contentl {
		font-size:1.8em;
		letter-spacing:.2em;
		line-height:2.5em;
		text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	/*** END  #CONTENTL TYPE ***/
/*** END TYPOGRAPHY ***/
	
/*** BEGIN LISTS ***/	
	ul {
		list-style-position:outside;
		list-style-type:circle;
		padding: 1em 0 1em 1.5em;
		margin: 0 0 0 1em;
	}
	
	li {
		margin:0 0 0 2em;
		padding:0;
	}

	#menu ul {
		list-style-type:none !important;
		list-style-image:none !important;
		margin:0;
		padding:0 0 0 .3em;
	}
	
	#menu li {
		display:inline;
		margin:0;
		padding: 0 .7em 0 0;
		line-height:50px;
		font-size:1.3em;
	}
	
/*** END LISTS ***/	
/*** BEGIN TABLES ***/
table {
	margin:0 0 1em 2em;
	padding:0;
	width:90%;
	background:#efefef;
	border:1px solid #ccc;
}

th {
	font-size:1.4em;
	font-weight:bold;
	margin: 0;
	line-height:2em;
	text-align:left;
	background:#ccc;
	color:#000;
}

.alternate {
	background:#dfdfdf;
}

/*** END TABLES ***/

/*** BEGIN LINKS ***/
a, a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active {
	color:#666;
	text-decoration: underline;
}

#contentr a, #contentr a:link, #contentr a:visited {
	color: #fff;
	text-decoration:underline;
}

#contentr a:hover, #contentr a:active {
	color:#ccc;
	text-decoration:underline;
}


#logo a, #logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	color: #000;
	text-decoration: none;
	border:none !important;
}

#menu a, #menu a:link, #menu a:visited {
	color: #ccc;
	text-decoration: none;
	border:none;
}

#menu a:hover, #menu a:active {
	color:#f2f2f2;
	text-decoration: none;
	border-top:2px solid #900;
	border-bottom:none;
}

#footer a, #footer a:link, #footer a:visited {
	color: #000;
	text-decoration: none;
	border:none;
}

/*** END LINKS ***/

/*** BEGIN IMAGES ***/
img {
	border:0;
	display:block;
}

img.inline {
       display:inline;
}

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

img.nomargin {
	margin:0;
}

.inline {
       display:inline;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left;
}

a.imagelink, a.alignleft {
	float: left;
	padding: 4px;
	margin: 0 7px 2px 0;
}

a.alignright {
	float: right;
	padding: 4px;
	margin: 0 0 2px 7px;
}
.clearleft {
	clear:left;
}

.clearright {
	clear:right;
}

.clearboth {
	clear:both;
}
/* Clear floats without structural markup
		   courtesy of htmldog.com/positioniseverything.net */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/*** END IMAGES ***/
/*** BEGIN FORMS ***/
form {
	margin:0;
	padding:0;
}

/*** END FORMS ***/
/*** BEGIN FORMATTING ***/
#page {
	margin:0 auto;
	width:800px;
	background:#f2f2f2;
	border:4px solid #222;
	border-top:none;
}

#header {
	margin:0;
	height:125px;
	background:#666;
	border-bottom:4px solid #000;
}

#logo {
     float:right;
}

#menu {
	 margin:33px 0 0 2em;
	 float:left;
}

#wrapper {
	clear:both;
	margin:0;
}

.gallery {
	margin-bottom:10em;
}


.links {
	float:left;
	padding:1em 10em 1em 0;
}

#contentl, #contentc, #contentr {
	float:left;
	width:250px;
	height:375px;
	background:#333;
	overflow:hidden;
}

#contentc {
	padding-left:25px;
}

#contentr {
	padding:5px 5px 0 5px;
	height:370px !important;
	width:265px;
}

#sidebar {

}

#footer {
	text-align:center;
	clear:both;
	width:100%;
	line-height:50px;
	height:50px;
	font-size:1.1em;
	border-top:2px solid #333;
	background:#666;
}
/*** END FORMATTING ***/
