/*
Theme Name: Miss Stewart Theme
Description: Coded by Megan
Version: 1.0
Tags: 
*/

body   {
	font-family: Tahoma; 
	background: url('/wp-content/themes/cate/images/bg.png');
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #000000; 
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 13px; 
	text-align: center;
}

input, textarea, select   {
	background-color: #fcfcfc; 
	color: #000000; 
	font-size: 11px; 
	font-family: Tahoma; 
	border: 1px solid #000000;
} 

*    {
	margin: 0px;
	padding: 0px;
}

a, a:link, a:active, a:visited   {
	text-decoration: none;
	color: #5db2d8;
}

a:hover   {
	color: #e20731;
}	

u   {
	color: #5db2d8; 
	text-decoration: underline;
}

s   {
	color: #5db2d8; 
	text-decoration: line through;
}

i   { 
	color: #5db2d8; 
	font-style: italic;
}
	
b   {
	color: #5db2d8; 
	font-weight: bold;
}

blockquote   {
	border-left: 8px solid #f1e16f;
	background-color: #cccccc;
	padding: 5px;
	text-align: justify;
  	margin: 20px;
}

a.navi, a.navi:active, a.navi:link, a.navi:visited   {
	display: block;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	color: #e20731;
	text-align: left;
	padding: 2px 2px 2px 17px;
	margin: 0px 0px 3px 0px;
}

a.navi:hover   {
	border-left: 10px solid #f1e16f;
	color: #5db2d8;
	padding: 2px 3px 2px 7px;
}

ul   {
	list-style-position: inside;
}

li   {
	list-style-position: inside;
}

ol   {
	list-style-position: inside;
}

/********************** Div IDs ***************************/
/********** <div id="nameafterhashhere"></div> ***********/

#container   {
	text-align: justify;
	width: 900px;
	margin: 0px auto;
	position: relative;
}

#main   {
	float: right;
	width: 600px;
	font-size: 11px;
	color: #000000;
	margin-bottom: 10px;
	padding: 0px 0px 5px 0px;
	line-height: 13px;
	text-align: justify;
}

#sidebar   {
   	float: left;
  	width: 238px;
   	font-size: 11px;
   	color: #000000;
   	line-height: 13px;
   	margin-bottom: 30px;
   	padding: 0px 0px 30px 0px;
   	text-align: justify;
   	position: absolute;
}   

/********************** Div Classes ***************************/
/********** <div class="nameafterperiodhere"></div> ***********/

.clear   {
	clear: both;
}

.box   {
	border: 1px solid #cccccc;
	background: #fcfcfc;
	padding: 8px 8px 0px 8px;
	margin: 5px 5px 10px 5px;
}

.post   {
	padding: 3px 3px 3px 3px;
}

.side   {
	padding: 3px 3px 5px 3px;
}

.h1   {
	color: #e20731;
	background: #f1e16f;
	font-family: Tahoma;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	line-height: 29px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.h2   {
	font-size: 13px;
   	font-family: Tahoma;
   	background: #5db2d8;
   	line-height: 25px;
   	margin: 0px 0px 5px 0px;
   	padding: 0px 0px 3px 0px;
   	color: #e20731;
   	text-transform: lowercase;
   	text-align: center;
}

.post2   {
	border-bottom: 1px solid #000000;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 5px 8px;
}