/*
File:			custom.css
Description:	Custom styles for Thesis

/* Layout Styles */


html {
	padding: 0px;
	margin: 0px;
	background: #f6f6f6;
	}
	
body {
	padding: 0px;
	margin: 0px;
  background: url('http://www.techforluddites.com/images/footer_background.jpg') center center repeat-y;
	}
	
.custom #container {
  width: 959px;
	}
	
.custom .menu {
  width: 959px;
	margin-bottom: 0;
	padding-bottom: 2px;
  background-color: #f6f6f6;
  color: #d41819;
	}
	
.custom .menu li.tab a,
.custom .menu li.cat-item a {
  background-color: #f6f6f6;
  color: #d41819;
	font-size: 14px;
	text-transform: none;
	letter-spacing: 0;
	}
	
.custom #header { 
  width: 959px;
  height:180px;
  padding:0;
	margin-bottom: 40px;
  }
	
.custom #content_box {
  width: 944px;
  padding-left: 15px;
	border-bottom: 1px solid #999;
	background: url('http://www.techforluddites.com/images/page_bg.jpg') center center repeat-y;
	}
	
.custom #content {
  position: relative;
	top: -16px;
  width: 600px;
	padding: 0 16px 0 16px;
	}
	
.custom .sticky { 
  background-color: #f6f6f6;
	padding: 20px;
	margin-bottom: 20px;
	-moz-border-radius: 20px;
  -webkit-border-radius: 20px;
	border-radius: 20px;
	}
	
.custom .sticky .date,
.custom .sticky h2.entry-title {
  width: 330px;
	}
	
.custom .teaser_date {
  display: none;
	}
	
.custom .thumb.alignright {
  margin-top: 4px;
  padding-left: 6px;
  }
	
.custom #sidebars {
  width: 300px;
  padding-left: 10px;
	margin-top: 0;
  }	
	
.custom #multimedia_box {
  display: none;
	}
	
.custom .widget {
  width: 270px;
  padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 12px;
	}	
	
.custom li.widget {
  position: relative;
	left: -7px; 
  width: 250px;
	background: #fff;
  margin: 0 0 12px 0;
	padding:15px;
	border: 3px solid #dddddd;
	}
	
.custom li#text-7.widget {
  width: 260px;
	background: #f4f4f4;
  margin: -8px auto -12px auto;
	padding:15px;
	border: 0;
	}
	
.custom li#text-2.widget{
  position: relative;
	left: -8px;
	top: -10px;
  width: 260px;
	background: #f4f4f4;
  margin: 0 auto -12px auto;
	padding:15px;
	border: 0;
	}
	
.custom li#text-15.widget {
  width: 270px;
	background: #f4f4f4;
  margin: -4px auto -12px auto;
	padding: 15px 15px 15px 8px;
	border: 0;
	}
	
.custom li#text-17.widget {
  width: 260px;
	height: 125px;
	background: #f4f4f4;
  margin: 0 auto;
	padding: 8px 15px 15px 12px;
	border: 0;
	}
	
.custom li#text-23.widget {
  width: 260px;
	background: #f4f4f4;
  margin: 0 auto;
	padding: 8px 15px 15px 12px;
	border: 0;
	}
							
.custom input, text_area {
	background-color: #ffffff; 
	}
	
.custom .form_submit { 
  font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	border: 1px outset #ccc; 
	}
		
.custom .form_submit:hover {
  color: #d41819;
	}
	
.custom .form_submit:active {
  color: #d41819;
	border-style: inset;
	}
			
.custom #footer {
  width: 939px;
	height: 320px;
	margin: 0 auto;
	background-color: #fffae0;
	}
	
.custom #footer .column {
  float: left; 
	width: 260px; 
	height: 250px;
	padding: 20px;
	margin-right: 10px;
	text-align: left;
	}
	
.custom #footer .column p {
  margin-bottom: 10px;
	}
	
.custom #footer_1 {
  width: 920px;
	height: 300px;
	padding: 0 0 0 20px;
	background-color: #fffae0;
	}
	
