/*
Theme Name: FloralArtVT
Theme URI: http://floralartvt.com/
Description: A Custom WP theme for Alison Bucholz-Ellis, by Matt Boynes
Version: 1.0
Author: Matt Boynes
Author URI: http://mattboynes.com/
*/

/* Reset Spacing */
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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0;padding: 0;border: 0;}
a img{border: 0;}

/* Typography & Colors */
body {
	font: 16px/1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #28201e;
}
a {
	font-weight: bold;
	color: #949a5a;
	text-decoration: none;
}
a:hover {
	color: #28201e;
}
#content a {
	color: #753248;
}
#content a:hover {
	color: #50623C;
}
h1, h2, h3, h4 {
	line-height: 1.2em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
}
h6 {
	font-size: 1.1em;
	font-weight: normal;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	padding: 10px 0 2px;
}
#content h1 {
	border-bottom: 1px solid #28201e;
	margin-bottom: 10px;
}
#sidebar h2 {
	font-size: 1.4em;
	font-weight: normal;
}
#sidebar ul,
#sidebar ol {
	list-style: none;
	padding-left: 10px;
}
#sidebar a:hover {
	color: #fff;
}
#content p {
	font-size: 1.1em;
	padding: 10px 0;
}
div.post,
h3#comments,
ol.commentlist,
div#respond {
	margin: 0 20px;
}
small {
	font-size: 0.9em;
	line-height: 1.1em;
}
#footer p {
	font-size:11px;
}

/* Basic Tags */
ul, ol {
	padding-left: 20px;
}
li {
	padding: 3px 0 3px 3px;
}
ol { list-style-type: decimal; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: upper-roman; }
ol ol ol ol { list-style-type: lower-alpha; }
ol ol ol ol ol { list-style-type: lower-roman; }
ol ol ol ol ol ol { list-style-type: decimal; }

blockquote {
	padding: 10px 20px;
	background: #faf5f3;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	border: 1px solid #eacfc5;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.2em;
	width: 85%;
	margin: 10px auto;
}
cite {
	font-style: italic;
}
blockquote cite {
	font-style: normal;
	font-weight: bold;
}
table {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-collapse: collapse;
}
td, th {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 3px;
}
th {
	background: #faf5f3;
	font-size: 1.1em;
}


/* Structure & Design */
body {
	background-image: url('images/background.jpg');
}
#wrapper {
	width: 1012px;
	border: 1px solid #28201e;
	border-top-width: 0px;
	padding: 3px;
	margin: 0 auto;
	background-color: #fff;
}


#bodywrap {
	background: #fff url('images/sidebarbg.png') left top repeat-y;
	margin: 3px 0 0;
	font-family: Garamond, Georgia,'Times New Roman',Times,serif;
}
#content {
	background: #fcebe3 url('images/innerbg.jpg') right top no-repeat;
	border: 1px solid #28201e;
	padding: 10px;
}
#content.narrowcolumn {
	float: right;
	width: 713px;
}
#content.widecolumn {
	
}

#sidebar {
	float: left;
	width: 274px;
	color: #fff;
	padding-bottom: 25px;
}

#socialicons {
	text-align:center;
	padding: 15px 0 5px;
	margin: 0;
}
#socialicons li {
	display: inline;
}
#socialicons a {
	
}

#footer {
	margin-top: 3px;
	padding: 10px;
	text-align: center;
}
#linklove {
	width: 850px;
	margin: 0 auto;
}

/* Header */
#header {
	height: 139px;
	border: 1px solid #28201e;
}
* html #header {
	overflow: hidden;
}
#header h2,
#header h1,
#header h2 a,
#header h1 a {
	width: auto;
	height: 139px;
	float: left;
	display: block;
	outline: none;
	margin:0; padding: 0;
	font-size:1px;
}
#contact-header {
	float: right;
	height: 100%;
	width: 270px;
	position:relative;
	text-indent:-9000em;
}
#contact-header a {
	color: #28201e;
}
#contact-header a:hover {
	text-decoration: underline;
}

/* Fancier for modern browsers */
#contact_button a {
	display: block;
	position:absolute;
	left: -1px;
	top: -9px;
	width: 290px;
	height: 162px;
	overflow:hidden;
	text-indent: -9000em;
	background: url('images/contact_clip2.png') left top no-repeat;
}
#contact_button a:hover {
	background-position:0 -162px;
}

/* crummier for old browsers */
* html #contact_button a {
	position: static;
	left:0; top: 0;
	display: block;
	float:left;
	width: 270px;
	height: 139px;
	overflow:hidden;
	text-indent: -9000em;
	background: url('images/contact_clip.jpg') left top no-repeat;
}
* html #contact_button a:hover {
	background-position:0 -139px;
}

#header-mid-image {
	float: left;
}
/* End Header */

/* Navigation */
#nav {
	height: 45px;
	background: url('images/navbg.png') left top repeat-x;
	border: 1px solid #28201e;
	margin: 3px 0 0;
	font-size: 16px;
	text-align: center;
	padding: 0;
}
#nav li {
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
}
#nav a {
	padding: 12px 13px 13px;
	line-height: 44px;
	color: #fff;
	font-weight: normal;
	text-shadow:2px 2px 5px #000;
}
#nav li.sfHover a,
#nav > li:hover > a,
#nav a:hover {
	background: url('images/nav-hover.png') left top repeat-x;
}

