/*
Theme Name: MFP 2009
Theme URI: http://marianofriginal.com/
Description: 2009 Redesign of <a href="http://marianofriginal.com/">marianofriginal.com</a>.
Version: 0.1
Author: Sparrow Visual
Author URI: http://sparrowvisual.com/
Tags: awesome

*/



/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset ...thank you Mr. Meyer! */


/* Gobal */
body {
	background: #65625d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #988a7f;
	text-align: center;
	margin:0 auto;
	width:940px;
}
a, a:link, a:visited {
	color:#f65a21;
	text-decoration:none;
}
a:hover, a:active, a:focus {
	color:#f65a21;
	text-decoration:underline;
	cursor:pointer;
}
.clear_both {
	clear:both;
	line-height:1px;
	font-size:1px;
}
/* End Global */

/* Header */

#header {
	background:url(images/header_bg.png) top left no-repeat #65625d;
	text-align:left;
}
#header h1 {
	padding:29px 0 2px 32px;	
}
#header h1 a:link img, #header h1 a:visited img {
	border-bottom:1px solid #fff;
	width:302px;
	height:23px;
}
#header h1 a:hover img, #header h1 a:active img, #header h1 a:focus img {
	border-bottom:1px dashed #f65a21;
}
#nav_wrapper {
	clear:both;
	margin:0 20px;
	background:#f65a21;
	height:27px;
	padding:0 15px;
}
/* End Header */

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	font-family: Helvetica, Arial, sans-serif;
	z-index: 100;
	position: relative;
	height:27px;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	font: normal 1.4em/23px Helvetica, Arial, sans-serif;
	color: #fff;
	display: block;
	padding:4px 12px 0;
	/*text-transform: uppercase;*/
	text-decoration: none;
}

.nav li a:hover,
#nav-one li:hover a, 
#nav-one li.sfHover a {
	background: #fff;
	color: #f65a21;	
}
.nav li a:hover img,
#nav-one li:hover a img, 
#nav-one li.sfHover a img {
	visibility:hidden;
}
/*#nav-one li:hover a, 
#nav-one li.sfHover a {
	background: #fff;
	color: #f65a21;
}
#nav-one li:hover a img, 
#nav-one li.sfHover a img {
	visibility:hidden;
}*/
.nav li a#nav_id_love_to:hover,
#nav-one li:hover a#nav_id_love_to, 
#nav-one li.sfHover a#nav_id_love_to {
	background:url(images/nav_id_love_to_on.png) 12px 9px no-repeat #fff;
}
.nav li a#nav_gallery:hover,
#nav-one li:hover a#nav_gallery, 
#nav-one li.sfHover a#nav_gallery {
	background:url(images/nav_gallery_on.png) 12px 9px no-repeat #fff;
}
.nav li a#nav_blog:hover,
#nav-one li:hover a#nav_blog, 
#nav-one li.sfHover a#nav_blog {
	background:url(images/nav_blog_on.png) 12px 9px no-repeat #fff;
}
.nav li a#nav_events:hover,
#nav-one li:hover a#nav_events, 
#nav-one li.sfHover a#nav_events {
	background:url(images/nav_events_on.png) 12px 9px no-repeat #fff;
}
.nav li a#nav_info:hover,
#nav-one li:hover a#nav_info, 
#nav-one li.sfHover a#nav_info {
	background:url(images/nav_info_on.png) 12px 9px no-repeat #fff;
}
.nav li a#nav_contact:hover,
#nav-one li:hover a#nav_contact, 
#nav-one li.sfHover a#nav_contact {
	background:url(images/nav_contact_on.png) 12px 9px no-repeat #fff;
}
.nav li a#nav_prints:hover,
#nav-one li:hover a#nav_prints, 
#nav-one li.sfHover a#nav_prints {
	background:url(images/nav_prints_on.png) 12px 9px no-repeat #fff;
}
.nav li a#nav_search:hover,
#nav-one li:hover a#nav_search, 
#nav-one li.sfHover a#nav_search {
	background:url(images/nav_search_on.png) 12px 9px no-repeat #fff;
}



