/*

Theme Name: CWine

Description: Custom design for ConsciousWine.com

Version: 1.0

Author: Park

Author URI: http://redsummit.com/

Tags: fixed width, two columns, widgets



	CWine v1.0



*/



/* Reset

-------------------------------------------------------------------*/

* { padding: 0; margin: 0; }

ul, ol { list-style-type: none;
margin: 0px; padding: 0px;}

ol ol, ul ul, ol ul, ul ol {   margin: 0; padding: 0px; }

li {margin: 0px; list-style-position: outside;
	
}




img { border: none; }





/* Body

-------------------------------------------------------------------*/

body { 

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 13px;

	color: #666; 
	
	background-color: #799141;
	
	

}



h1, h2, h3, h4, h5,h6 { 

	font-family: Georgia, "Times New Roman", Times, serif; 

	font-weight: normal; 

	color: #333; 
	

	line-height: 130%;

}



h1 {

	font-size: 30px;

	margin-top: 0px;

	padding-top: 0px;

	margin-bottom:6px; 

}

h2 { 

	font-size: 16px;

	margin-top: 6px;

	padding-top: 4px;

	margin-bottom:6px; 

}

h3 { 

	font-size: 14px;

	margin-top: 4px;

	padding-top: 4px;

	margin-bottom:6px;

}

h4 { 

	font-size: 12px; 

}

h5 { 

	font-size: 10px; 

}

h6 { 

	font-size: 10px; 

	font-style: italic;

}



h1 span { color: #999; }



a { color: #8B3820; text-decoration: none; }

a:hover { color: #8B3820; text-decoration: underline; }

a:visited { color: #8B3820; }



p { margin-bottom: 10px; }



p.list {

	padding: 3px;

	padding-left: 25px;

	margin-left: 4px;

	display: list;

	text-indent: -28px;

}






input, textarea { font: 12px Helvetica, Arial, Geneva, sans-serif; }



blockquote { 

	font: italic 14px/22px Georgia, Serif; 

	padding: 5px 10px;

	margin-bottom: 20px;

	background: #eef3f7; 

}



img {

	border: 1px solid black;

}

#top {
		background-image: url(images/header.png);
	
	width: 830px;
	height: 320px;
	position: absolute;
	left: 50%;
	margin-left: -415px;
}


/* Container

-------------------------------------------------------------------*/

#container { 

	width: 770px;

	margin: 0 auto;

	background: #fff;

	padding: 20px;

	padding-top: 5px;

	border: 10px solid #fff;

	border-top: none;

	border-bottom:10px solid #fff;

	overflow: hidden; 

}









/* Header

-------------------------------------------------------------------*/

#header { 

	border-bottom: 0px;

	margin-bottom: 5px;

	font-size: 36px;

	color:#000000;
	
	margin-top: 270px;


}

#header h1 { 

	font: 24px Arial;

	padding: 0 px; 

	margin-bottom: 0; 

	color: #333; 

}

#header h1 a { 

	color: #333; 

	text-shadow: 1px 1px 1px #fff; 

	text-decoration: none; 

}

#header h1 span { 

	padding-left: 10px; 

	font-size: 11px; 

	color: #777; 

}







/* Search

-------------------------------------------------------------------*/

#search {

	position: absolute;

	top: 220px; 

	right: 10px;

}

#search #s { 

	width: 170px;

	height: 14px;

	padding: 5px 0 5px 23px;

	vertical-align: bottom;

	line-height: 1px;

	font: normal 12px Arial, Sans-Serif;

	color: #777;

	border: 0;

	background: #fafafa url(images/search-bg.gif) no-repeat;

}







/* Navigation

-------------------------------------------------------------------*/

#nav { 

	width: 770px;

	float: left; 

	height: 32px; 

	position: relative;
	
	z-index: 1000;

}

#nav ul { 

	margin-left: 15px; 

}

#nav ul li { 

	display: inline; 

	margin-right: 20px; 

}

#nav ul li a { 

	font-weight: bold; 

	text-shadow: 1px 1px 1px #fff; 

	text-decoration: none; 

	color: #555; 

	line-height: 33px; 

}

#nav ul li a:hover { 

	color: #333; 

}

#nav #feed {  

	position: absolute; 

	right: 15px; 

	top: 7px;

	color: #333;

	text-decoration: none;

	padding: 0 0 0 20px;

	display: block; 

	text-shadow: 1px 1px 1px #999; 

	background: url(images/feed.png) no-repeat 0 3px; 

}







/* Content

-------------------------------------------------------------------*/

#content { 

	width: 490px;

	margin: 0 0 0 10px;

	padding: 0px 20px 5px 10px;

	float: right; 

}



#content .post { 

	margin-bottom: 40px; 

}

#content .post h1.post-title { 

	color: #8B3820;

	padding-left: 0px;

	font-variant:small-caps;

}

#content .post h1.post-title a { 

	text-decoration: none;

	color: #333;

}



#content .post .post-info { 

	clear: both; 

	font-size: 11px; 

	color: #222222; 

	padding: 3px 5px 3px 5px; 

	margin-bottom: 20px; 

	border: 1px solid #8B3820; 

	background: WHITE; 

}

#content .post .post-info a { color: #333333; text-decoration:none; }

#content .post .post-info a:hover { color: #444; text-decoration:none; }



#content #pages { text-align: center; }

