/*  
Theme Name: Students Against Sweatshops
Theme URI: http://sas.34sp.com
Description: First template
Version: 1.0
Author: Sofie Buckland
Author URI: http://www.volsunga.co.uk
*/

/* -------------------- Body and Page Layout ----------------------- */

.postline {
background-color: #ff0000;
height: 1px;
width: 525px;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
margin-bottom: 20px;
}

body {
  background: #666;
  background-repeat: repeat-x;
  background-attachment: fixed;
  color:#333333;
  margin: 0;
  padding: 0;
  text-align: center; 
}


#rap {
  width: 750px;
  background: #fff;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  text-align: left;
}


#masthead {
  margin: 0;
  padding: 0px;
  height:120px;
  background-image:  url(http://static.flickr.com/41/78995767_7243e9e9f3_o.jpg);
  border-bottom: 1px solid #000000;
  }
  
#topmenu {
	width:750px;
	background-color: #ff0000;
	height: 25px;
	border-bottom: 1px solid #000000;
	}



#content {
  float: left;
  width: 545px;
border-right: 1px solid #ff0000;
}


#menu {
  padding-top:0px;
  padding-right:10px;
  padding-left:5px; 
  float: right;
  width: 185px;
}

#clearer {
  clear: both;
  margin: 0;
  padding: 0;
}

#footer {
  margin-bottom: 0;
  background: #ff0000;
  height:30px;
  border-bottom:1px solid #000;
  border-top: 1px solid #000000
}

/*------styling the posts---------*/

.storycontent {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	margin: 10px;
	}
	
.storycontent h2 {
	font-family: Trebuchet, Helvetica, sans-serif;
	font-size: 16px;
	color: #ff0000;
	}
	
.storycontent a {
	color: #ff0000;
	text-decoration: none;
	}
	
.storycontent a:hover {
	text-decoration: none;
	color: #333;
	}
	
/*-----styling the sidebar--------*/

.nav {
	padding-left: 5px;
	}
	
.nav p {
	font-family: Trebuchet, Helvetic, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	}

.nav h2 {
	font-family: Trebuchet, Helvetic, sans-serif;
	font-size: 14px;
	color: #333333;
	}
	
.nav a {
	font-family: Trebuchet, Helvetic, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ff0000;
	}
	
.nav a:hover {
	font-family: Trebuchet, Helvetic, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	}

.nav h1 {
font-family: Trebuchet, Helvetic, sans-serif;
	font-size: 12px;
	color: #ff0000;
font-weight: strong;
}
	
#footer {
	font-family: Trebuchet, Helvetic, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}

#footer a {
	font-family: Trebuchet, Helvetic, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #6699FF;
	}
	
#footer a:hover {
	font-family: Trebuchet, Helvetic, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	}
	
#topmenu {
	text-align: center;
	padding-top: 5px;
	}

#topmenu a {
	font-family: Trebuchet, Helvetic, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	}
	
#topmenu a:hover {
	font-family: Trebuchet, Helvetic, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	text-align: center;
	}
	

