/*   
Theme Name: Seymour Photography
Theme URI: 
Description: Based on thematic for the development of photography blogs.
Author: Steven Seymour
Author URI: http://www.seymourphoto.co.uk/
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* 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 {
    background:#fff;
	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;
}

a img { border: none; }


/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;
    line-height:18px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}



/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   

.entry-content img {
    margin: 0 0 18px 0;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	text-align: center;
	margin-bottom:18px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:5px;
}
.gallery img {
    margin:0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}


/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:540px;
    overflow:hidden;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}



/* =Header
-------------------------------------------------------------- */

#branding {
    padding:18px 0;
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#menu {
    overflow:hidden; /* clears the inner float  */
}
#menu ul {
    margin:0;
    list-style:none;
}
#menu ul ul {
    display:none;
}
#menu li {
    display:inline;
}
#menu a {
    display:block;
    float:left;
}

/* =Content
-------------------------------------------------------------- */

#main {
    padding-top:18px;
}
.hentry {
    padding-bottom:18px;
}
.page-link {
    margin-bottom:18px;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    margin:0px 0 18px 0;
    overflow:hidden;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 18px 1.5em;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:18px;
}


/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
a:link {
    color:#004B91;
}
a:visited {
    color:#743399;
}
a:active,
a:hover {
    color: #FF4B33;
}


/* =Header
-------------------------------------------------------------- */

#header {
    z-index:2;
}
#branding {
    padding:88px 0 44px 0;
}
#blog-title {
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
}

/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:66px 0 22px 0;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
}
.entry-title a {
    color:#000;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FF4B33;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
	overflow:visible;
}
.entry-content h1,
.entry-content h2 {
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.entry-utility a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FF4B33;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside h3 {
    font-size:18px;
    font-style:italic;
    line-height:26px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    border:1px solid #ccc;
    padding:18px 0 0 0;
    margin-bottom:22px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}



/*************** SEYMOURPHOTO OVERRIDES **************/
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}


/* global text changes */
body, input, textarea {
	font-family:"ff-tisa-web-pro-1","ff-tisa-web-pro-2","Georgia", "serif";
	font-size:15px;
	line-height:160%;
	color:#333;
}
.aside,
.aside input {
    font-size:14px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	clear:both;
	color:#222;
	letter-spacing:1px;
	/*text-shadow:2px 1px 0px #FFFFFF*/
}
a, a:link, a:visited {
	 text-decoration:none;
	 color:#900;
	 }
a:hover, a:active {
	color:#000;
	text-decoration:underline;
}
	

/* ========== LAYOUT =========== */

body {
	background:#f5f5e9 url(http://d27b3mq4iloxjr.cloudfront.net/img/layout/body_bg2.jpg) top center no-repeat scroll;
}
#container {/* sum of width and border must be 640px */
	width: 639px;
	border-right:1px solid #ccc;
	margin-bottom:20px;
	min-height: 850px;
}
#container-wide { /* wider for portfolio page divs */
    width:100%;
	margin-bottom:20px;
	min-height: 100px;
}
#content {
	margin-left: 0;
	overflow: visible; /*allows box shadow to overflow the right edge */
}
#container #content {
	width: 610px;
}
#container-wide #content {
	margin: 0;
	width:100%;
}
#content .wp-caption p.wp-caption-text {
margin-right: 0;
padding: 7px 0 0 0;
}

/*Full Width Template*/
.page-template-fullwidth-php #comments {
    width:540px;
}

/* gets rid of branding area and default blog titles */
#branding {
    padding:0 0 0 0;
	margin:0;
}
#blog-title a {
	position:absolute;
	text-indent:-9000px;
}
#blog-description {
	left:-9000px;
	position:absolute;
}

/*positions header image*/
#banner {
	position: relative;
	margin: 0 auto;
	padding:0;
	width: 960px;
}



/* =============== MENU ================ */
#aboveheader p{
	width:960px;
	margin:5px auto;
	font-size:12px;
	text-align:right;
	}
