/*
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/
*/

#about {
width: 222px;
background-image: url(http://arielbustillos.com/wp-content/themes/Basic/images/about-bg.gif);
float: left;
font-size: 11px;
}

#about h2 {
font-size: 18px; 
color: #FFF; 
font-weight: normal; 
text-transform: uppercase; 
font-family: Trebuchet MS; 
background-image: url(http://arielbustillos.com/wp-content/themes/Basic/images/about-title-bg.gif); 
background-repeat: no-repeat; 
background-position: left; 
width: 122px;
height: 30px; 
padding-left: 100px;
padding-top: 11px; 
margin: 0px;
float: right;
}

#about-content {
float: left;
padding: 8px 10px 10px 15px;
}

#about-image-border {
background-color: #9F9F9F;
border-left: 1px solid #8D8D8D;
border-top: 1px solid #8D8D8D;
border-right: 1px solid #F2F2F2;
border-bottom: 1px solid #F2F2F2;
padding: 3px;
float: left;
float: left;
display: inline;
margin: -33px 10px 0px 0px;
position: relative;
z-index: 99;
}

/*get rid of dotted link box in FireFox*/
:-moz-any-link:focus {
  outline: none;
}

body.home #content_area {
	background: url(images/dash.png) 0 125px repeat-x;
}

.full_width > .page {
	background: transparent;
}

#header_area {
	background: #edece6 url(images/header_bg.png) left top repeat-x;
	height: 111px;
	margin: 0;
	padding: 0;
}

#header_area .page {
	width: 860px;
}

#header {
	background: #edece6 url(images/header_bg.png) left top repeat-x;
	border: none;
	overflow: hidden;
	padding: 42px 0 10px 0;
}

#logo {
	background: url(images/logo.png) no-repeat;
	float: left;
	width: 309px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
	}
	
#logo a {
	display: block;
	width: 309px;
	height: 42px;
}

#tagline {
	background: url(images/tagline.png) no-repeat;
	float: left;
	width: 251px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
}

ul.menu {
	clear: left;
	border: none;
	background: transparent url(images/nav_bg.png) 0 0 no-repeat;
	height: 38px;
	width: 860px;
}

ul.menu li {
	margin-bottom: 0;
	background: transparent;
}

ul.menu li.tab-home a {
	background: transparent url(images/nav_bg.png) 0 0px;
	border: none;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 22px;
	padding-right: 22px;
	text-transform: lowercase;
	letter-spacing: 0px;
}

ul.menu li a {
	background: transparent url(images/nav_bg.png) -30px 0px;
	border: none;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 22px;
	padding-right: 22px;
	text-transform: lowercase;
	letter-spacing: 0px;
}

ul.menu li.current a {
	background: url(images/nav_bg.png) -5px -76px no-repeat;
}

ul.menu li.tab-home.current a {
	background: url(images/nav_bg.png) 0 -76px no-repeat;
}

ul.menu li a:hover {
	background: url(images/nav_bg.png) -5px -38px no-repeat;
}

ul.menu li.tab-home a:hover {
	background: url(images/nav_bg.png) 0 -38px no-repeat;
}

ul.menu li.current a:hover {
	background: url(images/nav_bg.png) -5px -76px no-repeat;
}

ul.menu li.tab-home.current a:hover {
	background: url(images/nav_bg.png) 0 -76px no-repeat;
}

ul.submenu-1 {
	background-color: #ce5802;
	background-image: none;
	padding-right: 20px;
	padding-bottom: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-radius-bottom-left: 3px;
	-webkit-border-radius-bottom-right: 3px;
	
}

ul.submenu-1 li {
	background-color: #ce5802;
	background-image: none;
	margin-top: 0px;
	margin-bottom: 0;
	border-color: #000;
}

ul.submenu-1 li a {
	background-color: #ce5802;
	background-image: none;
}

ul.submenu-1 li.current a {
	background-color: #ce5802;
	background-image: none;
	color: #000000;
}

#content {
	margin-bottom: 30px;
}

#content_box {
}

#content_area {
	border-bottom: 3px solid #d45a01;
}

