/*

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, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
border-bottom: 0px;
border-top: 0px;
border-right: 0px;
border-left: 0px;
}

.custom #content_box, .custom #column_wrap {
background: none;
}

.custom #header_area {
background-image:url('http://www.alohaastro.com/images/alohaastrobg.jpg');
height: 260px;
}

.custom #header {
align: center;
background-image:url('http://www.alohaastro.com/images/alohaastroheader.jpg');
padding:0;
margin:0;
margin-left:-23px;
background-repeat: no-repeat;
height: 260px;
}

.custom .page {
background: transparent;
}

.custom #nav_area {
background: #645e57;
}

.custom h1, h2, h2.entry-title {
font-family: Optimum, Georgia, Cambria;
font-style: italic;
}

.custom .post {
font-family: Verdana, Arial;
}

ul.twitter {
background-image:url('http://www.alohaastro.com/alohatwitterbubble.jpg');
width: 240px;
height: 199px;
}

li.twitter-item {
position: absolute;
list-style-type: none;
margin-left: 19px;
margin-top: 19px;
width: 200px;
font-family: Verdana, Arial;
font-size: 11px;
line-height: 1.471em;
}

.twitter-timestamp {
font-size: 10px;
}

.freebies_text {
font-family: Verdana, Arial;
font-color: #000000;
font-size: 12px;
width: 450px;
}

.custom #writing {
font-family: Verdana, Arial;
font-color: #000000;
font-size: 12px;
}

.custom #writing h2 {
font-family: Optimum, Georgia, Cambria;
font-style: italic;
}

.custom .sidebar {
font-family: Verdana, Arial;
font-color: #000000;
font-size: 11px;
}

.custom .sidebar h3 {
font-size: 16px;
font-color: #000000;
font-family: Optimum, Georgia, Cambria;
}

.custom .sidebar a {
color: #768a90;
font-weight: bold;
text-decoration: underline;
}

.custom .format_text a {
color: #768a90;
font-weight: bold;
}

.custom .buynow {
background-image:url('http://www.alohaastro.com/images/alohaastroaccentbg.jpg');
width: 575px;
}

.custom .buynowsmall {
background-image:url('http://www.alohaastro.com/images/alohaastroaccentbg.jpg');
width: 375px;
height: 111px;
}

.custom .connect {
background-image:url('http://www.alohaastro.com/images/alohaastroaccentbg.jpg');
width: 661px;
}

.custom .testimonials {
background-image:url('http://www.alohaastro.com/images/alohaastroaccentbg.jpg');
text-align: left;
padding: 20px;
width: 575px;
}

.custom .format_text {
font-family: Verdana, Arial;
font-color: #000000;
font-size: 12px;
}

.custom .format_text img {
margin-bottom: 0px;
margin-right: 0px;
}