/*   
Theme Name: bvt
Theme URI: http://bonviveur.net
Description: Custom theme for bonviveur.net
Author: Christopher Lau
Author URI: http://bonviveur.net/introduction
Version: 2.0
.
General comments/License Statement if any.
.
*/
/* 
  ------------------------------------------------------------
  -----  Reset CSS declarations by meyerweb.com
  ------------------------------------------------------------ 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

strong, b {
	font-weight: bold;
}

em, i  {
	font-style: italic;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 
  ------------------------------------------------------------
  -----  Define clearfix styles by webtoolkit.com
  ------------------------------------------------------------ 
*/
.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* 
  ------------------------------------------------------------
  -----  HTML element definitions  
  ------------------------------------------------------------ 
*/
body {
	font: normal 12px Georgia,'Palatino Linotype','Book Antiqua','Times New Roman','Times',serif;
	text-align: center;
	background: #453223;
	color: #444;
	line-height: 1.6em;
	text-shadow: 0 1px 0 #FFF;
}

p {
	margin-bottom: 1.3em;
}

a {
	color: #7D9F00;
	text-decoration: none;
}

a:hover {
	color: #453223;
}

h1 {
	font-size: 4.5em;
	font-weight: normal;
	font-variant: small-caps;
	color: #453223;
	line-height: 100%;
}

h2 {
	font-size: 2.8em;
	font-weight: normal;
	color: #7D9F00;
	padding: 5px 0 10px 0;
	line-height: 1.1em;
}

h3 {
	font-size: 2.0em;
	color: #907B6A;
	padding: 15px 0 7px 0;
	line-height: 1.1em;
}

h4 {
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px 0 5px 0;
	line-height: 1.1em;
}

h5, h6 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0 5px 0;
	line-height: 1.1em;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

ul, ol {
	padding-left: 20px;
	margin-bottom: 10px;
}

ul li {
	list-style-position: outside;
	list-style-type: square;
}

ul li li {
	list-style-position: outside;
	list-style-type: square;
}

ul li li li {
	list-style-position: outside;
	list-style-type: square;
}

ol li {
	list-style-position: outside;
	list-style-type: decimal;
}

ol li li {
	list-style-position: outside;
	list-style-type: lower-alpha;
}

ol li li li {
	list-style-position: outside;
	list-style-type: lower-roman;
}

dt {
	font-size: 1.2em;
	margin-bottom: 5px;
}

dd {
	font-size: 1.0em;
}

blockquote {
	background: transparent url(images/quote.png) no-repeat scroll top left;
	margin-left: 10px;
	padding-left: 25px;
	font-style: italic;
}

hr {
	border: none;
	border-bottom: 1px solid #D2C7AF;
}

pre, code {
	font: normal 1.1em Monaco,'Andale Mono','Courier New',Courier,monospace;
}

/* 
  ------------------------------------------------------------
  -----  Table styles
  ------------------------------------------------------------
*/
table {
	width: 100%;
	border: none;
}

th {
	font-weight: bold;
	text-shadow: none;
	text-transform: uppercase;
	padding: 3px;
	color: #FFF;
	vertical-align: middle;
	background-color: #907B6A;
	border: 1px solid #EFE9DD;
}

tr td {
	padding: 2px;
	background-color: #D2C7AF;
	border: 1px solid #EFE9DD;
}

tr.even td {
	padding: 2px;
	background-color: #E9E2C9;
	border: 1px solid #EFE9DD;
}


/* 
  ------------------------------------------------------------
  -----  Form styles
  ------------------------------------------------------------
*/
label {
	padding-left: 10px;
}

input {
	font: normal 1.1em Georgia,'Palatino Linotype','Book Antiqua','Times New Roman','Times',serif;
}

input[type=text], input[type=password], textarea, select {
	color: #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: none repeat scroll 0 0 #E9E2C9;
	border: 1px solid #D2C7AF;
	padding: 5px 3px;
	width: 250px;
}

input[type=text]:hover, input[type=password]:hover, textarea:hover, 
input[type=text]:focus, input[type=password]:focus, textarea:focus {
	border-color: #453223;
}

input[type=submit], input[type=reset] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-transform: uppercase;
	border: 1px solid #D2C7AF;
	color: #E9E2C9;
	width: auto;
	background: none repeat scroll 0 0 #7D9F00;
	padding: 5px 9px;
	margin-right: 5px;
}

input[type=submit]:hover, input[type=reset]:hover
input[type=submit]:focus, input[type=reset]:focus {
	color: #453223;
	background: none repeat scroll 0 0 #C0F400;
}

select {
	font: normal 1.1em Georgia,'Palatino Linotype','Book Antiqua','Times New Roman','Times',serif;
}

textarea {
	font: normal 1.1em Georgia,'Palatino Linotype','Book Antiqua','Times New Roman','Times',serif;
	width: 500px;
	height: 100px;
}

