/*  
Theme Name: Spring Loaded
Theme URI: http://the449.com/springloaded-the-theme-is-here
Description: Another beautiful Wordpress theme from the nice chaps at the449.com, this time we've gone au naturale!
Version: 0.9.42
Author: the 449
Author URI: http://the449.com/
*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
	background:none;
}

html {
	background: url(images/bg-bottom3.jpg) repeat left top;
}

body {
	background: url(images/bg-top3.jpg) repeat-x left top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 900px;
}



/* @group Header */

#header {
	/* background: url(images/banner-bg.gif) no-repeat center top; */
	height: 111px;
	position: relative;
	margin-bottom: 20px;
}

#header_flash_banner {
	width:905px;
	height:106px;
	z-index:10;
	position:absolute;
	top:0;
	left:0;
}

#header_text {
	width:905px;
	height:106px;
	z-index:100;
	position:absolute;
	top:0;
	left:0;
}

#header h1 {
	visibility:hidden;
	font-size: 26px;
	padding-top: 20px;
	width: 520px;
	color: #152002;
	margin:0;
}

#header h1 a {
	color: #152002;
	text-decoration: none;
	font-size: 26px;
	border-bottom: 1px solid #c2c49e;
}

#header h1 a:hover {
	border-bottom: 1px solid #000;
}

#header h1 span{
	display: block;
	margin-top: 5px;
	font-size: 11px;
	text-transform: uppercase;
}

#header h5 {
	visibility:hidden;
	display: block;
	margin-top: 5px;
	font-size: 12px;
	text-transform: uppercase;
	margin:0;
	width:450px;
}

#header #secondary_menu {
	width: 370px;
	position: absolute;
	top: 18px;
	right: 2px;
}
	#header #secondary_menu ul {
		list-style: none;
	}
	#header #secondary_menu li {
		float:right;
		margin-left:6px;
		padding:0;
	}
	#header #secondary_menu li a {
		font-size:10px;
		font-family:Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		text-decoration:none;
		color: #87290c;
		padding:2px 3px;
	}
	#header #secondary_menu li a:after
		{
		content: url(images/secondary_nav_arrow.gif);
		padding-left:3px;
		}
	#header #secondary_menu li a:hover {
		color:#FFF;
		background: #87290c url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	}
	
#header .search-bar {
	width: 370px;
	height: 65px;
	background: url(images/search-box3.png) no-repeat left top;
	position: absolute;
	bottom: -5px;
	right: 0;
}

.search-bar p {
	padding: 7px 10px 4px 20px;
}

.search-bar p input {
	height: 30px;
	width: 300px;
	font-size: 18px;
	font-family: inherit;
	border: none;
	background: none;
	outline:none;
	color:#92917c;
}

.search-bar p button {
	margin-left: 20px;
	width: 15px;
	height: 30px;
	border: none;
	background: none;
}

.search-bar p button img {
	vertical-align: middle;
}

/* @end(header) */




/* @group Content */

#main {
	float: left;
	width: 626px;
	margin:10px 0 20px;
	background: url(images/nav-bg3.png) no-repeat left top !important;
}


/* @group Navigation  */




#naviation {
	width: 626px;
	height: 42px;
	margin: 0px auto 0px;
	}
	
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#navigation li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#navigation:first-child {
	margin-left:12px; /* Bit of a hack to get the whole menu to slide right. Wouldn't work by simply putting the margin-left in the above two #navigation or #navigation ul IDs */
	}

#navigation li a, #navigation li a:link, #navigation li a:visited {
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding: 0 10px;
	text-decoration: none;
	background: url(images/nav-divider.png) no-repeat right top; /* right side divider image */
	color: #87290c;
	font-size:13px;
	line-height: 42px;
	height: 42px;
	_float:left; /* IE6 only hack since, despite multiple float:left attributes in navbar ul, the list was showing vertically. Unfortunately, this causes the dropmenu to appear to the upper right of the navbar menu items on IE6. */
	}

