/* @override http://isours.org/cgsa/wp-content/themes/cgsa-wordpress-spring2009/style.css */

/* @override http://isours.org/cgsa/wp-content/themes/cgsa-wordpress-spring2009/style.css */

/* @override http://isours.org/cgsa/wp-content/themes/cgsa-wordpress-spring2009/style.css */

/*
Theme Name: CGSA
Theme URI: http://cgsa.isours.org/
Description: Customized CGSA layout.
Version: 1.0
Author: Rebecca K. Ivic
Author URI: http://rebeccaivic.com/
Tags: custom header, custom footer, purdue, CGSA, purdue cgsa
*/

body {
	font: 12px verdana, sans-serif;
	background: #0e0012 repeat-x;
	margin: 0;
	padding: 0;
}

/* -----.....................LAYOUT */

#wrapper {
	width: 900px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 0;
}
#header {
	 width: 900px;
	 height: 147px;
	 background: #fff url(title2.jpg) no-repeat;
	margin-bottom: 0;
	padding-bottom: 0;
}
#leftcolumn { 
	 color: #333;
	 float: left;
	 width: 200px;
}
#rightcolumn {
	padding: 27px 25px 25px;
	letter-spacing: .5px;
	width: 550px;
	float: right;
}
#footer { 
	 width: 900px;
	 clear: both;
	 color: #333;
	 background: url(footerbg.jpg) repeat;
	 margin: 0px 0px 10px 0px;
	 padding-top: .1px;
	padding-bottom: 25px;
}

/* -----.....................FONT STYLES */

h1 {
	color: #737373;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	border-bottom: 1px solid #d7d7d7;
}

h2 {
	color: #5d2840;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	border-bottom: 1px solid #f0f0f0;
}

p {
	line-height: 20px;
	color: #2e2e2e;
}

/* -----.....................POSTING STYLES */

.post h1 a {
	color: #737373;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	border-bottom: 1px solid #d7d7d7;
	text-decoration: none;
}

.post h1 a:hover {
	color: #737373;
	font: 20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	border-bottom: 1px solid #d7d7d7;
	text-decoration: none;
}

.post a {
	color: #505050;
	text-decoration: underline;
}

.post a:hover {
	height: 35px;
	color: #000;
	text-decoration: underline;
}

.post b {
	color: #535353;
}

/* -----.....................QUICK LINKS */

#quicklinks {
	width: 900px;
	height: 35px;
	padding-bottom: 3px;
	padding-top: 1px;
	background-color: #000;
}

#quicklinks ul {
}

#quicklinks li {
	list-style: none;
	display: inline-block;
	float: right;
	font-size: 10px;
	margin-right: 15px;
	margin-top: 2px;
}

#quicklinks a {
	display: block;
	font-weight:normal;
	color: #e4dfff;
	letter-spacing: 0;
	text-decoration: none;
	margin-left: 10px;
}
#quicklinks a:hover {
	color: #919090;
	text-decoration: underline;
}

/* -----.....................MENU 1 */

#menuitems1 {
	background-color: #d8d8d8;
	width: 900px;
	height: 35px;
	padding-top: 1px;
}

#home_menu ul {
}

#home_menu li {
	list-style: none;
	font-size: 10px;
	margin-top: 1px;
	display: inline;
	float: right;
}

#home_menu a {
	color: #505050;
	text-decoration: none;
	margin-right: 15px;
}

#home_menu a:hover {
	list-style: none;
	height: 35px;
	color: #000;
	text-decoration: underline;
}

/* -----.....................NAVIGATION */

#menu {
	list-style: none;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
	font-family: verdana, sans-serif;
	letter-spacing: 1.8pt;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 10px;
}

#menu p {
	color: #630032;
	font-size: 16px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 4px;
}
#menu li {
}
#menu li a {
	color: #060606;
	font-size: 12px;
	display: block;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding: 2px;

}
#menu a:hover {
	color: #af6900;
}

/* -----.....................FOOTER */

.footerstripe {
	background: url(footer-stripe-bg.jpg) repeat-x;
	width: 900px;
	height: 26px;
}

.footer_logo {
	padding-top: 18px;
	padding-left: 15px;
	font-size: 10px;
	float: left;
	width: 395px;
}

.footer_logo2 {
	font-size: 10px;
	margin-left: 420px;
	margin-top: 25px;
	border-left: 1px solid #b8b8b8;
}

.footer_logo2 b {
	color: #1d0026;
}

.footer_logo2 ul {
	padding-left: 7px;
}

.footer_logo2 li {
	list-style-type: none;
	line-height: 14px;
	color: #727272;
}

/* -----.....................OTHER ITEMS */

#line {
	border-bottom: 1px solid #b9b9b9;
	width: 500px;
	margin: 20px auto;
}