/*
	Theme Name: Hobbsy Tumblr Theme
	Theme URL: http://hobbsy.com
	Description: Tumblr theme
	Author: Jim Hobbs
	Author URI: http://hobbsy.com
	Version: 1.1
	Template: genesis
*/



/* Defaults
------------------------------------------------------------ */

body {
	background: #f4f4f4;
	color: #333;
	font-family: Verdana,Arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

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

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #79aa00;
	text-decoration: none;
}

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

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background: #f4f4f4;
	background-image: url(images/bkg-980.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 100%;
	}

.fullwidth-gallery-960 #wrap {
	background-image: none;
	background: #f4f4f4;
/*
	background-image: url(images/bkg-1000.gif);
	background-position: top center;
	background-repeat: repeat-y;
*/
	margin: 0 auto;
	width: 100%;
	}




/* Header
------------------------------------------------------------ */


#header {
/*
	background-image: url(images/green-bkg-1x73.gif);
	background-position: 0;
	background-repeat: repeat;
	height: 73px;
	height: 260px;
*/
	height: 180px;
	width: 100%;
  }

#header .wrap{
	background: #FFFFFF;
	margin: 0 auto 0;
	width: 1000px;
}

#title-area {
	float: left;
	overflow: hidden;
/*
padding: 20px 0 0;
	width: 480px;
*/
border-bottom:3px solid #D6D4CB;
}
	
#title {
	font-size: 24px;
	line-height: 30px;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 12px;
	font-style: italic;
}

#header .widget-area {
	float: right;
	width: 480px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #header #title-area {
	background: url(http://lucyrose.net/wp-content/themes/hobbsy/images/header.jpg) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
/*
	width: 420px;
	height: 70px;
	height: 260px;
*/
	width: 1000px;
	height: 180px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 1000px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
/*
	background:#000;
	border-bottom: 4px solid #4D6120;
*/
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
/*
	border-bottom: 4px solid #ddd;
	padding: 0 0 20px;
	border-bottom: 4px solid #666;
*/
	padding: 10px 0 0;

	background: #f4f4f4;
	background-image: url(images/bkg-980.gif);
	background-position: top center;
	background-repeat: repeat-y;


	}
	
#nav .wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	}


#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #73AA00;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover {
	background:#79aa00;
	color:#fff;
}

#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
/*
	background-color: #4d6120;
*/
	background-color: #D6D4CB;
	color: #fff;
}

#nav .current_page_item a:hover,
#nav .current-cat a:hover,
#nav .current-menu-item a:hover {
	background-color: #4d6120;
	color: #fff;
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#nav li ul a { 
	width: 160px;
}

#nav li ul ul {
	margin: -31px 0 0 179px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	color: #79aa00;
	padding: 7px 0 5px 20px;
}

#nav li.twitter a:hover {
	color: #4D6120;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
/*
	width: 990px;
*/
	width: 980px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li a.sf-with-ul {
	padding-right: 25px;
}	

#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 160px;
}

#subnav li ul ul {
	margin: -31px 0 0 179px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	width: 1000px;
/*
	width: 940px;
*/
	margin: 0 auto;
	overflow:hidden;
	padding: 20px 10px 0;
/*
background: #EFEDE3; // darker beige
background: #F9F8F4; // light beige
*/
background: #F9F8F4;
border-top:3px solid #D6D4CB;

}


.fullwidth-gallery-960 #inner {
	width: 990px;
	background:#fff;
	margin: 0 auto;
	overflow:hidden;
	padding: 0;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px ;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
background: #F9F8F4; // light beige
/*
	float: left;
*/
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap 
{
	width: 1000px;
	margin: 0 auto;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 1000px;
	margin: 0 auto;
}

.fullwidth-gallery-960  #content-sidebar-wrap {
	width: 1000px;
}


/* Content
------------------------------------------------------------ */




.content-sidebar #content,
.sidebar-content #content {
	width: 660px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
margin-right:0;
margin-left:15px;}

.full-width-content #content {
	width: 1000px;
}

.fullwidth-gallery-960 #content {
	width: 1000x;
	margin: 0 auto;
}


blockquote {
	margin: 5px 15px 30px;
	padding: 10px 20px 0 15px;
}

.post, #content .page {
	clear:both;
	margin: 0 0 40px 0;
	padding: 0;
	background:#fff;