#navigation li a:hover, #navigation li a:active {
	background: url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	color: #FFFFFF;
	}
	
#navigation li li a, #navigation li li a:link, #navigation li li a:visited {
	width: 180px;
	background: #eee3bf;
	color: #9c4617;
	float: none;
	margin: 0px;
	padding: 4px 6px 4px 6px;
	border-bottom: 1px solid #e6c98c;
	font-size:11px; /* reduce font size in drop menu */
	font-weight:bold;
	line-height: 18px; /* required to set height of drop menu rows and counter 42px height set above for navbar */
	height: 18px; /* required to set height of drop menu rows and counter 42px height set above for navbar */
	}
	
#navigation li li a:hover, #navigation li li a:active {
	background: #f3e3bc url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	color: #FFFFFF;
	padding: 4px 6px 4px 6px;
	}

#navigation li ul {
	border:1px solid #9c4617; /* added for solid border around drop menu box, not individual rows */
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 192px; /* increased from 190px since border above was not showing on right side of drop menu box */
	margin: -5px 0px; /* raises drop menu 5px so that it's closer to the bottom of the navbar link text */
	padding: 0px;
	}

#navigation li li { 
	}

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

#navigation li ul a:hover, #navigation li ul a:active { 
	}

#navigation li ul ul {
	margin: -30px 0 0 191px;
	}

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -999em;
	}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	left: auto;
	}

#navigation li:hover, #navigation li.sfhover { 
	position: static;
	}
	
/* Hard-coded Menu Down Arrows and Rollover Blocking. If menus change, then these numbered "page-item-xxxx" designations must change to match  */

#navigation li.page-item-9 {
	display:none;
}

#navigation li.page-item-7 { /* WITNESS menu - adds drop menu arrow indicator  */
	background: url(images/menu_down_arrow.png) no-repeat bottom center;
	}

#navigation li.page-item-7 a:hover { /* WITNESS menu - removes usual rollover behavior  */
	background: url(images/nav-divider.png) no-repeat right top; /* right side divider image */
	color:#87290c;
	cursor:text;
	}

#navigation li.page-item-7 li a:hover { /* WITNESS Menu - Required to get above rollover removal class to NOT affect items in drop menu */
	background: #f3e3bc url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	color: #FFFFFF;
	cursor:pointer;
	}

#navigation li.page-item-1990 { /* PARTICIPATE menu - adds drop menu arrow indicator  */
	background: url(images/menu_down_arrow.png) no-repeat bottom center;
	}

#navigation li.page-item-1990 a:hover { /* PARTICIPATE menu - removes usual rollover behavior  */
	background: url(images/nav-divider.png) no-repeat right top; /* right side divider image */
	color:#87290c;
	cursor:text;
	}

#navigation li.page-item-1990 li a:hover { /* PARTICIPATE menu - Required to get above rollover removal class to NOT affect items in drop menu */
	background: #f3e3bc url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	color: #FFFFFF;
	cursor:pointer;
	}

#navigation li.page-item-6 { /* GALLERY menu - adds drop menu arrow indicator  */
	background: url(images/menu_down_arrow.png) no-repeat bottom center;
	}

#navigation li.page-item-6 a:hover { /* GALLERY menu - removes usual rollover behavior  */
	background: url(images/nav-divider.png) no-repeat right top; /* right side divider image */
	color:#87290c;
	cursor:text;
	}

#navigation li.page-item-6 li a:hover { /* GALLERY menu - Required to get above rollover removal class to NOT affect items in drop menu */
	background: #f3e3bc url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	color: #FFFFFF;
	cursor:pointer;
	}

#navigation li.page-item-1635 { /* ABOUT menu - adds drop menu arrow indicator  */
	background: url(images/menu_down_arrow.png) no-repeat bottom center;
	}