#access {
	width: 960px;
	margin:0 auto;
	overflow:visible;
	padding:0;
}
.menu {
	float:left;
	width:auto;
	padding:0;
}
#access-search {
	float:right;
}
#menu-main-nav {
	margin: 0;
	padding:0;
	letter-spacing: 1px;
}
#menu-main-nav li {
	float: left;
	position: relative;
	list-style: none;
}
/* main level link */
#menu-main-nav a {
	display: block;
	padding:  33px 0 5px 0;
	margin: 0 30px 23px 0;
	font-size:17px;
}
#menu-main-nav a:hover {
	cursor:pointer;
	text-decoration:none;
	background:url(http://d27b3mq4iloxjr.cloudfront.net/img/layout/menu_link_bg.png) bottom left repeat-x;
}
#menu-main-nav .current-menu-item a, #menu-main-nav .current-menu-item a:hover {
	cursor:default;
	color: #000;
	background:url(http://d27b3mq4iloxjr.cloudfront.net/img/layout/menu_link_bg.png) bottom left repeat-x;
}




/* ============= MAIN CONTENT AREA AND HEADINGS =========== */
#main {
    padding:30px 0 0;
	overflow:visible;
}
.page-title {
    padding:0 0 44px;
}
.clear {/*general clear for floated items*/
	clear:both;
	margin:0;
	padding:0;
	height:1px;
}
.entry-content {
    padding-top:0px;
}
.entry-content p{
    padding:0;
	margin:0 0 14px 0;
}
.entry-title { /* main h1 header */
	font-weight: normal;
	text-transform:uppercase;
}
h1.entry-title, h2.entry-title {
	font-size: 22px;
	line-height: 22px;
	padding-bottom: 22px;
}
.entry-title a:active,
.entry-title a:hover {
    color: #222;
}
.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,#comments h3,.aside h3,.aside caption {
	font-style:normal;
	font-weight: normal;
}
.entry-content h2 {
    font-size:22px;
    padding:28px 0 14px 0;
}
.entry-content h3 {
	font-size: 19px;
	padding: 18px 0 7px 0;
}





/* ============== POST CATEGEORY, COMMENTS, MORE AND TAGS BUTTONS =============== */
.tag-links a, .comments-link a, a.more-link {
	float: left;
	margin: 0 0 20px;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style:normal;
	padding: 6px 22px 6px 22px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
	border-radius: 6px;
	background: #636970; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#636970), to(#434950)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #636970,  #434950); /* for firefox 3.6+ */
	background: linear-gradient(top,  #636970,  #434950);
	color: #fff;
 }
.tag-links a:hover, .comments-link a:hover, a.more-link:hover {	
	background: #232930; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#434950), to(#232930)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #434950,  #232930); /* for firefox 3.6+ */
	background: linear-gradient(top,  #434950,  #232930);
	color: #fff;
}
a.more-link { /* post_footer links*/
	float: right;
    font-size:13px;
    line-height:18px;
}



/* =============== COMMENTS SECTION UNDER POSTS ON MAIN PAGE ============ */
.entry-utility {
    margin:0;
}
#comments-list .comment-author {
    padding:9px 0 0;
}
#comments-list .comment-meta {
    padding:0 0 9px 0;
}
#respond {
    padding:18px;
	margin-bottom:0;
}



/* ============ SIDEBAR - PRIMARY WIDGET ============ */
#primary {
	float:left;
	width:320px;
	border:none;
	padding:0;
}
.main-aside ul {
padding-left: 35px;
padding-right: 0;
}
.aside a{
padding:6px 0;
}
.aside a:active,
.aside a:hover {
    color: #000;
}
.aside h3 {
    padding: 0 0 10px 0;
	font-size:18px;
	line-height: 18px;
}
.aside ul ul {
    border-top:1px dotted #ccc;	
    list-style:none;
    margin:0 0 30px 0;
	width:100%;
}
.aside ul ul li{
    padding:6px 0;
    border-bottom:1px dotted #ccc;
}



/* ========== FOOTER AND SUBSIDIARY WIDGETS ============= */
#footer {
	background:#434950;
	border-top:4px #fff solid;
	background: -webkit-gradient(linear, left top, left bottom, from(#434950), to(#131920)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #434950,  #131920); /* for firefox 3.6+ */
	background: linear-gradient(top,  #434950,  #131920);
	margin-top:30px;
	padding-top:20px;
	width:100%;
	min-height:500px;
	color:#fff;
}
#footer a {
	color:#FFCC4C;
}
#footer a:hover, #subsidiary .aside h3{	
	color:#fff
}
#subsidiary {
	width: 960px;
	padding:0;
}
#subsidiary .aside {
width: 225px;
float: left;
padding:0;
}
#subsidiary .aside ul ul {
    border-top-color: #666;
}
#subsidiary .aside ul ul li{
    border-bottom-color: #666;
}
#subsidiary #third {
	margin-right:20px;
}
#subsidiary #fourth {
	margin-right:0;
}
#siteinfo { /* Gets rid of border-top when using index-footer widgets */
	text-align:right;
    font-size:12px;
}