#content #pages a { font: bold 20px Verdana; color: #414d4c; text-decoration: none; }

#content #pages a:hover { color: #1e2726; }



#content ul, ol, dl { margin-bottom: 20px; font-size: 12px;

 }

#content ol { text-indent:40px; }

#content ul { 

	list-style: disc;
	margin-left: 40px;


}

#content ol { 

	list-style: decimal;
	list-style-position: inside;
	margin-left: 40px;
	text-indent: 0px;

}

#content dl dt { 

	font-weight: bold;

}

#content dl dd { 

	margin: 0 0 5px 20px;

	color: #555;
	font-size: 12px;

}



.aligncenter { margin-left: auto; margin-right: auto; }

.alignleft { float: left; margin: 5px 15px 10px 0; }

.alignright { float: right; margin: 5px 0 10px 15px; }





/* Sidebar -------------------------------------------------------------------*/



#sidebar { 

	width: 215px; 

	float: left; 

	font-size: 11px; 

	color: #555;

	margin-bottom: 15px;

	padding-right: 20px;
z-index: 1000;
	

}



#sidebar #sidebar-nav {

	line-height: 1.75em;

	font-size: 16px;



	padding: 0px;

}



#sidebar #sidebar-nav ul {

	margin: 0;

	padding: 0;

	list-style: none;

	text-align:left;

	margin-left: 0px;

}



#sidebar ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#sidebar ul li ul {

	margin-right: 0px;

	font-style:italic;

	font-size:12px;

	font-variant:normal;

}



#sidebar a {

	color: #8B3820;

	text-decoration: none;
	font-style: italic;
	line-height: 105%;

	font-weight: normal;

}



#sidebar a:hover {

	color: #8B3820;

	border-bottom: 1px solid #8B3820;

}



#sidebar h3 { 

	font: 16px Arial; 

	color: #333;
	padding-top: 5px;

}



/*

#sidebar a { color: #8B3820; text-decoration: none; }

#sidebar a:hover { color: #777; }

#sidebar .block ul li { 

	padding-left: 18px; 

	background: url(images/arrow.gif) no-repeat 0px 3px; 

}

*/



#sidebar .block { 

	



}



#navbar {

	width: 215px;

	float: left;

	line-height: 1.75em;

	font-size:16px;

	font-variant:small-caps;

}



#navbar ul {

	margin: 0px 10px 10px 10px;

	padding: 0;

	list-style: none;

	text-align:right;

}



#navbar ul li ul {

	margin-right: 0px;

	font-style:italic;

	font-size:12px;

	font-variant:normal;

}









/* Calendar */

#sidebar .block #calendar_wrap .pad { background: none; }

#sidebar .block #calendar_wrap #prev { background: none; }

#sidebar .block #calendar_wrap #next { background: none; }

#sidebar .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}

#sidebar .block #calendar_wrap table th { width: 14.2%; }

#sidebar .block #calendar_wrap table td { width: 14.2%; background: #fafafa; text-align: center; color: #888; }

#sidebar .block #calendar_wrap table td a { font-weight: bold; }







/* Comment Form

-------------------------------------------------------------------*/

#commentform { 

	background: #e4dab0; 

	border: 5px solid #DBC828;  

	padding: 10px; 

	color: #555; 

}

#commentform p { margin-bottom: 7px; }

#commentform textarea { 

	width: 440px; 

	border: 1px solid #aaa; 

	height: 120px;

}

#commentform input.text { 

	width: 150px; 

	border: 1px solid #aaa; 

	margin-right: 10px; 

	padding: 3px 3px; 

}

#commentform input#submit { padding: 3px 10px; }







/* Comments

-------------------------------------------------------------------*/

#comments .comment { 

	width: 500px;

	background: #c4ba90; 

	margin-bottom: 10px; 

	overflow: hidden; 

	padding-bottom: 5px; 

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

}

#comments .comment .comment-avatar { 

	width: 50px; 

	float: left; 

	padding: 5px 7px; 

}



#comments .comment .comment-content { 

	width: 480px;

	float: left; 

	padding: 10px 15px; 

	margin: 5px 5px 0 0; 

	background: #fafafa ; 

}

#comments .comment .comment-content a { color: #444; }



#comments .comment .comment-info { 

	font-size: 11px;

	color: #777;

	margin-bottom: 5px; 

}

#comments .comment .comment-info span {

	font: bold 20px "Trebuchet MS", Helvetica, Arial, Geneva;  	

	padding-right: 10px; 

	margin-bottom: 5px;

}

#comments .comment .comment-info a { 

	color: #444; 

	text-decoration: none;

}









/* Footer

-------------------------------------------------------------------*/

#footer {

	width: 766px;

	height: 29px;

	float: left;

	clear: both;  

	position: relative;

	background: #fafafa url(images/footer-bg.gif) no-repeat; 

}

#footer a#theme-author { 

	position: absolute; 

	top: 0px; 

	right: 0px; 

	display: block; 

	height: 28px; 

	width: 130px; 

}

#footer p { 

	line-height: 28px; 

	color: #333;

	padding-top: 2px;

	padding-left: 15px; 

	font-size: 11px; 

	margin: 0; 

}

#footer a { 

	color: #555;

	text-decoration: underline;

}



dt {

	font-weight: 600;

    padding-top: 12px;

}



dd {

	margin-left: 12px;

	font-size:smaller;

}









