/*  
Theme Name: SU Student Journals
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
*/

/*
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

* { 
	margin: 0;
	padding: 0;
	border: none;
	}
html {
	background: #fff url('images/grad-bg.jpg') repeat-y 10px 0;
	}
body { 
	font-size: 100.01%;
	font-family: Helvetica,"Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background: transparent;
	padding-bottom: 15px;
	max-width: 1148px;
	min-height: 100%;
	background-color: #fff;
	}
html,body {	
	height: 100%;
	}

/*----------- Links --------------*/

a:link { color:#515151; }
a:hover { color:#cfad34; }
a:visited { color:#515151; }

h1 a span { color: #fff; }
h1 a { text-decoration: none; }

#main_content h2 a { text-decoration:none; border:none; }

#main_content h2 a:hover { border-bottom:1px dotted silver; }

/*------- Headings ----------*/

h1 {
	position: absolute;
	bottom: 7px;
	margin-bottom: 0.6em;
	}

h3, h4 {
	color:#515151;
	padding:0;
	margin:2em 0 0 0;
	clear:both;
	}


/*------ Page sections ------*/

#page {
	position: relative;
	min-height: 100%;
	background-color: #fff;
	margin: 0px auto;
	}

#header {
	height: 9em;
	min-height: 270px;
	position: relative;
	background: #0a0a0a;
	padding: 0.3em;
	
	}

.description {
	position: absolute;
	bottom: 2px;
	color:#cfad34;
	width: 45%;	
	}
	
#content_wrapper {
	position: relative;
	padding: 0.3em;
	padding-bottom: 150px;
	margin-top: 1em;
	background-color: #fff;
	}

#main_content {
	float: left;
	position: relative;
	width: 70%;
	background-color: #fff;
	}
	
#sidebar {
	float: right;
	width: 25%;
	}

#search { 
	padding-bottom: 2em;
	}

#footer {
	padding-top: 40px;
	height: 4em;
	background: #000 /*url('images/content_background1.jpg') repeat-x -100px bottom*/;
	border-bottom: 3px solid #000;
	clear:both;
	}


/*------- Navigation ---------*/

.navigation {
	clear:both;
	padding:0;
	display:block;
	margin-top: 15px;
	margin-left: 82px;	
	}

.alignleft, .alignright {
	display:block;
	}


/*-------- Post Specific --------*/
	
.post h2 {
	margin-left: 82px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 2em;
	}
	
.entry {
	margin-left: 70px;
	padding-top: 1.4em;
	line-height: 1.3em;
	}

.entry p { margin-bottom: 1.1em; }

.entry p.BigFirst:first-letter {
	font-family: georgia, "times new roman", serif;
	font-size: 3.2em;
	float: left;
	padding-right: 0.1em;
	margin-top: -0.1em;
	line-height: 40px;
	}
/*------- Sidebar Specific ---------*/

#search label { 
	font-size: 2em;
	font-weight: bold;
	color: #4b4b4b;
	}

#search input {
	border: 1px solid #3b3b3b;
	float: left; 
	margin-right: 10px;
	}
#search input#s { padding: 1px 0 1px 0; }

#search input#searchsubmit {
	color: #0a0a0a;
	background-color: #cfad34;
	}

#search input#searchsubmit:hover {
	background-color: #0a0a0a;
	color: #cfad34;
	cursor: pointer;
	}
	
#sidebar h2 { clear: both; margin-top: 2em; }

.author_posts h3 {
	margin-bottom: 0.2em;
	}

.author_posts li {
	padding: 6px 0 0 13px;
	background: url('images/puce.png') no-repeat 0 11px;
	}

.author_posts li a { display: block;text-decoration: none; padding: 3px 2px 1px 2px; }
.author_posts li a:hover { color: #fff; background-color: #3a3a3a; }


/*-------- Footer Specific ---------*/

#footer { text-align: center; font-size: 0.8em;}

#footer ul { padding: 0; color: #fff /*#376CA8*/;}

#footer li { display: inline; padding-left: 1.3em;  font-weight: lighter; letter-spacing: 0px;}
#footer a { color:  #cfad34; }
#footer p { margin-top: 1.3em;  font-weight: lighter; letter-spacing: 0px;}
#footer p.copyright { color: #cfad34; }

/*-------- Dates ---------*/
div.date {
	float: left;
	background: #3a3a3a;
	border: 3px double #fff;
	position: relative;
	padding: 0.15em;
	padding-bottom: 8px;
	text-align: center;
	height: 2.2em;
	width: 60px;
	font-family: georgia, "times new roman", serif;
	font-size: 1.2em;
	letter-spacing: -1px;
	}
	
div.date p {
	position: relative;
	}
span.date_day {
	color: #fff;
	margin-right: 3px;
	}

span.date_month {
	color: #fff;
	text-transform: lowercase;
	}

span.date_year {
	clear: left;
	color: #cfad34;
	}

/*---------- Lists ---------*/

ul  { list-style-type: none; }

ul#authors li {
	font-size: 1.3em;
	padding: 6px 0 0 13px;
	background: url('images/puce.png') no-repeat 0 10px;
	}

ul#authors li a { text-decoration: none; padding: 3px 2px 1px 2px;}

ul#authors li a:hover { color: #fff; background-color: #3a3a3a; }

ul.links li {
	font-size: 1.3em;
	padding: 6px 0 0 18px;
	background: url('images/bullet.png') no-repeat 0 5px;
	}

/*------ Author-really a category -----------*/

.description h2 a { text-decoration: none; color: #cfad34; cursor: default; }
.description h2 a:hover { color: #cfad34; }
.description h2 a:visited { color: cfad34; }

/*------- Author profile display -----------*/

h4.author-profile-name { 
	font-weight: bold;
	color: #000;
	margin: 10px 0;
	}

p.author-profile {
	line-height: 1.2em;
	margin-top: 0.7em;
	font-size: 0.9em;
	margin-right: 1.2em;
	}

/*-------- Misc ----------------- */

ul.misc_links { margin-top: 1.75em; }

ul.misc_links li {
	padding-left: 19px;
	padding-bottom: 1em;
	font-size: 0.9em;
	}
li.rss { background: url('images/feed-icon-16x16.gif') no-repeat top left; padding-bottom: 0.3em;}

ul.misc_links li a:hover, ul.links a:hover { color:#cfad34; }

#contact_form fieldset { padding-right: 3em; padding-top: 1em;}

#contact_form p { text-align: right; margin-bottom: 1em;}
#contact_form strong { color: red; font-weight: normal; }
#contact_form input, #contact_form textarea { border: 1px solid #3b3b3b; }
#contact_form input:hover, #contact_form textarea:hover { background-color: #eee; } 
#contact_form p.msg_area { position: relative; }
p.msg_area label { float: left; padding-left: 1.8em;}
input#contact_submit { 
	margin-left: 3em; 
	color: #0a0a0a;
	background-color: #cfad34;
	}

input#contact_submit:hover {
	background-color: #0a0a0a;
	color: #cfad34;
	cursor: pointer;
	}

