/* @override http://www.collegenewsroom.org/wp-content/themes/collegenewsroom/style.css */

/*
Theme Name: collegenewsroom.org
Theme URI: http://www.collegenewsroom.org/
Description: The theme for http://www.collegenewsroom.org
Version: 0.1
Author: Brandon Martinez
Author URI: http://www.brandonmartinez.com
*/

/* @group Basic HTML */

body {
	background: #eee;
	font: 1em/1.2em Georgia, Times, "Times New Roman", serif;
	color: #000;
}

h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}

h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin: 0 0 5px 0;
}

h1 a, h1 a:visited, h1 a:hover {
	color: #000;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
	margin-bottom: 10px;
}

p {
	text-align: justify;
	padding-bottom: 15px;
	line-height: 1.4em;
}

ul, ol {
	margin-left: 50px;
	margin-bottom: 20px;
	list-style-type: disc;
}

ol li {
	list-style: decimal;
	margin-bottom: 10px;
}

a, a:visited, a:hover {
	color: #0074bb;
	text-decoration: none
}

a:hover {
	text-decoration: underline;
}



/* @group Forms */

form.fm {
	margin: 0;
	padding: 0 0 15px 0;
	width: 100%;
}

form.fm div {
	width: 100%;
	margin: 0 0 10px 0;
}

form.fm div label, form.fm div.fm-notice-label {
	float: left;
	display: block;
	width: 25%;
	margin: 0 2% 0 0;
	padding: 0;
}

form.fm div.fm-notice-message {
	float: left;
	width: 70%;
}

form.fm div.fm-text input, form.fm div.fm-textarea textarea {
	float: left;
	width: 70%;
	padding: 3px;
	margin: 0;
	background: #fff;
	border: 2px inset;
}

form.fm div.fm-text input:focus, form.fm div.fm-textarea textarea:focus {
	background: #eee;
}

form.fm div.fm-submit input {
	float: right;
}

/* @end */

/* @end */

/* @group Layout */

/* @group Container */

#container {
	background: #fff;
	margin: 0 auto;
	width: 960px;
}

/* @end */

/* @group Header */

/* @group Top Header Navigation */

#topHeaderNav {
	height: 30px;
	background: #222;
	padding: 0 10px;
}

#topHeaderNav a, #topHeaderNav a:visited, #topHeaderNav a:hover {
	display: block;
	float: right;
	margin-left: 20px;
	color: #fff;
	text-decoration: none;
	padding: 7px;
	font-size: 16px;
	line-height: 16px;
}

/* @end */

/* @group Category Header Navigation */

#catHeaderNav {
	height: 30px;
	background: #222;
	padding: 0 10px;
}

#catHeaderNav a, #catHeaderNav a:visited, #catHeaderNav a:hover {
	display: block;
	float: left;
	margin-right: 30px;
	color: #fff;
	text-decoration: none;
	padding: 7px;
	font-size: 16px;
	line-height: 16px;
}

/* @end */

/* @end */

/* @group Content */

#content {
	width: 690px;
	float: left;
	margin: 0 15px 0 0;
	padding: 15px;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 210px;
	margin: 15px 15px 0 0;
	float: left;
}

/* @group Side Widgets */

.side-widget {
	float: left;
	margin: 0 0 15px;
	padding: 0 10px 15px;
	background: url(images/bg-hatch.gif);
	border: 1px solid #ddd;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	width: 190px;
	font-size: 0.9em;
	color: #333;
}

.side-widget ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.side-widget ul li {
	padding: 0;
	margin: 0;
	font-size: 13px;
}

.side-widget ul li {
	margin: 2px 0 5px 0;
}

.side-widget h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 10px 0 5px;
	margin-top: 0;
	text-align: center;
	text-transform: uppercase;
	background: url(images/h2line.gif) repeat-x bottom;
}

.side-widget .storycontent {
	border-bottom: 1px solid #ddd;
}

.side-widget .noline {
	border-bottom: 0;
}

.side-widget #s {
	margin-top: 15px;
	padding: 2px;
	width: 94%;
}