/*
  float:left;
*/
/*
  width:670px; 
*/
/*
  width:686px; 
*/
  width:654px; 
  background-color:#fff;

/*
  border-bottom-color:#E5E5E5;
  border-bottom-style:solid;
  border-bottom-width:2px;
  border-left-color:#E5E5E5;
  border-left-style:solid;
  border-left-width:2px;
  border-right-color:#E5E5E5;
  border-right-style:solid;
  border-right-width:2px;
  border-top-color:#E5E5E5;
  border-top-style:solid;
  border-top-width:2px;
*/
border: 3px solid #f4f4f4;
}




/*
.fullwidth-gallery .post{
	clear:both;
	margin: 0 0 40px 0;
	padding: 0;
	background:#fff;
	width:960px; 
	background-color:#fff;
	border-bottom-color:#E5E5E5;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-left-color:#E5E5E5;
	border-left-style:solid;
	border-left-width:2px;
	border-right-color:#E5E5E5;
	border-right-style:solid;
	border-right-width:2px;
	border-top-color:#E5E5E5;
	border-top-style:solid;
	border-top-width:2px;
}
*/

#content .type-attachment {
  margin: 0 0 40px 0;
  padding: 0;
  background:#fff;
/**
  float:left;
*/
  width:670px; 
  background-color:#fff;
  border-bottom-color:#E5E5E5;
  border-bottom-style:solid;
  border-bottom-width:2px;
  border-left-color:#E5E5E5;
  border-left-style:solid;
  border-left-width:2px;
  border-right-color:#E5E5E5;
  border-right-style:solid;
  border-right-width:2px;
  border-top-color:#E5E5E5;
  border-top-style:solid;
  border-top-width:2px;
}


/*
.entry-title { 
padding-bottom:0px;
padding-left:20px;
padding-right:20px;
padding-top:15px;
background-color:#fafafa;
border-bottom:2px solid #f4f4f4;
}
*/

h2.entry-title {font-family:Verdana,Arial,Sans-Serif; font-size:18px; line-height:24px; font-weight:bold; padding-top:0;padding-bottom:4px;}
h1.entry-title {padding-top:0px;margin-bottom:10px;}

.entry-content {
/*
padding-left:25px;
padding-right:25px;
*/
/*
padding-left:28px;
padding-right:28px;
*/
padding-top:20px;
/*
padding-left:27px;
padding-right:27px;
*/
padding-left:22px;
padding-right:22px;
}

.fullwidth-gallery-960 .entry-content {
padding:20px 0 0 0!important;
background:#fff;
}

.fullwidth-gallery-960 .video-container {
	background:#e5e5e5;
	margin-bottom:50px;
	border:3px solid #e5e5e5;
	}

.fullwidth-gallery-960 .video-container .video-title{
	padding-left:20px;
	padding-right:20px;
background:#f4f4f4;
width:914px;
}

.fullwidth-gallery-960 .video-container .video-title h3{
/*
margin-top:0!important;
padding-top:15px!important;
*/
margin-top:0!important;
padding-top:15px!important;
}


.fullwidth-gallery-960 .video-container .video-description{
	background:#fff;
	padding:15px 50px 0;
	width:854px;
	}

.fullwidth-gallery-960 .video-container .video-embed{
	width:930px;
	padding:12px!important;
	margin:0px!important;
	text-align:center;
	background:#fff;
}

	
/*
#content .page {
	margin: 0;
	padding: 10px;
	}
*/

#content .post p {
/*
	color: #777;
*/
	color: #666;
	margin: 0;
	padding: 0 0 20px 0;
	}

/*
.home #content .post p {
font-size:12px;
	}
*/
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0 20px 0;
	}


.entry-content hr{
border:none;height:2px;line-height:2px; padding:0;margin: 20px 0 18px;background:url(images/line-break-610x2-f4f4f4-x2.gif) no-repeat top center; clear:both;
}

.entry-content hr.style2{
border:none;height:2px;line-height:2px; padding:0;margin: 0 0 18px;background:url(images/line-break-610x2-f4f4f4-x2.gif) no-repeat top center; clear:both;
}


.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e6e6e6;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes

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

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */


#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #header .widget-area h4 {
	color: #333;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 5px 0;
	padding: 0;
	}

.widget-area h4 a, .widget-area h4 a:visited , .widget-area h4 a:hover {color:#fff;}

#content h1 {
	font-size: 20px;
	margin: 0 0 5px 0;
	}

