/*
Theme Name: District of Wonders Theme
Theme URI: http://www.districtofwonders.com/
Description: A custom theme for District of Wonders.
Version: 1.0
Author: Josh Leuze
Author URI: http://www.jleuze.com/
*/

/* =Layout
-------------------------------------------------------------- */

body {
	background-color: #000;
}

#page {
	background: #000 url('images/district-of-wonders.jpg') no-repeat top left;
	margin: 0 auto;
	width: 1366px;
	padding: 0;
}

.primary {
    float: left;
	overflow: hidden;
    width: 67%;
}

.secondary {
	float: right;
	overflow: hidden;
    width: 30%;
}

/* =Header
-------------------------------------------------------------- */

#header {
	height: 20px;
	margin: 0 0 10px 0;
	padding: 505px 0 50px 0;
}

#artist {
	display: block;
    float: right;
    height: 20px;
    margin: 0 18px 0 0;
    text-indent: -9999px;
    width: 110px;
}

/* =Navigation
-------------------------------------------------------------- */

#header-widgets .widget_nav_menu,
.nav {
	font-weight: bold;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.nav {
	background: #eee;
	z-index: 1;
}

#header-widgets .widget_nav_menu ul,
.nav ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#header-widgets .widget_nav_menu ul {
	float: right;
}

#header-widgets .widget_nav_menu li,
.nav li {
	border-right: 1px solid #ccc;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.sub-menu-toggle {
	display: none;
}

#header-widgets .widget_nav_menu li a,
.nav li a {
	color: #404040;
	display: block;
	padding: 8px 7px;
	text-decoration: none;
}

#header-widgets .widget_nav_menu li a:hover,
.nav li a:hover {
	background: #e6e6e6;
	color: #404040;
}

#header-widgets .widget_nav_menu li a::selection,
.nav li a::selection {
        background: #eee;
}

#header-widgets .widget_nav_menu li a::-moz-selection,
.nav li a::-moz-selection {
        background: #eee;
}

#header-widgets .widget_nav_menu .last,
.nav .last {
	border-right-style: none;
}

#header-widgets .widget_nav_menu li ul,
.nav li ul {
	background: #fff;
	border-bottom: solid 1px #e5e5e5;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	left: -9999px;
	list-style-type: none;
	margin: 0 0 0 -1px;
	padding: 0;
	position: absolute;
	width: 172px;
	z-index: 9999;
}

#header-widgets .widget_nav_menu li ul a::selection,
.nav li ul a::selection {
        background: #fff;
}

#header-widgets .widget_nav_menu li ul a::-moz-selection,
.nav li ul a::-moz-selection {
        background: #fff;
}


#header-widgets .widget_nav_menu li:hover ul,
.nav li:hover ul {
	left: 0;
}

#header-widgets .widget_nav_menu li ul li ul,
.nav li ul li ul {
	background-color: #e1e1e1;
	border-left-style: none;
	left: -9999px;
	list-style-type: none;
	background-color: #e1e1e1;
	margin: -37px 0 0 173px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 172px;
}

#header-widgets .widget_nav_menu li:hover ul li ul,
.nav li:hover ul li ul {
	left: -9999px;
}

#header-widgets .widget_nav_menu li ul li:hover ul,
.nav li ul li:hover ul {
	left: 0;
}

#header-widgets .widget_nav_menu li ul li,
.nav li ul li {
	width: 172px;
}

#header-widgets .widget_nav_menu li ul li a,
.nav li ul li a {
	background: none;
	background-color: #fff;
	border: none;
	border-top: solid 1px #f7f7f7;
	color: #7f7f7f;
	font-size: 11px;
	padding: 7px 5px;
}

#header-widgets .widget_nav_menu li ul li a:hover
.nav li ul li a:hover {
	background: #f7f7f7;
	color: #7f7f7f;
}

#header-widgets .widget_nav_menu li.sfhover ul li ul
.nav li.sfhover ul li ul {
	left: -9999px;
}

#header-widgets .widget_nav_menu li:hover ul,
#header-widgets .widget_nav_menu li.sfhover ul,
#header-widgets .widget_nav_menu li ul li.sfhover ul,
.nav li:hover ul,
.nav li.sfhover ul,
.nav li ul li.sfhover ul {
	left: 0;
}

