/*
Theme Name: Alpha Sigma Phi
Theme URI:
Description: A customized theme for the Delta Zeta Chapter of Alpha Sigma Phi
Version: 1.0
Author: Bryan Jones
Author URI:
Tags: custom

	This theme is a mashup of "Corporate", by  Ori Pearl; 
	"Light" by Elad Domb; and the standard wordpress theme.
	I've customized the template significantly for the Alpha Sigs' 
	blog. My thanks to Ori and Elad for giving me a place to start from!

*/


/*News Page -- Wordpress styles*/

#newsContent {
	width:550px;
	float:left;
	margin:20px 0px 0px 100px;
}

.post {
	margin-bottom: 40px;
	margin-top:10px;
}

#newsContent .post a {
	color:#F90;
}

#newsContent .post a:hover {
	color:#FFF;
	text-decoration:none;
}


/*Styles for Post Title and date*/
#newsContent .entry h2 {
	padding:5px 15px 0px 15px;
	margin:0px 0px 5px 0px;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
}

#newsContent .entry h2 a {
	font-size: 20px;
	letter-spacing: -1px;
}

#newsContent .entry .date {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	color: #aaa;
	padding-bottom: 5px;
	font-size:11px;
}



/*Styles for post info below title and date */
#newsContent .info {
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
}

#newsContent .info .cat {
	float: left;
	color: #aaa;
}

#newsContent .info .comments {
	float: right;
}

#newsContent .info .cat a {
	line-height: 26px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}

#newsContent .info .comments a {
	line-height: 26px;
	background: url(images/ico-comment.png) no-repeat;
	background-position: left center;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
}
#newsContent .clear {clear: both;}



/*Styles for Post content*/
#newsContent .content {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
}

#newsContent .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

#newsContent .content p {
	font-size: 12px;
	line-height: 1.6em;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

#newsContent .content .more-link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

#newsContent .content h1 {
	letter-spacing: -2px;
	font-size: 20px;
	color:#eeeeee;
}

#newsContent .content h2 {
	letter-spacing: -1px;
	font-size: 18px;
	color:#eeeeee;
}

#newsContent .content h3 {
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

#newsContent .content h4 {
	font-size: 14px;
	font-weight: bold;
}

#newsContent .content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

#newsContent .content h6 {
	font-size: 11px;
	font-weight: bold;
}


/* Styles for UL/OL lists */
#newsContent .content ol {padding-left: 20px;}
#newsContent .content ul {margin: 5px 80px 20px 5px;}
#newsContent .content ol {margin: 5px 5px 20px 5px;}
#newsContent .content ul ul {margin: 5px 5px 5px 5px;}
#newsContent .content ol ol {margin: 5px 5px 5px 5px;}

#newsContent .content ol li {
	line-height: 1.5em;
	color: #999;
	margin-bottom: 5px;
	font-size: 12px;
}

#newsContent .content ul li {
	line-height: 1.5em;
	color: #999;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}



/* Additional post tags */
blockquote {
	padding: 10px;
	padding-left: 40px;
	background: #f7fcea url(images/blockquote.png) no-repeat;
	background-position: 8px 8px;
	margin-bottom: 15px;
}

blockquote p {
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #7590a0;
}

blockquote * {
	font-family: georgia, arial;
	line-height: 1.5em;
	font-size: 12px;
	color: #7590a0;
}

ins {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

code {
	color: #999;
	font-family: verdana;
	font-size: 11px;
}


/* Styles for tags*/
#newsContent .tags {
	/*border-top: 1px solid #eee;*/
	font-weight: bold;
	line-height: 2em;
	color: #bbb;
	padding-left: 15px;
	padding-right: 15px;
	text-align: right;
	font-size: 11px;
}

#newsContent .tags a {
	font-weight: normal;
	color: #6792ab;
	text-transform:lowercase;
}

#newsContent .tags a:hover {
	color: #d6142c;
}

#newsContent .state {
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.5em;
}

#newsContent .state a {
	line-height: 1.5em;
}



/*Styles for navigation links*/
#newsContent .navigation {
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

#newsContent .navigation a {
	color:#333;
}

#newsContent .navigation a:hover {
	color: #d6142c;
	text-decoration:none;
}

#newsContent .navleft {
	float: left;
	width: 42%;
}

#newsContent .navright {
	float: right;
	width: 33%;
	text-align: right;
}

#newsContent .backToTop {
	float:left;
	margin:auto;
}
/***************************************************/




/***************************************************/
/*           Commenting System CSS        */
#combox {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

h3#respond {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ddd;
}

h3#comments {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #ddd;
}

