/*
Theme Name: Tana Huffman
Description: Tana Huffman Wordpress Theme
Author: Flosites
Author URI: http://flosites.com
Version: 1.0
*/
/* Reset styles
*******************************/

@font-face {
	font-family: 'MinionProRegular';
	src: url('fonts/minionproregular.eot');
	src: local('Minion Pro'), local('MinionPro-Regular'), url('fonts/minionproregular.woff') format('woff'), url('fonts/minionproregular.ttf') format('truetype');
}

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:#000;
    text-align: left;
    background: #fff;
    font: 75% "Minion Pro", "MinionProRegular", Georgia, serif;
}

input,
textarea {
    font:normal 12px/12px Arial, Helvetica, sans-serif;
    color:#6d6e71;
    border:1px solid #d1d1d1;
}

/* Header elements
*******************************/
h2,
h3,
h4,
h5,
h6 {
    color:#83c6d2;
    font-weight: normal;
    text-transform: uppercase;
}

h2 {
    font-size:2.17em;
}
h3 {
	font-size: 1.83em;
}
h4 {
	font-size: 1.08em;
	color: #6d6e71;
}
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;
}
.alignright {
    float:right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;

}

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

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

#wrapper {
	width:958px;
	margin:36px auto 0 auto;
	border:1px solid #000;
}

#header {
	height: 93px;
	position: relative;
}
	#header h1 a {
		position: absolute;
		left:61px;
		top:21px;
		text-indent: -9999px;
		display: block;
		background: url(images/logo.png) 0 0 no-repeat;
		width: 416px;
		height: 53px;
	}
	#twitter {
		position: absolute;
		top:18px;
		right:60px;
		width:257px;
		color:#83c6d2;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 1.4;
                height:64px;
                overflow: hidden;
		padding: 4px 0 0 75px;
                
		background: url(images/twitterbg.gif) 0 0 no-repeat;
	}
		#twitter div {
			background: url(images/line.gif) 0 0 repeat-y;
			padding-left:11px;
		}
		#twitter a {
			color:#000;
		}
#nav {
	border:1px solid #000;
	border-left: 0;
	border-right: 0;
	height: 31px;
	position: relative;
}
	#nav ul {
		position: absolute;
		left:82px;
		top:10px;
	}
	#nav li {
		float: left;
		margin-right: 80px;
	}
	#nav li.last {
		margin-right: 0;
	}
	#nav li a {
		display: block;
		height: 12px;
		text-indent: -9999px;
		background: url(images/nav.gif) 0 0 no-repeat;
	}

	#nav li a.home {
		width: 48px;
	}
	#nav li a.about {
		width:56px;
		background-position: -49px 0;
	}
	#nav li a.categories {
		width:101px;
		background-position: -106px 0;
	}
	#nav li a.links {
		width:47px;
		background-position: -208px 0;
	}
	#nav li a.contact {
		width:78px;
		background-position: -256px 0;
	}
	#nav li a.subscribe {
		width:87px;
		background-position: -335px 0;
	}
	#nav li a.home:hover,
	#nav li.selected a.home {
		width: 48px;
		background-position: 0 -12px;
	}
	#nav li a.about:hover,
	#nav li.selected a.about {
		width:56px;
		background-position: -49px -12px;
	}
	#nav li a.categories:hover,
	#nav li.selected a.categories {
		width:101px;
		background-position: -106px -12px;
	}
	#nav li a.links:hover,
	#nav li.selected a.links {
		width:47px;
		background-position: -208px -12px;
	}
	#nav li a.contact:hover,
	#nav li.selected a.contact {
		width:78px;
		background-position: -256px -12px;
	}
	#nav li a.subscribe:hover,
	#nav li.selected a.subscribe {
		width:87px;
		background-position: -335px -12px;
	}


#content {
	min-height: 100px;
	padding:16px;
}

