/*
File:			custom.css
Description:	Custom styles for danielambrose.com

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/
*/

/* === TITLE === */

.custom #header{
height: 116px;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;

background-color: transparent;

background-image:url('images/ambrose1.png');

background-repeat: no-repeat;

background-attachment: scroll;

background-position: 50% 20%;
}

/*
.custom #header_area {
background:#cccccc;
border-bottom:33px solid #E8E8E8;
}
.custom #header_area .page {
min-width:800px;
width:auto;
background-color:#A3A3A3;
background-image:url('images/ambrose1.png');
height:118px;
background-repeat:no-repeat;
background-position:50px 10px;
padding:0;
}

.custom #header {
line-height:1em;
margin-left:0px;
margin-top:0px;
padding-top: 0;
padding-bottom: 0;
font-style:normal;
border-style: none;
border-color: #cccccc;
clear: both;
}
*/
.custom #tagline { 
margin-left:auto;
margin-right:auto;
padding-top:80px;
text-align:center;


}
/*
.custom ul.menu {
	background:none;
	float:left;
	left:50%;
	position:relative;
	top:8px;
    width:auto;
}

.custom ul.menu li.tab {
	right:50%;
	float:left;
	position:relative;
}

.custom ul.menu{
background:#F2F2F2;
margin-top:10px;
padding-top: 10px;
padding-bottom:5px;
margin-left:auto; margin-right:auto;
}
/*
.custom .menu li a {
background-color:#F2F2F2;
}


#feature_box {
	height: 50px;
	padding: 0 0 40px 0;
	position: relative;
	background: #fff;
}

*/

.custom .menu{
width:900px;
margin-left: auto;
margin-right: auto;

 }
.custom h1, h2, h3, h6 {
font-weight: 500;
}
.custom  h1, h2  {
text-align:center;
font-weight: 600;
}
.custom .headline_area h1, .headline_area h2 {
text-align:center;
font-weight: 600;
}
.custom #content_box {
background-color:#FFF;
}
.custom #content {
background-color:#FFF;
}
.custom #content_box .no_sidebars {
margin: auto;
width: 90em;
}
.custom .no_sidebars .post_box{
margin: auto;
width: 800px;
}
custom .postright{
float: right;
width: 300px;
margin: 0px;
padding-top: 25px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 0px;
}
custom .postright p{
padding-top: 0px;
padding-right: 0px;
padding-bottom: 20px;
padding-left: 0px;
margin: 0px;
line-height: 20px;
}
custom .postright .h2 {
text-align:left;
 }

/*---:[ headline meta data (includes bylines) ]:---*/
.custom .headline_meta { font-style: italic; text-align:center;}
.custom .headline_meta span, .headline_meta abbr { color: #808080; font-style: normal;text-transform: none; letter-spacing: 1px; text-align:center;}
.custom.headline_meta a { border-bottom: 1px solid #eee; text-align:center; }

.custom .sidebar ul.sidebar_list{
padding-right: 1em;
padding-left: 1em;
padding-top:4em;

}
.custom #column_wrap .sidebar ul.sidebar_list {
padding-top: 4em;
padding-right:1em;
padding-left:1em;
}

#text-9 li {

background-color: #f2f2f2;
margin: 0;
padding: 10px 0 10px 15px;
padding-left:1.7em;
font-size:13px;
}

#text-9 .rss {
background:url(images/feed.png) no-repeat center left;
}

#text-9 .email {
background:url(images/email.png) no-repeat center left;
}

#text-9 .twitter {
background:url(images/twitter.png) no-repeat center left;
}

#text-9 .facebook {
background:url(images/facebook.png) no-repeat center left;
}

.custom li.widget p a {
text-decoration:none;
font-size:12px;
}

.custom li.widget li ul {
background-color: #f2f2f2;
margin: 0;
padding: 10px 0 10px 15px;
font-size:13px;
}

.custom blockquote {
background-color:#EFEEE5;
font-size:12px;
text-align:left;
width:600px;
padding:5px;
}

.custom .post_box {
padding-top: 2.8em;
padding-left:35px;
padding-right:35px;
margin-top:0;

}

.custom #multimedia_box {
margin-bottom:0;
background-color:#E2DDD1;
}
custom .format_text h2, .format_text h3, .format_text h4, .format_text h5, .format_text h6  {
color: #808080;
}

custom .format_text .to_comments {
font-size:0.767em;
line-height:1.692em;
margin-bottom:1.692em;
}

.custom .format_text {
line-height:22px;
color: #808080;
}

.custom .format_text a{
text-decoration: none;
}

.custom .stbuttontext,a.stbutton {
text-decoration:none;
font-size:12px;
}

#testimonials {
width:400px;
margin:0 0 0 500px;
padding:0;
}

.custom li.widget, .custom li.widget p,.custom .quotescollection_randomquote cite,.quotescollection_randomquote q {
padding-right:0px;
font-size:12px;
text-align:left;
}

.custom #feature_box,.art {
background-color:#FFF;
margin:auto;
padding:0px 0 0px 0;
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
text-align: center;
}


.custom #footer {
  text-align:center;
  background-color: #E8E8E8;
}
.custom #footer ul, .custom #footer li {
  display:inline;
}
