/*  
Theme Name: Tha Freshmen
Theme URI: http://www.mediaphase.com	
Description: Custom theme designed by Mediaphase
Author: Brendan Stennett
Author URI: http://www.mediaphase.com
Version: 1.0
*/

/* ThemeBin's CSS Document */

/* Body */




body {
-x-system-font:none;
background:#fff ;
color:#fff;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:75%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:150%;
text-align:justify;
}

* {
  margin: 0;
  padding: 0;
  }

/* Links Links Links */

a {
	color: #666;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

/* Headings */

/* h1, h2, h3 { font: "Verdana", Arial, Helvetica, sans-serif; } /* Common font for all headings */ */

h1 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

h1 a, h1 a:visited {
	color: #000000;
	text-decoration: none;
}

h1 a:hover {
	color: #666666;
	text-decoration: none;
}

h2 {
border-bottom:2px solid #ffffff;
color:#fff;
font-size:12px;
padding-bottom:23px;
padding-left:10px;
padding-top:4px;
text-decoration:none;
}

h1 {
	color:#000;
	font-size:12px;
	background-color:#ADAFB2;
	color:#fff;
	padding:4px;
	text-transform:lowercase;
	margin-bottom:15px;
}

h2 a {
	text-decoration: none;
	color: #fff;
}

h2 a:visited {
	text-decoration: none;
	color: #fff;
}


h2 a:hover { 
	text-decoration: underline;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	border-top:2px solid #fff;
	padding-left:15px;
	padding-top:10px;
}

#commentform p {
	padding-left:15px;
}

h4 { /* Used only for welcome, or else this will be commented out */
	font-size: 14px;
	font-weight: bold;
}

/* Header */

#header {
	background: url(images/thafreshmen.png) no-repeat;
	background-position:15px 30px;
	height: 120px;
	position: relative;
}

#blogtitle {
font-size:0px;
padding-left:10px;
padding-top:-15px;
position:relative;
text-align:left;
color:#000000;

}

#blog-description {
	font-size: 1.2em;
	padding-top: 20px;
	padding-left: 40px;
	text-align: left;
	position: relative;
}

#stuff {
float:right;
margin-top:20px;
position:relative;
width:300px;

}

#welcome {
	padding-left: 35px;
	width: 650px;
	text-align: justify;
	padding-top: 15px;
	font-size: 10px;
}

#rss {
float:left;
padding-bottom:0;
padding-right:0;
font-size:12px;
padding:4px;
width:30px;
text-transform:lowercase;
background-color:#B49759;
line-height:14px;
cursor:pointer;
}

#rss a {
	color:#fff;
	text-decoration:none;
	width:100%;
	display:block;
}

/* Navbar (Referred from glossyblue) */

#nvbar {
	list-style: none;
	margin: 0px;
	position: relative;
	float:left;
	top: 20px;
	padding-left: 10px;
	bottom: 0px;
}
#nbar li {
	float: left;
	margin-left: 5px;
	list-style-type: none;
}
#nbar .current_page_item a, #nbar .current_page_item a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
#nbar .page_item a{
-x-system-font:none;
background-color:#ADAFB2;
color:#FFFFFF;
display:block;
font-family:Avant Garde BQ,arial;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:100%;
padding:4px;
text-decoration:none;
width:113px;
text-transform:lowercase;

}

#nbar .page_item a:hover {
	background-color:#B49759;
}


/* Images */

p img {
border:0 solid #000000;
max-width:100%;
padding-bottom:20px;
padding-top:20px;
}

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
}

img.wp-smiley{  border:none; } /* Removes borders from smilies */

/* Formatting */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry {
	margin-top:15px 0;
	padding:10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}
	
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

#wp-calendar #prev a, #wp-calendar #next a {


	font-size: 9pt;
	paddin-left: 5px;

}



#wp-calendar a {

	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

code {

	font: 1.1em 'Courier New', Courier, Fixed;
}
	
blockquote {
	margin: 15px 30px 20px 10px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #161616;
	background: #333;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}
	
/* Search */

#searchform {
float:left;
}
#searchform #s {
background:transparent url(images/magnify.png) no-repeat scroll 0 0;
border:1px solid #ADAFB2;
background-position:right;
color:#ADAFB2;
font-family:Avant Garde BQ,arial;
font-size:12px;
padding:3px 20px 3px 4px;
height:14px;
width:200px;
text-transform:lowercase;
}