.custom #footer_1 ul.sidebar_list {
	width: 920px;
	height: 300px;
	background-color: #fffae0;
  padding: 0;
	}
	
.custom #footer_1 li,
.custom #footer_1 li a {
  font-size: 12px;
	line-height: 150%;
	color: #666;
  border: none;
	text-align: left;
	}
	
.custom #footer_1 li a {
  color: #003366;
	}
	
.custom #footer_1 li.widget {
  width:250px; 
	height: 250px;
	margin-right:15px; 
	background-color: #fffae0;
	}
	
.custom li#text-18.widget {
	float:left;
  width: 250px;
	height: 250px;
	}
	
.custom li#text-19.widget {
	float:left;
  width: 250px;
	height: 250px;
	}
	
.custom li#text-20.widget {
	float:left;
  width: 250px;
	height: 250px;
	}
	
		
/* Text Styles */

.custom a,
.custom a:hover {
  color:#003366;
	outline: none;
	}
	
.custom p a:hover {
  text-decoration: underline;
	}
	
.custom .date {
  width: 370px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #999999;
  padding-bottom: 5px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #999999;
	}
	
.custom a.more-link {
  float: right;
	margin: 12px 12px 24px 0;
  font-size: 12px;
	letter-spacing: .1em;
	color: #d41819;
	text-decoration: none;
	text-transform: uppercase;	
	}
	
.custom a.teaser_link {
  float: right;
	margin-right: 24px;
	margin-bottom: 16px;
  font-size: 10px;
	letter-spacing: .1em;
	color: #d41819;
	text-decoration: none;
	text-transform: uppercase;	
	}
	
.custom .sociable {
  clear: both;
  margin-top: 30px;
	}
	
.custom .cat-list {
	margin: 0 0 6px 0;
	border-top: 1px solid #999999;
  padding-top: 5px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #999999;
	}
	
.custom .cat-list a {
  text-decoration: none;
	}
		
.custom .headline_area .entry-title,
.custom .headline_area .entry-title a {
  font-size: 18px;
	line-height: 28px;
	width: 370px;
	color: #d41819;
	margin-top: 0;
	margin-bottom: -10px;
	}
	
.custom .home_ads {
  text-align: center;
	margin: 12px 0 24px 0;
	}
	
.custom .teasers_box h2,
.custom .teasers_box h2 a {
  color: #d41819;
  margin-bottom: -12px;
	}
		
.custom .sidebar_list a:hover {
  text-decoration: none;
	}
	
.custom .sidebar_list h3 {
  font-family: verdana;
  font-size: 13px;
	line-height: 150%;
	color: #d41819;
	font-weight: normal;
	font-variant: normal;
  text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1em;
	margin-bottom: 4px;
	margin-left: 0;
	}
	
.custom .footer_header {
  font-family: verdana;
  font-size: 13px;
	line-height: 150%;
	color: #d41819;
	font-weight: normal;
	font-variant: normal;
  text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .1em;
	margin-bottom: 4px;
	margin-left: 0;
	}
	
.custom .sidebar_list p {
  margin-left: 10px;
	margin-right: 10px;
	}	
	
.custom .format_text ul li { 
  color: #000;
	font-family: Verdana, sans-serif;
	font-size: 1em;
  font-weight: normal;
  text-align: left; 
  line-height: 175%;
  margin-bottom: 10px;
  }
	
.custom .format_text ul li ul li,
.custom .format_text ul li p {
  margin-top: 10px;
	}	
	
.custom .inline {
  float: right; 
	margin: 6px 0 10px 18px; 
	border: 1px solid #000000; 
	padding: 3px;
	}

.custom .list {
  margin: 12px 0 10px 0; 
	border: 1px solid #000000; 
	padding: 3px;
	}

.custom p.instructions {
  font-weight: 
	bold; color: #D41819; 
	margin-top: 16px; 
	margin-bottom: 12px;
	}

.custom p.instructions a {
  font-weight: bold; 
	text-decoration: underline; 
	color: #D41819; 
	margin-top: 16px; 
	margin-bottom: 12px;
	}
	
