/*  
Theme Name: Lisa Kudrow Temp.
Theme URI: http://l-kudrow.com
Description: Temp. theme for L-Kudrow.com
Version: 1.0
Author: Connie

*/


/* CSS */

body{
	margin:0;
	padding:0;
	background-image:  url(img/background.jpg); 
	background-repeat: repeat-x;
	background-color: #e0e0e0;
	font-size: 11px;
	font-family : arial; 
	color: #333333;
}

#wrapper {
	width:850px;
	margin:0 auto;
	padding:6px;
}

#content{
	float: left;
	width: 567px;
	margin:0 auto;
}

.content{
	background: #efefef;
	border: 1px solid #c5c5c5;
	text-align: justify;
	line-height: 15px;
	font-family: arial;
	font-size: 12px;
	color: #000;
	padding: 10px;
}

.content img {
	background-color: #efefef;
	border: 2px solid #b15b5b;
	padding: 2px;
	margin: 1px;
}


.content img:hover {
	border: 2px solid #626262;
	padding: 2px;
	margin: 1px;
}



#sidebar{
	float: left;
	width: 320px;
	padding-left: 10px;
	margin:0 auto;
}

.sidebar{
	background: #efefef;
	border: 1px solid #c5c5c5;
	text-align: justify;
	line-height: 15px;
	font-family: arial;
	font-size: 12px;
	color: #000;
	padding: 10px;
}



#sidebar img {
	background-color: #efefef;
	border: 2px solid #626262;
	padding: 2px;
	margin: 1px;
}


#sidebar img:hover {
	border: 2px solid #b15b5b;
	padding: 2px;
	margin: 1px;
}


.meta{
	text-align: center;
	line-height: 13px;
	font-family: tahoma;
	font-size: 10px;
	color: #626262;
	padding: 5px;
	}





a { font-weight: bold; }
a:link {color: #b15b5b; }
a:visited, a:active {color: #b15b5b; }
a:hover {color: #f25662; font-weight: bold;}



strong {color: #000;}
bold  {color: #000;}
eb {color: #000;}
i { color: #343434;}
em { color: #343434;}
u {color: #343434; text-decoration: none; border-bottom: 1px solid #999999;}









input, select, textarea {
	font-family:'Verdana', Trebuchet MS, Arial, Helvetica, Sans-serif; 
	font-size:10px; 
	color: #ffffff; 
	background: #737373; 
	border:1px solid #000;
	padding: 5px;
}



h2, h3 {
	font-style:italic;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	font-family: Georgia, Arial, Times, sans-serif;
	color: #b15b5b;
	letter-spacing: 1px;
	line-height: 9pt;
	border-bottom : 1px solid #e2e2e2;
	padding: 0px 10px 4px 10px;
}


h1 {
	font-style:italic;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	font-family: Georgia, Arial, Times, sans-serif;
	color: #b15b5b;
	letter-spacing: 1px;
	line-height: 9pt;
	border-bottom : 1px solid #e2e2e2;
	padding: 0px 10px 4px 10px;
}

.title {
	font-style:italic;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
	font-family: Georgia, Arial, Times, sans-serif;
	color: #b15b5b;
	letter-spacing: 1px;
	line-height: 9pt;
}


h1 a:link {
text-decoration:none;
color: #626262;
}

h1 a:visited {
text-decoration:none;
color: #626262;
}

h1 a:hover {
text-decoration:none;
color: #b15b5b;
} 

.title a{
color: #626262;}

.title a:visited{
color: #626262;}

.title a:hover{
color: #b15b5b;}
