/*
Theme Name: U of L GSA Sunshine
Theme URI: http://www.gsaulethbridge.ca/
Description: A custom theme built for the University of Lethbridge Graduate Students Association.
Version: 1.0
Author: Jeff Milner
Author URI: http://jeffmilner.com/
Tags: U of L, GSA, blue and yellow, fixed width, two columns, widgets

*/

@charset "utf-8";
/* CSS Document */

a:link {
	color:#1c4f9c; text-decoration:none;
	}
a:visited {
	color:#30F; text-decoration:none;
	}
a:hover {
	color:#FC0; text-decoration:underline;
	}
a:active {
	color:#666; text-decoration:underline;
	}
	
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

#main {

}
.container {
    margin:0 auto; 
    position:relative;
    width:950px;
}

#header {
	margin:0;
}

#masthead {
	background:url(images/masthead.png);
	background-repeat:no-repeat;
	height:176px;
	
}
#masthead h1, #masthead p.description{
    text-indent:-9999px;  
}
#masthead p.description {
	color:#fff;
}

ul#menu {
	background:url(images/menu.png) scroll 0 0;
	background-repeat:repeat-x;
	border-bottom:1px solid #fff;
	margin:0;
	padding:18px;
}

ul#menu li {
	border-left: 1px dotted #000;
	display:inline;
	padding: 0 15px 0;
}

ul#menu li#first {
	border-left: none;
}

ul#menu a {
	color:#000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

ul#menu a:hover {
	color:#600;
}

#sidebar {
	background:url(images/sidebar.png) scroll 0 0;
	background-repeat:no-repeat;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#404040;
	float:right;
	margin: 0 10px 0 0;
	padding: 0px;
	width:220px;
}
#sidebar a {
	font-size:13px;
}

#sidebar h2 {
}

#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul.sidebars ul {
	color:#1c4f9c;
	padding: 0 40px 0;
	list-style-type:disc;
}
#sidebar ul.sidebars ul li{
	padding: 0 15px 0 0;
}
#sidebar ul.sidebars li.widget {
	background:url(images/sidebar-head.png);
	background-repeat:no-repeat;
	list-style-type:none;
	margin:0;
	padding:0 5px 26px;
}
#sidebar ul.sidebars li {
	background:none;
	margin:5px 0 0;
	padding:0 0 0 10px;
}

h2.widgettitle {
	margin:0;
	padding:16px 10px 0;
}
#content {
	margin: 0 0 0 10px;
}
.post {
	background:url(images/post.png);
	background-repeat:no-repeat;
	border: 1px solid #fbf0a2;
	float:left;
	margin:5px 0 0;
	padding: 20px;
	width: 660px;
}
.post h2 {
}

/* Begin Images */
p img { max-width: 95%; }
img.nofloat, .smallattachment img, .attachment img, .entry img.wp-smiley { float: none; }

.entry img.wp-smiley {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
}

img.noborder {
  background: inherit;
  border: 0;
  padding: inherit;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

img.alignright{
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

.alignright { 
  float: right; 
}

.alignleft { 
  float: left 
}
/* End Images */

#footer {   
    background-image:url(images/footer.png);  
    background-repeat:repeat-x; 
	clear: both;
	color:black;
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    font-size:13px;  
	margin:20px 0 0;
	min-height:72px;
	padding:28px 0 0;
}

.footer_column {  
    float:left;  
    width:100px;  
    margin-right:30px;  
}  
#footer .long {  
    width:655px;  
}  
#footer h3 {  
    color:#000;  
    text-transform:uppercase;  
    font-size:13px;  
}  
.footer_column ul li, .footer_column ul {  
    list-style:none;  
    margin:0px;  
    padding:0px;  
}

#footer a:hover {
	color:#600;
}

.navigation {
	clear:both;
}
body {
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}