/*   
Theme Name: Kappa Alpha Zeta Mu
Theme URI: http://uwka.com/
Description: Custom design for Zeta Mu
Author: Gavin Elster
Author URI: http://www.facebook.com/gavin.elster
Version: 1.8
*/


/* -------------------Non-Page Content------------------- */
body {
	font-family: Helvetica, Verdana, sans-serif;
	margin: 0;
	margin: 50px auto 70px auto;
	background: rgb(120,0,0) url(img/bg.jpg);
	background-repeat: repeat-x;
	color: rgb(30, 30, 30);
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0; /*Ridiculous that I have to do this*/
}


.container { /*Everything*/
	background-color: rgb(71,1,1);
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 5px 20px rgb(40,0,0);
	-moz-box-shadow: 0px 5px 20px rgb(40,0,0);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.maincontent { /*Page content*/
	background-color: rgb(247,247,247);
	min-height: 450px;
	padding-left: 60px;
	padding-right: 80px;
	padding-top: 25px;
	margin-right: 0px;
	-webkit-box-shadow: -5px 5px 10px rgba(20,20,20,.5);
	-moz-box-shadow: -5px 5px 10px rgba(20,20,20,.5);
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 5px;
}

/* ----------------------Header----------------------- */
.header{
	height: 210px;
}

.header h1 {
	color: white;
	display: none;
	padding: 60px;
	vertical-align: middle;
}	

/* -----------------------Footer----------------------- */
.footer {
	color: rgba(255,255,255,.2);
	text-align: right;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding-right: 7px;
	min-height: 40px;
}

.footer a {
	color: rgba(255,255,255,.4);
}
.footer a:hover {
	color: rgba(255,255,255,.6);
}
#footer_default {
	position: relative;
	top: 20px;
	clear: left;
}
/* -----------------------Sidebar----------------------- */
.sidebar {
	color: white;
	padding: 0px 5px 0px 15px;
	margin-top: 50px;
}

.sidebar a {
	color: white;
	font-size: 8pt;
	line-height: 20px;
	padding-left: 8px;
	text-shadow: 0px -1px 1px rgba(0,0,0,.5);
}

#accordion {
	margin-bottom: 40px;
}

.sidebar > div > h4 {
	border: 1px solid rgb(60,0,0);
	background: #61000a url(../../plugins/accordion/jquery/theme/images/990008_40x100_textures_04_highlight_hard_30.png) 0 50% repeat;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius: 8px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 0px;
	padding: .5em;
	padding-left: 1em;
	color: white;
	text-shadow: 0px -1px 1px rgba(0,0,0,.5);
}	
	
.sidebar > div > ul {
	border: 1px solid rgb(60,0,0);
	border-top: 0;
	background: #61000a url(../../plugins/accordion/jquery/theme/images/61000a_40x100_textures_08_diagonals_thick_5.png) 0 0 repeat;
	display: block;
	font-size: 1em;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 0px;
	width: 138px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius: 5px;
}

.sidebar > div > ul a {
	color: rgb(240,240,240);
	text-shadow: none;
}

/* ----------------------Text Styles--------------------- */

h1 {
	text-shadow: 0px -1px 1px rgba(0,0,0,.6);
	color: rgb(100,0,0);
	font-weight: bold;
	font-size: 36pt;
	margin-top: 20px;
	border-bottom: 1px solid rgb(200,200,200);
}

.maincontent p {
	font-size: 10pt;
	color: rgb(40,40,40);
}

.center {
	text-align: center;
	float: none;
	margin: auto;
}

.button, .postedit a {
	background-color: rgb(100,0,0);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: white;
	padding: .2em .5em;
	background-image: url(img/bar_active.png);
	text-shadow: 0px -1px 1px rgba(0,0,0,.5);
	font-weight: bold;
	background-position: 0 center;
	background-repeat: repeat-x;
	border: solid 1px rgb(100,0,0);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.button:hover, .postedit a:hover {
	color: white;
	text-decoration: none;
	-webkit-box-shadow: 0px 0px 7px rgba(200,0,0,.7);
	-moz-box-shadow: 0px 0px 7px rgba(200,0,0,.7);
}

.button:active, .postedit a:active {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.button a {
	color: white;
}

.button a:hover {
	text-decoration: none;
}

/* ----------------------Accordion----------------------- */
#current_page {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 8px .2em;
	font-weight: bold;
	padding-left: 19px;
}

#current_page:hover {
	text-decoration: none;
}

.ui-accordion div, .sidebar {
	font-family: 'Lucida Grande', Helvetica, Verdana, sans-serif;
}

.ui-accordion-header a {
	font-weight: bold;
}

.ui-accordion-content a {
	text-shadow: none;
}

.ui-accordion-content a:hover {
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right .2em;
	padding-right: 1em;
	text-decoration: none;
	text-shadow: none;
}

#current_parent .ui-accordion-header a:hover {
	background: url(img/arrow_right.gif) 95% center no-repeat;
}

#current_parent .ui-accordion-header a,  #current_link .ui-accordion-header a, #current_parent .selected a:hover {
	background: url(img/current.gif) 95% center no-repeat;
}

