/*
Theme Name: RRS Versai
Theme URI: http://realityrejection.org/
Description: A touch of neon aristocracy.
Version: .001
Author: Jakub Kowalik   
Author URI: http://realityrejection.org/
Tags: reality, rejection, studios, versai, neon, aristocracy
*/

body
{
	color: White;
	background: url('images/background_t.jpg') repeat;
}

#header
{
	position: absolute;
	
	left: 0px;
	top: 0px;
	width: 100%;
	height: 271px;
	
	z-index: 1;
	
	background: url('images/header_ht.png') repeat-x;
}

#banner
{
	position: absolute;
	
	left: 50%;
	top: -30px;
	width: 800px;
	height: 337px;

	margin-left: -580px;
	
	z-index: 2;
	
}

.banner_img
{
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px -5px;
    vertical-align: top;
}

#tweet
{
	position: absolute;
	
	left: 50%;
	top: 100px;
	width: 280px;
	height: 120px;
	
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	
	margin-left: 45px;
	padding-left: 130px;
	padding-top: 15px;
	
	z-index: 2;
	
	background: url('images/tweet-bird.png') no-repeat;
	
	/*border: solid 2px White;*/
}

#content-master
{	
	position: relative;
	
	left: 50%;
	top: 225px;
	width: 1048px;
	height: auto;
	
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	
	margin-left: -524px;
	padding-bottom: 90px;
	
	z-index: 0;
	
	background: url('images/mainpage_vt.png') repeat-y;
}

#content-body
{
	position: relative;
	
	left: 90px;
	top: 30px;
	width: 610px;
	height: auto;
	min-height: 800px;
	
	/*border: solid 2px White;*/
}


#content-sidebar
{
	position: absolute;
	
	left: 730px;
	top: 30px;
	width: 235px;
	height: auto;
	text-decoration: none;
	
	/*border: solid 2px White;*/
}

#footer
{
	position: relative;
	
	left: 0px;
	top: 176px;
	width: 100%;
	height: 18px;
	
	margin-left: -8px;
	padding-top: 31px;
	padding-right: 16px;
	
	background: url('images/footer_ht.png') repeat-x;
	
	text-align: center;
	font-size: .7em;
	font-family: Sans-Serif;
}

.cc-button
{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	
	width: 80px;
	height: 15px;
	
	margin-left: 10px;
	margin-top: -2px;
	
	background: url('http://i.creativecommons.org/l/by-nc-sa/3.0/80x15.png') no-repeat;
}


.post
{
    position: relative; 
}

.a_post
{

    width: 270px;
    position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px 10px 15px;
}

.deco
{
    position: relative;
    text-align: center;
    z-index: 4;
    border: none;
}

.post h2, .a_post h2 
{ 
	font-size: 1.4em;
    color: #ffe7e0;
    text-decoration: none;

    padding: 0px;
    margin: 5px 0 0 0px;
    font-family: Garamond, serif;
    
}

.post h3, .a_post h3
{
    font-size: .7em;
    color: #c19989;
    text-decoration: none;

    padding: 0px;
    margin: 5px 0 0 0px;
    font-family: Arial, Helvetica, sans-serif;
}

.post h3 a:hover, .a_post h3 a:hover 
{ 
    color: #c19989;
    text-decoration: underline;
    
}

.post h3 a:link, .post h3 a:visited, .a_post h3 a:link, .a_post h3 a:visited, .post p a:link
{ 
    color: #c19989;
    text-decoration: none;
    
}

.post h2 a:link, .post h2 a:visited, .a_post h2 a:link, .a_post h2 a:visited, .navigation a:link, .navigation a:visited, .post p a:visited, #tweet a:link, #tweet a:visited
{ 
    color: #ffe7e0;
    text-decoration: none;
    
}

.post h2 a:hover, .a_post h2 a:hover, .navigation a:hover, #tweet a:hover
{ 
    color: #ffe7e0;
    text-decoration: underline;
    
}

img
{  border-style: none;
  /* padding:1px;
   border:1px solid #021a40;*/
}


#searchform
{
	width: 320px;
	margin-top: 55px;
	display: block;
	float: left;
}

.searchbg
{
	border: none;
	background: url(images/inputbg.jpg) no-repeat;
	height: 19px;
	color: #D2CEB6;
	font-size: 11px;
	padding: 5px 0px 0px 25px;
	width: 215px;
}
.searchbtn
{
	border: none;
	background: url(images/searchbtn.gif) no-repeat;
	height: 24px;
	width: 76px;
	cursor: pointer;
}

.social
{
    padding: 2px 5px 5px 2px;
    width: 100%;
    text-align: center;
}

a:link, a:visited
{
    text-decoration: none;
}

#disqus_thread a {
	color: gray;
}

#disqus_thread a:hover {
	color: gray;
	text-decoration: underline;
}

#blog_container img, #article_container img
{
   padding:1px;
   border:2px solid #555555;
}

