/*
Theme Name: Jules Wiegand
Description: Jules Wiegand Wordpress Theme
Author: Flosites
Author URI: http://flosites.com
Version: 1.0
*/
/* Reset styles
*******************************/
@font-face {
	font-family: 'dearJoefourRegular';
	src: url('fonts/dearjoe_4_trial-webfont.eot');
	src: local('dearJoefourRegular'), url('fonts/dearjoe_4_trial-webfont.woff') format('woff'), url('fonts/dearjoe_4_trial-webfont.ttf') format('truetype'), url('fonts/dearjoe_4_trial-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,li,ol,
a,em,img,strong,fieldset,form,label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    list-style: none;
}
:focus {outline: 0;}
img {vertical-align:middle; outline:0}
/* Body & forms
*******************************/
body{
    color:#606368;
    text-align: left;
    background:#fff;
    font:normal 75% "Century Gothic", century, arial, sans-serif;
}

input,
textarea {
    font: normal 12px "Century Gothic", century, arial, sans-serif;
}

/* Header elements
*******************************/
h2,
h3,
h4,
h5,
h6 {}

h2 {
    font-size:2.75em;
    text-transform: lowercase;
    font-weight: normal;
}
h3 {
}
h4 {
}
h5 {}
h6 {}


/* Text elements
*******************************/
p               {margin: 0 0 1em 0; text-align: left; line-height:1.6;}
p.last          {margin-bottom:0;}
/*ul, ol          {margin: 0 0 1em 2em; text-align: left; line-height:1.6;}*/
strong      	{font-weight: bold;}
em          	{font-style: italic;}
ins             {text-decoration:none;}
del             {text-decoration:line-through;}

address         {font-style:normal; line-height:1.6;}

.alignleft {
    float:left;
    margin:0 1em 1em 0;
}
.alignright {
    float:right;
    margin:0 0 1em 1em;
}
.textleft {
    text-align: left;
}
.textright {
    text-align: right;
}

.clear {
    clear:both;
}

/* Quotes
*******************************/
blockquote {}
blockquote:before {}
blockquote:after {}
q:before {}
q:after {}

/* Links
*******************************/
a:link,
a:visited,
a:hover,
a:active {
    color:#719448;
    text-decoration: none;
}
a:visited {}
a:hover {}


#wrapper {
    width:984px;
    margin:0 auto;
}

#header {
    height:355px;
    background: url(images/headerbg.jpg) 0 0 no-repeat;
    position: relative;
}
#header h1 a {
    width:310px;
    height:71px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    left:0;
    top:75px;
}
#searchform {
    position: absolute;
    left:23px;
    top:272px;
}
#searchform div {
    overflow: hidden;
    zoom:1;
    border:1px solid #bdbdbd;
    width:195px;
}
#s {
    float:left;
    border:0;
    background: #fff;
    color:#989898;
    padding-left:6px;
    height:20px;
    width:164px;
}
#searchsubmit {
    float:right;
    width:20px;
    height:20px;
    background: url(images/icon-search.gif) 50% 50% no-repeat;
    border:0;
    cursor: pointer;
}
#header a {
    color:#80af4f;
}
#header .fb {
    position: absolute;
    top:271px;
    left:736px;
    width:94px;
    padding-left:23px;
    background: url(images/icon-fb.gif) 0 50% no-repeat;
    line-height:1.1;
}
#header .rss {
    position: absolute;
    top:271px;
    right:23px;
    padding-left:23px;
    background: url(images/icon-rss.gif) 0 50% no-repeat;
    line-height:1.1;
}
#header .fb a,
#header .rss a {
    color:#6a6a6a;
}

#header .twi {
    position: absolute;
    left:356px;
    top:266px;
    width:290px;
    padding-left:33px;
    background: url(images/icon-twi.gif) 0 50% no-repeat;
}

#nav {
    height:60px;
    margin-left:23px;
}