#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	background:none;
	color: #988a7f;
	text-transform:lowercase;
	font-weight:bold;
	font-size:1.1em;
	padding-top:2px;
	padding-bottom:0;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	background: #f65a21;
	color: #fff;	
}

.nav ul {
	background:url(images/nav_dropdown_bg.png) bottom left repeat-x #fff;
	list-style: none;
	margin: 0;
	width: 215px;
	position: absolute;
	top: -999em;
	padding-top:10px;
	padding-bottom:10px;
}
.nav li:hover ul,
.nav li.sfHover ul {
	top: 27px;
}
.nav ul li {
	border: 0;
	float: none;
}
.nav ul a {
	border-bottom: 0;
	padding-right: 20px;
	width: 191px;
	white-space: nowrap;
}
.nav ul a:hover {
	background: #fff;
	color: #f65a21;
}
/* End Navigation */




#content {
	clear:both;
	background:url(images/content_bg.png) top left repeat-y #65625d;
	text-align:left;
	padding:0 20px;
}
img.alignright {
	float:right;
	border:1px solid #ccc;
	margin:0 0 15px 15px;
}
img.alignleft {
	float:left;
	border:1px solid #ccc;
	margin:0 15px 15px 0;
}


/* Gallery */

#gallery {
	float:left;
	width:900px;
	height:600px;
	overflow:hidden;
}
#gallery.ad {
	height:300px
}
#gallery.announcements {
	height:450px;
}
#gallery_nav {
	position:absolute;
	margin-top: 571px;
	width:880px;
	text-align:right;
}
#gallery.ad #gallery_nav {
	margin-top: 271px;
}
#gallery.announcements #gallery_nav {
	margin-top: 421px;
}
#gallery_nav a, #gallery_nav a:link, #gallery_nav a:visited {
	margin:0 3px;
}
#gallery_nav a:hover {
	cursor:pointer;
}
#gallery_nav a img {
	height:9px;
	width:9px;
	background:url(images/gallery_nav_inactive.png) top left no-repeat;
}
#gallery_nav a:hover img {
	background:url(images/gallery_nav_inactive.png) top left no-repeat;
}
#gallery_nav a img.current {
	background:url(images/gallery_nav_active.png) top left no-repeat;
}
.photo {
	text-align:left;
	position: absolute;
	width:900px;
	height:600px;
	overflow:hidden;
}
#gallery.ad .photo {
	height:300px;
}
#gallery.announcements .photo {
	height:450px;
}

a#gallery_b_previous {
	display:block;
	position:absolute;
	width:400px;
	height:560px;
	background:url(images/spacer.png) 0px 277px no-repeat;
}
a#gallery_b_previous:hover {
	background:url(images/gallery_b_previous.png) 0px 277px no-repeat;
	cursor:pointer;
}
a#gallery_b_next {
	display:block;
	position:absolute;
	width:400px;
	height:560px;
	margin-left:500px;
	background:url(images/spacer.png) 271px 277px no-repeat;
}
a#gallery_b_next:hover {
	background:url(images/gallery_b_next.png) 271px 277px no-repeat;
	cursor:pointer;
}
#gallery.ad a#gallery_b_previous, #gallery.ad a#gallery_b_previous:hover,
#gallery.ad a#gallery_b_next, #gallery.ad a#gallery_b_next:hover {
	display:none;
}

/* End Gallery */


