/*
Theme Name: Trans Bodies Trans Self
Theme URI: http://leonewball.com/portfolio/the-supply-change/

Description: Custom based theme for Transbodies Transselves
Version: 1.2
Author: Leo Newball, Jr.
Author URI: http://leonewball.com/
Tags: black, white, fixed-width, threaded-comments, two-columns, custom-menu, left-sidebar, sticky-post, light

License:

CHANGELOG
1.3
- Added a feature widget to the front page
1.2
- Changed Menu, width now consistant
- Fixed issue, where Pages were displaying metadata
1.1
- Added comments
- Added archive navigation
- Added social bookmarks
- Fixed for Firefox
1.0
- Initial site design and development

*/

/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * Fonts
 */

@font-face {
    font-family: 'Appleberry';
    src: url('fonts/appleberry_with_cyrillic-webfont.eot');
    src: url('fonts/appleberry_with_cyrillic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/appleberry_with_cyrillic-webfont.woff') format('woff'),
         url('fonts/appleberry_with_cyrillic-webfont.ttf') format('truetype'),
         url('fonts/appleberry_with_cyrillic-webfont.svg#appleberryregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 

/**
 * Structure
 */
 
html {
	background-color: rgb(48,0,31);
}
 
body {
	width: 960px;
	margin: 0 auto;
	padding: 24px;
	font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height: 1.5em;
	background: white;
}

header {margin-bottom: 12px;}

header img {
	margin: 0 auto 12px auto;
	display: block;
}

#main {
	display: inline-block;
	vertical-align: top;
	z-index: 1;
}

/* HTML Tags */

small {font-size: small;}
em {font-style: italic;}

/* Post Content */

article {
	width: 640px;
	padding-right: 15px;
}

.page-template-page-feature-php article,
.page-template-page-portfolio-php article {
	width: 960px;
	padding-right: 0;
}

.category article {
	padding-bottom: 12px;
}

article p {
	margin-bottom: 24px;
}

.entry-meta {
	font-size: .75em; /* 12px */
	margin-top: -12px;
	margin-bottom: 24px;
}

/* Post Content - Portfolio Page */

.page-template-page-portfolio-php .portfolio-image {
	margin: 0 auto 12px auto;
	display: block;
}

/* Comments */

#comments {width: 640px;}

#comment-list header {
	margin-bottom: 12px;
}

#comment-list header img {
	width: 32px;
	height: 32px;
	margin: 0; padding-right: 12px;
	display: inline-block;
}

#comment-list header p {
	display: inline-block;
	vertical-align: top;
	font-size: .875em; /* 14px */
	line-height: 1em;
}

#comments label {
	float: left;
	padding-right: 12px;
	width: 125px;
}

#comments input,
#comments textarea {
	float: left;
	width: 350px;
}

#comments textarea {
	height: 125px;
}

#comments .required {
	font-size: small;
	font-style: italic;
	color: #a5a5a5;
}

#comments .logged-in-as {
	font-size: small;
}

#commentform p {
	margin-bottom: 12px;
}

.form-submit #submit {
	float: none;
	width: 100px;
	margin-left: 393px;
}

#comments footer {
	padding-top: 0;
	text-align: left;
}

.comment-content {
	font-size: .875em; /* 14px */
}

.comment-content p {
	margin-bottom: 6px;
}

.pingback {
}

#comments .comment,
#comments .pingback {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #aeaeae;
}

#comments .children .comment {
	border-bottom: none;
}

#comment-list .comment:last-child {
	border-bottom: 1px solid #aeaeae;
}

#comments .depth-2 article {
	padding-left: 15px;
}

#comments .depth-3 article {
	padding-left: 30px;
	border-bottom: none;
}

#comments .depth-4 article {
	padding-left: 45px;
	border-bottom: none;
}

#comments .depth-5 article {
	padding-left: 60px;
	border-bottom: none;
}

#comments .depth-6 article {
	padding-left: 75px;
	border-bottom: none;
}

#comments .depth-7 article {
	padding-left: 90px;
	border-bottom: none;
}

#comments .depth-8 article {
	padding-left: 105px;
	border-bottom: none;
}

#comments .depth-9 article {
	padding-left: 120px;
	border-bottom: none;
}

#comments .depth-10 article {
	padding-left: 135px;
	border-bottom: none;
}



/* Front Page */
.home article  {
	width: 960px;
	padding: 0;
}

.home article p {
	font-size: 1em; /* 1.3em ~ 20.8 / 1.5em ~ 24px */
	line-height: 1.5em;
}