/* ========== COLUMN PAGES ============= */
.container_col div {
float: left;
margin-top:14px;
}
.threecol, .threecol-last {/* images for three columns should be 286px wide*/
width: 300px;
margin-right: 30px;
}
.fourcol, .fourcol-last {/* images for four columns should be 210px wide */
width: 225px;
margin-right: 20px;
}
.threecol-last, .fourcol-last {
margin-right: 0;
}
.textaligncenter{
	text-align:center;
}

/* =========== MATTED ALBUM SWATCHES ============= */
.gallerySwatch, .gallerySwatchLast  {
	float:left;
	width: 200px;
	background:#fff;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	text-align: center;
	margin: 20px 40px 20px 0;
	padding-top:10px;
}
.gallerySwatchLast  {
	margin-right: 0;
}
.gallerySwatch img, .gallerySwatchLast img {
	margin-bottom: 0;
}
.gallerySwatch p, .gallerySwatchLast p {
	margin-bottom: 0;
	font-size:13px;
	color:#666;
	line-height:28px;
}

/* ============= SEARCH =============== */
#s {
	width:200px;
	margin-top:33px;
	color: #666;
	font-size:12px;
}
#noresults-s {
	color: #666;
}


/* ============== SUBSCRIBE PAGE ============= */
#connect p {	
	margin:0;
}
.entry-content a.rss {
	background:transparent url(http://d27b3mq4iloxjr.cloudfront.net/img/layout/feed-icon16x16_001.png) no-repeat scroll 0 0;
}
.entry-content a.facebook {
	background:transparent url(http://d27b3mq4iloxjr.cloudfront.net/img/layout/facebook16x16_001.png) no-repeat scroll 0 0;
}
.entry-content a.flickr {
	background:transparent url(http://d27b3mq4iloxjr.cloudfront.net/img/layout/flickr16x16_001.gif) no-repeat scroll 0 0;
}
.entry-content a.rss,.entry-content a.facebook,.entry-content a.flickr{
	padding:0 0 0 23px;
}
.email-form {
	width: 250px;
}


/* IMAGE BOX SHADOWS - see ie.css for IE < 9 workaround */
#banner img, #slideshow-container, .img-shadow {
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .45);/*change the last two for spread and darkness of shadow*/
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .45);
	box-shadow: 0 0 20px rgba(0, 0, 0, .45);
	border: solid #fff 7px;
}
.img-shadow-col, .img-shadow-small, .wp-caption {
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .45);
	box-shadow: 0 0 15px rgba(0, 0, 0, .45);
	border: solid #fff 7px;
	background:#fff;
}
#slideshow-container {
	height: 631px;
	width: 946px;
	background: #f7f7f7; 
	border-left-width: 6px;
	border-top-width: 6px;
	margin-top:30px;	
}
img.img-shadow {
	margin-bottom: 60px;
	margin-top:30px;
}
img.img-shadow-small, .wp-caption {
	margin: 40px 0 0;
}
.alignright, img.alignright { /*corrects the margin settings above for right aligned images*/
margin-left: 20px;
}
.alignleft, img.alignleft { /*corrects the margin settings above for right aligned images*/
margin-right: 20px;
}
img.img-shadow-threecol {
	margin: 0;
}
	
/* FLICKR WIDGET */
#flickr .flickr_badge_image {
border:2px solid #999999;
}
#flickr .flickr_badge_image {
float:left;
margin:7px 7px 0 0;
width:75px;
}

/* LEGACY IMAGE CENTERING */
.photobox {
	text-align:center;
}

.comments-link a {
	float: right;
}

/* FOR BELOW_HEADER ACTION HOOK IN FUNCTIONS.PHP */
.full_width_border {
	border-top:dotted 1px #fff;
	border-bottom:solid 1px #c7c7c7;
	width:960px;
	padding:0;
	margin:0 auto;
	clear:both;
}

/* YOAST BREADCRUMBS */
p#breadcrumbs {
	text-align:right;
	font-size:13px;
}
