/*
Theme Name:		Nikkala Anne Photography Theme
Theme URI:		http://wordpress.org/
Description: 	Based on the 2010 theme for HTML 5, this theme uses clean lines and white space. The homepage has optional header colors, two distinct sliders and full-width images, while the entire theme features responsive design.
Version: 		1.0
Author:			Allegheny Graphics Web Development, LLC.
Author URI:		http://alleghenygraphics.com/
*/

body {  
	font: 62.5% Arial, Helvetica, sans-serif;  /* This is about 10px */
	color: #282425; 
	background: #292425;
	}

* { padding:0; margin:0;} /* Removes native margin and padding from ALL elements */

@font-face {
    font-family: 'NoveB';
    src: url('fonts/Novecentowide-DemiBold-webfont.eot');
    src: url('http://nikkalaannephotography.com/wp-content/themes/nikkalaanne/fonts/Novecentowide-DemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Novecentowide-DemiBold-webfont.woff') format('woff'),
         url('fonts/Novecentowide-DemiBold-webfont.ttf') format('truetype'),
         url('fonts/Novecentowide-DemiBold-webfont.svg#NovecentowideLightBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nove';
    src: url('fonts/Novecentowide-Book-webfont.eot');
    src: url('http://nikkalaannephotography.com/wp-content/themes/nikkalaanne/fonts/Novecentowide-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Novecentowide-Book-webfont.woff') format('woff'),
         url('fonts/Novecentowide-Book-webfont.ttf') format('truetype'),
         url('fonts/Novecentowide-Book-webfont.svg#NovecentowideBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid';
    src: url('fonts/DroidSerif-Regular-webfont.eot');
    src: url('http://nikkalaannephotography.com/wp-content/themes/nikkalaanne/fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSerif-Regular-webfont.woff') format('woff'),
         url('fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidIt';
    src: url('fonts/DroidSerif-Italic-webfont.eot');
    src: url('http://nikkalaannephotography.com/wp-content/themes/nikkalaanne/fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSerif-Italic-webfont.woff') format('woff'),
         url('fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
         url('fonts/DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidBIt';
	src: url('fonts/DroidSerif-BoldItalic-webfont.eot');
    src: url('http://nikkalaannephotography.com/wp-content/themes/nikkalaanne/fonts/DroidSerif-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSerif-BoldItalic-webfont.woff') format('woff'),
         url('fonts/DroidSerif-BoldItalic-webfont.ttf') format('truetype'),
         url('fonts/DroidSerif-BoldItalic-webfont.svg#DroidSerifBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sail';
    src: url('fonts/Sail-Regular-webfont.eot');
    src: url('http://nikkalaannephotography.com/wp-content/themes/nikkalaanne/fonts/Sail-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sail-Regular-webfont.woff') format('woff'),
         url('fonts/Sail-Regular-webfont.ttf') format('truetype'),
         url('fonts/Sail-Regular-webfont.svg#SailRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* HTML5 elements need display: block */
header,nav,section,article,aside,figure,footer { display:block; }

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
#hidden-title {
	position:absolute;
	right:100000px;
	
}
#title-bar h1 {font:12px/1.2em Nove, Helvetica, sans-serif; color:#282425; padding:19px 0 6px;}
	#title-bar h1 strong {font-family:NoveB, Helvetica, sans-serif;}
#main h1 {font:30px/1.2em Nove, Helvetica, sans-serif; color:#282425; padding:0 0 20px;}
	#sidebar-right h1 {padding:0;}
#main h2 {font:24px/1.2em DroidBIt, Georgia, serif; color:#282425; padding:26px 0 15px;}
#main h3 {font:18px/1.2em NoveB, Helvetica, sans-serif; color:#6C6064; padding:22px 0 10px;}
	h3#reply-title, #comments h2{font:24px/1.2em DroidBIt, Georgia, serif; color:#282425; padding:26px 0 15px;}
	#comments h2 span {font-family:DroidIt, Georgia, serif;}
#main h4 {font:17px/1.2em DroidBIt, Georgia, serif; color:#282425; padding:18px 0 5px;}

blockquote {
	quotes: none;
	padding:0 0 7px;
	color:#D2245F;
	font:36px/1.5em Sail, Georgia, serif;
}
blockquote p {padding-bottom:1.0em;}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =generic class definitions
-------------------------------------------------------------- */

.required { color:#3AB2C1; }
.text_r .required {font-size:12px;}

.contactfield { display: none; }

.clear { clear: both; }

#error {color:#FAC40A; margin-bottom:1.0em;}

.error input, .error textarea { border: 1px solid #FAC40A; box-shadow: 0 0 9px 1px rgba(250, 196, 10, 0.31); }

.success { border: 1px solid #006600; color:#006600; padding: 1.0em; }

.text_r {text-align:right;}

.form_holder {width:100%;}

.half-col {width:48.5%;}

.formfield {padding:.5em 0 1.0em;}

	.fleft {float:left;}

	.fright {float:right;}
	
	.formfield .fleft {width:75%;}
	
	.formfield .fright {width:20%;}

label {font-family:NoveB, Helvetica, sans-serif;}

.alignright {float:right; padding:.5em 0 .5em 1.0em;}
.alignleft {float:left; padding:.5em 1.0em .5em 0;}
.aligncenter{ clear: both; display: block; 	margin:0 auto; padding:.5em 0;}

.offscreen, .contactfield {position:absolute; left:-9999px;}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Default: Three columns
DESCRIPTION: Three-column fixed layout with one sidebar on each side of the content
*/

#container {
	float: left;
	width: 100%;
	padding-top:35px;
}
.home #container {
	float: left;
	width: 100%;
	padding-top:0;
}
	#content_holder {
		float:left;
		width:65.641%;
		margin-right:3.067%;
	}
		#content {
			float:right;
			width:47.6635%;
		}
		#sidebar-left {
			float:left;
			width:29.72085%;
			margin-right:2.46305%;
		}
		.single #sidebar-left {
			float: none;
			width: 100%;
			clear: both;
			margin: 0;
			padding-bottom: 30px;
		}
	#sidebar-right {
		float:right;
		width:29.72085%;
		margin-left:2.46305%;
	}

footer {
	clear:both;
	width:100%;
	color:#E7E4E6;
	padding-top:19px;
}


/*
LAYOUT: Two column, left sidebar
DESCRIPTION: Full width content with no sidebar
*/



#content_holderL #content {
	width:67.81609%;
}
.single #content_holderL #content {
	width:100%;
}

/*
LAYOUT: Two column, right sidebar
DESCRIPTION: Full width content with no sidebar
*/

#content_holderR #content {
	float:left;
	width:67.81609%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: Full width content with no sidebar
*/

#content-wide #content {
	margin: 0 auto;
	width: 100%;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */
.page-title span,
.pingback a.url {
	font-family: Georgia, "Times New Roman", Times, serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.wrapper {
	position:relative;
	min-width:320px;
	max-width: 1218px;
	margin:0 auto;
}

#main .wrapper {
	padding-bottom:79px;
	background:url(images/main-design.png) no-repeat bottom center;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
input,
textarea {
	width:100%;
	font:14px/2.0em Droid, Georgia, serif;
	color:#868384;
	border:1px solid #C9C8C8;
	border-radius:6px;
}
input {
	height:2.5em;
}
.form-submit, .like-form-submit {
	border:1px solid #C9C8C8;
	border-radius:6px;
	float:right;
	padding:0 10px 0 0;
	background-color:#EFEFEF;
}
.like-form-submit {float:left; padding:0 0 0 10px;}
input[type="submit"], .like-submit {
	font:17px/45px NoveB, Helvetica, sans-serif; 
	height:45px;
	color:#3AB2C1;
	background-image:url(images/arrow-next-small.png);
	background-position:right center;
	background-repeat:no-repeat;
	width:auto;
	padding: 0 2.588235em 0 0.64706em;	
	border:none;
}
.like-submit {
	float:left;
	background-image:url(images/arrow-prev-small.png);
	background-position:left center;
	padding: 0 0.64706em 0 2.588235em;
}
input[type="submit"]:hover, .like-submit:hover {
	background-image:url(images/arrow-next-small-over.png);
	color:#2B838C;
	cursor:pointer;
}
.like-submit:hover {background-image:url(images/arrow-prev-small-over.png);}
textarea {
	height:12.5em;
	resize:none;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p, dd, pre, hr {
	padding-bottom: 1.5em;
}
ul, ol {
	margin-left:1.5em;
	padding-bottom:1.5em;
}
ul.unbulleted {
	list-style:none;
	margin-left:0;
}
ol ol {
	list-style: lower-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
	padding-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 1.3125em;
}
ins {
	background: #ffc;
	text-decoration: none;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

a{
	color: #3AB2C1;
	text-decoration:none;
}
a:hover {
	color:#2B838C;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

header { position:relative;}

header #masthead .wrapper {padding-top:14px;}
header #masthead { width:100%; background-image:url(images/header-overlay.png); background-color:#FFFFFF; }

.home header #masthead, .single header #masthead {position:absolute; background-color:transparent;}

header #masthead.blue { background-image:url(images/header-overlay-blue.png); }
header #masthead.green { background-image:url(images/header-overlay-green.png);}
header #masthead.pink { background-image:url(images/header-overlay-pink.png);}
header #masthead.purple { background-image:url(images/header-overlay-purple.png);}

.single header #masthead.no-image {position:relative; background-image:url(images/header-overlay.png); background-color:#FFFFFF;}

header #header-detail {position:absolute; top:0; left:0; width:256px; height:529px; background:url(images/design-overlay.png);}

/* This is the logo holder */
#logo {
	float:left;
	margin:0 0 4px 4.9261%;
}

/* This is the logo image */
#logo a {
	display:block;
}

#logo img {

}

/* =Search Form
-------------------------------------------------------------- */

#searchform { }

	#searchform input {width: 20em;}

	#searchform input:focus {}
	
	#searchform #searchsubmit {}



/* =Menu
-------------------------------------------------------------- */
nav#accessTop {float:right;}

nav ul.menu-top { list-style:none; margin:0; font-size:12px; padding:1.25em 0 3.416em; }

nav .menu-top li { float:left; position:relative; border-left:1px solid #FFFFFF; height:1.0em;}

nav .menu-top li:first-child {border-left:none;}

nav .menu-top a { color:#FFFFFF;
	display:block;
	font:12px/1.5em NoveB, Helvetica, sans-serif;
	margin-top:-.25em;
	padding:0 .8333em;
	text-decoration:none;
}
nav .menu-header ul {
display: none;
position: absolute;
top: 12px;
left: 0px;
float: left;
width: 18.0em;
z-index: 100;
-webkit-box-shadow: 0px 4px 25px rgba(50, 50, 50, 0.90);
-moz-box-shadow:    0px 4px 25px rgba(50, 50, 50, 0.90);
box-shadow:         0px 4px 25px rgba(50, 50, 50, 0.90);
}
nav .menu-header ul li {
	list-style:none;
	width:175px;
}
nav .menu-header ul li a{ 
	color:#3AB2C1;
	font:14px/150% NoveB, Helvetica, sans-serif !important;
	text-shadow:none;
	padding-top:5px;
	padding-bottom:5px;

}
nav .menu-header ul li a:hover{ 
	color:#2B838C;
	filter:alpha(opacity=100);  opacity:1.0;
}
nav .menu-header li:hover ul {
margin-top: 21px;
display: block;
background: rgba(255, 255, 255, .9);
color: #FFFFFF;
text-decoration: none;
width: 176px;
}
	nav .menu-header ul li a {
			border-right:none;
	}
nav .menu-top li:hover a { opacity:0.66; filter:alpha(opacity=66);}

nav .menu-top li[class*="current"] a { color:#fff; }

nav .menu-top li.pin a { width:71px; height:1.5em; background:url(images/menu-pin.png) no-repeat center center;}
nav .menu-top li.fb a { width:80px; height:1.5em; background:url(images/menu-fb.png) no-repeat center center;}

nav .menu-top li.pin a span, nav .menu-top li.fb a span { position:absolute; left:-9999px;}


nav#access {clear:right;
	float:right;
}

nav ul.menu-header { list-style:none; margin:0; padding:0; }

nav .menu-header li { float:left; position:relative; }

nav .menu-header a { color:#FFFFFF;
	display:block;
	font:18px/1.888em NoveB, Helvetica, sans-serif;
	padding:0 1.0em;
	text-decoration:none;
	text-shadow:1px 1px 2px #000;	
	filter: Shadow(Color=#000000, Direction=135, Strength=2);
}

nav .menu-header li[class*="current"] a {
	font:28px/1.2em Sail, Georgia, serif;
	text-transform:lowercase;
}

nav .menu-header li:hover a { filter:alpha(opacity=66), Shadow(Color=#000000, Direction=135, Strength=2);  opacity:0.66;}
.ie9 nav .menu-header li:hover a { filter:alpha(opacity=66), Shadow(Color=#000000, Direction=135, Strength=2);  opacity:1.0;}

nav#access2 {background:#666666; width:100%;}

nav  ul.menu-sidebar { position:relative; list-style:none; margin:0; padding:0;}

nav .menu-sidebar li { }

nav .menu-sidebar a:visited, nav .menu-sidebar a:link { color:#aaa;
	display:block;
	text-decoration:none;
}

nav .menu-sidebar a:hover { background:#000000; }

nav .menu-sidebar ul {
	background:#999999;
}

nav .menu-sidebar ul li { }

nav .menu-sidebar ul ul { background:#CCCCCC; }

nav .menu-sidebar ul a { background:#333; }

nav .menu-sidebar ul li[class*="current"] a { color:#fff; }

/* =Header Images
-------------------------------------------------------------- */
#featured {}

#featured #featured-holder {width:100%; position:absolute; text-align:right; top:207px; overflow:hidden;}

#featured img {width:100%; height:auto; float:left;}

#featured h1, #featured .h1 {float:right; width:66.666%; padding-right:24px; font:68px/.8em 'Droid Serif', serif; color:#FFFFFF; text-shadow:1px 1px 4px #000; filter: Shadow(Color=#000000, Direction=135, Strength=4); text-decoration:none;}

#featured #next-post {margin-top:49px; background:url(images/arrow-next.png) no-repeat left center; float:right; padding:15px 0 15px 67px;}
#featured #prev-post {margin-top:49px; background:url(images/arrow-prev.png) no-repeat right center; float:left; padding:15px 67px 15px 0;}
	#featured #next-post:hover, #featured #prev-post:hover {cursor:pointer;}
#featured #next-post a, #featured #prev-post a {display:inline-block; background:url(images/next-overlay.png); color:#292425; font:24px/1.0em Sail, Georgia, serif; text-decoration:none; padding:10px 53px 11px 13px; }

#featured #more {position:absolute; background:url(images/more-overlay.png); border-radius: 0px 6px 6px 0px; padding-right:10px; display:none;}
#featured #more a {display:block; background:url(images/more-arrow.png) no-repeat right center; font:13px/3.4615em NoveB,  Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; padding:0 3.38461em 0 .84615em; }

#featured #share-bar {clear:both; position:absolute; bottom:0px; width:100%; padding:10px 0 6px; background:url(images/share-bar-overlay.png);}

#title-bar {clear:both; background:#FFFFFF url(images/title-bar-overlay.png); min-height:40px;}

#featured #share-bar .addthis_toolbox {float:right;}

/* =Slider
-------------------------------------------------------------- */
#slider {overflow:hidden; position:relative; width:100%; min-height:271px; margin-top:-5px;}

#slider ul {list-style:none; margin:0; padding:0; min-width:100%;}

#slider ul li {width:33.333%; position:relative; float:left;}

#slider ul li a {font:20px/1.2em Nove, Helvetica, sans-serif; color:#3AB2C1; text-decoration:none;}

	#slider ul li a:hover {color:#2B838C;}

#slider ul li a span {display:block; padding:15px;}	

#slider a#prev, #slider a#next {display:block; position:absolute; top:207px;}

	#slider a#prev span, #slider a#next span {position:absolute; left:-9999px;}

#slider a#prev { background:url(images/arrow-prev.png) no-repeat; width:74px; height:64px; left:-15px; }

	#slider a#prev:hover { background:url(images/arrow-prev-over.png) no-repeat; cursor:pointer; }

#slider a#next { background:url(images/arrow-next.png) no-repeat; width:74px; height:64px; right:-15px; }

	#slider a#next:hover { background:url(images/arrow-next-over.png) no-repeat; cursor:pointer; }


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	position:relative;
	background:#FFFFFF;
	border-top:5px solid #E7E4E6;
	padding:0 0 29px 0;
	font:17px/1.5em Droid, Georgia, serif;
}
#main pre,
#main kbd,
#main tt,
#main var { 
	font-size: .9em;
	line-height: 1.5em;
}
#main code {
	font-size: .8em;
}
#main dt,
#main th {
	color: #000;
}
#main table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 2.0em 0;
	text-align: left;
	width: 100%;
}
#main tr th,
#main thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#main tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#main tr.odd td {
	background: #f2f7fc;
}

.article-list h1, .article-list p.excerpt {width:52.542372%; float:left;}
#main .article-list h1 { padding-top:5px; }
.article-list p.excerpt {opacity:0.5; filter:alpha(opacity=50); font-size:14px; line-height:1.5em;}
.article-list h1 a { display:block; color:#282425;}

ul.popular-list {list-style:none; margin:0; padding-top:8px; }
ul.popular-list li {float:left; padding:0 4.3% 15px 0; width:30.38674%; max-width:150px;}
	ul.popular-list li.third {padding-right:0;}
	ul.popular-list li.first {clear:both;}
ul.popular-list li a {display:block;}
ul.popular-list li a img {max-width:100%; float:left;}

ul.archive-list {list-style:none; font:14px/1.0em NoveB, Helvetica, sans-serif; margin:-4px 0 0; padding-bottom:2.714285em; }
ul.archive-list li {padding:.5em 0;}

.hentry {}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
#main .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 2.0em;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 2.0em;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
.meta {clear:both; border-top:2px dotted #E0DFDF; padding:14px 0 41px;}
.meta-info {
	float:left;
}
.meta-entry {
	float:left; 
	padding:7px 19px 0;
	width:70%;
}
.meta-info .post-time {font:12px/1.4em Nove, Helvetica, sans-serif ; color:#6C6A6A; float:left; padding:6px 17px 0; }
.meta-info .post-time span {font-size:24px;display:block;}
	.meta-info .post-time:hover {color:#282425;}

.meta-info .comment-links-holder {float:left; border-right:1px solid #E7E4E6; border-left:1px solid #E7E4E6; padding:5px 18px 10px;}	
.meta-info .comments-link a {display:block; font:16px/16px NoveB Helvetica, sans-serif; color:#BEBDBD; background:url(images/comments.png) no-repeat; min-height:21px; padding:8px 0 0 30px;}
.meta-info .comments-link a:hover { background:url(images/comments-over.png) no-repeat; color:#282425;}

.meta-info a.leave-comment {display:block; font:10px/1.2em NoveB, Helvetica, sans-serif;}

#main .meta-entry h2 {clear:both; padding:0; font:12px/1.2em Nove, Helvetica, sans-serif; float:left;}

.meta-entry ul {float:left; margin:0; padding:0; font:12px/1.2em NoveB, Helvetica, sans-serif; color:#3AB2C1;}

.meta-entry li {list-style:none; padding-left:3px; float:left;}

	#sidebar-left .meta-info, #sidebar-left .meta-entry {
		float:none;
		width:100%;
	}

	#sidebar-left .meta-info .comment-links-holder {border-right:none;}	

	#sidebar-left .meta-info {margin-bottom:14px;}
	#sidebar-left .meta-entry {border-top:1px solid #E7E4E6; padding:14px 0 0;}	


#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
#main .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.intro {font:13px/1.75em DroidIt, Georgia, serif;}

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img, #sidebar-left img, #sidebar-right img {
	width: auto;
	max-width: 100%;
	height: auto;
}
img.attachment-sidebar {padding-bottom:20px;}
#content .article-list img.attachment-sidebar {border-top:4px solid #C9C8C8; float:right; max-width:43.82567%;}

#content .attachment img { }
#main .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#main .wp-caption img {
	margin: 5px 5px 0;
}
#main .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#main .wp-smiley {
	margin: 0;
}
#main .gallery {
	margin: 0 auto 18px;
}
#main .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#main .gallery img {
	border: 2px solid #cfcfcf;
}
#main .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#main .gallery dl {
	margin: 0;
}
#main .gallery img {
	border: 10px solid #f1f1f1;
}
#main .gallery br+br {
	display: none;
}
#main .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font: 13px/1.2em NoveB, Helvetica, sans-serif;
	padding:15px 0;
}
.single .navigation {border-top:3px dotted #8ED3DC;}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-previous a {
	display:block;
	background:url(images/arrow-prev-small.png) no-repeat left center;
	padding:9px 0;
}
.nav-previous a:hover {
	background:url(images/arrow-prev-small-over.png) no-repeat left center;
}
.nav-previous a span {padding-left:44px; display:block;}

.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-next a {
	display:block;
	background:url(images/arrow-next-small.png) no-repeat right center;
	padding:9px 0;
}
.nav-next a:hover {
	background:url(images/arrow-next-small-over.png) no-repeat right center;
}
.nav-next a span {padding-right:44px; display:block;}


#nav-below {
	clear:both;
	margin: 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p {font-size:14px; line-height:1.2em;}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
}

/* Comments form */
#respond {
	border-top: 1px solid #e7e7e7;
	position: relative;
}
#respond p {
	margin: 0 0 1.5em;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 4.0em 0 0;
}
#comments-list #respond {
	margin: 0 0 1.5em 0;
}
#comments-list ul #respond {
	margin: 0;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: .7857142em;
	line-height: 1.5em;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	width:65%;
	float:left;	
}
#respond .form-allowed-tags code {
	font-size: 1.0em;
}