#homepage {
	position: relative;
	height: 471px;
}
#homepage h2 {
    padding-top:2px;
    line-height:1;
}

	#homepage h2 a span {
		color: #565354;
		display: block;
	}
	#homepage .contact h2 {
		line-height: 1;
	}
	#homepage-categories {

	}
	#homepage-categories p {
		line-height: 1.1;
	}
	#homepage a.view {
		padding-right: 12px;
		background: url(images/viewbg.gif) 100% 50% no-repeat;
	}
	#homepage-categories .recent {
		position: absolute;
		left:0;
		top:0;
		width:381px;
		height: 486px;
	}
		#homepage-categories .recent .container {
			padding-right: 50px;
			background: url(images/linerecent.gif) 100% 6px no-repeat;
		}
	#homepage-categories .portrait {
		position: absolute;
		left:392px;
		top:0;
		width:351px;
		height: 191px;
		background: url(images/lineh.gif) 0 100% repeat-x;
	}
		#homepage-categories .portrait .container {
			float:left;
			margin-right: 9px;
		}
	#homepage-categories .wedding {
		position: absolute;
		left:392px;
		top:203px;
		width:351px;
		height: 283px;
	}
	#homepage-categories .news {
		position: absolute;
		right: 0;
		top:0;
		width:169px;
		height: 404px;
		background: url(images/lineh.gif) 0 100% repeat-x;
	}
		#homepage-categories .news .container {
			padding-right: 46px;
		}
	#homepage-categories .contact {
		position: absolute;
		right: 0;
		top:413px;
		width:169px;
		height: 58px;
		background: url(images/lineh.gif) 0 100% repeat-x;
	}




	#about,
	#contact,
        #links,
        #categories {
		margin:0 45px;
		background: url(images/line.gif) 0 0 repeat-y;
		/*color:#adadad;*/
	}
		#about .wrapper,
		#contact .wrapper,
                #links .wrapper ,
                #categories .wrapper {
			height: 469px;
			padding:38px 20px 0 20px;
			background: url(images/line.gif) 100% 0 repeat-y;
		}

		#about h3,
		#contact h3,
                #links h3,
                #categories h3 {
			text-align: center;
			padding-bottom:34px;
		}

		#about .container,
		#contact .container,
                #links .container,
                #categories .container {
			padding:20px 0;
			border:1px solid #000;
			border-left: 0;
			border-right: 0;
			overflow: hidden;
			zoom:1;
		}
		#about .container img {
			float: left;
			margin-right: 24px;
		}

	#contact {
		color:#6d6e71;
	}
		#contact .container {
			overflow: hidden;
			zoom: 1;
			font-family: Arial, Helvetica, sans-serif;
		}
		#contact .inputs {
			padding-top:20px;
			float:left;
		}
		#contact .msg {
			float: right;
		}
		#contact input.text {
			width:272px;
			padding:3px;
		}
		#contact textarea {
			padding: 3px;
			height: 116px;
			width:370px;
			resize:none;
		}
		#contact input.button {
			border: 0;
		}
		#contact .inputs p {
			margin-bottom:3px;
			overflow: hidden;
			zoom: 1;
			line-height: 1.6;
		}
		#contact .inputs label {
			float: left;
			width:110px;
			text-align: right;
			margin-right: 10px;
		}
		#contact .msg label {
			display: block;
		}
		#contact .msg .buttons {
			margin-bottom: 0;
		}

        #links ul,
        #categories ul {
            text-align: center;
            font-size:1.83em;
            line-height: 1.6;
            text-transform: uppercase;
        }
        #links ul a,
        #categories ul a {
            color: #565354;
        }
        #links ul a:hover,
        #categories ul a:hover {
            color: #000;
        }


        #links {


        }
.gallery{
    margin:0 65px;
    color:#adadad;
    display: none;
}
    .gallery .container {
            width:798px;
            position: relative;
            height:426px;
            overflow: hidden;

    }

    .gallery .prev,
    .gallery .next {
            position: absolute;
            height: 426px;
            width:33px;
            background: url(images/post-next-prev.png) 0 0 no-repeat;
            text-indent: 0;
            top:0;
            text-indent: -9999px;
    }
    .gallery .prev {
            left:0;
            background-position: 100% 0;
    }
    .gallery .next {
            right:0;
            background-position: 0 -426px;
    }
    .gallery .prev:hover {
            background-position: 100% -854px;
    }
    .gallery .next:hover {
            background-position: 0 -1282px;
    }
    .gallery .entries {
            position: absolute;
            left:49px;
            top:0;
            width:700px;
            height: 428px;
            overflow: hidden;
    }
    .gallery .entries li.entry {
            width:700px;
            height: 428px;
            overflow: hidden;
            display: none;
    }
    .gallery .entries li.entry img {
        padding:0;
        margin:0;
    }


.post {
    height:470px;
    position: relative;
}
    #prev-post,
    #next-post {
        position: absolute;
        top:0;
        width:54px;
        padding-top:192px;
        height: 278px;
        font-size: 1.5em;
        
        text-transform: uppercase;
        background-image: url(images/line.gif);
        background-repeat: repeat-y;
        text-align: center;
    }
    #prev-post a,
    #next-post a {
        color: #000;
    }
    #prev-post {
        left:-8px;
        background-position: 100% 0;
    }
    #next-post {
        padding-left:5px;
        width:49px;
        right:-8px;
        background-position: 0 0;
    }
    .post .preview-pic {
        position: absolute;
        left:65px;
        top:0;
    }

    .post .story {
        position: absolute;
        right:65px;
        top:0;
        width:313px;
        overflow: hidden;
        
    }

    .post .story .wrapper {
        position: relative;
        height:470px;
    }

    .post .story .jScrollPaneContainer {
        bottom:30px;
        left:0;
        position: absolute;
}
    .post .story .text {
        height:115px;
        overflow: hidden;
    }
    .post .story .text p {
        margin-bottom: 0;
    }
    .post .story .jScrollPaneTrack,
    .post .story .jScrollPaneDrag {
        display: none;
    }

    .post h2 {
        color:#000;
        font-size:3em;
        line-height:1;
    }
    .post .post-picture {
        margin-bottom: 1em;
    }
    .post .posted-in,
    .post .posted-at {
        margin-bottom: 5px;
        line-height:1;
    }
    .post .posted-in {
        font-size:1.17em;
        text-transform: lowercase;
        color:#83c6d2;
    }
    .post .posted-in a {
        color:#000;
    }
    .post .posted-at {
        color:#473634;
        text-transform: uppercase;
    }

    .category-news .post-picture {
        display: none;
    }
    .category-news .story .text {
        height:330px;
    }