/* 
  ------------------------------------------------------------
  ----- Generic global classes
  ------------------------------------------------------------ 
*/
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin: 0 auto;
}

.hide {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.more {
	text-align: right;
}

.pager {
	display: inline-block;
	width: 100%;
	clear: both;
	padding: 10px 0;	
}

.error {
	line-height: 1.2em;
	font-size: 32px;
	font-weight: bold;
	color: #97111A;
	text-align: center;
}

.title {
	font-size: 2.2em;
	text-align: center;
	color: #453223;
	text-shadow: 0 1px 0 #FFF;
}


/* 
  ------------------------------------------------------------
  ----- Structural building blocks
  ------------------------------------------------------------ 
*/
#content-block {
	background: #EFE9DD url(images/backgrounds/bg-light.png) repeat scroll 0 0;
	padding-bottom: 20px;
}

.wrapper { 
	width: 950px;
	min-width: 950px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

.spacer {
	margin-right: 25px;
}

.col950 {
	width: 950px;
	min-width: 950px;
}

.col600 {
	float: left;
	width: 600px;
	min-width: 600px;
}

.col400 {
	float: left;
	width: 400px;
	min-width: 400px;
}

.col300 {
	float: left;
	width: 300px;
	min-width: 300px;
}

.col325 {
	float: left;
	width: 325px;
	min-width: 325px;
}

.col250 {
	float: left;
	width: 250px;
	min-width: 250px;
}

.col170 {
	float: left;
	width: 170px;
	min-width: 170px;
}

.col175 {
	float: left;
	width: 175px;
	min-width: 175px;
}

.col150 {
	float: left;
	width: 150px;
	min-width: 150px;
}


/* 
  ------------------------------------------------------------
  -----  Post styles
  ------------------------------------------------------------
*/

#articles {
	text-align: justify;
}

#articles h2 {
	line-height: 100%;
}

#articles h2 a {
	color: #7D9F00;
	text-decoration: none;
}

.post {
	border-bottom: 1px solid #453223;
	padding-bottom: 7px;
	margin-bottom: 15px;
}

.post img {
	background-color: #FFF;
	border: none;
	padding: 7px;
}

.post-meta {
	font-size: 1.2em;
	line-height: 100%;
	color: #907B6A;
}

.post-info {
	background-color: #E9E2C9;
	padding: 8px 14px;
}

.post-info p {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

.post-thumb div.crop {
	overflow: hidden;
	width: 161px;
	height: 161px;
	border: 7px solid #FFF;
}

.post-thumb div.crop img {
	padding: 0;
	background: transparent;
}

.interesting {
	display: inline-block;
	text-align: justify;
	padding-bottom: 7px;
}

.interesting-link {
	width: 25px;
	height: 25px;
	float: left;
}

.interesting-link a {
	background: transparent url(images/link.png) no-repeat scroll top left; 
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	display: block;
}

.interesting-body {
	display: block;
	width: 300px;
	float: left;
}

p.flickrTag_container {
	text-align: center;
}


/* 
  ------------------------------------------------------------
  -----  Comment styles
  ------------------------------------------------------------
*/
#comment-block {
	display: block;
	padding: 25px 0 5px 0;
	background: #A7A37D url(images/backgrounds/bg-medium.png) repeat scroll 0 0;
	text-shadow: none;
}

#comments ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #A7A37D;
}

#comments ul li {
	clear: both;
	width: 100%;
	display: inline-block;
	list-style: none;
	border-bottom: 1px solid #A7A37D;
	padding: 7px 0;
	margin: 0;
}

#comments ul li.mine {
	border-top: 2px solid #A7A37D;
	border-bottom: 3px solid #A7A37D;
	background: #EFE9DD url(images/backgrounds/bg-light.png) repeat scroll 0 0;
}

#comments img {
	background: transparent;
	display: block;
	float: left;
	width: 45px;
	margin-left: 7px;
	border: 5px solid #FFF;
}

#comments ul.children {
	margin-left: 70px;
}

.opine {
	display: block;
	margin-left: 70px;
}

.opine p.meta {
	line-height: 2.5em;
	font-style: italic;
}

#respond {
	margin-top: 30px;
}


/* 
  ------------------------------------------------------------
  -----  Search styles
  ------------------------------------------------------------
*/
.search {
	display: block;
	margin: 0 auto;
	text-align: center;
	text-shadow: none;
}

#searchform #s {
	width: 275px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	background: none repeat scroll 0 0 #E9E2C9;
	border: 1px solid #D2C7AF;
	padding: 5px 3px;
}

#searchform #searchSubmit {
	width: 40px;
	color: #FFF;
	text-transform: uppercase;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	background: none repeat scroll 0 0 #7D9F00;
	border: none;
	padding: 5px 3px;
	margin-right: 0;
}


