/* @override http://localhost/cuirf/lib/css/global.css */

/*
 * Global styling for the CUIRF website.
 * Design techniques intellectual property of Zachariah Sheppard.
 * Website (C) 2008 of CUIRF.
 */
*{
	margin: 0;
	padding: 0;
	font-weight: lighter;
	font-size: 100%;
}
body {
	font-size: 90%;
	color: #333333;
	background-image: url(../images/styling/bg.png);
	background-repeat: repeat;
	background-color: #143056;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	background-position: 0px 0px;
	background-image: url(../images/styling/header_bg.png);
	background-repeat: repeat-x;
}
#branding {
	background-image: url(../images/styling/globe_header.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
#title {
	margin: 0 auto;
	width: 514px;
}
#title * {
	padding: 25px 0;
}
#title h2 {
	font-size: 120%;
	color: #ccccff;
}
#title h1 {
	letter-spacing: 2px;
	font-size: 190%;
	color: #ffffff;
}
#navbar {
	background-position: 0px 0px;
	background-image: url(../images/styling/nav_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 30px;
	overflow:hidden;
}
#navbar ul {
	width: 550px;
	height: 30px;
	margin: 0 auto;
}

#navbar li {
	display:inline;
	float:left;
	width:100px;
	text-align:center;
	margin-right: 10px;
}

#navbar .unselected {
	background-image: url(../images/styling/nav_unsel.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#navbar li a:hover {
	background-image: url(../images/styling/nav_hov.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-decoration: none;
}
#navbar .selected {
	background-image: url(../images/styling/nav_sel.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#navbar li a {
	display: block;
	font-size: 90%;
	padding-top:5px;
	height:30px;
	color: #ffffff;
	float: left;
	width:100%;
}
#page {
	width: 800px;
	background-color: #ffffff;
	margin: 0 auto 15px;
	padding: 12px;
}

#sidebar {
	width: 200px;
	float: right;
}
#sidebar ol, #sidebar ul {
	list-style: none;
}
#sidebar .section {
	padding: 10px;
}

#sidebar #subscribe {
	text-align: center;
}
#sidebar #subscribe .textbox {
	margin-bottom: 3px;
	padding:3px;
	font-size:90%;
	color: #777777;
}
#sidebar #subscribe .button {
	margin-top: 7px;
}

#sidebar #events ul li {
	margin-bottom: 8px;
	width: 150px
}
#sidebar #events .event_date {
	font-style:normal;
	color: #666666;
	font-size: 90%;
	float: left;
	width: 25px;
	text-align: right;
}
#sidebar #events a {
	margin-left: 30px;
	padding-left: 5px;
	width: 100%;
	display: block;
	border-left: 1px solid #666666;
}

#content {
	padding-left: 5px;
	width: 580px;
	float: left;
}
#content h2 {
	color: #003366;
	font-size: 125%;
}

#footer {
	width: 100%;
	text-align: center;
}
#footer h6 {
	color: #999999;
	font-weight: normal;
	font-size: 85%;
}

.center {
	margin: 0 auto;
	text-align: center;
}
.clear {
	float: none;
	width: 100%;
	height: 1px;
	clear: both;
}
.box {
	border-width: 1px;
	
	border-color: #bebebe;
	
	border-style: solid;
	
	background-color: #fafafa;
}
.box h3 {
	padding: 5px 0px 0px;
	font-size: 105%;
	height: 25px;
	background-position: 0px 0px;
	background-image: url(../images/styling/box_header.png);
	background-repeat: repeat-x;
	background-color: #555555;
	color: white;
	width: 100%;
	text-align: center;
}

.date {

	font-style: italic;

}

hr {
	border:0;
	width:100%;
	margin: 12px auto;
	color: #bebebe;
	background-color: #bebebe;
	height:1px;
}

.post {
	margin: 7px 10px 8px;
}
.post .post_title {
	height: 20px;
	width: 100%;
}
.post .post_title h3 {
	float: left;
	font-size: 110%;
	color: #003399;
}
.post .post_title h4 {
	font-size: 90%;
	float: right;
}
.post .post_body {
	padding: 4px 10px;
	font-size: 90%;
	vertical-align: middle;
}
.post .post_body img {
	width: 75px;
	height: 75px;
	float: right;
	padding-left: 6px;
}

#content .featured {
	width: 100%;
	margin: 15px 0 10px;
	text-align: center
}
#content .featured img {
	width: 90%;
	margin: 2px auto;
}
#content .featured .caption {
	color: #666666;
	font-size: 85%;
	font-style: italic;
	text-align: center;
	width: 100%;
}

#content .calendar {
	width: 100%;
	text-align: center;
	margin: 5px 0;
}

/*
 * Index.html specific styling for the CUIRF website.
 * Design techniques intellectual property of Zachariah Sheppard.
 * Website (C) 2008 of CUIRF.
 */

#content #welcome #logo {
	float: left;
	margin-top: 30px;
}
#content #welcome #welcome_block {
	width: 465px;
	float: right;
}
#content #welcome #welcome_block p {
	line-height: 115%;
	color: #777777;
	font-size: 95%;
	padding-top: 2px;
	padding-left: 3px;
	text-align: justify;
}
#content #featured_event #featured_header {
	height: 25px;
}
#content #featured_header h2 {
	font-size: 110%;
	float: left;
}
#content #featured_header h3 {
	padding-top: 3px;
	font-size: 95%;
	float: right;
}
#content #featured_event #description {
	font-size: 90%;
	margin: 0 9px;
}