/* Subnav */
#nav ul {
	position: absolute;
	left: -1px;
	top: 33px;
	width: auto;
	background: transparent url('images/subnavbg.png') right bottom no-repeat;
	border-left: 1px solid #28201e;
	min-height: 190px;
	padding: 10px 200px 0 0;
	line-height: 16px;
	font-size: 16px;
	text-align: left;
	z-index: 110;
	display: none;
}
.safari #nav ul { top: 31px; }
#nav ul li {
	white-space: nowrap;
	display: block;
	position: static;
	height: auto;
	padding-left: 8px;
}
#nav ul li {
    margin: 0 0 15px;
}
#nav ul li a {
	padding: 0;
	line-height: 16px;
	text-shadow:none;
}
#nav li ul a,
#nav ul li a:hover {
	background: none !important;
}
#nav ul li a:hover {
	color: #28201e;
}
#nav li.sfHover ul,
#nav li:hover ul {
	display: block;
}
#nav li.page-item-147 ul {
	left: -49px;
}
.safari #nav li.page-item-147 ul {
	left: -1px;
}

/* Subsequent nav tiers */
#nav ul ul {
	position: static;
	background: none;
	border: none;
	min-height: 0;
	left: 0;
	padding-right: 0;
}
#nav ul li.sfHover ul,
#nav ul li:hover ul {
	left: 0;
}
html>body #nav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -5px;
}
html>body #nav ul ul li {
	margin: 7px 0 8px 10px;
}
#nav ul ul li:before {
	content: "\203a \0020";
}
#nav ul ul li a {
	padding-left: 5px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.wp-caption {
	border: 1px solid #eacfc5;
	padding: 3px;
	background: #fff;
	margin: 0 0 10px;
}
.wp-caption img {
	margin: 5px;
	background: none;
	border: none;
}
.wp-caption.alignleft {
	margin-right: 10px;
}
.wp-caption.alignright {
	margin-left: 10px;
}
#content p.wp-caption-text {
	font-size:1.0em !important;
	font-style:italic;
	margin: 0 5px;
	text-align: center;
}
/* End Images */

.navigation {
	display: block;
/*	text-align: center;*/
/*	width: 50%;*/
	margin: 0 auto;
	padding: 2px 0 8px;
}
.navigation div {
/*	width: 50%;*/
	text-align: center;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Begin Comments*/
.commentlist {
	list-style:none;
	padding: 0pt;
	border-bottom: 1px solid #28201e;
}
.commentlist li {
	border-top: 1px solid #28201e;
	padding: 6px;
}
.commentlist li.alt {
	background: #faf5f3;
}
img.avatar {
	display: none;
}
.commentmetadata {
	padding-left: 25px;
}
textarea#comment {
	width: 100%;
}
/* End Comments */

/* Begin Calendar */
#calendar_wrap {
	margin: 10px 0;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font-size:1.2em;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	background: #100f0e;
}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 80%;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-spacing: 0;
	border-collapse: collapse;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #next,
#wp-calendar #prev {
	background: #100f0e;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: auto;
}

#wp-calendar td, #wp-calendar th {
	padding: 3px;
	text-align: center;
	border-bottom: 1px solid #100f0e;
	border-right: 1px solid #100f0e;
}
#wp-calendar td:hover {
}
#wp-calendar td.pad {
	background: #100f0e;
}
/* End Calendar */


/* Tools and Misc Classes */
.clear {
	clear: both;
}
.raw { display: none; }

.sidebarimg img {
	border: 1px solid #28201e;
}
.sidebarimg {
	background: #fff;
	padding-bottom: 3px;
}
.widget_tag_cloud a {
	line-height: 1.0em;
}

/* Gallery */
.gallery dd {
	display: none;
}
.gallery dl,
.gallery dt {
	float: left;
	width: 154px !important;
	height: 154px;
	margin: 0;
	padding: 0;
}
.gallery dl {
	margin: 0 5px 5px 0 !important;
}
.gallery img {
	border-color: #28201e !important;
}
#jquery-overlay {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
}
.more-link {
    float:right;
}
.postmetadata {
	clear: both;
}

/* Homepage */
#content.homepage .entry p {
	font-size: 2.5em;
	line-height: 1.3em;
	font-style: italic;
	text-align:justify;
	color: #384b0b;
}
.windows #content.homepage .entry p {
	font-size: 2.35em;
	line-height: 1.2em;
}
.windows #content p {
	line-height: 1.2em;
}

#content.homepage .entry img.alignleft {
	margin-right: 20px;	
}
#content.homepage .entry img {
	border: 1px solid #949a5a;
	background: #fff;
}
div.widget {
	margin-top: 3px;
}
div.widget h2 {
	color: #384b0b;
	font: italic 2.5em/1.3em Garamond, Georgia,'Times New Roman',Times,serif;
	margin:0 45px;
}
div.widget li {
	list-style:none;   
}
div.recent_with_excerpt {
	border: 1px solid #000;
	padding:5px;
}
div.recent_with_excerpt ul {
	margin:0;padding:0;
}
div.recent_with_excerpt li {
	background: #FAF5F3;
	border:1px solid #EACFC5;
	padding: 10px;
	margin:3px 45px;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	overflow:hidden;
}
.recent_with_excerpt small {
	font: italic 1.1em/1.1em Garamond, Georgia,'Times New Roman',Times,serif;
}
div.widget blockquote {
	-moz-border-radius:0;
	background: none;
	border: none;
	font-size:1em;
	font-style:normal;
	line-height:1.2em;
	margin:0;
	padding:3px 0 5px;
	width:auto;
}