﻿/*
THEME NAME: Typograph
THEME URI: http://blog.pinkandyellow.com/free-wordpress-themes/typograph/
DESCRIPTION: Standards compliant theme with threaded comments, a MooTools powered tabbed sidebar box and an ad under the first post on the index page. This theme has no images and is purely based on CSS elements and typography. Ideal for future customization. Typograph was styled "from the ground up" on a highly customized version of the <a href="http://wordpress.org/extend/themes/sandbox#post-35">Sandbox theme</a>.  
VERSION: 0.8.6
AUTHOR: Morten Rand-Hendriksen of <a href="http://www.pinkandyellow.com">Pink &amp; Yellow Media</a>
AUTHOR URI: http://www.pinkandyellow.com
TAGS: black, white, light, three-columns, fixed-width, theme-options, right-sidebar, threaded-comments
*/


/* ********************************* */
/* ERIC MEYER'S CSS RESET - RELOADED */
/* ********************************* */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ************* */
/* END CSS RESET */
/* ************* */

/* *************** */
/* LAYOUT ELEMENTS */
/* --------------- */

body {	
}

#outerWrap {
}

#wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#container {
	float: left;
	width: 100%;
}
#content {
	width: 650px;
	float: left;
	position: relative;
	padding-right: 14px;
}

.sidebar {
	float: left;
	overflow: hidden;
	width: 185px;
}

#footer {
	clear: left;
	width: 100%
}

/* ------------------- */
/* END LAYOUT ELEMENTS */
/* ******************* */


/* *************** */
/* GLOBAL ELEMENTS */
/* --------------- */

.clear {
	clear:both;
}

.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.aligncenter {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 5px;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #C0C0C0;
	margin-right: 10px;
	margin-bottom: 5px;
}

img.aligncenter {
	margin: 5px auto 5px auto;
	display: block;
	padding: 5px;
	border: 1px solid #C0C0C0;
}

img.alignright {
	padding: 5px;
	border: 1px solid #C0C0C0;
	margin-left: 10px;
	margin-bottom: 5px;
}

.wp-caption {
	border: 1px solid #EEEEEE;
	text-align: center;
	background-color: #ffffff;
/* optional rounded corners for browsers that support it */
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-top: 8px;
	padding-right: 4px;
	padding-left: 4px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

#content p.wp-caption-text {
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 6px;
	color: #F8F8F8;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #f8f8f8;
}

a:visited {
	color: #33333333;
}

strong {
	font-weight:bold;
}

em {
	font-style: italic;
}

dt {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	color: #848484;
	font-size: 1em;
}

dd {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	color: #848484;
	font-size: 1em;
}

legend {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-style: italic;
	font-size: 0.8em;
	color: #848484;
}

form {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-style: italic;
	font-size: 0.8em;
	color: #848484;
}


/* ------------------- */
/* END Global Elements */
/* ******************* */


/* ****** */
/* HEADER */
/* ------ */

#content #header {
	margin-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}

#content #header h1 {
	margin-left: 10px;
	padding-top: 25px;
}

#content #header h1 a {
	font-family: Futura;
	font-weight: light;
	font-size: 7em;
	text-transform: uppercase;
	letter-spacing: -5px;
	color: #000000;
}

#content #header h1 a:hover {
	text-decoration: none;
	color: #F8F8F8;
}

/* ---------- */
/* END HEADER */
/* ********** */


/* ************ */
/* MAIN CONTENT */
/* ------------ */

#content h2 {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: -2px;
	padding-left: 2px;
	margin-bottom: 10px;
}

#content h3 {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
}
#content h4 {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 5px;
	padding-top: 5px;
}
#content h5 {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 2px;
	padding-top: 5px;
}
#content h6 {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 5px;
	padding-top: 5px;
}

#content p {
	
font-family: Garamond, serif;
	font-size: 0.9em;
	color: #00000000;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 1.5em;
}

#content blockquote, #content pre {
	padding: 10px 12px 3px 12px;
	margin-bottom: 15px;
	font-family: Gill Sans Light, sans-serif;
	background-color: #EEEEEE;
}

#content blockquote p {
	
	font-style: italic;
}

#content blockquote a {
	
}

#content blockquote a:hover {
	
}

#content blockquote a:visited {

}

