/*
File:			custom.css
Description:	Custom styles for Thesis
*/

a, a:hover, a:visited {
  outline: none;
  color: #7f8dab;
	}
	
html {
  margin: 0 auto;
	height: 100%;
	overflow: scroll;
	}
	
body {
	background: #222;
	margin: 0 auto;
	height: 100%;
	font-family: arial, sans-serif;
	}
		
body.custom.home {
  margin: 0 auto;
	padding-bottom: 30px;
	min-height: 100%;
	}

	
.custom #container,
body.custom.home #container {
  background: #fff;
  width: 950px;
	min-height: 100%;
	}
	
.custom #page {
  background: transparent;
  width: 950px;
  padding: 12px 0 0 0;
	margin: 0 auto;
	}
	
.custom #header {
  position: relative;
	left: -30px;
	top: -24px;
  width: 950px;
	height: 160px;
	padding: 0;
	margin: 0;
	border: 0;
	}
	
.custom .menu {
  width: 600px;
  position: relative;
	left: 180px;
	top: 11px;
	border: 0;
	}
	
.custom .menu li.tab,
.custom .menu li.tab a {
  background: none;
	border: none;
	font-family: arial, sans-serif;
	font-size: 14px;
	color: #222;
  text-transform: lowercase; 
	letter-spacing: 1px;
  line-height: 80%;
	margin-right: 8px;
	}
	
.custom li.tab a:hover,
.custom li.tab.current a {
	background: #222;
	color: #ffffff;
  cursor: pointer; 
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	}
	
.custom #content_box {
  position: relative;
	top: 7px;
	width: 950px;
	margin: -20px auto;
	padding-bottom: 80px;
	}
	
.custom #content {
  position: relative;
	top: 0;
	left: -180px;
  width: 520px;
	padding: 0;
	margin: 0;
	}
	
.custom .post_box {
  padding-top: 0;
	font-family: arial, sans-serif;
	font-size: 10px;
	line-height: 200%;
	}
	
.custom #content .headline_area {
  margin-bottom: 4px;
	}
	
.custom #content .headline_area h1 {
  font-size: 24px;
	font-weight: bold;
  color: #7f8dab;
	letter-spacing: 1px;
	}
	
.custom #content .format_text p {
  margin-bottom: 10px;
	}
	
.custom #content .format_text a, 
.custom #content .format_text a:hover, 
.custom #content .format_text a:visited {
  color: #7f8dab;
	font-weight: bold;
	text-decoration: none;
	}
	
.custom #content .format_text a:hover {
  text-decoration: underline;
	}
	
.custom #content .format_text ul {
  list-style-type: disc;
  margin-top: -6px;
	margin-left: 24px;
	}
	
.custom #sidebars {
  width: 240px;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	}
	
.custom ul.sidebar_list {
  margin-top: 0px;
	margin-left: 30px;
  text-align: left;
	padding: 10px;
	text-transform: lowercase;
	}
	
.custom ul.sidebar_list h3 {
 	font-variant: normal;
	}
	
.custom .widget_pages#pages-3 h3 {
  display: none;
	}
	
.custom li.page_item {
  margin-bottom: 10px;
	}
	
.custom #page #footer {
  position: fixed;
	bottom: 0;
	width: 950px;
  height: 30px;
  padding: 15px 0 10px 0;
  background-color: #ffffff;
	border-top: 2px solid #222; 
	}
	
.custom #page #static.sidebar {
  position: fixed;
	bottom: 5px;
	width: 957px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: transparent;
	}

.custom #static h3, 
.custom #static h3 a,
.custom #static h3 a:hover,
.custom #static h3 a:visited {
  display: inline;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	color: #222222;
	text-decoration: none;	
	}
	
.custom #static ul {
  display: inline;
  padding-left: 10px;
	margin: 0;
	}
	
.custom #static ul li,
.custom #static ul li a {
  display: inline;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	color: #7f8dab;
	text-decoration: none;
	}
	
.custom #static ul li a:hover {
  text-decoration: underline;
	}
	
.custom #static img {
  position: relative;
	top: 3px;
	}
	
.custom li.widget_rss,
.custom li.widget_rss a {
  font-size: 13px;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
	}
	
.custom li.widget_rss h3,
.custom li.widget_rss h3 a {
  font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
	}
	

		

	