#nav ul li {
    float:left;
    margin-right:84px;
    position: relative;
    font-size:1.42em;
}
#nav ul li.last {
    margin-right:0;
}
#nav ul li a {
    color:#6d6e70;
    text-transform: uppercase;
    
}
#nav ul li a:hover,
#nav ul li a.active {
    color:#719448;
}
#nav ul ul {
    position: absolute;
    left:-12px;
    top:18px;
    background: #fff;
    padding:12px 12px 0;
    display: none;
    z-index: 900;
}
#nav ul ul li {
    float:none;
    margin:0;
    font-size:0.88em;
    padding-bottom:12px;
}


#content {
    padding:0 23px;
}

#welcome {
    height:306px;
    background: url(images/welcomebg.jpg) 0 0 no-repeat;
    padding:60px 20px 0 286px;
}
#welcome h2 {
    line-height:1;
    padding-bottom:.5em;
}

#welcome p {
    line-height:1.4;
}

#sneak-peek {
    height:492px;
    padding:19px 19px 0;
    background: #f6f5f3 url(images/sneakpeekbg.gif) 0 100% no-repeat;
    position: relative;
    margin-bottom:19px;
}

#sneak-peek .wrap {
    width:900px;
    height:394px;
    overflow: hidden;
}
#sneak-peek ul li {
    width:900px;
    height:394px;
    overflow: hidden;
    float:left;
}

#sneak-peek .caption {
    position: absolute;
    bottom:50px;
    left:19px;
    width:900px;
    height:48px;
    background: url(images/sneakpeek-caption.png) 0 0 no-repeat;
    text-indent: -9999px;
}

#sneak-peek a.prev,
#sneak-peek a.next {
    position: absolute;
    z-index: 100;
    text-indent: -9999px;
    display: block;
    width:16px;
    height:17px;
    top:426px;
}

#sneak-peek a.prev {
    left:333px;
    background: url(images/sneakpeek-prev.png) 0 0 no-repeat;
}
#sneak-peek a.next {
    right:333px;
    background: url(images/sneakpeek-next.png) 0 0 no-repeat;
}


.postbg {
    background: #f6f5f3 url(images/postbgtop.gif) 0 0 no-repeat;
    margin-bottom: 24px;
}
.page {
    font-size:1.08em;
    padding:40px;
    background:url(images/postbgbottom.gif) 0 100% no-repeat;
}
.page h2 {
    text-transform: uppercase;
    padding-bottom: .53em;
}
.post {
    font-size:1.08em;
    padding:40px 0 20px 0;
    background:url(images/postbgbottom.gif) 0 100% no-repeat;
}
.post .preview {
    padding:0 19px;
}
.post .preview .image {
    padding-bottom: 33px;
    cursor: pointer;
    position: relative;
}
.post .image span {
    position: absolute;
    right:0;
    bottom: 33px;
    z-index: 100;
    background: url(images/read-more.gif) 0 0 no-repeat;
    display: block;
    width:99px;
    height:28px;
}
.post .image span.close {
    background-position: -99px 0;
}
.post .preview p {
    margin:0;
}
.post .preview .image {}
.post .preview .text {
    position: relative;
    padding-left:38px;
}
.post .date {
    position: absolute;
    left:-24px;
    top:10px;
    color:#929292;
    width:51px;
    height:58px;
    font-size:1.08em;
    text-transform: uppercase;
    background: url(images/postdatebg.gif) 0 0 no-repeat;
}
.post .date span {
    line-height:1;
    color:#fff;
    display: block;
    text-align: center;
    padding-top:12px;
}
.post h2 {
    line-height: 1.1;
}
.post h2 a {
    color:#5b5b5b;
}
.post h2 a:hover {
    color:#719448;
}
.post .posted {
    font:normal 1.62em 'dearJoefourRegular', "Century Gothic", century, arial, sans-serif;
    color:#929292;
    text-transform: lowercase;
}


