/**************************BASIC MAIN CUSTOM**************************/

body {
	margin: 0px;
	background-image:url('http://www.rosesnwine.com/blog/wp-content/themes/books/images/bg.png');
	background-repeat:repeat-x;
    background-color: #efefef;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	letter-spacing: normal;
	color: #000000;
	}
	
	
TD, TR {
	font-family: arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
	color: #000;
}
	
.content {
	width: 910px;
	line-height: 15px;
	float:left;
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #000;
	padding: 10px;
	background: #fff;
}

.content img {
	padding: 3px;
	margin: 1px;
}

#postarea {
	width: 910px;
	float: left;
	line-height: 15px;
	font-family: arial, sans-serif;
	font-size: 11pt;
	color: #000;
	padding: 10px;
	background: #fff;
}

#postarea img {
	padding: 3px;
	margin: 1px;
}

blockquote {
	background: #CED5E1;
	padding: 5px 15px;
	font-family: Courier New;
	font-size: 9pt;
	display: block;
	margin: 5px;
	}
	
blockquote img {
	margin: 5px;
	}

	
/**************************MENU**************************/

#menuh-container {
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh {
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a{
	text-align: center;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #2e2e2e;
	text-decoration:none;
	}	

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding-top: 13px;
	padding-left: 14px;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover {
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */


/**************************RANDOM CUSTOMIZATION**************************/

input, textarea, select, button {
	font-family:Arial; 
	font-size:11px; 
	color: #000000; 
	background: #ffffff; 
	border: 1px solid #4D6FFF;
	-moz-border-radius: 4px;
	padding: 5px;
}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
	color:#4D6FFF;
	background: #FFFFFF;
	border: 1px solid #4D6FFF;
	-moz-border-radius: 4px;
	padding: 5px;}

h1 {
	font-family: tahoma,verdana, arial, sans-serif;
	font-size : 18px;
	text-decoration : none;
	text-align: left;
	color : #4D6FFF;
	font-weight: bold;
	line-height: 18px;
} 

h2 {
	font-family: tahoma,verdana, arial, sans-serif;
	font-size : 16px;
	text-decoration: none;
	text-transform:uppercase;
	text-align: left;
	color : #4D6FFF;
	font-weight: bold;
	line-height: 16px;
}

h3 {
	font-family: tahoma,verdana, arial, sans-serif;
	font-size : 14px;
	text-decoration: none;
	text-align: left;
	color : #4D6FFF;
	font-weight:normal;
	line-height: 14px;
}


/**************************LINK COLORS**************************/

a { 
	color: #5468FF;
	text-decoration: none; 
	font-weight: bold;
	}

a:link {
	color: #5468FF; 
	}

a:visited, a:active {
	color: #5468FF; 
	}

a:hover {
	color: #5468FF; 
	text-decoration: underline;
	}

	
/**************************SIDEBAR**************************/

.sidebar {
	float: left;
	padding-top: 8px;
	width: 260px;
	background-color: #e2e2e2;
}

.side_all {
	text-align:center;
}

.sidebar_title {
	padding: 6px;
	background-color: #98AAD0;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 14px;
    font-weight: bold;
	color: #2E2E2E;
	text-align: center;
	letter-spacing: 1px;
	line-height: 16px;
}

.sidebar_content {
	text-align: left;
	line-height: 16px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 10px 5px;
	}
	
.sidebar_content a {
	text-align: left;
	line-height: 16px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #5468FF;
	}
	
.sidebar_content img {
	margin: 1px;
	border-style: hidden;
}

.sidebar_content img a {
	margin: 1px;
	border-style: hidden;
}

.sidebar ul {
	display: block;
	list-style-type: none;
	padding: 5px;
	vertical-align:middle;
	height:1%; /* IE WIN */
}

.sidebar ul li {
	padding-bottom: 6px;
	color: #000;
}

.sidebar ul li a {
	color: #FF67A4;
}

.sidebar ul li:hover {
	border-bottom:1px solid #b100fb; 
}

.sidebar_tags {
	text-align: left;
	line-height: 16px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 10px 5px;
	}
	
.sidebar_tags a {
	text-align: left;
	line-height: 16px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #A4ADEA;
	}
	
.sidebar_tags a:hover {
	text-align: left;
	line-height: 16px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #FF67A4;
	}
	
/**************************FOOTER**************************/
.footer {
	background: #98AAD0;
	font-weight: bold; 
	font-family: arial;
	font-size:11px; 
	letter-spacing:0px; 
	line-height:10px; 
	color: #383838; 
	text-align:center;
	padding:10px;
	}

.footer a {
	font-weight: bold;
	color: #3248A5;
	text-decoration: none;
	}

.footer a:link {
	font-weight: bold;
	color: #3248A5;
	text-decoration: none;
	}

.footer a:hover {
	font-weight: bold;
	color: #3248A5;
	text-decoration: underline;
	}

/**************************POST**************************/
.post {
	width: 890px;
	margin: auto;
	line-height:15px;
	color:#000; 
	background: #fff;
	}	
	
.entry {
	padding: 5px;
	line-height:15px;
	background: transparent;
	color:#000; 
	font-size: 12px;
	font-family: arial, tahoma, verdana;
	}
	
.postheader {
	line-height:15px;
	background: #98AAD0;
}

.meta {
	font-family: Trebuchet MS;	
	font-size: 11px; 
	letter-spacing: 1px;
	color: #2E2E2E; 
	text-align: left;
	padding: 5px;
	font-weight: bold;
	}

.meta a {
	font-weight: bold;
	color: #2E2E2E;
	text-decoration: none;
	}

.meta a:link, .meta a:visited {
	font-weight: bold;
	color: #2E2E2E;
	text-decoration: none;
	}

.meta a:hover {
	font-weight: bold;
	color: #2E2E2E;
    }

.title {
	font-family: Arial, sans-serif;
	font-size: 16px; 
	line-height: 19px;
	letter-spacing: 1px;
	color: #2E2E2E; 
	text-align: left;
	padding: 5px;
	font-weight: bold;
	background-color: #98AAD0;
	border-bottom: 0px solid #98AAD0;
	}

.title a {
	color: #2E2E2E;
	text-decoration: none;
	}

.title a:hover {
	color: #2E2E2E;
	text-decoration: none;
	}
	
.date {
	font-weight:bold;
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #2E2E2E;
	text-align: right;
	text-transform:uppercase;
	float: right;
	letter-spacing: 3px;
	line-height: 11px;
	margin-right: 10px;
	padding: 5px;
	}

.comments {
	font-weight:bold;
	font-size: 12px;
	font-family: Trebuchet MS;
	color: #4A5BDA;
	text-align: right;
	text-transform:uppercase;
	float: right;
	letter-spacing: 3px;
	line-height: 11px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #ffffff;
	background: #FFF;
	}

/**************************COMMENTS**************************/

ol.commentlist {
	margin: 20px 0px;
	list-style: none;
}

ol.commentlist li {
	background: #fff;
	padding: 10px;
	border: 1px dotted #939DDF;
}

.commentmeta {
	font-size: 10px;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	padding: 3px;
}

.commentmeta a, .commentmeta a:link {
	color: #000;
}

.commentcontent {
	padding: 5px;
}

.alt {
	background: #ddd;
}

div.comment input, div.comment textarea {
	margin: 5px;
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	color: #000;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 16px;
}