/* Interior Pages */
#content_text {
	clear:both;
	padding:25px 0;
}
#content_text h1#page_title {
	width:130px;
	float:left;
	display:block;
	text-align:right;
	font-weight:bold;
	font-size:1.8em;
	color:#303030;
	text-transform:uppercase;
}
#content_text h2, #content_text h3 {
	color:#656462;
	font-weight:bold;
	font-size:1.2em;
	margin:30px 0 20px;
}
#content_text h4 {
	font-weight:bold;
	font-size:1.2em;
	margin:20px 0 0 0;
	line-height: 1.4em;
}
#content_text h2 a span.date {
	display:inline;
	width:auto;
	float: left;
}
#content_text h2 a span.wrap-this {
	display:block;
	margin-left: 59px
}
#content_text .top {
	margin-top:5px;
}
#content_text hr {
	display: none;
}
#content_text div.heavy {
	margin:20px 0;
	height:4px;
	background: url(images/hr_heavy_bg.png) top left repeat-x #fff;
}
#content_text div.light {
	margin:20px 0;
	height:1px;
	background: url(images/hr_light_bg.png) top left repeat-x #fff;
}
#content_text div.invisible {
	margin:20px 0;
	height:1px;
	background: #fff;
}
#main_column {
	width:302px;
	display:block;
	float:left;
	margin-left:25px;
}
#main_column h2.post_title {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 20px 0;
}
#main_column p {
	font-size:1.2em;
	line-height:1.4em;
	margin:10px 0;
}
#main_column li {
	font-size:1.2em;
	line-height:1.4em;
}

.post_list_navigation {
	height:30px;
	font-size: 12px;
	font-weight: bold;
}
.post_list_navigation .older_posts {
	float:left;
	width: 100px;
	text-align: left;
}
.post_list_navigation .older_posts a:link, .post_list_navigation .older_posts a:visited {
	display:block !important;
	width:auto !important;
	padding:2px 2px 2px 15px !important;
	background:url(images/post_arrow_left.png) top left no-repeat #fff !important;
	text-decoration: none !important;
}
.post_list_navigation .older_posts a:hover, .post_list_navigation .older_posts a:active, .post_list_navigation .older_posts a:focus {
	text-decoration: underline !important;
}
.post_list_navigation .newer_posts {
	float:right;
	width: 100px;
	text-align: right;
}
.post_list_navigation .newer_posts a:link, .post_list_navigation .newer_posts a:visited {
	display:block !important;
	width:auto !important;
	padding:2px 15px 2px 2px !important;
	background:url(images/post_arrow_right.png) top right no-repeat #fff !important;
	text-decoration: none !important;
}
.post_list_navigation .newer_posts a:hover, .post_list_navigation .newer_posts a:active, .post_list_navigation .newer_posts a:focus {
	text-decoration: underline !important;
}

a.show_hide_b, a.show_hide_b:link, a.show_hide_b:visited {
	color:#f65a21;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding-left:17px;
}
a.show_hide_b:hover, a.show_hide_b:active, a.show_hide_b:focus {
	color:#f65a21;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}
a.hide, a.hide:link, a.hide:visited {
	background: url(images/sh_arrow_right.png) top left no-repeat #fff;
}
a.show, a.show:link, a.show:visited  {
	background: url(images/sh_arrow_down.png) top left no-repeat #fff;
}
.show_hide_content {
	display:none;
}

ul.faq {
}
ul.faq li {
	font-weight:bold;
}

.blog_list_entry {
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #ccc;	
}
.blog_list_entry img {
	border:1px solid #ccc;
}

#share_wrapper {
	height:300px;
}
#blog_sharing_options {
	clear:both;
	margin-top:30px;
}
#blog_sharing_options li {
	font-weight:bold;
	font-size:1.2em;
}
.post_meta {
	padding-top:10px;
}