/* 
  ------------------------------------------------------------
  ----- Connect styles
  ------------------------------------------------------------ 
*/
#connect {
	clear: both;
	display: block;
	background-color: #D2C7AF;
	padding: 15px;
	margin: 15px 0;
}

#connect h3 {
	padding: 0;
}

#connect ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#connect ul li {
	display: inline-block;
	list-style: none;
}

a.rssalt-icon {
	background: transparent url(images/rss-alt.png) no-repeat scroll top left;
}

a.rss-icon {
	background: transparent url(images/rss.png) no-repeat scroll top left;
}

a.flickr-icon {
	background: transparent url(images/flickr.png) no-repeat scroll top left;
}

a.twitter-icon {
	background: transparent url(images/twitter.png) no-repeat scroll top left;
}

a.facebook-icon {
	background: transparent url(images/facebook.png) no-repeat scroll top left;
}

a.delicious-icon {
	background: transparent url(images/delicious.png) no-repeat scroll top left;
}

a.email-icon {
	background: transparent url(images/email.png) no-repeat scroll top left;
}


/* 
  ------------------------------------------------------------
  ----- Header styles
  ------------------------------------------------------------ 
*/
#header {
	padding-top: 10px;
}

#header h1 {
	font-size: 72px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#header h1 a {
	color: #453223;
	text-decoration: none;
}

.description {
	height: 135px;
	overflow: hidden;
	padding: 0;
	border-top: 2px solid #453223;
	border-bottom: 2px solid #453223;
}

.description p {
	padding: 5px 0 0 20px;
	bottom: 10px;
	text-shadow: none;
	text-align: left;
}

/* ------------------------------------------------------------
   -----  Navigation styles
   ------------------------------------------------------------ */
.navigation {
	margin-bottom: 25px;
	border-bottom: 3px double #453223;
	text-shadow: none;
}

.navigation ul {
	margin: 0;
	padding: 0;
}

.navigation ul li {
	list-style: none;	
	display: inline-block;
}

li.current_page_item {
	color: #453223;
	background-color: #D2C7AF;
}

li.current_page_item a {
	color: #453223;
}

.navigation a {
	display: block;
	color: #907B6A;
	font-size: 1.3em;
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	padding: 7px 15px;
	letter-spacing: 0.15em;
}

.navigation a:hover {
	background-color: #7D9F00;
	color: #EFE9DD;
	text-decoration: none;
}


/* 
  ------------------------------------------------------------
  -----  Footer styles
  ------------------------------------------------------------ 
*/
#footer-block {
	display: block;
	padding: 25px 0 5px 0;
	background: #453223 url(images/backgrounds/bg-dark.png) repeat scroll 0 0;
}

#footer {
	color: #A7A37D;
}

#footer h3 {
	color: #A7A37D;
}


#footer a {
	border-bottom: none;
	text-decoration: none;
	text-shadow: none;
}

#footer a:hover {
	color: #EFE9DD;
	border-bottom: none;
	text-decoration: none;
	text-shadow: none;
}

#strapline {
	margin-top: 15px;
	display: inline-block;
	text-align: center;
	font-size: 0.8em;
	text-shadow: none;
}


/* 
  ------------------------------------------------------------
  -----  Widget styles
  ------------------------------------------------------------ 
*/

.widget {
	padding-bottom: 25px;
}

.widget h3 {
	color: #453223;
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #A7A37D;
	text-shadow: none;
}

.widget p {
	text-shadow: none;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	list-style: none;
	text-shadow: none;
}

a.rss-icon, a.rssalt-icon, a.flickr-icon, a.twitter-icon, a.facebook-icon, a.delicious-icon, a.email-icon {
	display: block;
	float: left;
	margin: 5px 15px 0 0;
	padding: 0 0 18px 32px;
	text-indent: -9999px;
}

/* 
  ------------------------------------------------------------
  -----  Twitter Tools widget style
  ------------------------------------------------------------ 
*/
.aktt_tweets li {
	padding: 5px 0;
	border-bottom:  1px solid #D2C7AF;
}

.aktt_tweet_reply {
	padding: 0 10px; 
	font-size: 0.8em;
}

.aktt_tweet_time {
	font-size: 0.8em;
}

li.aktt_more_updates {
	padding: 10px 0 5px 0;
	text-align: right;
	border-bottom: none;
}


/* 
  ------------------------------------------------------------
  -----  Print This plugin style
  ------------------------------------------------------------ 
*/
.print_this_section {
	padding: 0;
	margin:	0;
}

.print_this_section_content {
	padding: 0;
	margin: 0;
}

.pt_printbutton {
	float: right;
	color: #453223;
	background: none repeat scroll 0 0 #EFE9DD;
	border: 1px solid #453223;
	padding: 5px 9px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


@media screen {
	#print_this_print_page_header, #print_this_print_page_footer {
		display: none;
	}
}

@media print {
	body {
		background: none repeat scroll 0 0 #FFF;
		color: #444;
	}
}
/* ---------- End Of File ---------- */
