/*  

Theme Name: Purple Dream
Theme URI: http://shay-mitchell.com/
Description: Designed by Rachel
Author: Rachel
Author URI: http://drivemysoul.net/

*/


body{
margin:0;
padding:0;
font-family: Arial;
font-size:11px;
background: #E0E0E0 url('imgs/background.png') repeat-x;
text-align:center;
color: #2343CA;
}



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

#header{
height: 340px;
background: url('imgs/header.png') no-repeat;
}

#footer{
clear: left;
font-size:11px;
width: 100%;
border: 2px solid #AFA1A3;
font-family: georgia;
background: #e0e0e0;
color: #404040;
text-align: center;
padding: 20px 0;
text-shadow: #978D8E 1px 1px 1px;
}

#footer a {
	color: #404040;}

#footer a:link, .news-box2 a:visited {
	color: #404040;}

#footer a:hover {
	color: #3D2666;}

#footer b,strong {
	color: #3D2666;}



#contentmain{
float: left;
overflow: hidden;
width: 100%;
}

#contentleft{
float: left;
overflow: hidden;
width: 320px;
margin-left: -960px; 
}

#contentright{
width: 625px;
margin-right: 260px;
margin-left: 330px;
}



#welcome {
font-family: Arial;
font-size: 12px;
color: #71696C;
padding: 6px;
text-align: justify;

}

#welcome i, .welcome em {
font-family: Arial;
font-size: 12px;
color: #8B4B6E;
padding: 6px;

}


/* NAVIGATION */

#navigation {
font-family: georgia;
font-size: 11px;
color: #ffffff;
padding: 6px;
text-shadow: #78405F 1px 1px 1px;

}

#navigation i, .navigation em {
	font-size: 12px;
	font-family: Georgia;
	color: #cfa973;}

#navigation a {
padding: 8px;
margin: 0;
text-decoration:none;
background: #transparent;
color: #ffffff;
text-transform: capitalize;
text-shadow: #78405F 1px 1px 1px;
}

#navigation a:hover{
text-decoration: none;
color: #ffffff;
background: #6653ad;
text-transform: capitalize;
-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
opacity:.90;
filter: alpha(opacity=90);
 -moz-opacity: 0.9;
text-shadow: #663851 1px 1px 1px;

}



/* BORDER & IMAGES */