#navigation li.page-item-1635 a:hover { /* ABOUT menu - removes usual rollover behavior  */
	background: url(images/nav-divider.png) no-repeat right top; /* right side divider image */
	color:#87290c;
	cursor:text;
	}

#navigation li.page-item-1635 li a:hover { /* ABOUT menu - Required to get above rollover removal class to NOT affect items in drop menu */
	background: #f3e3bc url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	color: #FFFFFF;
	cursor:pointer;
	}

#navigation li.page-item-1611 { /* MEDIA menu - adds drop menu arrow indicator */
	background: url(images/menu_down_arrow.png) no-repeat bottom center;
	}

#navigation li.page-item-1611 a:hover { /* MEDIA menu - removes usual rollover behavior  */
	background: url(images/nav-divider.png) no-repeat right top; /* right side divider image */
	color:#87290c;
	cursor:text;
	}

#navigation li.page-item-1611 li a:hover { /* MEDIA menu - Required to get above rollover removal class to NOT affect items in drop menu */
	background: #f3e3bc url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	color: #FFFFFF;
	cursor:pointer;
	}

/* @end(navigation) */


#content-top {
	background: url(images/content-top-bg3.gif) no-repeat left top;
	width:626px;
}
#content-border {
	background: url(images/content-border-bg3.gif) repeat-y left top;
	width:626px;
}
#content {
	padding: 8px;
	background: url(images/content-top-bg3.gif) no-repeat left bottom;
}

#single-content {
	padding: 8px;
	background: url(images/content-top-bg3.gif) no-repeat left bottom;
}

/* @group Post */

.post {
	background: #fff url(images/paper-bg3.gif) repeat left bottom;
	padding: 20px;
	font-size: 13px;
	position: relative;
}

.post .post-date {
	position: absolute;
	left: -63px;
	width: 55px;
	height: 94px;
	background: url(images/date-tab3.png) no-repeat left top;
	color: #F3DA9D;
	font-size: 15px;
}

.post-date .date-day {
	display: block;
	padding: 30px 0 2px 15px;
	text-align: center;
	font-weight: bold;
	text-shadow: black 1px 1px 1px;
}

.post-date .date-month {
	padding-left:15px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	text-shadow: black 1px 1px 1px;
	font-weight: bold;
}

.post h2 {
	color: #000;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
	padding-bottom: 4px;
}

.post h2 a {
	color: #000;
	text-decoration: none;
}

.post h2 a:hover {
	border-bottom: 1px dotted #9c4617;
}

.post .metadata {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #7a6749;
	border-bottom:1px solid #dcddb3;
	padding-bottom:10px;
}

.post .metadata a {
	color: #7a6749;
	text-decoration: none;
}

.post .metadata .feedback a {
	color: #7A6749;
	text-decoration: none;
	font-weight: normal;
}

.post .entry {
	padding-top: 10px;
	line-height: 1.5;
}

.post .entry a {
	color: #9c4617;
	text-decoration: none;
	padding: 2px;
}

.post .entry a:hover {
	color: #ffffff;
	background-color: #9c4617;
}

.post .entry p, .post .entry ul, .post .entry ol {
	padding-bottom: 10px;
}



/* @end(post) */




/* @group wp-pagenavi */

.wp-pagenavi {
	text-align:center !important;
	position:relative !important;
	display: block !important;
	padding-bottom:50px !important;
	background-image:url(images/paper-bg3.gif) !important;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000000 !important;
	color: #9c4617 !important;
	background-color: #f3e9d2 !important;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000000 !important;
	color: #a76236 !important;
	background-color: #f3e9d2 !important;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000 !important;
	color: #f3da9d !important;
	background-color: #9c4617 !important;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #000000 !important;
	color: #f3da9d !important;
	background-color: #9c4617 !important;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	color: #a76236 !important;
	border: 1px solid #000000 !important;
	background-color: #f3e9d2 !important;
	font-weight:normal !important;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000 !important;
	color: #f3e9d2 !important;
	background-color: #a76236 !important;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000 !important;
	color: #9c4617 !important;
	background-color: #f3e9d2 !important;
}