#content_area .page {
	width: 820px;
	padding: 0 20px;
}

#feature_box {
	background: transparent;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 50px;
	border: none;
}

.post_box {
	margin-left: 0;
	margin-right: 0;
}

.format_text h3 {
	font-weight: bold;
	color: #6c94a3;
}

.format_text h3.highlight {
	color: #d45a01;
}

#sidebars {
/*	display: none;*/
}

.format_text .to_comments a {
	color: #6c94a3;
	font-size: 16px;
}

.format_text .to_comments a:hover {
	text-decoration: none;
	color: #ce5802;
}

h2.entry-title, h2.entry-title a {
	color: #ce5802;
}

.headline_area {
	margin-bottom:0;
	margin-top: 1em;
}

#footer_area {
	border-top: 1px solid #ffffff;
	background: #edece6;
}

#footer_area .page {
	width: 100%;
	padding: 0;
}

#footer {
	border-top: 0;
	background: #edece6;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

#footer_wrap {
	margin: 0 auto;
	width: 820px;
	background: #edece6;
	overflow: hidden;
}

#credits {
	background: #ffffff;;
	height: 30px;
	text-align: left;
	padding-top: 8px;
	font-family: Georgia, sans-serif;	
	font-size: 12px;
	color: #a5a5a4;
}

#credits_box {
	margin: 0 auto;
	width: 820px;
}

#credits_box .alignleft {
	float: left;
	width: 380px;
}

#credits_box .alignright {
	float: right;
	width: 380px;
	text-align: right;
}

#footer_wrap .col {
	width: 250px;
	float: left;
	margin-top: 20px;
	text-align: left;
	font-size: 9px;
}

.footer1, .footer3 {

}

.footer2 {
	margin-left: 35px;
	margin-right: 35px;
}

.footer_list li {
	list-style: none;
}

#footer a {
	border-bottom: none;
	color: #0076a3;
	text-decoration: none;
}

#footer h3 {
	border-bottom: 1px solid #ffffff;
	margin-bottom: 20px;
}

#footer a:hover {
	text-decoration: underline;
}

li#text-12 p, .footer_list .widget ul li {
	font-size: 12px;
}

li#text-12 img {
	float: left;
	margin-right: 8px;
	margin-top: 5px;
}

.prev_next {
	letter-spacing: 0px;
	text-transform: none;
}

.prev_next p {
	font-size: 1.3em;
}

.prev_next a {
	color: #ce5802;
}

input.form_submit:hover {
	color: #ce5802;
}

h2#home_headline {
	margin-top: 60px;
	border-bottom: 1px solid #dddddd;
	display: none;
}

p#sendit input {
	width: 100px;
}

.menu .rss { 
	float: right; 
	margin-right: 20px;
}

.menu .rss a, .menu .rss a:hover { 
	padding-right: 20px; 
	background: url(images/rss.png) 100% 50% no-repeat; 
	border: none; 
}
.menu .rss a:hover { text-decoration: underline; }

li#social {
	float: right;
	overflow: hidden;
	height: 38px;
}

li#social a {
	float: left;
	background: transparent;
	width: 20px;
	padding-left: 0;
	padding-right: 0;
}

li#social a.twitter {
	margin-right: 10px;
}

li#social a.rss {
	margin-right: 10px;
}

p.headline_meta {
	margin-top: -10px;
	margin-bottom: 20px;
}

.pane-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pane-list li {
	background: #ecfad7;
	padding: 10px 20px 10px;
	border-top: solid 1px #c4df9b;
	cursor: pointer;
}
.pane-list li:hover {
	background: #f6ffe9;
}

element.style {
height:1em;
position:relative;
}

ul#news, ul#news2 {
background:#FFFEB8 none repeat scroll 0 0;
border:1px solid #CCCCCC;
padding:2em;
margin-bottom: 20px;
}

ul#news li, ul#news2 li {
	list-style: none;
	}
	
	#demotip { 
    display:none; 
    background:#ffffff; 
    font-size:12px; 
    height:70px; 
    width:160px; 
    padding:25px; 
    color:#000;     
}