.social_links li {
	display:block;
	float:left;
	width:25px;
}
.social_links li a img {
	border:none;
}
.wpcf7 p, .cm_form p {
	clear:both;
}
.wpcf7 label, .cm_form label {
	float:left;
	display:block;
	width:75px;
}
.wpcf7 input, .wpcf7 textarea, .cm_form input {
	border:1px solid #b4b4b4;
	background:#ddd;
	width:220px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	padding:2px;
	color:#5f5f5f;
}
.wpcf7 textarea {
	height:50px;
}
.wpcf7 p.form_submit input, .cm_form p.form_submit input {
	width:auto;
	background:#f65a21;
	border:none;
	color:#fff;
	font-weight:bold;
}
.wpcf7-locked-fields {
	height:1px;
	overflow:hidden;
}
.wpcf7-locked-fields input {
	background:#fff;
	color:#fff;
	border:none;
}
div.wpcf7-mail-sent-ok {
	background:#398F14;
	border:2px solid #398F14;
	color:#fff;
	font-size:12px;
}
div.wpcf7-validation-errors {
	background:#F7E700;
	border:2px solid #F7E700;
	color:red;
	font-size:12px;
}
#sidebar {
	display:block;
	width:305px;
	float:right;
	margin-right:85px
}

#sidebar #searchform {
	text-align:right;
}
#sidebar #searchform #searchsubmit {
	background:#f65a21;
	color:#fff;
	text-transform:lowercase;
	width:65px;
	font-weight:bold;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	border:1px solid #f65a21;
	float:left;
	text-align:center;
	padding:1px;
}
#sidebar #searchform #s {
	border:1px solid #b4b4b4;
	background:#ddd;
	width:220px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	padding:2px;
	color:#5f5f5f;
	text-align:left;
}


#sidebar h2 {
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 20px 0;
}
#sidebar p, #sidebar li {
	font-size:1.2em;
	line-height:1.4em;
	margin:10px 0;
}
#sidebar li {
	margin:0;
	clear:both;
}
#sidebar .recent_posts li span.date {
	display:block;
	width:65px;
	float:left;
}

.next_previous_nav {
	padding-top:5px;
}
.next_previous_nav div a span {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
}
.next_previous_nav div a:link span, .next_previous_nav div a:visited span {
	text-decoration:none;
}
.next_previous_nav div a:hover span, .next_previous_nav div a:active span, .next_previous_nav div a:focus span {
	text-decoration:none;
}
.next_previous_nav div a:link img, .next_previous_nav div a:visited img {
	border:1px solid #ccc;
}
.next_previous_nav div a:hover img, .next_previous_nav div a:active img, .next_previous_nav div a:focus img {
	border:1px solid #F65A21;
}
.next_previous_nav .previous_post {
	float:left;
	display:block;
	width:145px;
}
.next_previous_nav .next_post {
	float:right;
	text-align:right;
	display:block;
	width:145px;
}
.next_previous_nav div img {
	width:140px;
	height:93px;
}
.next_previous_nav p {
	text-align:center;
	font-weight:bold;
}
/* End Interior Pages */



/* Homepage */

#home_content {
	padding:15px 15px 0 15px;
	clear:both;
}
#home_nav_arrows {
	display:block;
	width:60px;
	float:right;
	text-align:right;
}
#home_content h2 {
	color:#303030;
	font-size:1.8em;
	text-transform:uppercase;
	font-weight:bold;
	display:inline;
	margin-right:20px;
}
#home_content h3 {
	font-size:1.2em;
	font-weight:bold;
	display:inline;
}
#home_content h3 a:link span.separator {
	color:#988a7f;
}
#home_content .left {
	display:block;
	width:590px;
	float:left;
	padding-top:5px;
	overflow:hidden;
}
#home_content .right {
	display:block;
	width:260px;
	float:right;
	text-align: right
}
#home_content ul#nano_list li {
	display:inline;
	margin-left:10px;
}
#home_content ul#nano_list a img {
	border:1px solid #ccc;
}
#home_content ul#nano_list a.active img {
	border:1px solid #F65A21;
}
/* End Homepage */




#footer {
	text-align:right;
	font-size:1.2em;
	background:url(images/footer_bg.png) top left no-repeat #65625d;
	padding:0 25px;
}
#footer p {
	color:#999;
	padding:30px 0;
}