/* -------------------------Tabs------------------------- */
ul.postTabs li a {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

/* ---------------------Image Styles--------------------- */

.gallery img {
	border: 1px solid #CFCFCF;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.frame-outer.aligncenter {
	text-align: center;
}

.frame-outer span {
	display: inline-block;
	background: url(img/frame-top-left.jpg) no-repeat left top;
}

.frame-outer span span {
	background: url(img/frame-bottom-left.jpg) no-repeat left bottom;
}

.frame-outer span span span {
	background: url(img/frame-top-right.jpg) no-repeat right top;
}

.frame-outer span span span span {
	background: url(img/frame-bottom-right.jpg) no-repeat right bottom;
	padding: 32px;
	min-width: 150px;
	min-height: 150px;
	text-align: center;
	overflow: hidden;
}

.frame-outer.smallframe.alignleft {
	margin-right: 10px;
}

.frame-outer.smallframe.alignright {
	margin-left: 10px;
}

.frame-outer.smallframe span {
	background: url(img/frame-top-left-small.jpg) no-repeat left top;
}

.frame-outer.smallframe span span {
	background: url(img/frame-bottom-left-small.jpg) no-repeat left bottom;
}

.frame-outer.smallframe span span span {
	background: url(img/frame-top-right-small.jpg) no-repeat right top;
}

.frame-outer.smallframe span span span span {
	background: url(img/frame-bottom-right-small.jpg) no-repeat right bottom;
	padding: 10px;
	min-height: 38px;
	min-width: 38px;
}

.frame-outer span span span span span {
	background: none;
}

.frame-outer span span span span .wp-caption-text {
	color: rgb(70,70,70);
	margin-top: 3px;
	margin-bottom: -7px;
}


/* ---------------------Members Page--------------------- */
.user {
	clear: left;
	float: left;
	border: 1px solid rgb(200,200,200);
	padding: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: 610px;
}

.biophoto {
	float: left;
	width: 120px;
	margin-right: 20px;
	margin-top: 20px;
}

.biophoto .photo {
	background-position: center center;
	background-repeat: no-repeat;
	height: 150px;
	width: 105px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-right: 1px solid rgb(220,220,220);
	border-bottom: 1px solid rgb(220,220,220);
	border-left: 1px solid rgb(200,200,200);
	border-top: 1px solid rgb(200,200,200);
}

.bio {
	float: left;
	width: 445px;
}

.bio .name {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 20pt;
	line-height: 22pt;
}

.bio .status {
	font-weight: normal;
	font-size: 11pt;
	line-height: 12pt;
}

.bio .email, .bio .facebook {
	font-size: 9pt;
	line-height: 15px;
}

.bio .email {
	font-weight: normal;
	margin-right: 6px;
}

.bio .facebook {
	font-weight: normal;
	padding:2px 22px 2px 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(img/facebook.gif);
}

.bio .info {
	margin-top: 1em;
}

.bio .info td {
	padding: 0;
}

.bio .info td.about {
	padding-top: 1em;
	line-height: 1.5em;
}

.bio .info_desc {
	line-height: 1em;
	text-transform: lowercase;
	width: 6em;
	color: #7d7d7d;
	padding: 0;
	padding-right: .5em;
	padding-top: .1em;
}


/* -------------------------Posts------------------------- */

.post {
	border-bottom: dashed 1px rgb(200,200,200);
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.post:hover .postedit a, .user:hover .postedit a {
	visibility: visible;
}

.postheader > h3 {
	margin-bottom: 0px;
	line-height: 36px;
	vertical-align: middle;
}

.postheader > h3 > a {
	font-weight: bold;
	font-size: 20pt;
	color: rgb(100,0,0);
}

.postheader > h3 > a:hover {
	text-decoration: none;
	border-bottom: dotted 1px;
}

.postedit a {
	float: right;
	font-size: 8pt;
	visibility: hidden;
	line-height: 10pt;
}

.newpost {
	float: right;
	font-size: 11pt;
	font-weight: bold;
	margin-left: 10px;
}

.postfooter, .comment-meta {
	font-size: 8pt;
	color: rgb(100,100,100);
}

.postcomments {
	font-size: 10pt;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	background-image: url(img/comment.gif);
	float: right;
}

.postcomments a {
	color: rgb(100,0,0);
}

.comment {
	background-color: rgb(255,255,255);
	border-top: dotted 1px rgb(200,200,200);
	clear: right;
	padding: 15px;
}

.comment.even {
	background-color: rgb(247,247,247);
}

.comment p, #comment {
	font-family: Georgia;
	font-size: 11pt;
}

#comments-system, #comment {
	width: 500px;
}

#respond {
	margin-top: 20px;
}

.comment-author {
	font-size: 12pt;
}

.comment-text {
	margin-left: 65px;
}

.comment:hover .comment-edit-link {
	visibility: visible;
}

.comment-edit-link {
	visibility: hidden;
}

.comment-meta {
	padding-left: 15px;
}

.comment-navigation {
	margin: 10px 0px;
	height: 12px;
}

.navigation-footer {
	border-top: dotted 1px rgb(200,200,200);
	margin-top: 0px;
}

.commentlist {
	list-style-type: none;
	margin: 0;
}

.commentphoto {
	float: left;
	width: 50px;
	margin: 0px;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.navigation {
	font-size: 12pt;
	background-color: white;
	border: solid 1px rgb(230,230,230);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.navigation a {
	border-bottom: dotted 1px rgb(100,0,0);
	text-decoration: none;
}

.navigation a:hover {
	color: black;
}

.postauthor {
	color: black;
}

.more-link, .more-link p, .navigation a{
	color: rgb(100,0,0);
	font-weight: bold;
}

.postdate {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 39px;
	text-align: left;
	font-size: 11px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	text-align: center;
}

.postmonth {
	font-size: 11px;
	text-transform: uppercase;
	background-position: 0 center;
	background-repeat: repeat-x;
	color: white;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	background-color: rgb(100,0,0);
	background-image: url(img/bar_background.png);
	text-shadow: 0px -1px 1px rgba(0,0,0,.5);
	font-weight: bold;
	padding: 1px;
	line-height: 12px;
}

.postday {
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top: solid 1px rgb(100,100,100);
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	height: 20px;
	border: solid 1px rgb(200,200,200);
	border-top: none;
}