/*  
Theme Name: unsaturated
Theme URI: http://unsaturated.com/projects/wordpress-theme
Version: 1.0
Author: Matthew Crumley
Author URI: http://www.unsaturated.com

	unsaturated v1.0
	 http://unsaturated.com/projects/wordpress-theme

	For more information on the unsaturated theme, please
	go to http://unsaturated.com and follow the links.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
  font-family: "Trebuchet MS","Arial", "Tahoma", "Verdana", "Corsica", "Sans-Serif";  
  /*background-image: url('images/the_unbw_ltblue.png'); */	
  margin: 0px 0px 0px 0px;
  background-repeat: repeat-y;
  }
  
.main-wrapper {
  width: 850px ;
  margin-left: auto ;
  margin-right: auto ;
}

.content-wrapper{
	position: relative;
	background-color: #fff;
	width: 566px;
	padding: 10px 6px 0px 0px;
}
	
.content {
	position: absolute;
	background-color: #fff;
	font-size: 10pt; 
	color: black;
	font-weight: normal;
	font-style: normal;
	margin-left: 15px;
	padding: 10px 6px 0px 0px;
	width: 565px;
	text-align: justify;
	}

.alt {
	background-color: #E9F0FD;
	border: 1px solid #ddd;
	padding: 2px;
	}
	
.info {
	border-bottom: 1px solid #ddd;
	}

#friendfeed {
	border: 0px !important
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: "Trebuchet MS","Arial", "Tahoma", "Verdana", "Corsica", "Sans-Serif";  
	font-weight: bold;
	}

.content em {
   font-weight: normal;
   font-style: italic;
}

#sidebar h2 {
	font-family: "Trebuchet MS","Arial", "Tahoma", "Verdana", "Corsica", "Sans-Serif";  
	font-size: 1.2em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "Trebuchet MS","Arial", "Tahoma", "Verdana", "Corsica", "Sans-Serif";  
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font-family: "Courier New", "Courier", "Fixed";
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	color: #6C6C6C;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
	}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
	}

.postmetadata {
	clear: left;
	}

#searchresult {
  margin-top: -12px;
  }

/* End Structure */


/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	font-size: 12pt;
	font-weight: bold;
	}

h3 {
	font-size: 11pt;
	font-weight: bold;
	}

/* End Headers */


/* Begin Images */
 img {
	padding: 4px;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 0px 12px;
        float: right;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */

#centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/* Begin Form Elements */

.navigation #searchform {
	margin: 3px 2px -10px 0px;
	padding: 5px 2px; 
	text-align: left;
	}

.navigation #searchform #s {
	width: 130px;
	padding: 2px;
	}

.navigation #searchsubmit {
	padding: 1px;
	}

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 230px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* End Form Elements */

/* Begin Comments*/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	background-color: #E9F0FD;
	border: 1px solid #ddd;	
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist li.admin{
        background-color: #FFFDE7;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */

/* Begin Sidebar */

#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 545px;
	margin-bottom: 20px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}

/* End Sidebar */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	height: 1px;
	}

a img {
	border: none;
	}
	
#frontpagetext {
  font-family: "Arial", "Tahoma", "Sans-Serif"; 
  font-style: normal;
  font-weight: bold;
  font-size: 24pt;
  margin: 10px 0px -27px auto;
  color: #ddd;  
    }
	
#frontpageindent {
    font-size: 10pt;
	margin-left: 65px;
	padding: 10px 6px 0px 0px;
	width: 475px;
    }	

/* Navigation Sidebar */

.nav_container {
	position: relative;
	width: 235px;
	left: 610px;
	top: -75px;
}

.nav_top {
    background: url('images/nav_top_bg.png') no-repeat right bottom;
}

.nav_bottom {
    clear: left;
    background: url('images/nav_bottom_bg.png') no-repeat right top;
}

.navigation {
  width: 215px;
  overflow: hidden;
  padding: 8px 10px 15px 10px;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	border-style: solid solid solid solid;
	border-width: 0px;
	border-color: white;
	background: url('images/the_unnav.png') #FFF no-repeat right top;
	}

.navigation, em {
  font-style: normal;
  font-weight: bold;
  }
 
.navigation h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 12pt;
  }
 
.navigation h3 {
  font-style: normal;
  font-weight: normal;
  font-size: 10pt;
  }
 
.section-Title {	
	font-size: 16pt;  
	color: #FFF;
	font-weight: bold;
	width: 570px;
	padding: 2px 2px 0px 7px;
	margin-left: 10px;
	/*background: #3AA1F0 url('images/title_curve.png') no-repeat top left;*/
	background: url('images/title_bg.png') no-repeat top left;
	}
	
.section-Subtitle {
	font-size: 9pt; 
	color: #FFF;
	font-weight: normal;
	width: 570px;
	padding: 0px 2px 2px 7px;
	margin-left: 10px;
	/*background: #3AA1F0 url('images/subtitle_curve.png') no-repeat bottom left;*/
        background: url('images/subtitle_bg.png') no-repeat bottom left;
  }

.section-Subtitle a {
       color: #FFF;
       text-decoration: underline;
}
  
#section-Link {
  color: #FFFFFF;
  }

/* Used for sidebar.php formatting */  
  
.pagenav {
  margin: 10px 0px -10px -35px;
  padding-top: 1px;
  list-style-type: none;
  }

.pagenav li {
  margin: -10px 0px 10px -35px;
  list-style-type: none;
  }
    
.categories {
  margin: 10px 0px -10px -35px;
  padding-top: 1px;
  list-style-type: none;
  }
  
.categories li {
  margin: -10px 0px 10px -20px;
  list-style-type: none;
  }  
  
.categories img {
  float: left;
  padding: 1px 0px 1px 0px;
  margin: -17px 0px -10px -20px;
  }
  
.linkcat {
  margin: 10px 0px -10px -35px;
  padding-top: 1px;
  list-style-type: none;  
  }  
  
.linkcat li{
  margin: -10px 0px 10px -35px;
  list-style-type: none;  
  } 
  
/* Used for Site RSS Links */

.linkcat img {
  float: left;
  padding: 1px 0px 1px 0px;
  margin: -17px 0px -10px -20px;
  }
 
.children ul {
  margin: -1px 0px -2px -25px;
  }
 
.children li {
  margin: -1px 0px 0px -25px;
  list-style-type: none;   
  }

.children img {
  float: left;
  padding: 1px 0px 1px 0px;
  margin: -17px 0px -10px -35px;
  }
  
.page_item ul{
  margin: 10px 0px -10px 10px;
  padding-top: 1px;
  list-style-type: none;
  } 
 
#excerpt{
 	margin: -10px 0px 0px 0px;
	padding-left: 0px;
	}