#content .post-title h2,
#content .post-title h1
 {
	font-size: 20px;
	margin: 0 0 5px 0;
	}

#content .entry-content h2{
	font-family:Verdana,Arial,sans-serif;
	font-size: 14px;
	margin: 20px 0 5px 0;
}

#content h2 a, #content h2 a:visited {
	color: #333;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #79aa00;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 18px;
	}
	
#content h4, #header .widget-area h4 {
	font-size: 16px;
	}

#content h4, #header .widget-area h4 {
	font-size: 16px;
	}


.fullwidth-gallery-960 #content h1.entry-title{
text-align:center;
width:936px;
padding-left:0;
padding-right:0;
margin:0 auto;
/*
font-size: 26px;
line-height:26px;
*/
	}


	
#header .widget-area h4 {
	color: #FFFFFF;
	}

#content .entry-content h4 {font-size:13px;font-family:verdana,arial,sans-serif;padding-top:20px;color:#666;}

	
#content h5 {
	font-size: 14px;
	}
	
#content h6 {
	font-size: 12px;
	}

.post-title { 
padding-bottom:0px;
/*
padding-left:15px;
padding-right:15px;
*/
/*
background-color:#f9f8f4; // light beige
*/
background-color:#fafafa;
border-bottom:2px solid #f4f4f4;
line-height:24px;


/*
padding-left:27px;
padding-right:27px;
*/
padding-left:20px;
padding-right:20px;
padding-top:12px;

}



	
.post-title h2 {
	font-family:Verdana,Arial,Sans-Serif;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	padding-top:0;
	padding-bottom:4px;
	}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
}

.entry-content .post ol li,
.entry-content .page ol li {
	margin: 0 0 0 25px;
}

.archive-page ul li,
.entry-content .post ul li,
.entry-content .page ul li {
	list-style-type: square;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin: 0 0 5px;
	padding: 0;
	line-height:18px;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}

.fullwidth-gallery-960 .post-info{
margin:0 auto;
text-align:center;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	color: #999;
	font-size: 11px;
	margin: 0;
/*
	padding: 5px 5px 5px 15px;
*/
	padding: 5px 5px 5px 28px;
	border-top: 1px solid #f4f4f4;
    clear: both;
	background: #fafafa;

	}

.date, .published {font-size:11px;color:#aaa;padding-bottom:10px;}
.uploaded-date {font-size:11px;color:#aaa;padding-bottom:0;}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Sticky Posts
------------------------------------------------------------ */

/*
.sticky {
	margin: 0 0 40px;
	padding: 10px;
}
*/


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 10px;
}



/* Images
------------------------------------------------------------ */

/*
img {
	max-width: 100%
}
*/

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}


.avatar,
.featuredpage img,
.featuredpost img,
.post-image {	
/*
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
*/
/*
	background-color: #fff;
	border: 1px solid #fff;
	padding: 4px;
*/



/*
	border: 2px solid #e5e5e5;
*/
/*
	padding:4px;
	background-color: #79aa00;
*/
}


.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}


.post-image {
/*
	margin: 0 10px 10px 0;
*/
/*
	padding: 0 10px 10px 0;
*/
}