.custom blockquote.quote
  {      
  font-weight: bold;
  border-top: 1px solid #D41819;
  border-bottom: 1px solid #D41819;
	border-left: 0;
  padding-top: 12px;
  margin-top: 18px;
  margin-bottom: 18px;
  }

.custom .notice
  {      
  border: 2px solid #999999;
  padding: 10px;
  margin: 30px;
  background: #E5E5E5;
  }

.custom .subhead {
  font-size: 1.2em; 
	font-weight: bold; 
	margin-top: 20px; 
	}

.custom .subhead a {
  font-size: 1.1em; 
	font-weight: bold; 
	color: #000000; 
	text-decoration: underline; 
	margin-top: 20px; 
	margin-bottom: -10px;
	}
	
.custom .code {
  width: 550px; 
	padding: 10px; 
	background: #f6f6f6; 
	border: 1px solid #ccc; 
	margin-bottom: 20px;
	font-family: sans-serif;
	font-size: 13px;
	}

.custom .to_comments {
  display: none;
	}

.custom .comments_intro {
  display:none;
  }
	
.custom #respond_intro p {
  font-family: verdana, arial, sans-serif;
	font-size: 18px;
	color: #d41819;
	margin-left: 0;
	}

.custom .widget {
  padding-left:0;
	}
	
.custom .widget ul li a {
  color: #003366;
	}
	
.custom .twitter_update_list {
	font-family: Verdana, Arial, sans-serif;
  list-style-type:none;
  font-style:none;
	margin: 5px 0 5px 0;
	color: #003366;
	font-size: .9em;
	line-height: 150%;
  }

.custom .module-content-twitter, .module-content-twitter a {
	margin: 5px 0 2px 0;
	color: #003366;
	font-family: Verdana, Arial, sans-serif;
	font-size: .9em;
	line-height: 150%;	
	text-align: left;
  }
	
.custom #footer a {
  color: #003366;
	text-decoration: none;
	border: 0;
	}
	
.custom .footer_text {
	font-family: Verdana, sans-serif;
	color: #999999;
	padding-top: 6px;
	margin-right: 20px;
	margin-bottom: 0px;
	background: transparent;
	}
	
.custom li#categories-3 select#cat.postform {
  width:200px;
	margin: 10px 0;
	font-size: 14px;
	}
	
.custom .prev_next,
.custom .prev_next a {
  color: #d41819;
	}
	
.custom .sociable_tagline {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
	line-height: 150%;
	color: #d41819;
	font-weight: bold;
	margin-bottom: 16px;
	margin-left: 0;
	}
	
.custom .sociable img {
  width: 32px;
	height: 32px;
	padding-right: 3px;
  }

.custom #twitter_list .entry-title {
  display: none;
	}
	
.custom #feature_box {
  background-color: #fff;
	padding: 20px;
	}
	
.custom #smart-archives-list h2,
.custom #smart-archives-list h2 a {
  font-size: 16px;
	font-weight: normal;
	color: #d41819;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 12px;
	}
	
.custom #smart-archives-list ul {
  list-style-type: none;
  font-size: 14px;
	}
	
.custom #smart-archives-list li a {
  text-decoration: none;
  color: #003366;
	}
	
body.thesis #sidebars {
  display: none;
	}
	
.custom .boxes {
  width: 220px; 
	height: 220px; 
	padding: 20px;
	background-color: #fff;
	border: 3px solid #dddddd;
	}
	
.custom .boxes p {
  font-family: verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 150%;
	margin-bottom: 6px;
	}
	
.custom .boxes h2 {
  font-size: 15px;
	color: #d41819;
	line-height: 150%;
	margin-bottom: 10px;
	}
	
.custom .boxes p a:hover {
  text-decoration: none;
	}
	
.custom div.boxes p.link {
  position: absolute;
	top: 190px;
	left: 150px;
	margin-top: 20px;
	}
	
.custom div.boxes p.link a,
.custom div.boxes p.link a:hover {
  font-size: 13px;
	color: #d41819;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
	} 
	