/* @end */




/* @end(content) */



/* @group Sidebar */

#sidebar {
	width: 241px;
	float: right;
}

#sidebar .side-widget {
	margin: 10px 0 15px;
	background: url(images/side-bg-bottom3.gif) no-repeat left bottom;
	font-size: 13px;
	line-height: 1.3;
	padding: 0 15px 20px;
}

#sidebar .side-rss {
	background: none;
	padding: 0;
}

.side-rss p {
	padding: 0 !important;
}

.side-widget h3 {
	background: url(images/side-bg-top3.gif) no-repeat left top;
	height: 20px;
	font-size: 15px;
	color: #650000;
	padding: 20px 15px;
	margin: 0 -15px;
	text-align:center;
}

.side-widget p {
	padding: 10px 15px 15px 20px;
}

.side-widget p, .side-widget ul, .side-widget ol {
	line-height: 1.3em;
}

.side-widget ul, .side-widget ol {
	padding-left: 10px;
	list-style:none;
}

#content ul, #content ol {
	list-style-position: inside;
	list-style:url(images/bullet.gif);
	margin-left:35px;
}
	.entry ol {
		margin-left:30px;
	}

.side-widget a {
	color: #9c4617;
	text-decoration: none;
	padding:2px;
}

.side-widget a:hover {
	color: #fff;
	background: #f3e3bc url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	text-decoration: none;
	padding:2px;
}

.side-widget img, .side-widget img a, .side-widget img a:hover {
	background:none;
	padding:0 !important;
}

.side-widget ul li, .side-widget ol li {
	padding: 5px 0 3px 0;
	border-top: 1px solid #E6C98C;
	font-size:12px;
}

.widget_pages ul li, .widget_pages ol li { /* required to nudge sidebar Pages nav to right enough to show arrows but not affect other ul and ol lists in sidebar */
	padding: 5px 0 3px 13px;
}

.side-widget ul li:first-child, .side-widget ol li:first-child {
	padding: 0 0 8px;
	border-top: none;
}

	/* Son of Suckerfish CSS Drop Menus */
	
	.widget_pages li { /* all list items */
		position : relative;
		border-top:1px solid #e6c98c;
	}
	
	.widget_pages li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-right : 21.05em;
		margin-top : -1.35em;
		background-color:#f3e3bc;
		border-bottom:1px solid #e6c98c;
		border-left:1px solid #e6c98c;
		border-right:1px solid #e6c98c;
		border-top:1px solid #e6c98c;
		padding:2px;
		width:200px;
		list-style:none;
		list-style-type:none;
		margin-left:0;
		text-align:right;
		z-index:1000;
	}
	
	.widget_pages li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	.widget_pages li a {
		width: 241px;
		w\idth : 10em;
		color:#9c4617;
		text-decoration : none;
		padding : 2px;
		font-size:12px !important;
		font-weight:bold;
	}
	
	.widget_pages li a:hover {
		padding-top:2px;
	}
	
	.widget_pages li:hover ul ul, .widget_pages li:hover ul ul ul, .widget_pages li.sfhover ul ul, .widget_pages li.sfhover ul ul ul {
		left: -999em;
	}
	
	.widget_pages li:hover ul, .widget_pages li li:hover ul, .widget_pages li li li:hover ul, .widget_pages li.sfhover ul, .widget_pages li li.sfhover ul, .widget_pages li li li.sfhover ul { /* lists nested under hovered list items */
		left: -205px;
	}
	/* Required to fix sticky hover menu problem in IE7 */
	.widget_pages li:hover {
 		height: 1%;
	}
	
	/* End Son of Suckerfish */
	
.widget_categories ul li {
	line-height:10px !important;
}
.widget_links ul li {
	line-height:12px !important;
}
.menuDivider {
	margin-top:10px;
	
}