.comment-list li .avatar { 
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.galleryintro {
	display: inline;
	margin: 0 20px 20px 20px;
}


img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

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

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

.galleryintro{
	float: left;
	margin: 0 10px 0 0;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

.wp-caption img {padding-bottom:10px;}

p.wp-caption-text {
	font-size: 11px;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #e6e6e6;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f7f7f7;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 265px;
/*
background:#EFEDE3;
*/
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
/*
	background-color: #F1F5DC; // green
	border: 1px solid #e6e6e6;
	background-color: #f4f4f4;
*/

	margin: 0 0 15px;
	padding: 0;
}

.widget-area .textwidget {
	padding: 13px;
/*
	background:#fafafa;
background: #EFEDE3;
background: #F9F8F4;
EEEDE5
*/
background: #EFEDE3;
}

/*

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: none;
}

.widget-area ol li {
	list-style-type: decimal;
}
*/


.widget {
	margin:0;
	padding:0;
/*
	border:2px solid #e5e5e5;
*/

/*
	background:#fafafa;
	border:2px solid #EEEDE5;
*/
	border:2px solid #EEEDE5;

  }

.widget p{
	margin-top:0;
	font-size:11px;
  }

.widget-wrap {
/*
background: #fafafa;
*/
background: #F9F8F4;
}


.widget-wrap li
{
/*
padding:0;
*/
font-size:11px;
font-weight:bold;

  background-position:0 50%;
  background-repeat:no-repeat;
  border-top:1px solid #f4f4f4;
  border-bottom:none;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin-left:0;
/*
  padding-bottom:4px;
*/
}

.widget-wrap li.first
{
/*
  border-top:none;
  border-bottom:none;
  padding-top:4px;
*/
/*
  padding-bottom:4px;
*/
}

.widget-wrap li a,
.widget-wrap li a:link,
.widget-wrap li a:visited,
.widget-wrap li a:hover,
.widget-wrap li a:focus,
.widget-wrap li a:active {

  display:block;

  background-repeat: no-repeat;
  background-position: 6px;
  background-image: url(images/icons/bullet_yellow.png);
  padding-left:28px;
  padding-top:3px;
  padding-bottom:3px;
}


.widget-wrap li a:hover,
.widget-wrap li a:focus,
.widget-wrap li a:active {
  background:#f4f4f4;
  background-repeat: no-repeat;
  background-position: 6px;
  background-image: url(images/icons/bullet_green.png);
  }

.rsswidget {font-size:11px;font-weight:bold;}
.rss-date {font-size:10px;color:#999;margin-left:28px;font-weight:normal;}


.latest-tweets .widget-wrap ul{padding:5px;}

.latest-tweets .widget-wrap li{
	font-size:11px;
	font-weight:normal;
	background-position:0 50%;
	background-repeat:no-repeat;
	border-bottom:3px solid #f4f4f4;
	border-top:none;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0;
padding:8px;
}

.latest-tweets .widget-wrap li a,
.latest-tweets .widget-wrap li a:link,
.latest-tweets .widget-wrap li a:visited,
.latest-tweets .widget-wrap li a:hover,
.latest-tweets .widget-wrap li a:focus,
.latest-tweets .widget-wrap li a:active {
	display:inline;
  background-repeat: no-repeat;
  background-position: 0;
  background-image:none;
  padding-left:0;
  padding-top:0;
  padding-bottom:0;
}

.latest-tweets .widget-wrap li a:hover,
.latest-tweets .widget-wrap li a:focus,
.latest-tweets .widget-wrap li a:active {
	display:inline;
  background:#f4f4f4;
  }


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 10px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	margin: 0 0 15px;
	padding: 10px 10px 5px;
}

.more-from-category {
	padding: 0 10px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 0 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
/*
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
*/
	background-color: #79aa00;
	border: 2px solid #4D6120;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
font-family:Verdana,Arial,Sans-Serif;
	font-weight:bold;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
/*
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
*/
	background-color: #4D6120;
	border: 2px solid #4D6120;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 11px;
	margin: 5px 4px 10px 0;
	padding: 4px 0 4px 5px;
	width: 155px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 11px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
    background-color: #333;
    border-bottom: 1px solid #fff;
    clear: both;
    color: #fff;
    font-size: 12px;
    margin: 0 auto 0;
    overflow: hidden;
    padding: 10px 0 0 0;
    width: 990px;
}
 
#footer-widgets .wrap {
    margin: 0 auto 0;
    width: 990px;
}
 
#footer-widgets .widget {
    background: none;
    border: none;
    padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}
 
#footer-widgets h4 {
	background: none;
	border: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px;
	padding: 0;
    text-transform: uppercase;
}
 
#footer-widgets p {
    color: #fff;
    padding: 0 0 10px;
}
 
#footer-widgets a, #footer-widgets a:visited {
    color: #fff;
    text-decoration: underline;
}

#footer-widgets a:hover {
    text-decoration: none;
}
 
#footer-widgets ul {
    color: #fff;
    list-style-type: none;
    margin: 0 0 10px;
}
 
#footer-widgets ul li {
    list-style-type: square;
    margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
    float: left;
    padding: 0 20px 0 0;
    width: 300px;
}
 
.footer-widgets-2 {
    float: left;
    width: 300px;
}
 
.footer-widgets-3 {
    float: right;
    width: 300px;
}


/* Footer
------------------------------------------------------------ */



