/*
Theme Name: Lucas Cruikshank Online
Description: Coded by Megan
Version: 1.0
Tags: 
*/

body   {
	font-family: Tahoma; 
	background-color: #d0d0d0;
	color: #424242; 
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	line-height: 13px; 
	text-align: justify;
}

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

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

a, a:link, a:active, a:visited   {
	text-decoration: none;
	color: #2c81ad;
}

a:hover   {
	color: #535353;
}	

u   {
	color: #535353; 
	text-decoration: underline;
}

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

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

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

ul   {
	list-style-position: inside;
}

li   {
	list-style-position: inside;
}

ol   {
	list-style-position: inside;
}

a:link img       { 
border: 3px solid #C0C0C0;
} 

a:visited img    { 
border: 3px solid #C0C0C0;
} 

a:hover img      { 
border: 3px solid #1B72A4;
}

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

#main   {
	position: absolute;
	width: 570px;
	font-size: 11px;
	color: #000000;
	margin: 0px 10px 10px 315px;
	padding: 0px 0px 10px 0px;
	line-height: 13px;
	text-align: justify;
}

#ad   {
	top: 503px;
	width: 925px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar   {
	position: absolute;
  	width: 240px;
   	font-size: 11px;
   	color: #000000;
   	line-height: 13px;
   	margin: 0px 10px 10px 40px;
   	padding: 0px 0px 10px 0px;
   	text-align: justify;
}


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

.clear   {
	clear: both;
}

.box   {
	background: #eaeaea;
	padding: 8px 8px 25px 8px;
	margin: 0px 0px 20px 0px;
	border: 3px #c4c4c4 solid;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
}

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

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

.h1   {
	color: #000000;
	font-family: Arial;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.h2   {
	color: #2c81ad;
	font-family: Arial;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.comments   {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 35px;
	text-align: center;
}

.post2   {
	background: #c2c2c2;
	margin: 15px 90px 0px 90px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	line-height: 25px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}