.side-widget ul#recentcomments li {
	background: transparent url(images/interface/comment_16.png) no-repeat left 3px;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}

.side-widget form {
	
}

.side-widget form label {
	
}

.side-widget form input {
	width: 99%;
}

.side-widget form input.checkbox {
	width: auto;
}

.side-widget form input#wp-submit {
	float: right;
	width: 70px;
}

/* @group Links */

.side-widget ul.blogroll li {
	font-size: 12px;
	line-height: 16px;
}

.side-widget ul.blogroll li a {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

/* @end */

/* @end */

/* @end */

/* @group Footer */

#footer {
	width: 920px;
	padding: 20px;
	clear: both;
	text-align: center;
	background: #333;
	color: #ddd;
	font-size: 0.8em;
	font-style: italic;
}

#footer a, #footer a:visited, #footer a:hover {
	color: #999;
	text-decoration: underline;
}

#footer #copyright, #footer #siteconcept {
	margin-bottom: 15px;
}

/* @end */

/* @end */

/* @group Post Styles */

.post {
	margin-bottom: 30px;
}

.post object, .post embed {
	width: 100%;
}

/* @group Stripped Entry */

.entry-stripped {
	
}

.entry-stripped div {
	display: none;
}

/* @end */

/* @group Meta */

.meta {
	margin-top: 3px;
	margin-bottom: 15px;
	display: block;
}

.meta span {
	display: block;
	color: #333;
	text-transform: uppercase;
	font-size: 10px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: .01em;
}

.meta .author {
	
}

.meta .categories {
	display: block;
}

.meta .date {
	margin-right: 0;
	overflow: hidden;
}

.meta .comments {
	position: absolute;
	right: 0;
	top: -24px;
}

.meta span a, .meta span a:visited, .meta span a:hover {
	color: #aaa;
	text-decoration: none;
}

.meta span a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Bottom Bar */

.bottombar {
	display: block;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 5px 0;
}

.bottombar span {
	display: block;
	float: left;
	padding: 3px 3px 3px 25px;
	background-repeat: no-repeat;
	background-position: center left;
	color: #333;
	height: 16px;
	margin: 0 20px 0 0;
}

.bottombar a, .bottombar a:visited, .bottombar a:hover {
	color: #333;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

.bottombar a:hover {
	color: #861300;
	text-decoration: underline;
}

.bottombar .continue {
	background-image: url(images/interface/page_text_16.png);
}

.bottombar .comments {
	background-image: url(images/interface/comment_16.png);
}

/* @end */

/* @group Continue Reading (more-link) */

a.more-link, a:visited.more-link, a:hover.more-link {
	display: none;
}

/* @end */

/* @group Author Bio */

.author-bio {
	clear: both;
}

.author-bio .avatar {
	float: left;
	margin-right: 15px;
}

.author-bio .information {
	float: left;
	width: 510px;
	padding: 10px 20px;
	background: #eee;
	border: #AAA 4px solid;
}

.author-bio .information h1 {
	font-size: 1em;
	font-weight: bold;
}

/* @end */

/* @group Thumbnail Image */

.section .post .thumbnail {
	float: left;
	display: block;
	width: 150px;
	margin-right: 30px;
}

.section .post .thumbnail img {
	width: 150px;
	height: auto;
}

.section .post .content {
	float: left;
	width: 580px;
}

/* @end */

/* @group Sociable */

.sociable {
	margin: 20px 15px;
	padding: 10px 0;
	border-top: 1px dashed #bbb;
	width: 315px;
	float: left;
	display: block;
}

.sociable .sociable_tagline {
	margin-bottom: 10px;
}

.sociable .sociable_tagline h2 {
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}

/* @end */

/* @group Related Posts */

.related-posts {
	float: left;
	width: 315px;
	margin: 16px 15px;
	padding: 10px 0;
	border-top: 1px dashed #bbb;
	display: block;
}

.related-posts h2 {
	font-size: 1em;
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}

.related-posts ul, .related-posts ol {
	margin-left: 18px;
}

.related-posts ul li, .related-posts ol li {
	list-style: disc;
}

.related-posts a, .related-posts a:visited, .related-posts a:hover {
	color: #333;
	font-weight: bold;
	font-family: Arial, sans-serif;
	font-size: .9em;
}

/* @end */

/* @group WP_Likes */

.wp_likes {
	padding: 10px;
	background: #eee;
	height: 25px;
}

.wp_likes img {
	float: left;
}

.wp_likes .text {
	display: block;
	float: left;
}

/* @end */

/* @end */

/* @group Post Levels */

.firstLevel, .secondLevel, .thirdLevel {
	width: 100%;
	height: auto;
	clear: both;
}

.secondLevel .post, .thirdLevel .post {
	float: left;
	margin-right: 30px;
}

.firstLevel .thumbnail {
	float: right;
	height: 320px;
	margin-left: 10px;
}

.firstLevel .thumbnail img {
	height: 320px;
	width: 320px;
}

/* @group First Level */

.firstLevel {
	
}

/* @end */

/* @group Second Level */

.secondLevel {
	font-size: 0.9em;
}

.secondLevel h1 {
	font-size: 1.6em;
}

.secondLevel .post {
	width: 315px;
}

/* @end */

/* @group Third Level */

.thirdLevel {
	font-size: 0.8em;
}

.thirdLevel h1 {
	font-size: 1.4em;
}

.thirdLevel .post {
	width: 200px;
}

/* @end */

/* @end */





/* @group Comment Styles */

#comments {
	
}