#footer {
	background: #FFFFFF;
	border-top: solid 3px #e5e5e5;
	clear: both; 
/*
	margin-top:30px;
*/
	overflow: hidden;
	padding-top:20px;
	width: 100%;
	}


#footer  .wrap{
	background-color: #fff;
	clear: both;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0;
	width: 990px;
}

#footer p {
	color: #bbb;
	font-size: 12px;
}

#footer a, #footer a:visited {
	color: #666;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #000;
	text-decoration: underline;
	}

#footer .gototop {
	width: 175px;
	float: left;
	margin: 0;
/*
	padding: 0 0 0 25px;
*/
	padding: 0;
	}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

	
	
#footer .creds {
	width: 740px;
	float: right;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
	border: 1px solid #e6e6e6;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}



.gallery .gallery-item .gallery-item  img {
border: 2px solid #000;
}



.format-gallery {
	background-color: #fff; 
	border: 3px solid #f4f4f4;
}



.format-standard img.post-image{
border: 4px solid #e5e5e5;
margin-right:20px;
}

.format-gallery img.post-image{
border: 4px solid #000;
}

.format-video img.post-image {
border: 4px solid #000;
}


/*
.format-gallery .post-image,
.format-video .post-image  {background:#fff;padding:5px;}
*/


.format-standard .entry-conent,
.format-gallery .entry-content,
.format-video .entry-content {
padding-top:15px; 
min-height:140px;
}

.format-gallery .entry-content  h3 {
	color: #333!important;
	margin-top:8px!important;
}

.format-video .entry-content  h3  {
	color: #000!important;
	margin-top:8px!important;
}


.gallery-item-link a{
	background: #79aa00;
	color: #fff;
	font-size:11px;
	font-weight: bold;
	margin-bottom:20px;
	padding: 4px;
	text-decoration: none;
	width: 130px;
	border:2px solid #79aa00;
}


.gallery-item-link a:hover{
	background:#79aa00;
	color: #fff;
	border:2px solid #4d6120;
/*
	background:#4d6120;
	color: #fff;
*/
}




.single .format-gallery {
	background-color: #fff; 
	border: 3px solid #ccc;
}



.format-video .entry-content,
.format-audio .entry-content{
	padding:15px 15px 0;
}


.format-aside {
	background-color: #fff;
	border: 3px solid #e5e5e5;
}

.format-status{
	background-color: #fff;
	border:0;
	width:664px;
	border: 3px solid #e5e5e5;
}

.format-status .entry-content{
	margin:0;
	padding:0;
}

.format-status p{
	padding:0;
}

	
.format-image {
	border: 3px solid #e5e5e5;
}

.format-audio{
	border: 3px solid #e5e5e5;
}



/* Post Formats
------------------------------------------------------------ */


/*
.format-aside, .format-chat, .format-gallery, .format-image, .format-link, .format-quote, .format-status, .format-video, .format-audio {
 border-bottom: 1px solid #AAAAAA;
}
*/

.post-format-image {
 margin: 0 0 10px 0;
}

.post-format-image {
	background: none;
	display: block;
	float:right;
	height:20px;
	width:60px;

/*
//BIG TOP HEADER LIKE ICON
	width:88px;
	height:31px;
*/

/*
border-bottom: solid 4px #6a9500;
border-left: solid 4px #6a9500;

border: solid 2px #0d69bf;
border: solid 2px #4d6120;

background:#79aa00;

border: solid 2px #4D6120;

background:#000;
*/
/*
	margin-top:4px;
	margin-right:4px;
*/
}
	
.sidebar-content .post-format-image {
	left: 612px;
	top: -8px;
}


/*  COLOR PALETTE

#79aa00 // light green
#6a9500 // dark green NEW
#4d6120 // darker green OLD (old style like header seperator)

#0f78da // light blue NEW
#0d69bf // dark blue NEW
*/

p.attachment {text-align:center;}


.fullwidth-gallery-720 .post{
	clear:both;
	margin: 0 auto 40px;
	padding: 0;
	background:#fff;
	width:800px; 
	background-color:#fff;
border:0;
}

.fullwidth-gallery-960 .post{
	clear:both;
	margin: 0 auto 40px;
	padding: 0;
	background:#fff;
	width:990px; 
	border:0;
}


.fullwidth-gallery  .post{
	clear:both;
	margin: 0 0 40px 0;
	padding: 0;
	background:#fff;
	width:980px; 
	background-color:#fff;
border:0;
}