/* =Content
-------------------------------------------------------------- */

#main {
	padding: 20px 0;
}

#post-image {
	text-align: center;
}

#post-image img {
	border: solid 1px #4e4e4e;
}

.image-caption {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}

#page .gallery-caption {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

.post {
	margin: 0 0 30px 0;
}

.post-date {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.sticky {
	border: 1px solid #E5E5E5;
	color: #333333;
	padding: 10px;
}

.sticky .post-date {
	color: #b1b1b1;
}

.sticky .postmetadata {
	border-top: 1px solid #E5E5E5;
	color: #b1b1b1;
	padding: 5px 0 0 0;
	margin: 0;
}

.sticky .post-date a,
.sticky .postmetadata a {
	color: #b1b1b1;
}

.sticky .post-date a:hover,
.sticky .postmetadata a:hover {
	color: #666;
}

.comment-status {
	float: right;
	font-weight: bold;
}

.single-date {
	float: left;
	font-style: italic;
}

.postmetadata {
	border-top: 1px solid #E5E5E5;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	padding: 5px 0 0 0;
	text-transform: uppercase;
}

.entry {
	margin: 10px 0;
}

object {
	position: relative;
	z-index: 1;
}

#nav-post {
	margin: 0 0 20px 0;
}

#left-post {
	width: 33%;
	float: left;
}

#parent-post {
	float: left;
	text-align: center;
	width: 33%;
}

#right-post {
	float: right;
	text-align: right;
	width: 33%;
}

#content #left-post,
#content #right-post {
	width: 50%;
}

.clear {
	clear: both;
}

/* =Comments
-------------------------------------------------------------- */

h5#comment-count {
	margin: 5px 0;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px;
	list-style: none;
}
	
.commentlist li ul li { 
	margin: 15px 0 10px 40px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { 
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
}

.comment {
	background: #fff;
}

.bypostauthor {
	background: #F7F7F7;
}

#commentform p {
	margin: 5px 0;
}

.commentmetadata {
	font-style: italic;
	margin: 0;
}
	
.comment-author {
	margin: 0;
}

.fn {
	font-weight: bold;
}

.on {
	font-style: italic;
}

.commentnav {
	border-bottom: 1px solid #afafaf;
	margin: 0 0 0 95px;
	padding: 8px 5px 8px 0;
}

.commentnav a {
	text-decoration: none;
}

.commentnav a:hover {
	text-decoration: underline;
}

.comment-content {
	margin: 0 0 0 90px;
	min-height: 90px;
	padding: 5px;
}

.comment-gravatar {
	float: left;
	margin: 10px 0 10px 10px;
	padding: 0;
	position: absolute;
	width: 75px;
	z-index: 1;
}

.comment-gravatar img.avatar {
	background-color: #afafaf;
	border: 1px solid #cecece;
	margin: 0 0 5px 0;
}

.comment-gravatar a {
	color: #4e4e4e;
	clear: right;
	display: block;
	font-size: 10px;
	float: right;
	margin: 2px 0;
	overflow: hidden;
	padding: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

.comment-gravatar a:hover {
	text-decoration: underline;
}

#respond {
	clear: both;
	margin: 20px 0 0 0;
}

.pingslist {
	padding: 0;
}

.pingslist li {
	float: left;
	margin: 0 5px 10px 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 25px;
	height: 25px;
}

.pingslist li a.url {
	background: transparent url('images/ping-icon.png')  no-repeat top left;
	display: block;
	width: 25px;
	height: 25px;
}

.pingslist li a.url:hover {
	background-position: 0 -25px;
}

#your-comment {
	display: none;
}

.comment-form-comment label {
	display: none;
}

#commentform .form-submit {
	margin: 0 0 60px 0;
}

#commentform .form-allowed-tags {
	display: none;
}

.page .nocomments {
	display: none;
}

.comment-navigation {
	clear: both;
}

.comment-navigation .pages {
	color: #737373;
	font-style: italic;
}

.comment-navigation span {
	border: none;
	color: #3f3f3f;
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
}