#comments h1 {
	letter-spacing: -1px;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

#newcomment h1 {
	font-size: 1.4em;
	font-weight: bold;
}

/* @group Comments */

#comments #commentlist li.comment {
	list-style-type: decimal;
	padding: 10px;
	border-bottom: 1px #eee solid;
	margin-bottom: 10px;
}

#comments #commentlist li.comment .comment-body {
	margin-left: 42px;
	position: relative;
}

#comments #commentlist li.comment .comment-body .comment-meta {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

#comments #commentlist li.comment .comment-body .comment-author {
	display: block;
	height: 32px;
	margin-bottom: 10px;
	margin-left: -42px;
}

#comments #commentlist li.comment .comment-body .comment-author .avatar, .FB_profile_pic {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	margin-right: 10px;
}

#comments #commentlist li.comment .comment-body .reply {
	display: block;
	height: 20px;
}

#comments #commentlist li.comment .comment-body .reply .comment-reply-link {
	float: right;
}

/* @end */

/* @group Comment Form */

#commentform {
	background: #eee;
	padding: 20px;
	margin: 10px 0px;
	width: 90%;
}

/* @end */

/* @end */

/* @group Pagination */

.pagination .previous, .pagination .next {
	width: 48%;
	display: block;
	margin: 0;
	height: 20px;
}

.pagination .previous {
	float: left;
	margin-right:  2%;
}

.pagination .next {
	float: left;
	margin-left: 2%;
}

.pagination.plain .next, .pagination.plain .previous {
	width: 100%;
	margin: 0 0 10px 0;
	float: none;
	display: block;
}

.pagination.plain .next {
	text-align: right;
}

/* @end */

/* @group Utility Classes */

.clearboth {
	height: 1px;
	clear: both;
}

/* @end */



/* @group WordPress Styles */

.wp-caption {

}

.wp-caption img {
	margin-bottom: 20px;
}

.wp-caption .wp-caption-text {
	padding: 5px 0;
	font-size: 0.9em;
	text-align: left;
}

/* @group Alignment */

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.aligncenter {
	text-align: center;
}

.aligncenter a {
	display: block;
	width: 100%;
}

.aligncenter a img {
	margin: 0 auto;
	display: block;
}



/* @group Post Navigation */

.navigation {
	display: block;
	width: 100%;
}

.navigation .alignleft {
	display: block;
	float: left;
	width: 50%;
}

.navigation .alignright {
	float: left;
	text-align: right;
	width: 50%;
}

/* @end */

/* @end */

/* @end */