/*  
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: #ebebeb url(img/background.jpg) repeat-x;
	font-size: 11px;
	font-family : georgia; 
	color: #121212;
}

#wrapper {
	width:1024px;
	margin:0 auto;
	position: relative;
}


a { font-weight: bold; text-decoration:none; }
a:link {color: #c38497; }
a:visited, a:active {color: #c38497; }
a:hover {color: #121212; font-weight: bold;}


strong {color: #a59980;}
bold  {color: #a59980;}
eb {color: #a66f7f;}
i { color: #a66f7f;}
em { color: #a66f7f;}
u {color: #a59980; text-decoration: none; border-bottom: 1px solid #a59980;}


input, select, textarea {
	font-family: georgia; 
	font-size:10px; 
	color: #3b3b3b; 
	background: #ebebeb; 
	border:1px solid #c38497;
	-moz-border-radius: 8px;
	padding: 5px;
}

/* NEWS */

#content_all{
	float: left;
	width: 695px;
	margin:0 auto;
	margin-bottom: 40px;
}

#content{
	background: url(img/content_mid.jpg) repeat-y;
}

.content{
	background: url(img/content_mid.jpg) repeat-y;
	text-align: justify;
	line-height: 15px;
	font-family: georgia;
	font-size: 12px;
	color: #7c6d72;
	padding: 20px;
	border: 0px;
}

.content img {
	border: 2px solid #e3cbd1;
	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: #c38497;
	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: #c38497;
	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:#d7b9c2;
	background: #fff; 
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.category a { 
	text-decoration:none;
	color: #d7b9c2;
}

.category a:hover { 
	text-decoration:none;
	color: #c4c4c4;
}



/* SIDEBAR */

.pic {
	border: 2px solid #fff;
	padding: 1px;
	-moz-border-radius: 8px;
}

#sidebar_all{
	float: right;
	width: 325px;
}

#sidebar{
	background: url(img/sidebar_mid.jpg) repeat-y;
}

.sidebar-content{
	background: url(img/sidebar_mid.jpg) repeat-y;
	text-align: justify;
	line-height: 15px;
	font-family: georgia;
	font-size: 12px;
	color: #434343;
	padding: 15px;
}

.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: #fff;
}

.sidebar-content a:hover {
	color: #434343;
}

.sidebar-content strong {
	color: #e8d0d4;
}

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: 87px; top:180px;
}

.latest img {
	height: 65px;
	opacity:.50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	border: 2px solid #e3cbd1;
	padding: 1px;
	-moz-border-radius: 8px;
}

.latest img:hover {
	height: 65px;
	opacity:.80;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	border: 2px solid #e3cbd1;
	padding: 1px;
	-moz-border-radius: 8px;
}

.navigation {
	position: absolute; left: 120px; top:30px;
	font-size: 18px;
	text-shadow: 1px 1px 1px #c38497;
	font-style: italic;
	font-weight: bold;
}

.navigation a{
	color: #f0f0f0;
}

h1 {
	margin: 0px;
	color: #c38497;
	font-size: 16px;
	letter-spacing:-1px;
	font-style: italic;
	font-weight:bold;
}

h3 {
	margin: 0px;
	color: #c38497;
	font-size: 14px;
	letter-spacing:-1px;
	font-style: italic;
	font-weight:bold;
}

div#qTip {
	padding: 5px 8px;
	border: 1px dotted #c38497;
	display: none;
	background: #ffffff;
	color: #666666;
	font: italic 7pt Arial;
	text-align: left;
	position: absolute;
	z-index: 1000;
}

blockquote {
	margin: 5px 10px 25px 10px;
	padding: 12px;
	font-size: 10px;
	background: #ebdfe3;
	border-radius: 6px;
	-moz-border-radius:  6px; 
	-webkit-border-radius: 6px;
}