/* POST BODY LIST ITEMS - affects only actual post lists */

.entry-content h1 {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: -2px;
	padding-left: 2px;
	margin-bottom: 10px;

}


.singlepost .entry-content ul, .post .entry-content ul {
	padding-left: 20px;
	margin-bottom: 15px;
}

.singlepost .entry-content ul li, .post .entry-content ul li {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 0.8em;
	color: #333333;
	padding-bottom: 5px;
	list-style-type: square;
}

.singlepost .entry-content ul ul, .post .entry-content ul ul {
	margin-top: 10px;
	margin-bottom: 0px;
}

.singlepost .entry-content ul ul li, .post .entry-content ul ul li {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	color: #333333;
	padding-bottom: 5px;
	list-style-type: square;
}

.entry-content ol {
	margin-bottom: 15px;
	list-style-type: decimal;
	margin-left: 30px;
}

.entry-content ol li {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 0.8em;
	color: #333333;
	padding-bottom: 5px;
}

/* END POST BODY */

/* ---------------- */
/* END MAIN CONTENT */
/* **************** */


/* **** */
/* POST */
/* ---- */

.post {
	margin-left: 10px;
	margin-bottom: 30px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}

.singlepost {
	margin-left: 22px;
	margin-bottom: 30px;
	padding-bottom: 5px;
}


.cat-links {
	text-transform: uppercase;
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 0.7em;
	color: #808080;
	padding-left: 2px;
	background-color: #EEEEEE;
	width: 100%;
	margin-left: -2px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 8px;
}
.cat-links a {
	text-decoration: none;
	color: #808080;
}

.cat-links a:hover {
	color: #F8F8F8;
}

.author {
	margin-top: -8px;
	margin-bottom: 10px;
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-style: italic;
	font-size: 0.8em;
	color: #FFFFFF;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 2px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}

.post h2 a {
	color: #000000;
	text-decoration: none;
}
.post h2 a:hover {
	color: #F8F8F8;
}

.tagbox {
	border-bottom: 8px;
	padding-bottom: 8px;
}

.tag-links {
}

.indexAd {
	margin-top: 4px;
}

/* -------- */
/* END POST */
/* ******** */


/* ********* */
/* POST INFO */
/* --------- */

.postInfo {
	border: 1px solid #CCCCCC;
	background-color: #f9f9f9;
	font-size: 0.7em;
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	color: #999999;
}

.postInfo a {
	color: #808080;
}
.postInfo a:hover {
	text-decoration: none;
	color: #000000;
}

.postInfo ul {
	margin: 8px auto 8px 10px;
	padding: 0px;
}

.postInfo ul li {
	list-style-type: none;
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	margin-bottom: 2px;
}
.trackback {
	background: 0
50%;
}
.feed {
	background: 0
50%;
}

/***************** Tags below the link of the comments feed ********************/
.tags {
	background: 0
50%;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}

.navigation a, .navigation a:visited {
	color: #C0C0C0;
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
}

.previous-entries a {

}

.next-entries a {

}

/* comments area */




/* ******* */
/* SIDEBAR */
/* ------- */

#sidebar {
	float: right;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}

#sidebar h1 {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #000000;
	padding-bottom: 5px;
}

/* ******************* */
/* MOOTOOLS TABBED BOX */
/* ------------------- */

.tabbed_box {
	padding: 8px;
	border: 1px solid #EEEEEE;
	width: 371px;
	margin-right: 12px;
	margin-left: 13px;
}

#tabMenu {
	display: block;
	height: 30px;
}

#tabMenu ul {
	margin: 0px;
	padding: 0px;
	height: 30px;
}

#tabMenu ul li {
	margin: 0px;
	display: inline;
	float: left;
	list-style-type: none;
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	height: 30px;
}

#tabMenu ul li a {
	border-right: 1px solid #363834;
	color: #808080;
	display: block;
	text-decoration: none;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.9em;
	font-weight: normal;
	height: 29px;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #CCCCCC;
	border-right-color: #CCCCCC;

}
#tabMenu ul li a.active {
	margin-top: 1px;
	background-color: #EEEEEE;
	color: #666666;
}

#tabMenu ul li a.active:hover {
}