.post-navigation {
    height:22px;
    background: url(images/gallery-navbg.gif) 0 0 repeat-x;
    position: absolute;
    right:65px;
    top: 447px;
    width:798px;
    padding-top: 5px;
}
    .post-navigation-small {
        width:314px;
    }

.post-navigation a.comment,
.post-navigation a.share,
.post-navigation a.photos{
        float: right;
        text-transform: uppercase;
        color:#000;
}
.post-navigation a.share {}
.post-navigation a.comment {}
.post-navigation span.separator {
        float: right;
        width:1px;
        height:12px;
        background: url(images/gallery-nav-separator.gif) 0 50% no-repeat;
        margin: 0 32px;
}
.post-navigation a.comment:hover,
.post-navigation a.share:hover,
.post-navigation a.photos:hover,
.post-navigation a.active {
        color:#83c6d2;
}

.post-navigation ul {
        float:left;
        margin-left: 49px;
        display: none;
        width:420px;
        overflow: hidden;
        height:10px;
}
.post-navigation ul li {
        float: left;
        margin-right: 10px;
}
.post-navigation ul li a {
        width:10px;
        height:10px;
        background: #dfdfdf;
        display: block;
}
.post-navigation ul li.active a,
.post-navigation ul li a:hover {
        background: #83c6d2;
}
.post-navigation ul li a.p,
.post-navigation ul li a.n {
    text-indent: -9999px;
    width:5px;
    background: url(images/gallery-nav-prev-next.gif) 0 0 no-repeat;
}
.post-navigation ul li a.n {
    background-position: -5px 0;
}
.post-navigation ul li a.n:hover {
    background-position: -15px 0;
}
.post-navigation ul li a.p:hover {
    background-position: -10px 0;
}



.sharing {
    position: absolute;
    right:112px;
    bottom: 44px;
    z-index: 100;
    height: 33px;
    display: none;
}
.sharing li {
    float:left;
    background: #fff;
    line-height: 1;
}
.sharing li a {
    color: #979797;
    font-size: 1.25em;
    display: block;
    height: 27px;
}
.sharing li a:hover {
    color:#000;
}
.sharing .twitter a {
    width:76px;
    padding:6px 20px 0 48px;
    background: url(images/gallery-share-twi.gif) 12px 7px no-repeat;
}
.sharing .facebook a {
    width:88px;
    padding:6px 0px 0 45px;
    background: url(images/gallery-share-facebook.gif) 18px 7px no-repeat;
}

.sharing .twitter {
    background-image: url(images/gallery-share-sep.gif);
    background-position: 100% 7px;
    background-repeat: no-repeat;
}

.comments {
    position: absolute;
    top:0;
    right:112px;
    width:266px;
    height:428px;
    padding-left: 14px;
    background: #fff;
    z-index: 100;
    display: none;
}
.comments .list {
    color: #979797;
    height: 211px;
    overflow: hidden;
}
.comments .list ul {
    font:normal .92em/1.6 Arial, Helvetica, sans-serif;
}
.comments .list a,
.comments .list span.author.{
    color:#000;
    text-transform: uppercase;
    text-decoration: underline;
}



.add-comment {
        padding-top: 20px;
}
.add-comment h4 {
        padding-top:6px;
}
.add-comment p {
        margin-bottom: 3px;
}
.add-comment input.text {
        width:256px;
        height:24px;
        padding: 0 4px;
}
.add-comment textarea {
        width:256px;
        height:53px;
        padding: 4px;
        resize:none;
}
.add-comment input.button {
        border:0;
}





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

}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #c1c1c1;
}
.jScrollPaneDrag {
	position: absolute;
	background: #83c6d2;
	cursor: pointer;
	overflow: hidden;
	border:1px solid #fff;
	border-left: 0;
	border-right: 0;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

a.jScrollArrowUp,
a.jScrollArrowDown {
    background: url(images/jscrollarrows.gif) 0 0 no-repeat;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 5px;
}
a.jScrollArrowUp:hover {
    background-position: 0 -10px;
}

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







#footer {
    width:958px;
    margin:0 auto;
    padding:10px 0 36px 0;
    position: relative;
    height:20px;
    color:#ccc;
}
#copyright {
        float:left;
}
#developed {
        float: right;
}