/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

.custom #header_area{display:none;}

.custom #nav_area ul {border-bottom:none; border-left:none;}
	.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none;}

.custom #header {border-bottom:none;}

.custom #header_area{display:none;}

.custom #nav_area {background:#ffffff; padding:0.5em 0; border-bottom:1px solid #ddf;}
	.custom #nav_area ul {border-bottom:none; border-left:none;}
		.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none;}

.custom #title_area {background:#ffffff; padding:1em 0; border-bottom:1px solid #c55;}
	.custom #header {border-bottom:none;}

.custom #title_area {background:#ffffff; padding:1em 0 0.5em; border-bottom:1px solid #c55;}
	.custom #header {border-bottom:none; height:150px; padding-top:0; padding-bottom:0; background:url(images/banner-dpu-06.png) center left no-repeat;}
		.custom #header #logo {display:none;}
		.custom #header #tagline {display:none;}

.custom #header {height:120px;}
/* Define the clear div to offset the link floats */
div.clear{
  clear: both;   
  height: 1px;
  width: 1px;
} 

/* This is the style for the container */  
div.socialmedia_sidebar
{
  background: #ffffff;
  margin: -18px 0 3px 0; 
/* If you are using this below the media box, 
use a negative top margin to raise it up. If not, adjust accordingly */
  padding: 5px;    
  border-top: 1px white;
  
} 

div.socialmedia_sidebar ul li{
  float: left;         
  list-style: none;    
  text-align: center;
} 

div.socialmedia_sidebar span.name{
  font-size: 2em;
  display: block;
}

div.socialmedia_sidebar span.service{
  font-style: italic;
}  

div.socialmedia_sidebar ul li a{
  width: 860px; 
  padding: 5px;    
  display: block;      
  border: 1px solid #ffffff;    
}

/* Non-hover profile links */   
#RSS{ background: #ffffff url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/rss.jpg') 3px 3px no-repeat; height: 20px; text-indent: 30px;} 
#rss{ background: #ffffff url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/itunes.gif') 5px 5px no-repeat; height: 35px; text-indent: 45px;}     
#twitter{ background: #ffffff url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/twitter.jpg') 5px 5px no-repeat; height: 35px; text-indent: 35px;} 
#facebook{ background: #ffffff url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/face.jpg') 5px 5px no-repeat; height: 35px; text-indent: 45px;}
#linkedin{ background: #ffffff url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/in.jpg') 5px 5px no-repeat; height: 35px; text-indent: 40px;} 
#linkedin{ background: #ffffff url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/myspace.jpg') 5px 5px no-repeat; height: 35px; text-indent: 45px;} 
  

/* Hover profile links */
#linkedin:hover{ background: #999 url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/rss.jpg') 3px 3px no-repeat} 
#rss:hover{ background: #999 url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/itunes.gif') 5px 5px no-repeat}    
#twitter:hover{ background: #999 url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/twitter.jpg') 5px 5px no-repeat} 
#facebook:hover{ background: #999 url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/face.jpg') 5px 5px no-repeat} 
#linkedin:hover{ background: #999 url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/in.jpg') 5px 5px no-repeat} 
#linkedin:hover{ background: #999 url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/myspace.jpg') 5px 5px no-repeat}    

.custom #footer_area {background:#ffffff; padding:0.5em 0; border-top:1px solid #bbd;}
	.custom #footer {border-top:0;}
}  
 
.custom #footer p.left { text-align: left; }
.custom #footer p.center { text-align: center; }
.custom #footer p.right { text-align: right; }
	
/* This is the style for the container */  
div.socialmedia_sidebar
{
  background: #ffffff;
  margin: -18px 0 5px 0; 
/* If you are using this below the media box, 
use a negative top margin to raise it up. If not, adjust accordingly */
  padding: 5px 0 5px 10px;    
  border-top: 1px  white;
  border-bottom: 1px  white;
} 

div.socialmedia_sidebar ul li{
  float: left;         
  list-style: none;    
  text-align: center;
} 

div.socialmedia_sidebar span.name{
  font-size: 2em;
  display: block;
}

div.socialmedia_sidebar span.service{
  font-style: italic;
}  

div.socialmedia_sidebar ul li a{
  width: 200px; 
  padding: 5px;    
  display: block;      
  border: 1px solid #ffffff;    
}
#multimedia_box { width: 100%; }

	#image_box { padding: 1.1em; background: #ffffff; border-bottom: 1px solid #ddd; }

		#image_box img { display: block; padding: 0.1em; background: #ffffff; border: 0.1em solid #bbb; }

	/*---:[ video box styles ]:---*/

	#video_box { padding: 1em; background: #ffffff; }

	/*---:[ custom box styles ]:---*/

	#custom_box { padding: 1.1em; background: #ffffff; border-bottom: 1px solid #ffffff; }
