/*
Theme Name: Savoring
Description: An original design by <a href="http://neekdesign.com">neekdesign</a>.
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #ccc;
	font-size: 14px;
	color: #333;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	padding: 0;
}

img {
	border: 0;
}

a {
	color: #c51;
	text-decoration: none;
}

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

a:visited {
	color: #e73;
}

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 980px;
	position: relative;
	background: #fff;
	border-left: 3px solid #999;
	border-right: 3px solid #999;
}

#header {
	width: 980px;
	height: 376px;
	background: #fff top center no-repeat;
	margin: 0;
	padding: 0;
	color: #693;
}

p.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 845px;
	height: 100px;
	white-space: nowrap;
}

#content {
	width: 500px;
	float: left;
	color: #000;
	padding: 20px;
}

#sidebarRight {
	width: 195px;
	float: right;
	color: #000;
	padding: 20px;
}

* html #sidebarRight {
	width: 195px;
}

#sidebarLeft {
	width: 195px;
	float: right;
	color: #000;
	padding: 20px 0 20px 0;
}

* html #sidebarLeft {
	width: 195px;
}

#footer {
	clear: both;
	background: #eee;
	color: #fff;
	text-align: left;
	height: 33px;
	padding: 8px 8px 12px 21px;
}

#footer a {
	color: #fff;
}

/***** NAVIGATION BAR FORMATTING *****/

div#nav
	{
	background: #fff url(images/navbackground980x34.gif) repeat-y;
	height: 34px;
	padding-left: 20px;
	}

#Nav {
	display: block;
}

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 980px;
	float: left;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
}

ul#Nav li {
	background: #693;
	float: left;
	height: 34px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	margin-right: 3px;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 9px;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
}

ul#Nav li a:hover {
	background: #360;
	text-decoration: none;
	height: 34px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

ul#Nav li.savoring a:hover {
	background: #360;
	text-decoration: none;
	height: 34px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

ul#Nav li.saviouring a:hover {
	background: #369;
	text-decoration: none;
	height: 34px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

ul#Nav li.savouring a:hover {
	background: #d32;
	text-decoration: none;
	height: 34px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

ul#Nav li.current_page_item a {
	background: #360;
	text-decoration: none;
	height: 34px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

ul#Nav li a.active {
	background: #140;
	text-decoration: none;
	height: 34px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

/***** GENERAL TEXT FORMATTING *****/

.post {
	margin-bottom: 20px;
}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #666;
	background: url('images/quote.png') no-repeat 10px 0;
	border: none;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p.center {
	text-align: center;
}

.postmeta {
	font-size: 11px;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 11px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 24px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
}

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: left;
	white-space: nowrap;
	border-top: 2px dashed #ccc;
}

#searchform #s {
	width: 135px;
	padding: 2px;
	margin: 0 0 20px 0;
	background: #fff;
	border: 1px solid #999;
	color: #333;
	font-size: 11px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
}

/***** SIDEBAR FORMATTING *****/

h2 {
	color:  #666;
	font-size: 18px;
	text-align: left;
	text-transform: lowercase;
	font-weight: normal;
	border-bottom: 2px #ccc solid;
	margin: 10px 0 5px 0;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
}

#sidebarRight a {
	color: #c51;
	text-decoration: none;
}

#sidebarRight a:hover {
	background: none;
	color:  #e73;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #c51;
	text-decoration: none;
}

#sidebarLeft a:hover {
	background: none;
	color:  #e73;
	text-decoration: underline;
}

#sidebarLeft a:visited {
	color: #e73;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 14px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 14px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer p {
	color: #666;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
}

#footer a {
	color: #666;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #999;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS FORMATTING *****/

.alignright {
	float: right;
}

.right {
	float: right;
	padding-left: 15px;
}

.alignleft {
	float: left
}

.left {
	float: left;
	padding-right: 15px;
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 14px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 11px;
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
}

.alt {
	margin: 0;
	padding: 11px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