.home .widget {
	display: inline-block;
	width: 305px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.home .widget:nth-of-type(2) {
	padding: 0 8px;
	margin: 0 8px;
	border-left: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
}

.home .widget a {
	margin-top: 10px;
	width: intrinsic;
	
}

/* Menu */

nav {
	position: relative; /* Put in so that nav can act as the anchor point for drop-down elements */
	margin: 0 auto;
	width: intrinsic;
}

nav a:link,
nav a:visited
 {
	text-decoration: none;
	color: rgb(0,0,0);
}


nav ul {
	background-color: white;
}

nav li {
	list-style: none;
	display: inline-block;
	padding: 5px;
	text-transform: uppercase;
	border-bottom: 2px solid white;
	vertical-align: top;
}

nav li:hover,
nav li.current_page_item,
nav li.current_page_parent {
	background-color: rgb(187,204,177);
	border-bottom: 2px solid rgb(117,128,111);
}

header nav ul ul {
	display: none;
	font-size: .875em; /* 14px (16(base font)/12) */
}

header nav li:hover > ul {
	border-top: 3px solid black;
	display: inline-block;
	z-index: 9999;
	position: absolute;
	left: 0;
	top: 49px;
	width: 960px;
}

header nav li:hover > ul li:hover {
	position: relative;
	border: none;
	width: auto;
	background-color: rgba(191,190,186,.5);
	top: 1px;
}

nav ul ul li.current_page_item {
	border: none;
}

header nav ul ul ul {
	font-size: 1.0em; /* 14px */

}

header nav li:hover > ul li:hover > ul {
	border-top: none;
	top: 46px;
}

header nav li:hover > ul li:hover > ul li {
	border: none;
	position: relative;
	top: 0;
	left: 0;
}

nav .twitter,
nav .facebook {
	overflow: hidden;
	padding: 12px 12px 6px 12px;
}

nav .twitter {
	background: url('images/twitter.png') no-repeat center center;
}
nav .facebook {
	background: url('images/facebook.png') no-repeat center center;
}

nav .twitter a,
nav .facebook a {
	font-size: 0;
	display: block;
	padding-top: 6px;
	width: 30px;
}

nav.nav-content {
	border-bottom: none;
	border-top: none;
	text-align: center;
}

.nav-content a {
	font-size: .875em;
	display: inline-block;
}

.nav-content a + a {
	margin-left: 30px;
}

/* Headers */
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 24px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
}

h1 {
	font-size: 2.25em; /* 36 px */
}

h2 {
	font-size: 1.875em; /* 30 px */
}

h2#blogTagline {
	font-family: 'Appleberry', Tahoma, sans-serif;
	text-align: center;
	font-weight: normal;
	font-size: 2.25em; /* 24 px */
	text-transform: lowercase;
	margin-bottom: 12px;
	
}

.portfolio h2 {
	clear: both;
}

h3 {
	font-size: 1.5em; /* 24 px */
}

h4 {
	font-size: 1.125em; /* 18 px */
}

#right-sidebar h4.widgettitle {
	margin-bottom: 12px;
}

h5 {
	font-size: 1em; /* 16 px */
	text-decoration: underline;
}

h6 {
	font-size: 1em; /* 16 px */
	font-style: italic;
}

.home .widget h2 {
}

.post-title, .widgettitle {
	font-family: 'Appleberry', Tahoma, sans-serif;
	font-weight: normal;
	line-height: 1em;
	text-transform: lowercase;
}

.post-title {
	font-size: 2.625em;
}

#frontpage-sidebar .widgettitle {
	font-size: 1.25em; /* 20px */
}


/* Footer */
footer {
	padding-top: 24px;
	text-align: center;
	font-size: 12px;
}

/* Links */

a:link, a:visited {
	color: rgb(7,70,0);
}

a:hover, a:active {
	color: rgb(12,121,0);
}


.post-title a:link,
.post-title a:visited,
.post-title a:hover,
.post-title a:active
 {
	text-decoration: none;
	color: rgb(0,0,0);
}


/**
 * Sidebar
 */
 
#right-sidebar {
	display: inline-block;
	position: relative;
	width: 299px;
	vertical-align: top;
}

#right-sidebar aside {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #a3a3a3;
}

#right-sidebar .widget:last-child {
	border-bottom: none;
}

#right-sidebar .widget li {
	list-style: none;
}

/* Front Page Widgets */

.front-image-container {
	padding-bottom: 6px;
}

/**
 * Utlilities
 */
 
.alignright {
	float: right;
	margin: 5px 0 5px 5px;
}

.alignleft {
	float: left;
	margin: 5px 5px 0 5px
}

.aligncenter {
	display: block;
	margin: 5px auto;
}

.wp-post-image {
	float: left;
	padding: 0 15px 15px 0;
}

.button {
	background: rgb(55,146,44) url(images/alert-overlay.png) repeat-x;
	display: inline-block;
	padding: 8px 14px 9px;
	font-size: .875em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	position: relative;
	cursor: pointer;
}

/* Used when the button is used with a link */
.button:link,
.button:active,
.button:hover,
.button:visited {
	color: white;
}

/* For nivoSlider */

.home .slider-wrapper {
	margin-bottom: 12px;
}

/* Clear Fix */

.clear {
	clear: both;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.social-icons {
	text-align: center;
}