/* Chi Alpha Clemson URI: http://www.xaclemson.com/ Description: A stylesheet for Chi Alpha's Clemson campus, as well as other campuses in South Carolina. Version: 0.1 Author: Brent Levesque  Author URI: http://www.brentlevesque.com/ Author Contact: blevesq@clemson.edu*//* Colours Used #bf301d - Red #edbd3d - Golden/Yellow #eeeeee - Light Grey #cccccc - Medium Grey*//* Begin Typography & Colours */body {/*	background-attachment: fixed; */	background-color: #cccccc;	background-image: url('../images/bgcolour_y.png');	background-repeat: repeat-x;	color: #000000;	font-family:  'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial, Sans-Serif;	font-size: 87.5%; /* Sets 1em to equal 14px */	text-align: left;	}h1, h2, h3 {	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial, Sans-Serif;	font-weight: bold;	}h1	{	color: #000000;	display: block;	font-size: 1.6em;	margin-left: -10px;	text-align: left;	}h2	{	color: #bf301d;	font-size: 1.25em;	font-variant: small-caps;	margin-bottom: 0;	text-align: left;	}h3	{	color: #bf301d;	font-size: 1.1em;	font-variant: small-caps;	margin-bottom: 0;		text-align: left;	}a	{	color: #edbd3d;	}a:hover {	text-decoration: underline;	}div#footer a {	color: #000000;	text-decoration: underline;	}div#footer a:hover {	color: #bf301d;	}/* End Typography & Colours *//* Begin Structure */body {	border: 0;	margin: 0;	padding: 0; 	}div#content {	overflow: adopt; background-color: transparent;	background-image: url('../images/contentbg.png');	background-repeat: repeat-y;	display: block;	border: 0;	margin-left: auto;	margin-right: auto;	margin-top: 25px;	padding: 0 30px 20px 30px;	width: 740px;
  position: relative;}div#footer {	background-color: transparent;	background-image: url('../images/footerbg.png');	background-repeat: no-repeat;	border: 0;	display: block;	font-size: .75em;	margin: -20px auto 20px auto;	padding: 35px 30px 15px 30px;	text-align: center;	width: 740px;
  position: relative;}/* div#menu {	background-color: #FFFFFF;	background-image: url('../images/topbar_menu_y.png');	display: block;	border: 0;	margin: 0 -30px 0 -30px;	padding: 0;	height: 50px;	width: 800px;}*//* End Structure *//* Begin Images */img#header {	display: block;	padding: 0;	margin: 0 -30px 0 -30px;	height: 125px;	width: 800px;	z-index: -1;	}/*	Using 'class="alignright"' on an image will align the image to the right. And using 'class="centered"' will of course center the image. This is much better than using 'align="center"', being much more futureproof (and valid) */img.centered {	display: block;	margin-left: auto;	margin-right: auto;	}img.alignright {	padding: 0;	margin: 0 0 0 0;	display: inline;	}img.alignleft {	padding: 0;	margin: 0 0 0 0;	display: inline;	}.alignright {	float: right;	}.alignleft {	float: left	}/* End Images *//* Begin Lists	Special, stylized non-IE bullets don't work in Internet Explorer, but merely default to normal bullets. */ul	{	list-style: none;	margin: 0 0 0 -15px;}ul ul	{	list-style-image: url('../images/bullet_r.png');	margin-left: 0px;}ul#menu {	background-image: url('../images/topbar_menu_y.png');	background-repeat: no-repeat;	background-color: transparent;	display: block;	border: 0;	list-style: none;	margin: 0 -30px 0 -30px;	padding: 0 10px 0 10px;	height: 50px;	width: 780px;
  font-family: tahoma;
  padding-left: 30px;	}ul#menu>li {	color: #cccccc;	display: block;	float: left;	font-size: 1.2em;	font-weight: normal;		z-index: 1;
  
  border-right: 1px solid #333333;
  text-align: center;	}
  
ul#menu>li a {
  display: block;
  background-color: transparent;
  text-decoration: none;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-left: 10px;
  padding-right: 10px;
}

ul#menu li#xa_campus {
  padding-top: 14px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
  body#staff li#staff a,body#mainstream li#mainstream a,
body#cellgroups li#cellgroups a,
body#events li#events a,
body#videos li#videos a,
body#pictures li#pictures a {	background-color: transparent;
  border-bottom: 5px solid #edbd3d;	color: #edbd3d;}body div#content ul#menu>li a:hover {
  color: #edbd3d;
  border-top: 5px solid #edbd3d;
  border-bottom: 5px solid #edbd3d;
  padding-top: 8px;}

ul#scxa_menu {
  font-size: .9em;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 480px;
  top: 10px;
}

ul#scxa_menu li {
  display: inline;
  padding: 5px;
  margin: 0px;
}

ul#scxa_menu a {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}

ul#scxa_menu a:hover {
  color: #edbd3d;
  text-decoration: underline;
}

dt {
  font-weight: bold;
}/* End Entry Lists *//* Begin Form Elements */	/* This section will be used if we need forms in the future... until then, this is all there is. *//* End Form Elements *//* Begin Various Tags & Classes */blockquote {	background-color: #eeeeee;	border-left: 5px solid #edbd3d;	color: #000000;	margin: 15px 30px 5px 30px;	padding: 10px;	padding-left: 20px;	text-align: justify;	}.center {	text-align: center;	}a img {	border: none;	}/* End Various Tags & Classes*/
cite {display: block; right: 0; font-weight: bold; text-decoration: none;}