.masta-container {
position:relative;
}
/* pin it position */
.pin-pos {
	position:absolute;
right:-10px;
top:15px;
z-index:1007770 !important;
}
/* =Widget Areas
-------------------------------------------------------------- */

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 1.0em 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* =Footer
-------------------------------------------------------------- */
footer .fright {border-left:3px dotted #E7E4E6; width:68.711001%; padding-left:1.814449%; padding-bottom:14px;}

footer .fright h1 {font:30px/1.2em Sail, Georgia, serif; float:left; text-align:right; padding-right:4.123711%; padding-top:.1em; width:29.381444%;}
footer .fright h1 span {display:block; font-size:.5em; line-height:.6em;}
footer .fright p { float:right; font:12px/1.5em Droid, Georgia, serif; width:66.494845%;}
footer .fright p span.detail {display:inline-block; margin-left:7px; width:37px; height:23px; background:url(images/footer-design.png); vertical-align:text-top;}


footer .fleft {width:24.630542%; padding-right:4.597701%; font:11px/1.2em NoveB, Helvetica, sans-serif; padding-top:.272727em;
}

footer ul.menu {list-style:none; margin:0; padding-top:.909090em; font-family:Nove, Helvetica, sans-serif;}

footer ul.menu li {float:left; padding-right:10%;}

footer ul.menu li a {display:block; color:#E7E4E6; text-decoration:none; padding-top:.272727em;}
	footer ul.menu li a:hover {text-decoration:underline;}

footer ul.menu li.pin a {padding-left:22px; background:url(images/icon-pin.png) no-repeat;}
footer ul.menu li.fb a {padding-left:16px; background:url(images/icon-fb.png) no-repeat;}
footer ul.menu li.rss a {padding-left:26px; background:url(images/icon-rss.png) no-repeat;}

footer a.credit img { clear: both; margin-top: 10px;}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	.wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	header {
		display: none !important;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* A message for users with JavaScript turned off */
noscript strong {display: block; font-size: 18px; line-height:1.5em; padding: 5px 0; background-color: #ccc; color: #a00; text-align: center; }

/****************************************/

/* Where we're reassigning div's to HTML5 elements we */
/* need to copy across their CSS styles like so... */

#content figure { background:#f1f1f1; line-height:18px; margin-bottom:20px; padding:4px; text-align:center; }
#content figure img { margin:5px 5px 0; }
#content figure figcaption { color:#888; font-size:12px; margin:5px; font-family:"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif; }

.ie6 nav ul li.current_page_item a,.ie6 nav ul li.current-menu-ancestor a,.ie6 nav ul li.current-menu-item a,.ie6 nav ul li.current-menu-parent a,.ie6 nav ul li a:hover { color:#fff; }

nav ul.menu-top:after,
nav ul.menu-header:after,
#featured:after,
#slider ul:after,
.navigation:after,
ul.popular-list:after,
.meta-info:after,
.meta-entry:after,
.meta:after,
.form-submit:after,
#sidebar-left:after,
#sidebar-right:after,
#main:after,
.wrapper:after,
footer:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.nav-toggle{
	display:none;
}
@media screen and (max-width: 1218px) {
	.wrapper {padding:0 15px;}

	.meta-entry {
		width:55%;
	}

	footer ul.menu li {float:none; padding-bottom:.5em;}
}

@media screen and (max-width: 812px) {
	nav .menu-top li.pin { clear:both; margin:10px 0; border-left:none;}
	nav .menu-top li.fb { margin:10px 0;}

	nav .menu-header a { 
		font-size:15px;
	}
	
	#featured h1, #featured .h1 {width:85%; font-size:60px; line-height:.8em;}

	#sidebar-left {clear:both; float:none; width:100%; margin:0; padding-bottom:2.0em;}
	#sidebar-right {clear:both; float:none; width:100%; margin:0;}
	#content, #content_holderR #content, #content_holderL #content {clear:both; float:none; width:100%;}

	#sidebar-left img.attachment-sidebar, #sidebar-right img.attachment-sidebar {max-width:44.581280%; float:left;}
	
	#sidebar-left img.attachment-sidebar {float:right;}

	.single #sidebar-left img.attachment-sidebar {display:none;}

	.intro {width:51.724138%; float:left;}
	
	#sidebar-right .intro {float:right;}

	.meta {
		width:44.581280%;
		clear:right;
		float:right;
	}
	.meta-entry {
		width:59%;
	}
	.article-list .meta {
		width:100%;
		clear:both;
		float:none;
	}
	
	footer .fright h1 {float:right; padding-bottom:14px; padding-right:0; width:100%;}
	footer .fright p { float:right; width:100%;}
} 

@media screen and (max-width: 609px) {

	.nav-toggle{
		display:block;
		height: 40px;
		width: 40px;
		position:absolute;
		top:3px;
		left:2px;
		z-index:1000;        
	}
	#logo {float:none; margin-left:auto; margin-right:auto; width:100%; text-align:center; margin-top:45px;}

	#featured img {padding-top:45px;}

	#accessTop {display:none; float:none;}
	#access {float:none; background:#FFFFFF; width:100%; position:absolute; top:0; left:0;}

	nav .menu-header li:nth-child(1), nav .menu-header li:nth-child(2), nav .menu-header li.more, nav .menu-header li.show-more, nav .menu-header li.show-less {display:block;}

	nav .menu-header li.show-less {background:#EBF7F9;}
	
	nav .menu-header a { padding:0;
		text-align:center;
		color:#292425;
		font-size:14px;
		line-height:1.0em;
		padding:15px 0 16px;
		text-shadow:none;
		filter: Shadow(enabled = false);
		border-right:1px solid #4EC9D3;
		border-bottom:1px solid #4EC9D3;		
	}
	nav .menu-header li:nth-child(3n) a {border-right:none;}
	nav .menu-header li.show-more a {border-top:none; border-right:none;}

	nav .menu-header li:hover a { filter:alpha(enabled = false), Shadow(enabled = false);  opacity:1.0; color:#4EC9D3;}
	.ie9 nav .menu-header li:hover a { filter:alpha(enabled = false), Shadow(enabled = false);  opacity:1.0;}

	nav .menu-header li[class*="current"] a {
		font:22px/1.55em Sail, Georgia, serif;
		padding:5px 0 6px;
	}
	
	nav .menu-header li {
		width:33.333333%;
		display:none;

	}	
	nav .menu-header li ul {
		margin-top: 21px;
		display: hidden;
		background: rgba(255, 255, 255, .9);
		color: #FFFFFF;
		text-decoration: none;
		width: 150px;
		width:280%;
	}
	nav .menu-header ul {
		top:25px;
		left:0px;
		z-index:99999;
	}
	nav .menu-header ul li {
		width:99.8%;
		display:block;
		border-left:1px solid #4EC9D3;
		border-right:1px solid #4EC9D3;
	}
	nav .menu-header li:hover ul {
		display:none;
		width:280%;
	}
	nav .menu-header ul li a {
			border-right:none;
	}
	#featured h1, #featured .h1 {width:100%; font-size:40px; line-height:.8em;}

	#featured #featured-holder {top:229px;}

	#featured #next-post, #featured #prev-post {margin-top:25px; padding-top:17px; padding-bottom:17px;}
	#featured #next-post a, #featured #prev-post a {font-size:20px;}

	#sidebar-left {padding-bottom:0;}

	#sidebar-left img.attachment-sidebar, #sidebar-right img.attachment-sidebar, #content .article-list img.attachment-sidebar {max-width:100%; display:block; margin:0 auto; float:none;}
	
	#sidebar-left img.attachment-sidebar { float:none; }

	.single #sidebar-left img.attachment-sidebar {display:block;}

	
	.intro, #sidebar-right .intro, .article-list h1, .article-list p.excerpt {width:100%; float:none; }

	.meta {
		width:100%;
		float:none;
	}
	.meta-info, .meta-entry {
		float:none;
		width:100%;
	}

	.meta-info .comment-links-holder {border-right:none;}	

	.meta-info {margin-bottom:14px;}
	.meta-entry {border-top:1px solid #E7E4E6; padding-top:14px;}	

	.single header #masthead {position:relative; background-image:url(images/header-overlay.png); background-color:#FFFFFF;}
		
	.single #featured #featured-holder, 
	.single #featured img.attachment-full, 
	.single #featured #more {display:none;}
	
	.single #featured #share-bar {position:relative; background:#FFFFFF;}
	.single .nav-next, .single .nav-previous {width:100%; float:none;}

	.half-col.fleft {width:100%; float:none;}
	.half-col.fright {width:100%; float:none;}

	footer .fright {border-left:none; border-bottom:3px dotted #E7E4E6; width:100%; padding-bottom:14px; margin-bottom:26px;}
	footer .fleft {width:100%; padding-right:0;}
	footer ul.menu li {float:left; padding-right:10%;}
}

@media screen and (max-width: 406px) {
	#logo img {width:40%;}

	nav .menu-header a {
		font-size:11px;
		line-height:14px;
	}
	nav .menu-header li[class*="current"] a {
		font-size:17px;
		line-height:2.0em;
	}

	#featured h1, #featured .h1 {font-size:30px; line-height:.8em;}

	#featured #featured-holder {top:180px;}
	
	#featured #share-bar .wrapper {padding:0;}

	.addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m { padding:0 1px !important;}
	
	.nav-next, .nav-previous {width:100%; float:none;}

	nav .menu-header ul li {
		width:99.5%;
		display:block;
		border-right:1px solid #4EC9D3;
	}
	nav .menu-header li:hover ul {
		display:none;
		width:280%;
	}
	nav .menu-header li ul {
		width:280%;
	}
}

@media screen and (max-width: 320px) {
	#featured img, #featured #featured-holder {width:320px; height:auto;}
}