/* Hard-coded Menu Left Arrows and Rollover Blocking. If menus change, then these numbered "page-item-xxxx" designations must change to match  */

.widget_pages li.page-item-7 { /* WITNESS menu - adds left menu arrow indicator  */
	background: url(images/menu_left_arrow.png) no-repeat left center;
	padding-left:-20px;
	}

.widget_pages li.page-item-7 a:hover { /* WITNESS menu - removes usual rollover behavior */
	background: none;
	color:#9c4617;
	cursor:text;
	}

.widget_pages li.page-item-7 li a:hover { /* WITNESS Menu - Required to get above rollover removal class to NOT affect items in drop menu */
	background: #f3e3bc url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	color: #FFFFFF;
	cursor:pointer;
	}

.widget_pages li.page-item-1990 { /* PARTICIPATE menu - adds left menu arrow indicator  */
	background: url(images/menu_left_arrow.png) no-repeat left center;
	}

.widget_pages li.page-item-1990 a:hover { /* PARTICIPATE menu - removes usual rollover behavior  */
	background: none;
	color:#9c4617;
	cursor:text;
	}

.widget_pages li.page-item-1990 li a:hover { /* PARTICIPATE menu - Required to get above rollover removal class to NOT affect items in drop menu */
	background: #f3e3bc url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	color: #FFFFFF;
	cursor:pointer;
	}

.widget_pages li.page-item-6 { /* GALLERY menu - adds left menu arrow indicator  */
	background: url(images/menu_left_arrow.png) no-repeat left center;
	}

.widget_pages li.page-item-6 a:hover { /* GALLERY menu - removes usual rollover behavior  */
	background: none;
	color:#9c4617;
	cursor:text;
	}

.widget_pages li.page-item-6 li a:hover { /* GALLERY menu - Required to get above rollover removal class to NOT affect items in drop menu */
	background: #f3e3bc url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	color: #FFFFFF;
	cursor:pointer;
	}

.widget_pages li.page-item-1635 { /* ABOUT menu - adds left menu arrow indicator  */
	background: url(images/menu_left_arrow.png) no-repeat left center;
	}

.widget_pages li.page-item-1635 a:hover { /* ABOUT menu - removes usual rollover behavior  */
	background: none;
	color:#9c4617;
	cursor:text;
	}

.widget_pages li.page-item-1635 li a:hover { /* ABOUT menu - Required to get above rollover removal class to NOT affect items in drop menu */
	background: #f3e3bc url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	color: #FFFFFF;
	cursor:pointer;
	}

.widget_pages li.page-item-1611 { /* MEDIA menu - adds left menu arrow indicator  */
	background: url(images/menu_left_arrow.png) no-repeat left center;
	}

.widget_pages li.page-item-1611 a:hover { /* MEDIA menu - removes usual rollover behavior  */
	background: none;
	color:#9c4617;
	cursor:text;
	}

.widget_pages li.page-item-1611 li a:hover { /* MEDIA menu - Required to get above rollover removal class to NOT affect items in drop menu */
	background: #f3e3bc url(images/nav-bg-hover-left.png) repeat-x left center; /* rollover background image */
	color: #FFFFFF;
	cursor:pointer;
	}
	
/* @end(sidebar) */





/* @group Footer */

#footer {
	color: #fff;
	font-size: 12px;
	padding: 20px 0;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

.copy-note {
	float: left;
	width: 600px;
	color:#F3DA9D;
}

.design-note {
	margin-top: -18px;
	float: right;
	width: 243px;
}

.design-note a{
	display: block;
	height: 36px;
	text-indent: -9000px;
	overflow: hidden;
}

/* @end(footer) */



/* @group Comments */

.comments-show {
	padding: 20px;
	background: #F3DA9D url(images/paper-bg3.gif) repeat left bottom;
}

h3#comments, h3#respond {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #2a3a0e;
	padding-bottom: 10px;
}

ol.commentlist {
	list-style: none;
}

