/*
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"&;gt;. 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/
*/
div#content_box a:link, div#content_box a:visited, div#content_box a:hover, div#content_box a:active {
    text-decoration: none;
}
div#content_box a:link, a:visited {
    color: #4E0FB9;
}
div#content_box a:hover {
    color: #F953C1;
}
a:active {
    color: #BB47FC;
}
body {
    background-image: url(images/pagestyling/main_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
}
#page {
    padding: 0;
    margin: 0 2.2em 2.2em 2.2em;
    background-color: transparent;
    background-attachment: scroll;
}
#content_box, #footer {
    background-color: #fff;
}
#header {
    width: 518px;
    height: 195px;
    margin: 0 auto;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: url(images/pagestyling/logo.png);
    background-position: center top;
    background-repeat: no-repeat;
}
#header a:link, #header a:visited, #header a:hover, #header a:active {
    display: block;
    font: 1px/1 Arial, Helvetica, sans serif;
    text-align: center;
    color: #000;
    width: 100%;
    height: 195px;
}
ul.menu {
    width: 904px;
    margin: 0 auto;
    border: solid #fff;
    border-width: 2px 0 3px 2px;
}
ul.menu li a {
    border: solid #fff;
    border-width: 0 2px 0 0;
    color: #000;
}
#content_box {
    margin: 14px 0 0 0;
}
.post_box {
    padding-top: 1.1em;
}
.post_box, .teasers_box, .full_width #content_box .page {
    margin: 0 1.1em 0 1.1em;
}
.sidebar h3 {
    font: bold 14px/1 Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
}
li.widget {
    margin: 1.1em 0 1.1em 0;
}
.sidebar li#search {
    border-bottom: 1px dotted #ccc;
}
ul.sidebar_list {
    padding: 1.1em 1.1em 0 1.1em;
}
#content_box, #footer, .menu a, .menu .current ul a, .menu .current-cat ul a {
    background-color: transparent;
    background-position: left top;
    background-repeat: repeat;
    border: 2px solid #fff;
}
#content_box, #footer {
    background-image: url(images/pagestyling/textarea_bg.png);
}
.menu a, .menu .current ul a, .menu .current-cat ul a {
    background-image: url(images/pagestyling/navbar_bg.png);
}
#footer {
    margin: 14px 0 8px 0;
    border: none;
}
div#content_box h1, div#content_box h2, div#content_box h2 a:link, div#content_box h2 a:visited {
    font-weight: bold;
    color: #E2405A;
}
div#content_box h2 a:hover, div#content_box h2 a:active {
    color: #f953c1;
}
.headline_area {
    margin-bottom: 1.1em;
}
.headline_area h1, .headline_area h2 {
	line-height: 0.9em;
}
div#comments {
    margin-left: 1.1em;
}
div#comments div {
    margin-left: 0;
} 
dl#comment_list dt, dl#comment_list dd {
    padding-left: 0;
}
#commentform {
    padding-left: 0;
}
#commentform textarea {
    width: 100%;
    border: 2px solid #999;
    background-color: #ccc;
}
input.form_submit {
    border: 2px solid #999;
    font: bold 16px Arial, Helvetica, sans-serif;
}
div#archive_info {
    display: none;
}
.format_text h3 {
	font: bold 18px/1.2 Arial, Helvetica, sans-serif;
}
div#content table {
    padding: 0px; 
    border: none; 
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1.5em;
    width: 60%;
    background-color: #999;
}
div#content table tbody tr th {
    font: bold 18px/1.6 Arial, Helvetica, sans-serif;
    background-color: #fcfcfc;
}
div#content table tbody tr td {
    padding: 0;
    line-height: 1.6em;
    background-color: #fcfcfc;
}
span.insetcode {
    padding-left: 25px;
}
span.customfunction {
    font-weight: bold;
    color: #F00;
}
span.template_tag {
    font-weight: bold;
    color: #06F;
}
span.orderby {
    font-weight: bold;
    color: #093;
}
span.remove_title {
    font-weight: bold;
    color: #F90;
}
span.exclude {
    font-weight: bold;
    color: #93F;
}
p.codeentry {
    font-family: Arial, Helvetica, sans-serif;

}
ul.addtoany_list li a {
	padding: 0;
}
img.fontimage {
	max-width: 664px;
}
div#socialbookmarks {
	position: absolute;
	right: 0px;
	top: 0px;
}
ul#socialbookmarklinks {
	list-style: none;
}
ul#socialbookmarklinks li {
    width: 104px;
    height: 86px;	
    padding: 0;
    margin: 0;
    overflow: hidden;
}
ul#socialbookmarklinks li a {
    display: block;
    width: 104px;
    height: 86px;
    background-image: url(images/pagestyling/socialbookmarks.png);
    background-repeat: no-repeat;
    font: 1px/1 Arial, Helvetica, sans-serif;
    color: #CCC;
    padding:0;
    margin:0;
    overflow:hidden;
}
ul#socialbookmarklinks li#rssfeed a:link, ul#socialbookmarklinks li#rssfeed a:visited {
	background-position: left top;
}
ul#socialbookmarklinks li#rssfeed a:hover {
	background-position: -104px top;
}
ul#socialbookmarklinks li#rssfeed a:active {
	background-position: right top;
}
ul#socialbookmarklinks li#twitterlink a:link, ul#socialbookmarklinks li#twitterlink a:visited {
	background-position: left bottom;
}
ul#socialbookmarklinks li#twitterlink a:hover {
	background-position: -104px bottom;
}
ul#socialbookmarklinks li#twitterlink a:active {
	background-position: right bottom;
}
div#backtotop {
	position: fixed;
	right: 0px;
	bottom: 0px;
	background-attachment: scroll;
	width: 17px;
	height: 105px;
}
ul#toplink {
	list-style: none;
}
ul#toplink li a {
	display: block;
	width: 17px;
	height: 105px;
	font: 1px Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(images/pagestyling/backtotop.png);
	background-repeat: no-repeat;
}
ul#toplink a:link, ul#toplink a:visited {
	background-position: left top;
}
ul#toplink a:hover, ul#toplink a:active {
	background-position: right top;
}
div.comments_intro {
	display: none;
}
div#comments dt, div#comments dd p {
    padding-left: 12px;
}
dl#comment_list .bypostauthor {
    background: #ccc;
}
dl#comment_list .bypostauthor span.comment_author {
	color: #E2405A;
}
dl#comment_list span.comment_author {
	text-transform: capitalize;
}
p.important {
	color: red;
    font-weight: bold;
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 1.1em;
}
div.linebreak {
	width: 664px;
    height: 2px;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}