.post .more {
    display: none;
    
}
.post .more .content {
    padding-bottom:24px;
    background: url(images/postmorebg.gif) 0 100% repeat-x;
    padding:0 19px 24px;
}

.story {
	overflow:hidden;
	zoom:1;
}


.post .content .like {
	overflow: hidden;
	zoom: 1;
}
.post .content .like .twi,
.post .content .like .fb {
	float: left;
}

.post .vote-image {
    position: relative;
    margin-bottom:1.3em;
}
.post .vote-image .vote-handler {
    position: absolute;
    right:0;
    bottom: 0;
    line-height:1;
    text-transform: lowercase;
    padding:10px 15px;
    background: url(images/postvotebg.png) 0 0 repeat;
    color:#e7e6e4;
}
.post .vote-image .vote-handler .votes,
.post .vote-image .vote-handler a {

}
.post .vote-image .vote-handler em {
    font-style: normal;
}
.post .vote-image .vote-handler .votes {
    color:#000;
}
.post .vote-image .vote-handler a {
    color:#000;
}

.post .share {
    background: #f6f5f3;
    padding:13px 19px 0;
    height:28px;
}



.share .actions li {
    float:left;
    text-transform: uppercase;
    margin-right: 24px;
}
.share .actions li.last {
    margin-right: 4px;
}
.share .actions li a {
    color:#606368;
}
.share .actions li a:hover,
.share .actions li a.visible {
    color:#719448;
}

.share .buttons li {
    float:left;
}
.share .buttons li a {
    text-indent: -9999px;
    float:left;
    width:17px;
    height:17px;
    margin-right: 6px;
    background-image: url(images/share.gif);
    background-repeat: no-repeat;
}
.share .gmail {
    background-position: 0 0;
}
.share .digg {
    background-position: -23px 0;
}
.share .flickr {
    background-position: -47px 0;
}
.share .linkedin {
    background-position: -72px 0;
}
.share .facebook {
    background-position: -96px 0;
}
.share .twitter {
    background-position: -120px 0;
}
.share .stumbleupon {
    background-position: -143px 0;
}
.share .rss {
    background-position: -168px 0;
}
.share .delicious {
    background-position: -192px 0;
}


.post .comments {
    padding:30px 19px;
    background: url(images/postcommentsbg.gif) 0 0 repeat-x;
    min-height: 130px;
    color:#000;
}
.post .comments .list {
    height:134px;
    overflow: hidden;
    font-size: 0.92em;
}
.post .comments .list li {
    margin-bottom: 16px;
}
.post .comments .added {
    color:#797979;
}
.post .comments .author {
    color:#719448;
}



.post .comment-n-share form {
    display: none;
    padding: 34px 19px 0;
    height:100px;
    position: relative;
}

.post .comment-n-share form h4 {
    float:left;
    width:138px;
    font:normal 1.62em 'dearJoefourRegular', "Century Gothic", century, arial, sans-serif;
    color:#929292;
}
.post .comment-n-share form .inputs {
    float:left;
    width:220px;
}
.post .comment-n-share form .area {
    float:left;
    width:516px;
}
.post .comment-n-share form .inputs input,
.post .comment-n-share form .area textarea {
    padding:0;
    border:1px solid #c5c5c5;
    color:#a2a2a2;
}
.post .comment-n-share form .inputs input {
    width:205px;
    height:24px;
    background: url(images/postforminputbg.gif) 0 0 no-repeat;
}
.post .comment-n-share form .area textarea {
    width:486px;
    height:81px;
    background: url(images/postformtextareabg.gif) 0 0 no-repeat;
}
.post .comment-n-share form p {
    margin-bottom:4px;
}
.post .comment-n-share form .say {
    position: absolute;
    right:-6px;
    top:47px;
}
.post .comment-n-share form .say input {
    width:51px;
    height:58px;
    text-transform: lowercase;
    border:0;
    background: url(images/postformsend.gif) 0 0 no-repeat;
    cursor: pointer;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #d5d5d4;
}
.jScrollPaneDrag {
	position: absolute;
	background: url(images/jscrolldrag.gif) 0 0 no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}












