/*  
Theme Name: ksc-04
Theme URI: http://k-stewart.net
Description: Theme made exclusively for Kristen Stewart Central. 
Version: 1.0
Author: Tathyana Fantini
Author URI: http://www.nightanddaydesign.org/

DO NOT COPY THIS CODE.

*/


body{
margin:0;
padding:0;
font-family: Verdana, Helvetica;
font-size:10px;
background: #eeeae7 url('images/bg.jpg') repeat-x;
text-align:center;
color: #565656;
}

#maincontainer{
width: 1000px; 
margin: 0 auto;
text-align:justify;
position:relative;
}

#topsection{
height: 505px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 235px 0 235px; 
}

#leftcolumn{
float: left;
width: 230px; 
margin-left: -1000px; 
}

#rightcolumn{
float: left;
width: 230px; 
margin-left: -230px; 
}

#footer{
clear: left;
width: 100%;
color: #707a75;
text-align: center;
padding: 7px 0px 7px 0px;
}
#footer a{
color: #5b6f65;
}

#pics {
color: #a4a490;
text-align: center;
font-family: arial;
font-size: 11px;
}

#pics a{
color: #7d7d67;
text-align: center;
font-family: arial;
font-size: 11px;
}

#pics img {
background-color: #cac9c4;
border: 1px solid #b4b2a8;
padding: 3px;
margin: 2px;
-moz-border-radius: 4px;
}

#pics img:hover{
background-color: #cac9c4;
border: 1px solid #6b6e6f;
padding: 3px;
margin: 2px;
}

#welcome {
color: #5b584e;
text-align: justify;
font-family: arial;
font-size: 11px;
}

 /* Navigation Menu */

#nav {
margin: 0 auto;
padding: 0;	
width: 600px;
height: 36px;
font-family: "Trebuchet MS", Tahoma, Arial;
text-transform: Uppercase;
font-weight: bold;
font-size: 10px;
}

#nav ul {
margin: 0;
padding-top:;
}

#nav li {
float: left;
list-style: none;
line-height: 36px;
margin: 0 10px 0 0;
}

#nav li a {
color: #575959;
display: block;
float: left;
padding: 0 0 0 10px;
text-decoration: none;
}

#nav li a span {
display: block;
float: left;
height: 36px;
padding: 0 10px 0 0;
}

#nav li a:hover,
#nav li.active a, 
#nav li.current a {
background: url(images/nav1.jpg) no-repeat left;
color: #575959;
text-decoration: none;
}

#nav li.active a span,
#nav li.current a span,
#nav li a:hover span {
background: url(images/nav1.jpg) no-repeat right;
}

	

 /* Content Structures */
.content-inside {
background: #e2e0da ;
}

.content-inside-top {
background: url('images/top-content.jpg') no-repeat top;
} 

.content-title {
color: #5e6860;
text-transform: uppercase;
text-align: center;
font-weight: bold;
font-family: tahoma;
font-size: 10px;
padding: 10px 0px 5px 0px;
background: url('images/post-title.png') no-repeat bottom;
}

.content-title a{
color: #5e6860;
}

.content-title strong{
color: #5e6860;
}

.page-title {
color: #5e6860;
text-transform: uppercase;
text-align: center;
font-weight: bold;
font-family: tahoma;
font-size: 10px;
padding: 10px 0px 5px 0px;
background: url('images/post-title.png') no-repeat bottom;
}

.date {
height: 44px;
margin: 5px 6px 0px 8px;
width: 78px;
text-align: center;
float: left;
background: url('images/date.png') no-repeat top;		
}
.date .month {
display: block;
color: #aeaeae;
padding: 2px 0px 0px 0px;
text-align: center;
text-transform: uppercase;
font-size: 16px;
margin-top: 4px;	
font-family: Georgia;
margin-bottom: 3px;
}
.date .day {
display: block;
color: #858585;
font-size: 11px;
margin-top: 5px;
font-family: Arial;
text-align: center;
margin-top: -3px;
}

.content-page {
padding: 8px 5px 3px 5px;
font-family: arial;
font-size: 11px;
color: #615f5b;
}

.content-bottom {
font-family: arial;
font-size: 10px;
padding: 0px 2px 3px 2px;
color: #a49e90;
text-align: center;
}

.content-bottom a{
color: #9f9785;
}

.content-categories {
font-family: arial;
font-size: 11px;
color: #5e6860;
text-align: left;	
padding: 5px 3px 5px 3px;	
background: url('images/bottom-content.jpg') no-repeat bottom;
} 
 
h1 {
color: #5e6860;
text-transform: uppercase;
text-align: left;
font-weight: bold;
letter-spacing: 1px;
font-family: Verdana, Helvetica;
font-size:10px;
margin: 0px;
} 

p { 
	margin-top:  1px;}
	
.option-archive{
background: #e2e0da ;
padding: 5px;	
text-align: center;
-moz-border-radius: 6px;
}	


 /* Sidebar Structures */

.sidebar_title {
font-family: Trebuchet MS;
padding: 3px 0px 10px 60px;
margin: 10px 0px 10px 0px;
color: #65696a;
text-align: left;	
font-size: 10pt;
font-weight: bold;
letter-spacing: 1px;
word-spacing: 1px;
background: url('images/side-title.png') no-repeat left bottom;	
}

.sidebar_content {
color: #8a837a;
padding: 3px;
font-family: Arial;
font-size: 11px;
text-align: justify;
margin-bottom: 10px;}



/*Options style*/

a { 
text-decoration:  none;
color: #4e725e;}

a:hover {
color: #8f8f85;
text-decoration: none;}	

.image {
background-color: #deddd8;
border: 1px solid #c8c6be;
padding: 3px;
margin: 1px;
-moz-border-radius: 4px;} 

.image:hover  {
background-color: #deddd8;
border: 1px solid #788888;
padding: 3px;
margin: 1px;
} 

strong {color: #616a6f;}
b {color: #616a6f;}
i { color: #313131;}
italic { color: #313131;}
em { color: #313131;}
u {color: #686562; text-decoration: none; border-bottom: 1px dotted #909b7f;}
img {border: 0px;}

blockquote {
font-family: Arial;
font-size: 11px;
padding: 7px;
color: #8a8780;
background: #edebe7;
border-right: 2px solid #cfcbc1;
border-bottom: 2px solid #cfcbc1;
-moz-border-radius: 7px;
} 

input, textarea, option, select, button {
font-family: Verdana, Helvetica;
font-size: 10px;
color: #8a8780;
background: #edebe7;
padding: 1px;
border: 1px solid #cfcbc1;
-moz-border-radius: 4px;}	