ol.commentlist {
	list-style-type: none;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

ol.commentlist li {
	padding: 20px;
	margin-top: 20px;
}

ol.commentlist li.alt {
	padding: 20px;
	margin-top: 20px;
}

.avatar {
	float: left;
	display: inline;
	width: 32px;
}

.avatar img {	border: 3px solid #ddddd4}

.commentbody {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 410px;
}

.commentbody em {
	font-size: 11px;
}

/***************************************************/
p.comment_author, p.comment_author a {
	font-weight: bold;
	color: #999;
	font-size: 11px;
}

p.comment_author a:hover {
	font-weight: bold;
	color: #ff9000;
}

p.comment_time {
	line-height: 1.5em;
	color: #999;
	font-size: 11px;
	font-family: tahoma;
}

.comment_text {
	line-height: 1.5em;
	color: #dddddd;
	margin-top: 15px;
	font-size: 11px;
}

/***************************************************/

.reply form {
	width: 488px;
}

.reply p {
	margin-top: 10px;
	font-size: 11px;
}

.reply fieldset {
	vertical-align: middle;
	display: inline;
	border-style:none;
}

.reply input {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.reply textarea {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
}

.reply label {
	vertical-align: middle;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	font-family: tahoma;
	margin-left: 10px;
}

.replytext {
	border: 1px solid #999;
	width: 200px;
	padding: 5px;
	color: #366799;
}

.replytext:focus {
	background: #fffff9;
}

.replyarea {
	line-height: 1.5em;
	padding: 5px;
	width: 470px;
	height: 120px;
	color: #366799;
}

.replyarea:focus {
	background: #fffff9;
}

.replybutton {
	text-align: center;
	width: 100px;
	height: 25px;
	font-weight: bold;
	color: #366799;
	cursor: pointer;
}
/***************************************************/
/* ------------- end commenting system -------------*/





/* Styles for Search Results*/
.result {
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	margin:30px 0px 30px 0px;
}

.result h3 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	padding:0;margin:0;
	line-height: 1em;
}

.result h3 a {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: -1px;
	padding:0;margin:0;
	line-height: 1em;
}

.result .rdate {
	float: left;
	line-height: 2em;
	color: #aaa;
}

.result .rcomment {
	float: right;
	line-height: 1.5em;
	color: #aaa;
	font-weight: bold;
}

.result .rcomment a {
	color: #366799;
}

.result .rcomment a:hover {
	color: #ff9600;
}

.result .rsummary {
	line-height: 1.7em;
}

.result .rsummary p {
	font-size: 12px;
	margin:0;
	padding:0;
}

.result .rcat {
	float: left;
	line-height: 2em;
	color: #aaa;
}

.result .rcat a {
	color: #999;
	font-weight: bold;
}

.result .rcat a:hover {
	color: #ff9600;
}

.result .rtags {
	float: right;
	line-height: 2em;
	color: #aaa;
}

.result .rtags a {
	color: #999;
	text-transform: lowercase;
}

.result .rtags a:hover {
	color: #a2d700;
}



/*Blog Navigation links (back to top, etc) */
.navigation
{
	margin: 0px 5px 40px 5px;
}

#posts .navleft a, #posts .backToTop a, #posts .navright a
{
	text-decoration: none;
	color:#f90;
}

.navigation img
{
	margin-right: 5px;
}



/*Sidebar Styles*/
/***************************************************/
#sidebarWrapper {
	float: right;
	width: 200px;
	margin:20px 20px 0px 0px;
}

#sidebarWrapper .sidebar {
	width: 200px;
	margin-right: 0px;
	font-size: 11px;
}

#sidebarWrapper .sidebar a {
	color:#f90;
}

#sidebarWrapper .sidebar a:hover {
	color:#eeeeee;
	text-decoration:none;
}

#sidebarWrapper .sidebar ul {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#sidebarWrapper .sidebar ul li h2 {
	border-bottom: 1px solid #eeeeee;
	margin-top: 20px;
	display: block;
	width: 200px;
	height: 22px;
	color: #dddddd;
	line-height: 22px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 13px;
	margin-bottom: 5px;
}

#sidebarWrapper .sidebar ul li div {
	padding: 10px;
	line-height: 1.4em;
	font-size: 11px;
}

.sidebar ul li ul li {
	display: block;
}

.sidebar ul li ul li a {
	display: block;
	color: #366799;
	line-height: 1.4em;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 1px;
}

.sidebar ul li ul li a:hover {
	
}
/***************************************************/

.searchform #searchbox
{
	float: right;
	background: #f1f1f1;
	border: solid 1px #999;
	width: 173px;
	height: 14px;
	font-size: 11px;
	margin-top:40px;
}

.searchform #searchbutton
{
	float:right;
	height: 18px;
	width: 18px;
	margin: 40px 20px 0px 6px;
	border: none;
	cursor: pointer;
	background:url(images/searchbutton.png) top left no-repeat;
}



/*End News Page Styles*/