.comment-navigation a {
	background-color: #ededed;
	border: none;
	color: #3f3f3f;
	margin: 2px;
	padding: 3px 5px;
	text-decoration: none;
}

.comment-navigation a.previouspostslink,
.comment-navigation a.nextpostslink,
.comment-navigation a.first,
.comment-navigation a.last {
	background: none;
	border: none;
	color: #3f3f3f;
	padding: 3px 5px;
	margin: 2px;
	text-decoration: none;
}

.comment-navigation a:hover,
.comment-navigation span.current {
	background-color: #c9c9c9;
	color: #3f3f3f;
}

.comment-navigation a:hover.previouspostslink,
.comment-navigation a:hover.nextpostslink,
.comment-navigation a:hover.first,
.comment-navigation a:hover.last {
	background: none;
	color: #3f3f3f;
	text-decoration: underline;
}

.comment-navigation span.current {
	font-weight: bold;
}

/* =Widgets
-------------------------------------------------------------- */

.widget {
	margin: 0 0 20px 0;
}

.widget h4 {
	margin: 0 0 5px 0;
}

.widget_search {
	background: none;
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.widget_text {
	line-height: 20px;
}

.widget input {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	color: #7f7f7f;
}

.login-username input,
.login-password input  {
	float: left;
	margin: 0 5px 5px 0;
	width: 60%;
}

.login-remember input {
	margin: 0;
}

.login-remember input:hover,
.login-remember label:hover {
	color: #4e4e4e;
	cursor: pointer;
}

.login-remember label {
	color: #bfbfbf;
	margin: 0;
}


#wp-submit {
	background-color: #808080;
	border: none;
	color: #fff;
	padding: 3px;
}

#wp-submit:hover {
	background-color: #5e5e5e;
	cursor: pointer;
}

select#cat {
	width: 100%;
}

.widget_archive select {
	width: 100%;
}

.widget_tag_cloud a {
	color: #666;
	text-decoration: none;
}

.widget_tag_cloud a:hover {
	color: #333333;
	text-decoration: none;
}

#search-widget {
	background: none;
	border: none;
	margin: 0 0 20px;
	padding: 0;
}

.widget h3 {
	color: #4e4e4e;
	margin: 0 0 5px 0;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	border-bottom: solid 1px #e5e5e5;
	list-style-type: none;
	margin: 0;
	padding: 5px 0;
}

.widget ul li.last {
	border: none;
}

.widget ul li a {
	color: #666;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.widget ul li a:hover {
	color: #464646;
	text-decoration: underline;
}

.widget ul li ul {
	margin: 5px 0 0 0;
}

.widget ul li ul li {
	border-bottom: none;
	border-top: solid 1px #e5e5e5;
	padding: 5px 0 0 0;
}

.widget ul li ul li ul li {
	padding: 5px 0;
}

.widget ul li ul li a {
	padding: 0 0 0 25px;
}

.widget ul li ul li ul li a {
	padding: 0 0 0 50px;
}

.screen-reader-text {
	display: none;
}

#searchsubmit {
	background-color: #808080;
	border: none;
	color: #fff;
	padding: 3px;
}

#searchsubmit:hover {
	background-color: #5e5e5e;
	cursor: pointer;
}

.rsswidget {
	font-weight: bold;
	}

.rssSummary {
	font-size: 10px;
	line-height: 20px;
}
	
/* =Calendar
-------------------------------------------------------------- */

#calendar_wrap {
	background: #fff;
	border: 1px solid #959494;
}

#calendar_wrap table {
	border: none;
}

#calendar_wrap caption {
	color: #828282;
	font-style: italic;
}

#calendar_wrap table tr th {
	background: none;
	padding: 2px 10px;
	text-align: center;
	text-transform: uppercase;
}

#calendar_wrap thead {
	background-color: #fff;
}

#calendar_wrap tbody {
	background-color: #f0f0f0;
}

#calendar_wrap table tr td {
	border-top: none;
	padding: 3px 10px;
	text-align: center;
}

#calendar_wrap table tr td:hover {
	background-color: #fff;
}

#calendar_wrap table tr .pad:hover {
	background: none;
}

#calendar_wrap table tr td#today {
	background-color: #d6d6d6;
}