ol.commentlist li {
	/*background: url(images/comment-bg2.jpg) no-repeat left top;*/
	margin-bottom: 30px;
}

ol.commentlist li .comment-gravatar {
	float: left;
	width: 44px;
	text-align: center;
	padding-top: 10px;
}

ol.commentlist li .comment-body {
	float: right;
	padding-top: 10px;
	width: 510px;
	padding-right: 10px;
}

ol.commentlist li .comment-body .comment-head {
	color: #7c7e5c;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

ol.commentlist li .comment-body .comment-head a {
	color: #7c7e5c;
}

ol.commentlist li .comment-body .comment-text  {
	color: #464734;
	font-size: 13px;
	line-height: 1.4;
}

ol.commentlist li .comment-body .comment-text p, ol.commentlist li .comment-body .comment-text ul, ol.commentlist li .comment-body .comment-text ol {
	padding-bottom: 15px;
}

ol.commentlist li .comment-body .comment-text a {
	color: #464734;
	font-weight: bold;
}

ol.commentlist li .comment-body .comment-text a:hover {
	text-decoration: none;
}

.comment-form {
	
}

.comment-form p {
	padding-bottom: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.comment-form p input, .comment-form p textarea {
	color: #1a1a1a;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.comment-form p input {
	height: 18px;
	padding: 2px;
}

.comment-form p textarea {
	padding: 2px;
	width: 550px;
}

/* @end(comments) */



.imgright, .alignright {
	float:right;
	display:inline;
	visibility:visible;
	margin:0 0 15px 15px;
	position:relative;
}

.imgleft, .alignleft {
	float:left;
	display:inline;
	visibility:visible;
	margin:0 15px 15px 0;
	position:relative;
}



/* @group Clearer */

#footer {
	clear: both;
}

#navigation:after, .prev-next:after, #footer:after, ol.commentlist li:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
}

#navigation, .prev-next, #footer, ol.commentlist li {
	min-height: 0;
}

* html #navigation, * html .prev-next, * html #footer, * html ol.commentlist li {
	height: 1%;
}

/* @end(clearer) */

/* Misc */
blockquote {
	margin: 0 30px 0 10px;
	padding-left: 20px;
}

ul.doubleLineBreakList li {
	padding-bottom:12px;
}

div.addtoany_share_save_container {
	text-align:right;
	clear:both;
}

div.ddsg-wrapper h2 {
	font-size:16px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.small {
	font-size:10px;
}
.bottomSpace p {
	margin-bottom:10px;
}

/* Home News Dispatch du Jour */
#homeNewsDispatchDuJour {
	line-height:20px;
}
#homeNewsDispatchDuJour #title {
	font-size:18px;
	margin-bottom:10px;
}
#homeNewsDispatchDuJour a {
	color: #9c4617;
	text-decoration:none;
	padding:2px;
}
#homeNewsDispatchDuJour a:hover {
	color: #ffffff;
	background-color: #9c4617;
	text-decoration:none;
	padding:2px;
}

.more-link {
	font-size:16px;
	font-weight:bold;
}
.more-link:after {
	font-size:16px;
	font-weight:bold;
	content: "...";
}

.doubleLineBreakList li {
	margin-bottom:10px;
	clear:both;
}

.pullQuote {
	font-size:24px;
	letter-spacing:2px;
	text-align:center;
	display:block;
	font-style: italic;
	color:#4f1305;
}

.clear {
	clear:both;
}
.photoCaptionRight {
	margin:0 0 10px 10px;
	font-size:10px;
	font-weight:notmal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:10px;
	text-align:center;
	float:right;
}
.photoCaptionLeft {
	margin:0 10px 10px 0;
	font-size:10px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:10px;
	text-align:center;
	float:left;
}
.entry .wp-caption .alignright {
	margin:0 0 0 15px;
	padding:0;
	float:right;
	position:relative;
}
.wp-caption alignleft {
	margin:0 15px 0 0;
	padding:0;
	float:left;
	display:inline-block;
}
.wp-caption aligncenter {
	margin:0 auto;
	padding:0;
	display:block;
}
.wp-caption alignnone {
	margin:0;
	padding:0;
	display:block;
}
	.wp-caption .wp-caption-text {
		font-size:10px;
		font-weight:bold;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		line-height:10px;
		text-align:center;
		margin-bottom:15px;
		padding:0;
	}
	.wp-caption img a {
		background: none;
		border:none;
	}