#archives {
    text-transform: uppercase;
    color:#606368;
    overflow: hidden;
    zoom:1;
    padding:36px 19px 0;
    height:64px;
    background: url(images/archivesbg.gif) 0 0 no-repeat;
}
#archives span.title {
    float:left;
    width:144px;
    font-family: 'dearJoefourRegular', "Century Gothic", century, arial, sans-serif;
    font-size:1.83em;
    line-height:1;
    color:#a7a8aa;
    text-transform: lowercase;
}
#archives .years {
    float:left;
}
#archives .years li {
    float:left;
    margin-left: 27px;
}
#archives a {}



#footer {
    width:938px;
    margin: 0 auto;
    height:50px;
    padding-top:6px;
}
#copyright {
    float:left;
    color:#9e9e9e;
}
#developed {
    float:right;
}
#developed a {
    color:#9e9e9e;
}
#developed img {
    vertical-align: middle;

}


#pagination {
    margin-bottom:18px;
    text-align: center;
    color:#606368;
    text-transform: lowercase;
    font-size: 1.17em;
}
#pagination ul {
    display: inline;
    padding:0 24px;
}
#pagination ul li {
    display: inline;
}



#contact {
    padding:40px 0 40px 64px;
}

#contact .container {
    width:480px;
    float:left;
    position: relative;
}
#contact .container p {
    margin-bottom: 18px;
}
#contact label {
    display: block;
    text-transform: uppercase;
    font-size:1.17em;
    padding-bottom:8px;
    line-height:1;
}
#contact .name label,
#contact .email label,
#contact .message label {
    font-weight: bold;
}
/*#contact .name {
    float:left;
    width:240px;
}
#contact .email {
    float:left;
}*/
#contact .phone {
    clear:both;
}
#contact input.text,
#contact textarea {
    background: #fff url(images/contactinputbg.gif) 0 0 repeat-x;
    border:1px solid #8a8a8a;
    width:421px;
    padding:7px 12px;
}
/*#contact .name input.text,
#contact .email input.text {
    width:182px;
}*/
#contact input.text {
    height:13px;
}
#contact textarea {
    height:95px;
}

#contact .button input {
    width:51px;
    height:57px;
    padding:0;
    margin:0;
    border:0;
    background: url(images/contact-send.gif) 0 0 no-repeat;
    cursor: pointer;
    position: absolute;
    bottom:14px;
    left:-70px;
}


#contact .content {
    float:right;
    margin-right:30px;
}

#raves {
    padding:40px 18px;
}
#raves h2 {
    padding-left:40px;
}
#raves ul {
    color:#000;
    overflow: hidden;
    zoom:1;
}
#raves li {
    width:410px;
    margin-right:30px;
    float:left;
    margin-bottom:30px;
}
#raves li .image {
    float:left;
    margin-right:16px;
}
#raves li p {
    display: block;
    margin-bottom: 1em;
    font-size: 1.31em;
    line-height: 1.2;
}
#raves li p a {
    color:#000;
}
#raves li .author {
    display: block;
}

#raves .single {
    overflow: hidden;
    zoom:1;
}
#raves .single .image {
    float:left;
    margin-right:24px;
}
#raves .single .content {
    float:left;
    width:600px;
}
#raves .single .content p {
    margin-bottom: 1em;
    font-size: 1.31em;
    line-height: 1.4;
    color:#000;
}
#raves .single .content span {
    display:block;
    margin-bottom:1em;
}


#faq {
    overflow: hidden;
    zoom:1;
}
#faq em {
    color:#80af4f;
    font-style: normal;
}
#faq .column {
    float:left;
    width:410px;
}
#faq .column1 {
    margin-right:20px;
}
#faq p {
    color:#000;
    line-height: 1.2;
}