/* This is the style for the container */  
div.socialmedia_sidebar
{
  background: #ffffff;
  margin: -18px 0 3px 0; 
/* If you are using this below the media box, 
use a negative top margin to raise it up. If not, adjust accordingly */
  padding: 5px;    
  border-top: 1px white;
  
} 

div.socialmedia_sidebar ul li{
  float: left;         
  list-style: none;    
  text-align: center;
} 

div.socialmedia_sidebar span.name{
  font-size: 2em;
  display: block;
}

div.socialmedia_sidebar span.service{
  font-style: italic;
}  

div.socialmedia_sidebar ul li a{
  width: 860px; 
  padding: 5px;    
  display: block;      
  border: 1px solid #ffffff;    
}

/* Non-hover profile links */   
#RSS{ background: #ffffff url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/rss.jpg') 3px 3px no-repeat; height: 20px; text-indent: 30px;} 
#rss{ background: #ffffff url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/itunes.gif') 5px 5px no-repeat; height: 35px; text-indent: 45px;}     
#twitter{ background: #ffffff url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/twitter.jpg') 5px 5px no-repeat; height: 35px; text-indent: 35px;} 
#facebook{ background: #ffffff url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/face.jpg') 5px 5px no-repeat; height: 35px; text-indent: 45px;}
#linkedin{ background: #ffffff url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/in.jpg') 5px 5px no-repeat; height: 35px; text-indent: 40px;} 
#linkedin{ background: #ffffff url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/myspace.jpg') 5px 5px no-repeat; height: 35px; text-indent: 45px;} 
  

/* Hover profile links */
#linkedin:hover{ background: #999 url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/rss.jpg') 3px 3px no-repeat} 
#rss:hover{ background: #999 url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/itunes.gif') 5px 5px no-repeat}    
#twitter:hover{ background: #999 url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/twitter.jpg') 5px 5px no-repeat} 
#facebook:hover{ background: #999 url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/face.jpg') 5px 5px no-repeat} 
#linkedin:hover{ background: #999 url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/in.jpg') 5px 5px no-repeat} 
#linkedin:hover{ background: #999 url('http://divinepurposeunleashed.com/wp-content/uploads/2009/01/myspace.jpg') 5px 5px no-repeat}    

.custom #footer_area {background:#ffffff; padding:0.5em 0; border-top:1px solid #bbd;}
	.custom #footer {border-top:0;}
}  
.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#222;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#444; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#111;}


	#custom_box { padding: 1.1em; background: #ffffff; border-bottom: 1px solid #ffffff; }

/* Define the clear div to offset the link floats */
div.clear{
  clear: both;   
  height: 1px;
  width: 1px;
} 

.custom #image_box { text-align: center; }
.custom #image_box img { margin-left: auto; margin-right: auto; }
.custom #image_box { padding: 1.1em; background: #ffffff; border-bottom: 1px solid #ffffff; }
.custom #image_box img { display: block; padding: 0.1em; background: #fffffffff; border: 0.1em solid #ffffff; }

	

	
.custom .teasers_box h2 a {color:blue;}
.custom .teasers_box h2 a:hover {color:blue;}

/* Lose your mind sign up */
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style2 {font-size: large}
.style3 {
	color: #FF0000;
	font-weight: bold;
}
.style4 {font-size: small}
.style5 {font-size: medium; }

.format_text input, #commentform input, #commentform textarea {width:80%;}
input.awebsubmit {width:100%;}
tr.aweb1 {padding: 2px 2px 2px 2px;height:16px;}
h4.aweb1 {color:#4085AE;font-size:14px;}
h4.aweb2 {color:#4085AE;font-size:16px;}
input.awebsubmit {
background-color: #4085AE;
border: 2px outset #F6A836;
color: #F6A836;font-size:16px;font-style:bold;
padding: 4px;height:40px;
margin-left: 6px;
}
input.awebsubmit:hover {
background-color: #0cf;
border: 2px outset #03f;
color: #4085AE;
padding: 4px;
margin-left: 2px;
}

input.aweb3:hover {
border: 2px outset #4085AE;
color: #4085AE;
padding: 4px;
margin-left: 2px;
font-size:14px;
}
input.aweb3 {
border: 2px outset #4085AE;
color: #4085AE;
padding: 4px;
margin-left: 2px;
font-size:14px;
}
input.awebform1 {height:4em;}
td.awebform1 {height:4em;}




.fineprint {
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #222;
	text-decoration: none;
	line-height:21px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.fineprint img {
	float:right;
	padding: 5px;
}

.copyrightlinks, .copyrightlinks a, .fineprint a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	line-height:20px;
}

.copyrightlinks a:hover, .fineprint a:hover, .connectionlinks a:hover {
	text-decoration:underline;
	font-weight: bold;
}

.connectionlinks {
	text-decoration:none;
	line-height:25px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	padding-top:10px;
	}

.connectionlinks a {
	text-decoration:none;
	color:#333333;
	}

.connectionlinks img {
	height: 20px;
	width: 20px;
	float:left;
	padding-right: 10px;
	border:none;
}