.sidebar-img {
	width:222px;
	height:222px;
	border:1px solid #ADAFB2;
	margin-bottom:15px;
}

#searchform #search-submit {
background:transparent none repeat scroll 0 0;
border:medium none;
height:1px;
line-height:0;
margin-top:0;
text-indent:-999%;
width:23px;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}


/* Wrap */

#wrap {
	margin: 0px auto; 
	width: 855px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.6em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}
	
/* Comments */

#commentform input {
	width: 170px;
	padding: 2px;
	background: #111;
	color: #fff;
	border: solid 1px #333;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 95%;
	padding: 2px;
	background: #fff;
	color: #666;
	border: solid 1px #ADAFB2;
	color:#666;
}

#commentform #submit {
	margin: 0;
	border: solid 1px #ADAFB2;
	height: 25px;
	color: #666;
	background:#fff;
	cursor:pointer;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 15px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
	border-bottom:1px dashed #fff;
}

.commentlist li:last-child {
	border:none;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #111;
	padding: 2px;
	background: #222;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

/* Content */

#content {
margin:0;
}

#content-top {

	height: 75px;
	position: relative;
}

#content-top img {
	border: none;
}

#content-bottom {

	height: 59px;
	position: relative;
}

/* Post */

#post-wrap {
float:left;
padding-left:15px;
padding-top:0px;
position:relative;
width:500px;
margin-right:40px;
}

.post {
background:#ADAFB2 none repeat scroll 0 0;
margin:0 0 30px;
text-align:justify;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.narrowcolumn .postmetadata {
	text-align: right;
}

.narrowcolumn .postmetadata {

	padding:5px 10px;
	border-top: solid 2px #fff;
	font-size: 11px;
	text-transform:lowercase;
}


.widecolumn .postmetadata {
	margin: 30px 0;
}

.entry p {
	font-size:10px;
}

.alt {
	
}

.alt a {
	
}

.alt a:hover {

}

.postmetadata {
	clear: left;
}


/* Post elements */

.timed {
float:left;
font-size:11px;
padding-left:10px;
margin-top:-22px;
color:#fff;
font-family:Avant Garde BQ,arial;
}


.category {
	font-size: 11px;
	/*background: url(images/category.png) no-repeat;*/
	float: left;
}

.commentcount {
	font-size: 11px;
	/*background: url(images/comment.png) no-repeat;*/
}
	
/* Page Navigation */

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	color: #00CCFF;
}	

.old a {
	float: left;
	padding-left: 17px;
	text-decoration: none;
	background: url(images/left.png) no-repeat left center;
}
.new a {
	float: right;
	padding-right: 17px;
	text-decoration: none;
	background: url(images/right.png) no-repeat right center;
}

.navigation a {
	color: #666666;
	text-decoration: none;
}	


/* Sidebar */

#sbar {
width:224px;
float:left;
margin-top:0;
padding-right:0;
padding-top:0;
text-transform:lowercase;
}

#sbar h2 {
color:#fff;
font-size:12px;
text-decoration:none;
background-color:#ADAFB2;
padding:4px;
margin-bottom:10px;
}

#sbar a {
	color: #ADAFB2;
	text-decoration: none;
}

#sbar a:hover {
	color: #666;
	text-decoration: underline;
}

#sbar ul, #sbar ul ol {
	margin: 0;
	padding-bottom: 10px;
	}

#sbar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
text-align:justify;
	}

#sbar ul p, #sbar ul select {
	margin: 5px 0 8px;
	}

#sbar ul ul, #sbar ul ol {
	margin: 5px 0 0 10px;
	}

#sbar ul ul ul, #sbar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sbar ul ol li {
	list-style: decimal outside;
	}

#sbar ul ul li, #sbar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Footer */

#footer-wrap {
clear:both;
margin-top:0 auto;
position:relative;
width:855px;
height:20px;
background-color:#111111;
padding:10px;
font-family:avant garde, arial;
color:#666666;
margin-bottom:20px;
}
#footer {
clear:both;
font-size:12px;
font-weight:bold;
text-transform:lowercase;
position:relative;
text-align:center;
padding:10px;
background-color:#ADAFB2;
font-family:Avant Garde BQ,arial;
margin-top:30px;
margin-right:50px;
}
#footer a {
color:#666666;
text-decoration:none;
}
#footer a:hover {
color:#FFFFFF;
text-decoration:none;
}
.cleared {
clear:both;
}

h1#blogtitle {
	display:none;
}

h2.sidebartitle {
	border-bottom:0;
}