/*
Theme Name: Feel and Hear Me
Theme URI: http://rawrbie.com
Description: A widget-ready pink and brown lady-like theme
Version: 4
Author: Senyth
Author URI: http://rawrbie.com
*/

* {
	padding: 0;
	margin: 0;
}

body{
	font-family: Tahoma, Verdana;
	color: #120a02;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
}

#container{
	width: 870px;
	padding: 0px;
	margin: auto;
}

#header{
	background-image: url(images/header.png);
	width: 870px;
	height: 416px;
	margin: auto;
}



/** Navigation  **/
#nav{
	margin-left: 20px;
	padding-top: 400px;
}

#menu ul, #menu li, #menu ul a{
	padding-right: 25px;
	margin: 0 auto;
	list-style-type: none;
	list-style: none;
	display: inline;
	font-family: "Trebuchet MS";
	font-size: 20px;
	text-transform: lowercase;
	font-weight: bold;
	text-shadow: 1px 1px 1px #b29979;
}

.style1 a:link, .style1 a:visited{
	border-bottom: none;
	text-decoration: none;
	color: #774F38;
}

.style2 a:link, .style2 a:visited{
	border-bottom: none;
	text-decoration: none;
	color: #E08E79;
}

.style3 a:link, .style3 a:visited{
	border-bottom: none;
	text-decoration: none;
	color: #F1D4AF;
}

.style4 a:link, .style4 a:visited{
	border-bottom: none;
	text-decoration: none;
	color: #ECE5CE;
}

.style5 a:link, .style5 a:visited{
	border-bottom: none;
	text-decoration: none;
	color: #C5E0DC;
}

.style1 a:hover, .style2 a:hover, .style3 a:hover, .style4 a:hover, .style5 a:hover{
	border-bottom: 3px solid #ad9983;
	color: #ec9d9a;
}



/** Content **/
#nav{
	padding-left: 150px;
	padding-top: 330px;
}

#content{
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	float: left;
	width: 870px;
	padding-top: 15px;
}

p {
	padding-bottom: 10px;
}

#left{
	width: 560px;
	padding-left: 25px;
	text-align: justify;
}

#right{
	width: 230px;
	float: right;
	padding-right: 25px;
}

.tag{
	background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-left: 53px;
}

h1{
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	padding-left: 55px;
	line-height: 18px;
	padding-top: 5px;
	font-family: Georgia;
	font-size: 18px;
	color: #f09492;
	font-style: italic;
	text-shadow: 1px 1px 1px #ccc;
	text-transform: lowercase;
	margin-top: 5px;
}

h1:first-letter{
	color: #895a3b;
	font-size: 22px;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-transform: uppercase;
	color: #895b3f;
	padding-bottom: 15px;
}

h3{
	color: #5a3d1b;
	padding: 7px 0px 7px 0px;
	margin-top: 10px;
	font-family: Arial;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

h4{
	background-color: #f1e7db;
	color: #5a3d1b;
	border-bottom: 3px dashed #ec9d9a;
	padding: 7px 0px 7px 0px;
	margin-top: 10px;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	text-transform: lowercase;
	margin-bottom: 10px;
}

a:link, a:visited{
	text-decoration: none;
	color: #6c462d;
}

a:hover{
	color: #f09492;
	border-bottom: 1px dotted #6c462d;
}

b, strong {
	color: #c5a861;
}

u {
	border-bottom: 1px dotted #88d66d;
	text-decoration: none;
}

code {
	font-family: "Courier New";
	font-size: 12px;
	color: #996633;
	border-bottom: 1px dotted #000000;
}

blockquote {
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	padding-right: 50px;
	padding-left: 30px;
	padding-bottom: 10px;
}

ul, li{
	padding-bottom: 2px;
	list-style-type: none;
	list-style: none;
	margin-left: 3px;
}

table{
	padding-left: 15px;
}

#footer{
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	clear: both;
	height: 107px;
	width: 870px;
}

#footer p{
	padding-left: 100px;
	padding-top: 50px;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

#footer a:link, #footer a:visited{
	border-bottom: 1px dotted #eda4a2;
	color: #762b32;
	text-decoration: none;
}

.commenter-name { 
	color : #E08E79; 
	text-transform : uppercase; 
	font-family: Tahoma;
	text-align: left;
} 

.comments { 
	width: 520px; 
	text-align: justify;
	color: #120a02;  
	font-size: 11px;
	padding-left: 6px;
	font-family: Verdana;
}

h5 {
	font-size: 14px;
	font-family: Tahoma;
	text-transform: uppercase;
	background-repeat: no-repeat;
	color: #774F38;
	padding-left: 10px;
}

textarea, input, select, button, submit { 
	background-color: #ffffff;
	color : #120a02; 
	text-decoration : none; 
	text-align : left; 
	border: 1px dotted #774F38;
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 3px;
} 

.gravatar {
	float: left; 
	margin-right: 8px; 
	border: 3px solid #94cadb; 
	margin-top: 3px;
}

.img {
	padding-bottom: 2px;
}

#wp-calendar{
	width: 220px;
}

#next{
	text-align: right;
	padding-right: 10px;
}

.next-entry{
	float: right;
	padding-right: 10px;
	display: inline;
}

.pic {
	padding: 5px;
	background-color: #ece3d4;
	border: 1px dashed #2c1414;
	margin: 5px 8px 0px 10px;
}