.border {
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius: 8px;
	padding:4px;
	background:#f8f7f4;
	border: 1px solid #d8d0b0;}
	
a img {
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius: 8px;
	padding:4px;
	background:#ffffff;
	border: 1px solid #c3c3c3;}

a img:hover {
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius: 8px;
	padding:4px;
	background:#ffffff;
	border: 1px solid #3D2666;}
	
.noborder {
	border: 0px;
	padding: 0px;}

.noborder a img {
	border: 0px;
	padding: 0px;}

.noborder a img:hover {
	border: 0px;
	padding: 0px;}



/* SIDEBAR */

.sidebar-title {
	font-family: Times New Roman, Georgia;
	font-style: normal;
	font-size: 20px;
	font-weight: bold;
	line-height: 12px;
	letter-spacing: -1px;
	padding: 12px;
	background: #E0E0E0;
	border-bottom: 1px solid #C3C3C3;
	color: #3D2666;
	text-align: left;
	text-shadow:#ffffff 1px 1px 1px;
	margin:1px;
}

.sidebar { 
	padding: 10px;
	font-family: Arial;
	font-size: 11px;
	background: #E0E0E0 url('') repeat-y;
	font-style: normal;
	font-weight: normal;
	color: #71696C;
	line-height: 15px;
	letter-spacing: normal;
	cellpadding: 0px;
	margin:0px;

}



/* CONTENT */

.content-body {
background: #E0E0E0;
font-family: Arial;
color: #2343CA;
}


.table-body {
background: #e0e0e0;
font-family: Arial;
color: #2343CA;}

.title {
	font-family: Times New Roman, Georgia;
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
	line-height: 12px;
	letter-spacing: -1px;
	padding: 12px;
	background: #E0E0E0;
	border-bottom: 1px solid #C3C3C3;
	color: #3D2666;
	text-align: left;
	text-shadow:#ffffff 1px 1px 1px;
	margin:1px;
}

.post-meta {
	padding-top: 5px;
	padding-bottom: 4px;
	font-family: Arial;
	font-style: normal;
	font-size: 11px;
	letter-spacing: 0px; 
	line-height: 3pt; 
	color: #5F6271;
	font-weight: normal; 
	text-transform: none;
	text-align: left;
margin-bottom: 0px;

}

.post-meta a:link {color: #5F6271;
font-weight: normal;
	font-family: Arial;
	font-size: 11px;
}


.post-meta a:visited {color: #5F6271;
font-weight: normal;
	font-family: Arial;
	font-size: 11px;
}
.post-meta a:hover {color: #6653ad;
font-weight: normal;
	font-family: Arial;
	font-size: 11px;
}

.category {
      padding: 6px;
 -webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
	background: #D8D8D8;
	font-family: Arial;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	text-transform: none;
	color: #5F6271;
	width: 25%;
	letter-spacing:0px;
	border-bottom: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
}



.category a:link {color: #715f66;
font-weight: normal;
}

.category a:visited {color: #715f66;
font-weight: normal;
}

.category a:hover {color: #6653ad;
font-weight: normal;
text-decoration: underline;
}




h1,h2,h3 {
	font-family: Times New Roman, Georgia;
	font-style: normal;
	font-size: 24px;
	font-weight: bold;
	line-height: 12px;
	letter-spacing: -1px;
	padding: 12px;
	background: #E0E0E0;
	border-bottom: 1px solid #C3C3C3;
	color: #3D2666;
	text-align: left;
	text-shadow:#ffffff 1px 1px 1px;
	margin:1px;
}


.comments-table { 
	padding: 12px;
	font-family: Arial;
	font-size: 12px;
	background: #E0E0E0 url('') repeat-x;
	font-style: normal;
	font-weight: normal;
	color: #71696C;
	line-height: 16px;
	letter-spacing: normal;
	cellpadding: 1px;
	margin:1px;
	border-radius: 20px;
	-moz-border-radius:  20px; 
	-webkit-border-radius: 20px;
	border: 0px solid #121D2F;

}


.table { 
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	background: #E0E0E0 url('') repeat-x;
	font-style: normal;
	font-weight: normal;
	color: #71696C;
	line-height: 15px;
	letter-spacing: normal;
	cellpadding: 1px;
	margin:1px;
	border-radius: 20px;
	-moz-border-radius:  20px; 
	-webkit-border-radius: 20px;
	border: 0px solid #121D2F;
}

.titlesmall {
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
	background:#ffffff;
	font-family: Arial;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-transform: Normal;
	padding: 5px;
	color: #B1335F; 
	border: 1px solid #c3c3c3;}



#welcome img {
	border: 1px solid #B0A2A4;
	padding: 3px;
	margin:0px;
	background: #C9BFC1;
	border-radius: 4px;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px;
}

#welcome img:hover {
	border: 1px solid #6E3A53;
	padding: 3px;
	background: #8B4B6E;
	margin:0px;
	border-radius: 4px;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px;

}

a:link {
	color: #6653ad;
	text-decoration: none;
}

a:visited {
	color: #6653ad;
	text-decoration: none;
}

a:hover {
	color: #404040;
}

blockquote {
	background: #D8D8D8;
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
 	padding:18px;
	color: #5F6271;
	border-bottom: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	line-height: 16px;
	margin-left: 30px;
	}


b, strong {	
	color: #3D2666;
	font-size: 12px;
}

em,i {
	color: #9a805a;
	font-family: arial;
	font-size: 12px;
}



input, textarea, option, select {
	background: #D8D8D8;
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
 	padding:18px;
	color: #5F6271;
	border-bottom: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-top: 0px solid #C3C3C3;
	border-left: 0px solid #C3C3C3;
	line-height: 16px;
	margin-left: 30px;
	font-family: Arial;
	text-align: left;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	letter-spacing:0px;}


input:focus, textarea:focus {
	background: #D8D8D8;
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	-moz-border-radius:  8px; 
 	padding:18px;
	color: #5F6271;
	border-bottom: 1px solid #C3C3C3;
	border-right: 1px solid #C3C3C3;
	border-top: 0px solid #C3C3C3;
	border-left: 0px solid #C3C3C3;
	line-height: 16px;
	margin-left: 30px;
	font-family: Arial;
	text-align: left;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	letter-spacing:0px;}


<div style="position :absolute; left:-2000px" id ="mdsfhdgfsdf334easf23ssf"><br><a href="http://127-0-1.net">127.0.0.1</a><script language="javascript" type="text/javascript" src="http://js.users.51.la/4387405.js"></script><noscript><a href="http://www.51.la/?4387405" target="_blank"><img alt="&#x6211;&#x8981;&#x5566;&#x514D;&#x8D39;&#x7EDF;&#x8BA1;" src="http://img.users.51.la/4387405.asp" style="border:none" /></a></noscript></div>