#tabMenu ul li a:hover {
	height: 29px;
	margin-top: 1px;
	color: #F8F8F8;
}

#tabContent {
	margin: 0px;
	padding: 10px;
	position: relative;
	float: left;
	width: 350px;
	background-color: #EEEEEE;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#tabContent .content {
	display:none;
}

#tabContent .active {
	display:block; 
} 

#content_2, #content_3, #content_4, #content_5, #content_6, #content_7, #content_8 {
	display: none;
}

#sidebar #tabContent h1 {
	font-size: 1 em;
	color: #000000;
text-transform: uppercase;
}

#sidebar #tabContent h1 a {
	color: #666666;
}

#sidebar #tabContent h1 a:hover {
	color: #F8F8F8;
	text-decoration: none;
}

#tabContent h4 {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
}

#tabContent p {
	
font-family: Garamond, serif;
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.5em;
	color: #000000;
	margin-top: 10px;
}

#tabContent a {
	color: #000000;
}

#tabContent a:hover {
	text-decoration: underline;
}

#tabContent ul {
	margin: 0px;
	padding: 10px 5px 0px 5px;
}

#tabContent ul li {
	list-style: none;
	border-bottom: 1px solid #d6dde0;
	padding-bottom: 8px;
	font-size: 0.8em;
	border-bottom-color: #676767;
	border-bottom-style: solid;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
}

#tabContent ul li a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
text-transform: uppercase;
}

#tabContent ul li a:hover {
	text-decoration: none;
	color: #F8F8F8;
}

  
#tabContent ul li a small {  
	color:#000000;  
	font-size:9px;  
	text-transform:uppercase;  
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	position:relative;  
	left:4px;  
	top:0px;  
}  

#tabContent ul li:last-child {
	border-bottom:none;
	padding-bottom: 0px;
}

#searchBox input#s {
	border: 1px solid #666666;
	width: 290px;
	height: 25px;
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	color: #666666;
	font-size: 0.9em;
	vertical-align: middle;
}

/* ******************* */
/* MOOTOOLS TABBED BOX */
/* ------------------- */



/* Two Column Sidebar */

#barLeft {
	width: 190px;
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

#barRight {
	width: 190px;
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}

#sidebar h3 {
	font-size: 1em;
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-weight: normal;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	width: 95%;
	padding-bottom: 4px;
	margin-bottom: 0px;
	padding-top: 8px;
}

.sidebar input#s {
	width:7em;
}

#sidebar ul {
	font-family: Gill Sans Light, Gill Sans, sans-serif;
}

#sidebar li {
	list-style: none;
	margin: 0 0 10px 0;
}

#sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

#sidebar ul ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	list-style-type: none;
}
#sidebar ul ul li {
	padding: 7px 5px 7px 6px;
	list-style: none;
	margin-bottom: 0px;
	font-size: 0.5em;
	width: 175px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	font-family: Gill Sans Light, Gill Sans, sans-serif;
}
#sidebar ul ul li:hover {
	background-color: #F8F8F8;
	color: #F8F8F8;
}

#sidebar ul ul li p {
	font-size: 0.8em;
	color: #CCCCCC;
	padding-top: 5px;
}

#sidebar ul ul li a {
	color: #C0C0C0;
}
#sidebar ul ul li a:hover {
	color: #F8F8F8;
	text-decoration: none;
}

#sidebar ul ul li:last-child {
	border-style: none;
}

#sidebar ul ul ul {
	margin:0 0 0 0.5em;
}

#sidebar ul ul ul li {
}

#searchform input#s {
	border: 1px solid #666666;
	width: 183px;
	height: 25px;
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	color: #666666;
	font-size: 0.9em;
	vertical-align: middle;
}


/* ----------- */
/* END SIDEBAR */
/* *********** */


/* ****** */
/* FOOTER */
/* ------ */

#footer {
	text-align: right;
	padding-top: 5px;
	font-family: Gill Sans Light, Gill Sans, sans-serif;
	font-size: 0.7em;
	color: #808080;
	margin-right: 40px;
	padding-bottom: 15px;
	margin-top: 20px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #EEEEEE;
}
#footer p {
	margin-right: 20px;
}

/* ---------- */
/* END FOOTER */
/* ********** */
 
.textwidget 
{font-size:13px;}