/*
.fullwidth-gallery  .post img,
.fullwidth-gallery-960 .post img,
.fullwidth-gallery-720 .post img
{
	border: 4px solid #000;
}
*/



.video-item-link a{
	background: #0078AA;
	color: #fff;
	font-size:11px;
	font-weight: bold;
	margin-bottom:20px;
	padding: 4px;
	text-decoration: none;
	width: 130px;
	border:2px solid #0078AA;
}


.video-item-link a:hover{
	background:#204E60;
	color: #fff;
	border:2px solid #000;
}


.featured ul{
	margin: 0;
  }
  .featured ul li{
	font-size:10px;
	margin-left: 0;
	padding:0;
	list-style: none;
  }

ul.tweets {
	font-size:12px;
}

#sidebar hr,
#sidebar hr.new,
#sidebar-bottom hr.new     {border:none;height:2px;line-height:2px; padding:0;margin:0;background:url(http://lucyrose.net/wp-content/themes/hobbsy/images/line-break-300x2.gif) no-repeat top center; clear:both;}
#sidebar hr.padded,
#sidebar-bottom hr.padded  {margin-top:10px;margin-bottom:10px;}


.imgleft {float:left; margin-right:20px; margin-bottom:20px;padding:0;}
.imgright  {float:right; margin-left:20px; margin-bottom:20px;padding:0;}

p.imgright2    {float:right; margin-left:10px; margin-bottom:10px;padding:0;}
p.imgleft2    {float:left; margin-right:10px; margin-bottom:10px;padding:0;}

p.photo {width:640px;text-indent:-10px;padding:0;}

.blogphoto {text-indent:-10px;}



#sidebar h4{
/*
  background:#99CC00;
background: #EFEDE3;
*/
background: #D6D4CB;

  color:#fff;
  padding:4px 4px 4px 13px;
  margin:0;
  }

.photo-credit{
	width: 940px;
	margin:-25px 0 20px;
	text-align:center;
	padding:0;
	color:#AAAAAA;
	font-size:11px;
}

.photo-gallery-intro {
margin:0 auto;
width:600px;
}


body.attachment #wrap {
	background-image:none;
	background-color:#FFF;
	}

body.attachment #wrap #inner {
	background-color:#FFF;
	border-top:none;
}

body.attachment #wrap #nav {
	border-bottom: #EFEDE3 3px solid;
}

/*
background: #EFEDE3; // darker beige
background: #F9F8F4; // light beige
background: #F9F8F4;
border-top:3px solid #D6D4CB;
*/


body.attachment #header {
	background: #f4f4f4;
	background-image: url(images/bkg-980.gif);
	background-position: top center;
	background-repeat: repeat-y;
}

body.attachment #wrap #inner {width:980px; padding:10px 0 0; margin: 0 auto;}

body.attachment #wrap #inner p.attachment img {border:5px solid #000;}

body.attachment #wrap #inner .attachment-title {padding-left:10px;}
body.attachment #wrap #inner .entry-caption {padding-left:10px;}

body.attachment #wrap #inner .attachment-title h1.attachment-title {font-size: 14px; padding-left:0;}

body.attachment #content {width:980px; padding:10px 0 0; margin: 0 auto;}
body.attachment #content .type-attachment {border:0;width:980px;}

body.attachment .entry-content {padding:0;}

.imagenavigation {width:980px;margin:0 auto;}
.floatleft {float:left;}
.floatright {float:right;}


/* events manager styling */
table#current-events {border:2px solid #e5e5e5;padding-top:0;margin-bottom:20px;background: #f4f4f4;width:100%;}

table th {background:#99cc00;color:#fff;text-align:left;padding:8px 4px;}

table tr {
  border-width: 0px 1px 0 1px;
  border-style: solid;
  border-color: #ccc;
  }

table td {
  border-width: 0 0 1px 0;
  padding: 4px;
  border-style: solid;
  border-color: #f4f4f4;
  border-top:2px solid #fff;
background:#fafafa;
  }

	#em-calendar-127 {text-align:center; margin:0 auto;}
	.em-calendar-wrapper {text-align:center; margin:0 auto;}
	table.em-calendar{margin:10px auto;}
	.eventless{background: #e4e4e4;}
	.eventful{background: #79aa00;}
