/*

Theme Name: ohmyblog
Theme URI: http://www.carlafedje.com/meow/
Description: Single Column Sexiness with Facebook integration. Absolutely prototyped, developed and launched by a small army of hasselblad sporting kittehs.
Author: Precinct 25
Author URI: http://www.precinct25.com/
Version: 0.8-B
Tags: single column, sexy, kittehs, facebook
.
All Content (Code & Otherwise) Copyright 2010 (C) carlafedje.com
.
*/



/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}


/* 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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}


/* l33t f0nt f@c3 */
@font-face {
	font-family: 'eurofurencelightRegular';
	src: url('http://www.carlafedje.com/assets/fonts/eurof35-webfont.eot');
	src: local('☺'), url('http://www.carlafedje.com/assets/fonts/eurof35-webfont.woff') format('woff'), url('http://www.carlafedje.com/assets/fonts/eurof35-webfont.ttf') format('truetype'), url('http://www.carlafedje.com/assets/fonts/eurof35-webfont.svg#webfont1FRF9Cwx') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Teh Usual */
body {
	background: #FFF;
	color: #000;
	
	font-family: Verdana, Arial;
}


/* Global Classes */
.body {
	margin-left: 330px;
	width: 760px;
}

a, a:active, a:visited {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	color: #000;
}

/* Transparent Underlays */
.nav {
	position:fixed;
	left: 20px;
	top: 0px;
	width: 220px;
	height: 100%;
	background-repeat: vertical;
	background-color:#FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: .50;
    filter:alpha(opacity=50);
	z-index:-1;
}


/* Navigation */
.navwrapper {
	background-repeat: no-repeat;
	position: fixed;
	top: 160px;
	left: 20px;
	width: 220px;
	padding-left: 10px;
}

.navwrapper #logo {
	padding-bottom: 20px;
}
	
.navwrapper ul {
	width: 200px;
}

.navwrapper li {
	font-size: 18px;
	text-transform: uppercase;
	text-indent: .8em;
	padding-top: 5px;
	line-height: 40px;
	list-style:none;
	letter-spacing: 5px;
	
	font-family: eurofurencelightRegular, Arial;
}

.navwrapper li:hover {
	font-weight: bold;
	cursor: default;
}

#menu a {
	color: #000;
}


/* ohmyBLOG */
.blogmenu {
	margin-top: 30px;
}

#blogheader a {
	color: #000;
}

#blog {
	margin-top: 195px;
}

#blog h1 {
	font-size: 80px;
	font-family: eurofurencelightRegular, Arial;
	text-align: right;
	letter-spacing: 5px;
	width: 100%;
	margin-bottom: 25px;
}

#blog h1 span.one {	color: #ccc;	}
#blog h1 span.two {	color: #aaa;	}

	/* POST Title */
#blog h2 {
	display: block;
	font-family: eurofurencelightRegular, Verdana, Arial;
	float: left;
	width: 100%;
	font-size: 38px;
	text-align: left;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

#blog p {
	clear: both;
	display: block;
	margin-top: 10px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
}

#blog img {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	margin-left: 45px;
	display: block;
	padding: 0 60px;
	width: 580px;
}

blockquote:before, blockquote:after {
	display: block;
	font-size: 700%;
	width: 50px;
	font-family: eurofurencelightRegular, Verdana;
}

blockquote:before {
	content: open-quote;
	height: 25px;
	margin-left: -0.55em;
}

blockquote:after {
	content: close-quote;
	height: 70px;
	margin-top: -35px;
	margin-left: 530px;
}

#sharethis {
	width: 760px;
	float: left;
	margin-bottom: 20px;
}

	#sharethis .sharetext {
		padding-right: 16px;
		padding-top: 12px;
		color: #ccc;
		font-size: 12px;
	}

#postend {
	clear: both;
	margin-top: 10px;
	height: 30px;
	margin-top: 35px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	color: #666666;
	font: 10px Arial,Helvetica,sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}

#facebook_like {
	width: 380px;
	float: left;
}

.meta {
	width: 380px;
	float: right;
	text-align: right;
	padding-top: 5px;
}

#nav-above {
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	height: 15px;
}

.nav-previous {
	width: 380px;
	float: left;
}

.nav-next {
	width: 380px;
	float: right;
	text-align: right;
}


/* Video Player */

.iframe {
	text-align: center;
	margin-top: 15px;
}