.leader {
	font-size:21px;
}
.hr {
	background:url(/wp-content/themes/springLoaded/images/filigree_rule.gif) no-repeat center top;
	margin:12px 0;
	height:21px;
	display:block;
	clear:both;
	position:relative;
}
.hr-reverse {
	background:url(/wp-content/themes/springLoaded/images/filigree_rule-reverse.gif) no-repeat center top;
	margin:12px 0;
	height:21px;
	display:block;
	clear:both;
	position:relative;
}

/* Recent Comments Sidebar Widget */
.recentcomments a {
	font-weight:bold;
}
.recentcomments .url {
	font-weight:normal !important;
}

.aktt_tweets {
	background: url('/wp-content/themes/springLoaded/images/twitter_logo.gif') no-repeat center top;
	padding-top:25px;
}

/* Creative Clans Slide Show */
#sidebar .widget_creativeclans_slideshow {
	background: none !important;
	margin:0 !important;
	padding:0 0 5px 0 !important;
}

/* Twitter Sidebar Widget Link Rollover Fix */
.twtr-ft a, .twtr-hd h4 a, .twtr-profile-img-anchor {
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.twtr-hd h3, .twtr-join-conv {
	display: none !important;
}

/* Bottom Page Navigation */
.prev-next {
	background: #fff url(images/paper-bg3.gif) repeat left bottom;
	padding:10px;
	/*clear:both;*/
}
.prev-next .alignleft {
	float:left;
}
	.prev-next .alignleft a {
		color: #9c4617;
		text-decoration:none;
		padding:2px;
	}
	.prev-next .alignleft a:hover {
		color: #ffffff;
		background-color: #9c4617;
		text-decoration:none;
		padding:2px;
	}
.prev-next .alignright {
	float:right;
}
	.prev-next .alignright a {
		color: #9c4617;
		text-decoration:none;
		padding:2px;
	}
	.prev-next .alignright a:hover {
		color: #ffffff;
		background-color: #9c4617;
		text-decoration:none;
		padding:2px;
	}

/* NGGallery Override */
.ngg-album {
    /*background: url(/wp-content/themes/springLoaded/images/comment-bg2.jpg) no-repeat left top !important;*/
    border: none !important;
}
html>body .ngg-album {
    /*background: url(/wp-content/themes/springLoaded/images/comment-bg2.jpg) no-repeat left top !important;*/
    border: none !important;
} 
.ngg-album {
	/*background: url(/wp-content/themes/springLoaded/images/2.jpg) no-repeat left top  !important;*/
	border: none !important;
}
.ngg-thumbnail img {
	background-color:#F7E9BC !important; 
	border:1px solid #9c4617  !important; 
}
.ngg-thumbnail img:hover {
	background-color: #fff !important;
}
.ngg-gallery-thumbnail {
	text-align: center !important; 
}
.ngg-gallery-thumbnail img {
	background-color:#F7E9BC !important;
	border:1px solid #9c461 !important7 !important;
}
.ngg-gallery-thumbnail img:hover {
	background-color: #fff !important;
} 
.ngg-imagebrowser img {
	border:1px solid #9c4617 !important;
}
.ngg-singlepic {
	border:1px solid #9c4617 !important;
}
.ngg-widget img {
	border:2px solid #9c4617 !important;
}


/* cforms override */
p.cf-sb {
	background: none !important;
}

/* facebook sidebar widget */
.fb_edge_widget_with_comment {
	width:210px !important;
}