#homepage {
    width:978px;
    margin:60px auto 0;
    overflow: hidden;
    padding-bottom:100px;
}
#homepage a {
    color:#81b050;
}
#homepage h1 a {
    width:295px;
    height:70px;
    display: block;
    text-indent: -9999px;
    background: url(images/splash-logo.gif) 0 0 no-repeat;
    margin-bottom:20px;
}
#homepage-column1 {
    width:312px;
    float:left;
    position: relative;
}
#skip-to-blog {
    position: absolute;
    right:0;
    top:94px;
}
#homepage-about {
    padding:30px 0 0 20px;
}
#homepage-about .image {
    display: block;
}
/*#homepage-about .image {
    height:219px;
    background: url(images/splash-about.jpg) 0 0 no-repeat;
}*/
#homepage-about .content {
    xheight:280px;
    padding:16px 20px 70px 20px;
    background: #f9f7f6 url(images/splash-aboutbg.gif) 0 100% no-repeat;
    overflow: hidden;
    line-height:1.3;
    margin-bottom: 8px;
}
#homepage-about .twi,
#homepage-about .fb {
    display: block;
    height:35px;
    padding:20px 0 0 52px;
    color:#6a6a6a;
    margin-bottom:8px;
}
#homepage-about .twi {
    background: url(images/splash-twi.gif) 0 0 no-repeat;
}
#homepage-about .fb {
    background: url(images/splash-fb.gif) 0 0 no-repeat;
}



#homepage-column2 {
    width:630px;
    margin-right:20px;
    float:right;
}
#homepage-recent-post {
/*     height:502px; */
    margin-bottom:20px;
    background: #f6f5f3 url(images/homepage-recentbg.gif) 0 100% no-repeat;
}
#homepage-recent-post .image {
    height:384px;
    width:630px;
    overflow: hidden;
    background: #fff;
}
#homepage-recent-post .image img {
    width:630px;
    height:auto;
}
#homepage-recent-post .content {
/*     padding:22px 20px 0 60px; */
	padding: 22px 20px 22px 60px;
    position: relative;
}
#homepage-recent-post h2 {
    font-size:2.42em;
    line-height:1;
    padding-bottom:.2em;
}
#homepage-recent-post .content .label {
    width:51px;
    height:58px;
    background: url(images/homepage-recent-label.gif) 0 0 no-repeat;
    position: absolute;
    left:-6px;
    top:24px;
}


#homepage .recent {
    height:95px;
    padding:35px 10px 0 21px;
    float:left;
    margin-bottom:11px;
}
#homepage-recent-family,
#homepage-recent-weddings {
    width:287px;
}
#homepage-recent-seniors,
#homepage-recent-portraits {
    margin-right:14px;
    width:267px;
}
#homepage-recent-seniors {
    background: url(images/homepage-recent-seniorsbg.gif) 0 0 no-repeat;
}
#homepage-recent-family {
    background: url(images/homepage-recent-familybg.gif) 0 0 no-repeat;
}
#homepage-recent-portraits {
    background: url(images/homepage-recent-portraitsbg.gif) 0 0 no-repeat;
}
#homepage-recent-weddings {
    background: url(images/homepage-recent-weddingsbg.gif) 0 0 no-repeat;
}



#galleries {
    padding:40px 20px;
}
#galleries h2 {
    padding-left:38px;
}
#galleries ul {
    overflow: hidden;
    zoom:1;
}
#galleries ul li {
    float:left;
    width:265px;
    overflow: hidden;
    margin-right: 50px;
}
#galleries ul li.last {
    margin-right: 0;
}
#galleries ul li a {
    float:left;
    color:#6d6e70;
    font-size:1.08em;
    text-transform: lowercase;
}
#galleries ul li a .caption {
    display: block;
    padding:7px;
    text-align:center;
}
