/*  
Theme Name: Transverse
Theme URI: http://nakedthemes.com
Release date: TBD
Description: Transverse - a minimal theme
Author: Jason Cupp
Author URI: http://nakedthemes.com

*/


BODY {
	font-family: Helvetica, Arial, "sans serif";
	background: #EEE;
}

A {
	color: black;
}

H1, H2, H3 {
	letter-spacing: -0.08em;
}

#container {
	border: 1px solid #AAA;
	width: 710px;
}

/* HEADER */

#header {
	background-color: #E9E9E9;
	margin: 0;
}

#header .inner {
	padding: 1em 0 1.5em 1.5em;
	border-top: 0;
}

#header a {
	text-decoration: none;
}

#header a:hover {
	text-decoration: none;
}

#header .title {
	font-size: 2.9em;
	font-weight: bold;
	letter-spacing: -0.06em;
	margin-bottom: 0;
	line-height: 1.4;
}

#header .description {
	font-size: 1.1em;
	letter-spacing: -0.08em;
	color: #585858;
}

#header .title a:hover {
	text-decoration: none;
}


/* SUB-HEADER */

#subheader {
	margin: 0;
	/* padding: 7px 0 0 0; give bottom padding to separate from body */
	background: #EEE;
}

#headermenu {
	list-style: none;
	margin: 0;	
}


#headermenu H3 {
	display: none;
}

#headermenu LI {
	padding-top: 7px;
}

#headermenu LI.widget_search {
	padding-top: 0;
}


#headermenu LI UL {
	margin: 0;
}

#headermenu LI UL LI {
	list-style: none;
	float: left;
}

#headermenu LI.widget UL LI {
	float: left;
	font-size: 1.1em;
	letter-spacing: -0.02em;	
	padding: .6em 1em;
	/*border-right: 2px solid #EEE;*/
	background: white;
	/*height: 30px;*/
	margin-right: 3px;
	border-top: 3px solid white;
	border-bottom: 3px solid #EEE;
}

#headermenu LI.widget_categories UL LI:hover {
	border-top: 3px solid lightgray;
}

#headermenu LI.widget_pages UL LI:hover {
	border-top: 3px solid lightgray;
}

#headermenu LI UL LI.current_page_item {
	border-top: 3px solid gray;
	border-bottom: 3px solid white;
}

#headermenu LI A {
	font-weight: bold;
	text-decoration: none;
}

#headermenu LI A:hover {
	text-decoration: none;
}

#headermenu input[type="text"] {
	padding: 3px;
}

#headermenu option {
	/*padding: 3px; */
}





#social {
	list-style-type: none;
	float: right;
	margin: 0;
	padding-right: 1em;
}

#social LI {
	float: left;
	margin-left: 1.2em;
}

#social form {
	margin-left: 1em;
}

#social #query {
	padding: 2px;
}

#social #querylabel {
	display: none;
}

#searchform label {
	display: none;
}

/* BODY WRAP */

#body-wrap {
	background-color: white;
	padding-bottom: 1em;
}

/* SIDEBAR */

#sidebar {
	padding-top: .4em;
}

/* BEGIN menu sidebar */

BODY.menu #sidebar {
	width: 100%;
}

BODY.menu #sidebar H3, BODY.menu #sidebar UL  {
	text-align: center;
}

BODY.menu #sidebar H3 /* used in menu sidebar */ {	
	font-size: 1.5em;
	color: #222222;
	padding: 6px 0 6px 0;
	margin-left: 0;
	margin-bottom: 0;	
}

/* END menu sidebar */

#sidebar H3 {	
	font-size: 1.5em;
	color: #222222;
	text-align: left;
	padding: 6px 0 6px 0;
	margin-left: 0;
	margin-bottom: 0;
	padding-right: 10px;	
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	margin-left: 1.3em;
	/* background-color: white; */
	list-style-type: none;
}

#sidebar ul li {	
	list-style-type: none;
	padding: .2em 0 .1em 0;
	font-size: 1em;
	letter-spacing: -0.02em;	
}

#sidebar ul li a {
	color: black;
	padding: 3px;
	text-decoration: none
}

#sidebar ul li a:hover {
}

/* second level */

#sidebar ul li ul {
	padding: 0 0 1.6em 0;
	margin-left: 0.3em;
	list-style-type: none;
}

#sidebar ul li ul li {	
	border-bottom: 0;	
}


/* CONTENT */

#right {
	padding-top: 1em;
}

#right .wrap {
	margin-right: 20px;
}

/* POSTS */

#right .avatar-wrap {
	float: left;
	padding: 3px;
	padding-right: 1em;
}

#right .avatar{
	float: left;
	padding: 3px;
	/* border: 1px solid #58B7CC; */
}

#right H1 {
	font-size: 2.5em;
}

#right H2 {
	font-size: 2em;
}

#right .title a {
	text-decoration: none;
}

#right .title a:hover {
	text-decoration: none;
}

#right P {
	/* text-indent: 1.4em; */
}

#right UL.tags LI {
	list-style-type: none;
	float: left;
	margin-right: 2em;
	padding: 3px;
	background: #ABE9F7;
}

.bullet {
	color: white ! important;
}

#right UL.tags A {
	text-decoration: none;
}


.single .post {
	margin-bottom: 1em;
	border-bottom: 3px solid #58B7CC;
}

#share {
	text-align: right;
}

#share UL {
	list-style-type: none;
	margin: 0;
}

#share UL LI {
	display: inline;
	margin-left: 1.2em;
}


/* COMMENTS */

.commentlist {
	list-style-type: none;
	margin: 0;
}

.comment A {
	text-decoration: none;
}

.comment A:hover {
	text-decoration: none;
}

.comment .avatar {
	float: left;
}

.comment CITE A {
	font-weight: bold;
	font-style: normal;
	font-size: 1.3em;
}

.comment-author-info {
	margin-left: 50px;
}

/* FOOTER */

#footer {
	margin: 4px 0 0 0;
	padding: 10px 0 0 0;
	font-weight: bold;
	letter-spacing: -0.08em;
}

#footer .inner {
	padding: 1em 0 1.5em 1.5em;
	border-bottom: 0;
}

#footer p {
	padding-left: 20px;
}

#footer UL {
	list-style-type: none;
	margin: 0;
}

#footer .widget {
	float: left;
	width: 33%;
}

#footer .widget DIV {
	padding-right: 1em;
}
	

#footer .widget LI {
	font-weight: normal;
	margin-left: 1em;
}

/* SUBFOOTER */

#subfooter p {
	text-align: right;
	padding: 0 1em;
}

/* GALLERY */

.gallery {
	font-size: small;
	font-family: sans-serif;
}

/* MOBILE */

.mobile #container {
	width: 100%;
}

.mobile #header {
	width: 100%;
}

.mobile #subheader {
	width: 100%;
}

.mobile #right {
	width: 100%;
}

.mobile #right .wrap {
	margin-left: 1em;
}

.mobile #footer {
	width: 100%;
}

.mobile #subfooter {
	width: 100%;
}

