/*  
Theme Name: Green & Purple
Theme URI: http://l-kudrow.com
Description: Exclusive theme for Lisa Kudrow Online
Version: 1.0
Author: Connie
*/


/* BASIC */

body{
	margin:0;
	padding:0;
	background: #ededed url(img/background.png) repeat-x;
	font-size: 11px;
	font-family : georgia; 
	color: #8e8185;
}

#wrapper {
	width:1020px;
	margin:0 auto;
	position: relative;
}

a img{
	border: 2px solid #a4c574;
	padding: 1px;
	-moz-border-radius: 8px;
}

a { font-weight: bold; text-decoration:none; }
a:link {color: #88b157; }
a:visited, a:active {color: #88b157; }
a:hover {color: #a47281; font-weight: bold;}


strong {color: #a4c574;}
bold  {color: #a4c574;}
eb {color: #c69ca9;}
i { color: #c69ca9;}
em { color: #c69ca9;}
u {color: #a4c574; text-decoration: none; border-bottom: 1px solid #a4c574;}


input, select, textarea {
	font-family: georgia; 
	font-size:10px; 
	color: #3b3b3b; 
	background: #c9e39c; 
	border:1px solid #a47281;
	-moz-border-radius: 8px;
	padding: 5px;
	width: 300px;
}

/* NEWS */

#content_all{
	float: left;
	width: 660px;
	margin:0 auto;
	padding-left: 10px;
	margin-bottom: 40px;
}

#content{
	background: #fff url(img/content_mid.png) repeat-y;
}

.content{
	background: #fff url(img/content_mid.png) repeat-y;
	text-align: justify;
	line-height: 15px;
	font-family: georgia;
	font-size: 12px;
	color: #7c6d72;
	padding: 10px;
	border: 0px;
}

.content img {
	border: 2px solid #a4c574;
	padding: 1px;
	-moz-border-radius: 8px;
}

.comments{
	background-color: #c9e39c;
	text-align: justify;
	line-height: 15px;
	font-family: georgia;
	font-size: 12px;
	color: #353837;
	padding: 10px;
	border: 0px;
	-moz-border-radius: 35px;
}

.title {
	margin: 0px;
	color: #a47281;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #e4d2cc;
	letter-spacing:-1px;
	font-style: italic;
	font-weight:bold;
}


.title a{
	padding: 3px;
	margin: 0px;
	color: #a47281;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #e4d2cc;
	letter-spacing:-1px;
	font-style: italic;
	font-weight:bold;
}

.category { 
	font-family: georgia;
	font-size: 11px;
	padding: 5px;
	text-transform: capitalize; 
	text-align: center;
	color:#c8b2b9;
	background: #f9eef2; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.category a { 
text-decoration:none;
color: #a47281;
}

.category a:hover { 
text-decoration:none;
color: #e0e6e6;
}



/* SIDEBAR */

.sidebar-content img {
	border: 2px solid #fff;
	padding: 1px;
	-moz-border-radius: 8px;
}

#sidebar_all{
	float: right;
	width: 320px;
	margin-left: 10px;
}

#sidebar{
	background: #c9e39c url(img/sidebar_mid.png) repeat-y;
}

.sidebar-content{
	background: #c9e39c url(img/sidebar_mid.png) repeat-y;
	text-align: justify;
	line-height: 15px;
	font-family: georgia;
	font-size: 12px;
	color: #7c6d72;
	padding: 10px;
}

.projectphoto {float:left;border:2px solid #9ebecb;margin:0 8px 0 0;}
.projectspace {margin-top:10px;margin-bottom:10px;clear:both;border-bottom:1px dotted #626262;}

.sidebar-content a {
	color: #a47281;
}

.sidebar-content a:hover {
	color: #88b157;
}

.sidebar-content strong {
	color: #88b157;
}

h2 {
	margin: 0px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #e4d2cc;
	letter-spacing:-1px;
	font-style: italic;
	font-weight:bold;
}



/* OTHERS */

.latest {
	position: absolute; left: 100px; top:420px;
	opacity:.50;
	filter: alpha(opacity=590);
	-moz-opacity: 0.5;
}

.latest img {
	height: 100px;
}

.navigation {
	position: absolute; left: 200px; top:30px;
	font-size: 16px;
	text-shadow: 1px 1px 1px #fff;
	font-style: italic;
	font-weight: bold;
}

.navigation a{
	color: #a57382;
}

h1 {
	margin: 0px;
	color: #a47281;
	font-size: 14px;
	text-align: left;
	text-shadow: 1px 1px 1px #e4d2cc;
	letter-spacing:-1px;
	font-style: italic;
	font-weight:bold;
}

h3 {
	margin: 0px;
	color: #a47281;
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #e4d2cc;
	letter-spacing:-1px;
	font-style: italic;
	font-weight:bold;
}

