/*  
Theme Name: ViolaFlowers WP Theme
Theme URI:  http://www.fedmich.com/works
Description: Made for ViolaFlowers.com by <a href="http://www.fedmich.com/works">fedmich</a>.
Version: 1.0
Author: fedmich
Author URI:  http://www.fedmich.com/works
*/

body {
	margin:0;
	padding:0;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	background: #FFF;
}


/*global*/
a { color:#990000; text-decoration: underline; }
a:hover { text-decoration: none; }
img { border: none }
.fright {float:right;}
.fleft {float:left;}
.centered {text-align:center; }
.justify {text-align:justify; }
.clear {clear:both;}


.frbox {float:right;width:180px;height:200px;}
/* 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;
	}
/* End Images */

#header {
	width:100%;
	height:90px;
	background:#91bd3b;
	clear:both;
}

.logowrap {
	width:1060px;
	height:90px;
}

#contentarea {
	width:830px;
	height:auto;
	background:url(img/bg.jpg) repeat-y;
}
#contentareablog {
	width:1060px;
	height:auto;
	background:url(img/bg.jpg) repeat-y;
}
#content {
	width:600px;
	height:auto;
	float:right;
	margin:0 0 0 10px;
}
.post {
	border-bottom:1px #000 dashed;
	margin: 0px 0px 20px 0px;
}

.commentsbox {
	width:550px;
	height:auto;
}
.commentsbox textarea {
	width:100%;
}
/* Begin Sidebar */

#sidebar {
	width:210px;
	height:auto;
	float:left;
	color:#fff;
}
#sbnav {
	list-style:none;
	text-transform:lowercase;
}
#sbnav li {
	padding:30px 0 0 0;
}
#sbnav a {
	color:#eeeeee;
	text-decoration:none;
	width:133px;
	height:24px;
	padding:5px 10px 5px 10px;
}
#sbnav a:hover {
	background:#b17147;
	color:#000;
	text-decoration:underline;
	width:133px;
	height:24px;
	padding:5px 10px 5px 10px;
}
/*sb right*/
#sidebarblog {
	/* 
	background:#7E5132;
	border:1px #000 solid;
	 */
	float:right;
	width:220px;
	height:auto;
	margin:0 0 0 10px;
}
#sidebarblog h1 {
	font-size:18px;
	padding:0 0 0 0px;
}


#widgets{
	padding:21px 15px 0px 15px;
}
#widgets h1 {
	font-size:16px;
}
#widgets a:hover{
	color:#fff;
}



#sbnav2 #widgets {
	list-style:none;
	margin:0;
	padding:0;
}
#sbnav2 #widgets li {
	padding:7px 0 0px 0px;
	margin:0px;
}
#sbnav2 #widgets a {
	display:inline;
	color:#000000;
	text-decoration:none;
	padding: 0px;
	background-color : white;
	line-height: 18px;
}

.page_item a{
	text-transform:lowercase;
}

#sbnav2 {
	margin-top: 24px;
}
#sbnav2 #widgets a:hover {
	text-decoration:underline;
	background-color : white;
}


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

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

#wp-calendar a {
	display: block;
	}

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

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#footer {
	margin:0 0 0 220px;
	padding:115px 0 250px 0;
}


div#post-20 .entry img{
	float : right;
}

h2 {
	color: #7C8B33;
	font-size: 20px;
}
h2 a{
	color: #7C8B33;
}




#widgets ul {
	padding: 0px;
	margin:0px;
	list-style-image : none;
	list-style-position : outside;
	list-style-type : none;
}
#widgets ul li {
	margin:2px 0px 0px 0px;
}
#widgets ul li.page_item {
	margin:10px 0px 0px 0px;
}
#widgets a:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#B17147 none repeat scroll 0 0;
	color:#000000;
	text-decoration:underline;
}
#widgets ul li a {
	color:#EEEEEE;
	padding:3px 8px;
	display:block;
	width : 170px;
	text-decoration:none;
}

.ppdate{
	color:#999999;
}
.postmetadata{
	margin-top:20px;
	color:#999999;
}
.postmetadata a{
	color:#999999;
}
.postmetadata{
	margin-top:30px;	
}

#widgets .quotescollection_nextquote a,
#widgets .quotescollection_source a{
	text-decoration:underline;
	color:#EEEEEE;
}

#sbnav{
	margin:0px 0px 0px 10px;
	padding: 0px;
}


#widgets ul ul{
	margin-left: 15px;
}

div.wpcf7 {
	text-align:right;
	width:400px;
}
#widgets ul ul li a{
	width : 140px;
}

#content .post h3{
	margin:5px 0px 0px 0px;
}
#content .post h2{
	margin:5px 0px 0px 0px;
	font-weight : normal;
}
.entry {
	padding:0px 0px 0px 0px;
}


#sbnav2 #widgets{
	padding:10px 0px 0px 0px;
}
#sbnav2 #widgets, #sbnav2 #widgets a{
	color: #666666;
}
#sbnav2 #widgets a:hover{
	color: black;
}
#widgets h1{
	font-size: 14px;
}
#sbnav2 #widgets h1{
	font-size: 14px;
	color: black;
	margin:0 0 10px 0;
}

#widgets .page_item .page_item{
	margin:0px;
}
.quotescollection_randomquote{
	margin: 40px 0px 0px 0px;
}
.quotescollection_randomquote p{
	font-size: 14px;
}

#searchform input#s{
	margin: 0px 0px 5px 0px;
}


#content {
	padding: 20px 0px 0px 0px;
}

#ngg-gallery-6-53 .ngg-gallery-thumbnail{
	margin-right: 2px;
}

#sbnav2 #widgets,
#sidebar #widgets{
	margin: 0px 0px 30px 0px;
}	

.post  h3 a{
	color:#7C8B33;
	font-size:20px;
	text-decoration:none;
}
h2 a{
	text-decoration:none;
}

.entry {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:15px;
}

.single_post .post{
	margin: 10px 0px 20px 0px;
}



.ngg-gallery-thumbnail img {border:0px solid #A9A9A9;margin:4px 8px 4px 0px;}
#footer { color:#666}
.dashlineremove .post {border-bottom:0px dashed #000000;}

.ngg-galleryoverview {padding-bottom:20px}

.entry h2 {padding-top:9px}
