/*
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 a { color: #06c; }
.custom a:visited { text-decoration: none; }
.custom a:hover { background-color: #eee; }

.custom #tabs { display: none; }

.custom .comments_closed p { 
  text-transform: none; letter-spacing: 0px;  text-align: center; font-family: helvetica, arial; font-size: 18px; 
}



.custom .entry-content p {  }
.custom .sidebar ul.sidebar_list { }
.custom li.widget { margin-bottom: 2em; }
.custom #sidebar_1 ul.sidebar_list { padding-left: 0px; }
.custom #sidebar_2 ul.sidebar_list { padding-right: 0px; }
.custom #header { padding-left: 0px; border-bottom: 0px solid #060; }

.custom .sidebar ul.sidebar_list, .custom #column_wrap .sidebar ul.sidebar_list { padding-top: 1em;  }

/* twitter */
.custom #twitter-list li {
  font-family: verdana;
  font-size: 11px;
  line-height: 15px;
  padding: 4px;
  margin: 6px;
  background-color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.custom #twitter-box {
  background-color: #c5e2ff;
  padding-top: 2px; padding-bottom: 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.custom #twitter-list li a {
  text-transform: uppercase;
  font-size: 9px;
} 

/* 390 (or 3a2) vs f30 green vs red */
.custom .sidebar H3, .custom .sidebar H2 {
  font-size: 17px;
  color: #390;
  font-weight: bold;
  text-transform: uppercasex;
  font-variant: normal;
  letter-spacing: -0.3px;
  font-family: helvetica, arial, sans-serif;
  margin-bottom: 0.4em;
}
.custom H3 A, .custom H2 A { color: #390; }

.custom .portfolio IMG { border: 1px solid #000; }
.custom .portfolio { margin-bottom: 12px; }

.custom .prev_next, .custom .post_box, .custom .teasers_box { border-top: 3px solid #aaa; }
.custom .prev_next p { font-size: 16px; text-transform: none; letter-spacing: 0px; }
.custom #footer { border-top: 3px solid #bbb; font-size: 12px; padding-top: 8px }

.custom .sidebar {
  font-family: verdana, helvetica, arial;
}

.custom .headline_meta abbr, .custom .headline_meta span { text-transform: none; letter-spacing: 0px; }
.custom .headline_meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; font-size: 10px; }

/* typography in posts */
.custom .entry-title, .custom .entry-title A {
  font-weight: bold;
  color: #390;
 letter-spacing: -0.3px;
 font-family: helvetica, arial, sans-serif;
}

.custom BLOCKQUOTE {
  background-color: #ff9;
  border: 1px solid #990;
  color: #111;
  padding: 8px;
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:8px;
  padding-bottom: 0px;
}



.custom H1 { font-size: 2.5em; line-height: 1.2em; }
.custom .headline_area h1 { font-size: 2.5em; margin-bottom: 8px }
.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page { margin: 0 2em; }

.custom .headline_area h2 { font-size: 2.5em; line-height: 1.22em; }
.custom .entry-content {
  line-height: 1.5em;
  font-size: 13.5px;
  color: #333;
  font-family: arial, sans-serif;
}

.custom .format_text p { margin-bottom: 13px; }

.custom .teaser ABBR, .custom .teaser A { text-transform: none; letter-spacing: 0px; font-size: 10px; font-family: verdana; }
.custom .teaser H2 A { font-size: 17px; font-family: helvetica, arial, sans-serif; color: #444; text-decoration: none; }

.custom .entry-content a {
  font-weight: bold;
}

.custom CODE { background-color: #ff9; }
.custom TT { background-color: #ff9; }
.custom PRE { background-color: #ffc; 
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:15px;
-moz-border-radius-topleft:15px;
-moz-border-radius-topright:8px;
}


/* backgrounds, etc */
.custom #page {
  background-color: inherit;
}
/*
.custom #container {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
*/

BODY.custom {
 background: #fff url('images/bg.png') repeat-x top left;  
}



#content_box { background: transparent none repeat-x scroll 0em 0 !important; }
#column_wrap { background: transparent none repeat-x scroll 0em 0 !important; }
.custom .sidebar ul.sidebar_list { padding-right: 0px; }

.custom #footer { text-align: center; }

/* logo */
.custom #header #logo { text-indent: -9999px; }
.custom #header #logo a { display: block; height: 100px; width: 927px; background: url('images/header.png') no-repeat; }
.custom #header { padding: 0px; }

/* subscription box */
#subscribebox { background-color: #ff8; border: 1px solid #aa2; padding:6px;text-align:left; font-size: 13px }
#subscribebox IMG { border: 0px; margin: 0px 0px 0px 8px; }
#subscribebox A:hover { background-color: transparent; }