#calendar_wrap table tr td#today:hover {
	background-color: #fff;
}

#calendar_wrap table tr td a {
	font-weight: bold;
	text-decoration: none;
}

#calendar_wrap table tr td a:hover {
	color: #000;
	text-decoration: underline;
}

#calendar_wrap table tr td#prev {
	text-align: left;
}

#calendar_wrap table tr td#next {
	text-align: right;
}

#calendar_wrap table tr td#prev a,
#calendar_wrap table tr td#next a {
	color: #828282;
	font-weight: normal;
	text-decoration: none;
}

#calendar_wrap table tr td#prev a:hover,
#calendar_wrap table tr td#next a:hover {
	color: #333333;
	text-decoration: underline;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	color: #768485;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 40px 0;
	width: 1060px;
}

#footer li {
	border: none;
	line-height: 16px;
	padding: 7px 0;
}

#footer a {
	color: #CDCDCF;
	text-decoration: none;
	transition: all .5s ease;
}

#footer a:hover {
	color: #89E0DA;
	text-decoration: none;
}

#footer .secondary {
	background: #000 url('images/footer-widget-bg.jpg') no-repeat top right;
	float: left;
	margin: 0 20px 0 0;
	min-height: 220px;
	padding: 20px 20px 20px 0;
	width: 326px;
}

#footer .secondary.last {
	background: none;
	margin: 0;
	padding: 20px 0;
}

.rsswidget.first {
	display: none;
}

#footer h4 {
	font-size: 15px;
    letter-spacing: -1px;
    text-transform: uppercase;
}

#footer .widget ul {
	margin: 0 0 5px 0;
	padding: 0;
}

.social-link {
	margin: 0 5px 0 0;
	opacity: 0.7;
}

.social-link:hover {
	opacity: 1;
}

#tagline {
	background: #000 url('images/watermarks.jpg') no-repeat top center;
	padding: 120px 0 0 0;
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 18px;
}

/* =Newsletter Widget
-------------------------------------------------------------- */

#newsletter {
	width: 500px;
	margin: 0 auto;
}
#newsletter .secondary {
    float: none;
    width: 100%;
}
#mailchimp-email {
    display: inline-block;
    width: 310px;
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0 10px 0 0;
}
#mailchimp-submit {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
    border: none;
    background-color: #888;
    color: #000;
    transition: all .5s ease;
}
#mailchimp-submit:hover {
    background-color: #89E0DA;
    color: #000;
}

/* =Copyright
-------------------------------------------------------------- */

#copyright {
	background: #fff;
	color: #bfbfbf;
	font-size: 11px;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	text-transform: uppercase;
}

#copyright a {
	color: #bfbfbf;
	text-decoration: none;
}

#copyright a:hover {
	color: #7f7f7f;
	text-decoration: underline;
}

/* =404 Template
-------------------------------------------------------------- */

.error404 #content {
    float: none;
    margin: 20px;
    overflow: hidden;
    width: auto;
}

/* =Image Template
-------------------------------------------------------------- */

.single-attachment #content {
    float: none;
    margin: 20px;
    overflow: hidden;
    width: auto;
}

/* =Home Template
-------------------------------------------------------------- */

#home-posts h2 {
	margin: 0 0 5px 0;
}

.home-thumbnail {
	background-color: #eff2f7;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
}

.home-post {
	margin: 0 0 10px 0;
}

.home-post h4 {
	margin: 0;
}


/* =Wide Template
-------------------------------------------------------------- */

.page-template-page_wide-php .primary {
    float: none;
    margin: 20px;
    overflow: hidden;
    width: auto;
}

.page-template-page_wide-php #nav-post {
	border-top: 1px solid #afafaf;
	color: #afafaf;
	margin: 20px 0;
	padding: 5px 0;
}

.page-template-page_wide-php #nav-post a {
	color: #afafaf;
}

.page-template-page_wide-php #nav-post a:hover {
	color: #7f7f7f;
}

/* =Archives Template
-------------------------------------------------------------- */

.half-column {
	float: left;
	margin: 0 4% 4% 0;
	width: 48%;
}

.half-column.last {
	margin: 0 0 4% 0;
}