/*  
Theme Name: Exposure Gallery
Description: A Child Theme of Thematic.
Author: Bryce Crossman
Template: thematic
Version: 1.1
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply layout */
@import url('3c-r-fixed-primary-960px.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors
   For demonstration purposes we're using the default Thematic style
   For major changes I recommend copying over the default styles into this file */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/* Add exposure specific styles */
@import url('exposure.css');

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

#category-access {
    border-bottom:1px solid #ccc;
    height:32px;
    font-size:13px;
    padding:11px 0;
    overflow:visible; 
    z-index:150;
}
/* uncomment the following two selectors in case your category list wraps into a second row
#category-access {
		height: 96px;
}

body.ie7 #category-access {
		height: 64px;
}
*/
.menu-title {
    color:#666;
    float:left;
    font-style:italic;
    line-height:32px;
    margin-right:10px;
}
#category-access .sf-menu {
    border-color:transparent;
}
#category-access .sf-menu a {
    border:1px solid transparent;
    margin-right:3px;
}
#category-access .sf-menu li:hover, #category-access .sf-menu li:hover a,
#category-access .sf-menu li.sfHover, #category-access .sf-menu li.sfHover a,
#category-access .sf-menu a:focus, #category-access .sf-menu a:hover, #category-access .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-color:#ccc;
}
#category-access .sf-menu ul a {
    background:#fafafa;
    border-color:#ccc;
    border-right:none;
	border-bottom:none;
	margin-right:0;
}


/* =Default Widgets
-------------------------------------------------------------- */

#crown h3 {
    font-size:17px;
    padding:0 0 4px 0;
}
#thematic-power-blog-subscribe {
    padding:0 0 22px 0;
    position:relative;
}
#thematic-power-blog-subscribe h3 {
    /*position:absolute;
    top:0;
    left:0;*/
}
#thematic-power-blog-subscribe ul {
    list-style:none;
    margin:0;
    /*position:absolute;
    top:0;
    right:0;*/
}
#thematic-power-blog-subscribe ul li {
    padding:0;
}
#thematic-power-blog-subscribe a {
    background:url(images/feed-icon-14x14.gif) no-repeat 0px 6px;
    /*border:1px solid #ccc;
    -webkit-border-radius: .35em;
    -moz-border-radius: .35em;
    border-radius: .35em;*/
    padding:6px 16px 6px 20px;    
    text-decoration:none;
}
/* Fix for the a-tag border bug in IE7 */
body.ie7 #crown #thematic-power-blog-subscribe a {
	float:left; 
}
#thematic-power-blog-about ul {
    list-style:none;
    margin-left:0;
}
#thematic-power-blog-about a.more {
    display:block;
    text-align:right;
}


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

#header {
    margin-top:0;
}
#branding {
  /*background:url(images/ExposureGalleryLogo.jpg) no-repeat center bottom;*/
  /*margin-bottom:22px;*/
  /*margin-bottom:0;*/
  /*padding:44px 0 198px 0; *//* Bottom padding is the same height as the image called above */
 /* padding:0 0 0 0;*/ /* Bottom padding is the same height as the image called above */
}
#blog-description {
    margin-bottom:22px;
}
#leader {
    border-bottom:1px solid #ccc;
    margin-bottom:-22px;
    padding:33px 0 11px 0;
}
.hentry {
}
.crown-aside {
    color:#666;
    padding-top:0;
    margin:0;
}
.attachment-jpeg .crown-aside,
.attachment.png .crown-aside {
    display:none;
}
.crown-aside a {
    color:#666;
}
.crown-aside a:active,
.crown-aside a:hover {
    color: #FF4B33;
}
.crown-aside ul {
    padding:0 0px 0 0;
}
.crown-aside ul ul {
    border:none;
    padding:0;
}
.main-aside {
    padding-top:0;
}
.main-aside ul {
    padding:0 0px;
}
.main-aside ul ul {
    padding:0;
}
.main-aside ul ul.sidebar_post_listing {
	list-style: none;
	margin:0 0 22px 0;
}
ul.post_listing {
	list-style: none;
	margin:20px 0 22px 0;
}
#content ul.post_listing {
	margin:0 0 22px 0;
}
.author > a:active, .author > a:hover,
.aside a:active, .aside a:hover {
	color:#000000;
}
#sidebar blockquote {
	margin: 0;
}
.sidebar_post_listing li > ul > a {
	color:#af2626;
}
.post_listing li > a, .sidebar_post_listing li > a {
	color:#af2626;
}
.post_listing li > a:active, .post_listing li > a:hover,
.sidebar_post_listing li > a:active, .sidebar_post_listing li > a:hover {
	color:#000000;
}
#breadcrumb-nav {
    border-top:1px solid #ccc;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin-bottom:-22px;
}
#breadcrumb-nav a {
    color:#666;
}
#breadcrumb-nav a:active,
#breadcrumb-nav a:hover {
    color: #FF4B33;
}
#breadcrumb-nav-container {
    margin:0 auto;
    padding:11px 0;
    width:988px;
}
#breadcrumb-nav-container p {
    margin:0;
}
#footer {
	margin-top: 40px;
}

#subsidiary {
  padding:22px 40px 0px 40px;
}

.wp-pagenavi span.pages {
		padding:4px !important;
}


/* =Widgets
-------------------------------------------------------------- */

.aside th, .aside td {
	padding:0.25em 0.35em;
}

a.read_more {
	color: #af2626;
	text-decoration: none;
}
a.read_more:hover {
	color: #000000;
	text-decoration: underline;
}
.read_more {
	display: block;
  background:url(images/exposure-bullet.jpg) no-repeat left center;
	height: 15px;
	line-height: 15px;
	padding-left: 20px;
	vertical-align: middle;
	text-align: left;
}

.widgetcontainer {
	margin: 0 0 22px;
}

.ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev {
	border:0 solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

body.slug-gallery-rental #sidebar .ngg-gallery-thumbnail-box {
	border: 0;
	margin:0 0 10px 0;
}

body.slug-gallery-rental #sidebar .ngg-gallery-thumbnail img {
	margin:0 0 0 0;	
	border: 0;
	padding: 1px;
	width: 200px;
	height: auto;
}

.aside ul ul.nobullets {
	list-style: none;
	margin-left: 0;
}

a.exhibitionlink {
	color: #af2626;
	font-size: 1.2em;
}
a.exhibitionlink:hover {
	color: #000000;
}

.aside ul.exhibitionlinks li {
	margin-bottom: 11px;
}

a:link, a:visited {
	color:#af2626;
}

a.artist_link:link, a.artist_link:visited {
	color:inherit;
}

a:hover {
	color:#000000;
}

#crown .ngg_images h3.widgettitle {
	padding: 0;
	display: none;
}

#crown .ngg_images div.ngg-widget {
	padding: 0;
}

#crown .ngg_images div.ngg-widget a img {
	border: 1px solid #231f20;
	padding: 0;
	margin: 0;
	width: 438px;
}

#crown.aside ul {
	margin-bottom: 22px;
}

#crown.aside ul li.ngg_images {
	margin: 0;
}

#crown {
	display: none;
}

body.home #crown {
	display: block;
	background-color: #ffffff;
}

#access {
	height: auto;
	font-size: inherit;
	border-bottom: 0;
}

#primary {
	border: 0;
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main {display: inline-block;}
/* Hides from IE-mac \*/
* html #main {height: 1%;}
#main {display: block;}
/* End hide from IE-mac */

/* ---------  debug ------------ */

