/*
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/
*/

#archive_info { width: 356px; background: transparent; margin: 15px 0px 0 10px ;}

#archive, .widget_archive { background: transparent; margin: -75px 0 0 0px ; padding: 0;}


/* RANDOM QUOTE */
#randomquote { position: relative;
margin: -600px 0px 0 179px;
width: 400px;
height: 60px;
background: transparent;
text-align: center;
font-size: 16px;
font-family: georgia;
font-style: italic;
}

html>body #randomquote {
margin: -583px 0px 0 179px;
}

*:first-child + html #randomquote {
margin: -600px 0px 0 179px;
}
/* END RANDOM QUOTE */


.bracket { display: none; }


.to_comments { z-index: 51000;  display: inline;  font-size:10px;  width: 100px; height: 23px; padding: 0 0 0px 0px ; border: none; background: transparent; position: absolute; top: 450px; margin-left: 130px; text-align: right;}

.post { postion: relative; text-align: justify; margin: 15px 0px 0 10px; width: 380px; height: 415px; background: transparent; overflow: auto; padding: 10px;}


#comments {position: relative; margin: 47px 0px 0 0px; background: white;}

html>body #comments {width: 800px; margin: 47px 0 1px -190px;}

.custom {background: #002f2f url('/images/pixel.png');}

#container { position: relative; width: 812px; background: transparent url('/images/bg.png') top center no-repeat; padding: 0; margin: 0 auto;}

#header { margin-top: -20px; height: 150px; width:800px; border: none; clear: both; background: transparent url('/images/header_main.png') top center no-repeat; padding: 0;}

#header a {display: none;}

#sidebars { width: 180px;}

.sidebar_list {width: 180px; padding: 0; background: transparent; border: none; height: 578px;}

#sidebar_1 { margin: 0 0 0 5px; width: 180px; background: transparent; padding: 0; border: none;}

html>body #sidebar_1 { margin: 0 0 0 10px;}


#sidebar_2 { margin: 0 0 0 -10px;width: 180px; background: transparent; border: none;}

#page { width: 800px; margin: 0 0 0 0px ;}

html>body #page { width: 800px; margin: 0 0 0 -14px;}

#content { position: relative; width: 430px; margin: 110px 0 0 0; padding: 0; border: none;}

#column_wrap { width: 620px;}

#content_box { position: relative; width: 800px; height: 600px; background: transparent url('/images/site.png') top center no-repeat;}

#tabs {display: none;}

.post_box { margin: 16px 0 0 10px; width: 389px; height: 427px; overflow: auto; padding: 5px;}

#footer { position: relative;
border-top: 0px;
margin: 0 auto;
float: right;
background: transparent;
color: #cccccc; font-size: 11px;
text-align: right;
line-height: 20px;
height: 20px;
padding: 0;}

html>body #footer { position: absolute;
margin: -15px 0px 0 10px;
}


#footer a {color: #cccccc; text-decoration: none; border: none;}
#footer a:hover { color: #ffffff;}

/* WIDGETS */

#sidebarwidgets { margin: 0 0 0 0; height: 255px; width: 159px; z-index: -4;
background: transparent;}

#sidebarwidgets-bio { margin: 0 0 0 0; height: 255px; width: 159px; z-index: -4;
background: transparent;}

/* END WIDGETS */

/* HOME */

		#header-home-link { position: absolute;
		top: -150px; z-index: 10000;
		left: 0px;
		width: 800px; 
		height: 149px; 
		/*border: 1px solid red;*/ /*uncomment border to adjust link placement*/
		}

		#header-home-link:hover{
		z-index: 1;
		background: transparent;
		/*border: 2px solid red;*/} /*uncomment border to adjust hover element placement*/

/* END HOME*/


.comments_intro {height: 10px; width: 250px; padding: 0; margin:  1px 1px 15px 15px ;}

/*---:[ post navigation links ]:---*/

 .prev_next { font-size: 12px;
line-height: 200px; 
z-index: 50000; 
background: transparent;
 display: inline;
 padding: 2px 2px 2px 5px; 
position: absolute; 
top: 457px; 
left: 15px;
 width: 380px;
height: auto;  
text-transform: uppercase; 
letter-spacing: 2px;
 border-top: 0px;
 color: #666; clear: both; }

	.prev_next .next { text-align: left; float: right; width: 65px; z-index: 50000; }

	.prev_next .previous { position: relative; text-align: left; margin: -20px 2px 0 -0px; float: left; width: 160px; z-index: 50000; }

	.prev_next .floated { float: left; z-index: 50000;  }

	.prev_next a { text-decoration: none;  z-index: 50000; }
	
	.prev_next a:hover { text-decoration: underline; z-index: 50000;  }
	
	.post_nav a { text-transform: uppercase; letter-spacing: 2px; z-index: 50000;  }


/*---:[ previous and next links on index, archive, and search pages ]:---*/

.prev_next { padding-top: 1.1em; padding-bottom: 1.1em;}

	.prev_next p { float: right; position:relative; font-size: 1em; line-height: 2.2em; background: transparent; margin: -20px 0 0 0;}

.post_nav p {background: transparent; width: 65px; float: left;}

	.post_nav .previous { margin-bottom: 0.55em; background: transparent; padding: 0 153px 0 0px;}
	
	.post_nav a { font-size: 12px; line-height: 12px; }