/*
Theme Name: Oscar Alexander
Theme URI: 
Description: Single column lay-out with a focus on content.
Version: 1.0
Author: Oscar Alexander
Author URI: http://oscaralexander.com
Tags: simple, clean, single column
*/

section, article, header, footer, nav, aside, hgroup { display: block; }

/* font-face */

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/League_Gothic-webfont.eot');
	src: local('☺'),
		 url('fonts/League_Gothic-webfont.woff') format('woff'),
		 url('fonts/League_Gothic-webfont.ttf') format('truetype'),
		 url('fonts/League_Gothic-webfont.svg#webfontEvZjD34h') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* globals */

a {
	color: #FF4F4F;
	text-decoration: none;
	-webkit-transition: color 250ms ease-out;
}

a:hover {
	color: #000;
}

a img {
	border: none;
}

blockquote {
	background: #F4F4F4;
	border-left: 6px solid #CCC;
	font-style: italic;
	line-height: 20px;	
	margin: 0 0 20px 0;
	text-align: left !important;
	padding: 8px 16px;
}

body {
	background: #FFF;
	margin: 40px 0;
}

body, input, select, textarea {
	color: #000;
	font: normal 14px georgia, serif;
}

footer {
	border-top: 1px solid #CCC;
	margin-bottom: 60px;
	padding-top: 24px;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;	
}

footer ul li {
	display: inline;
	margin: 0 8px;
}

form {
	margin: 0;
}

h1 {
	font-family: LeagueGothicRegular;
	font-size: 24px;
	letter-spacing: 1px;
	line-height: 1em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

h1 a {
	color: #CCC;
	font-weight: normal;
	text-decoration: none;
}

h2 {
	color: #F43;
	font-family: LeagueGothicRegular;
	font-size: 48px;
	letter-spacing: 2px;
	line-height: 1em;
	margin: 0 0 2px 0;
	text-align: center;
	text-transform: uppercase;
}

h2 a {
	text-decoration: none;
}

h3 {
	font-weight: normal;
	line-height: 12px;
	margin: -6px 0 16px 0;
	text-align: center;
}

h3 span {
	background-color: #FFF;
	padding: 0 8px;
}

html {
	margin: 0;
}

img {
	display: block;
}

nav {
	margin-top: 10px;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	float: left;
	letter-spacing: 1px;
	margin-left: 16px;
}

iframe,
object {
	display: block;
	margin: 0 0 24px 0;
}

p {
	font-family: georgia, serif;
	line-height: 20px;
	text-align: center;
}

/* ids */

#comment,
#comments {
	border-top: 1px solid #CCC;
}

#comment h3,
#comments h3 {
	margin-bottom: 24px;
}

#comments ol {
	font-family: georgia, serif;
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}

#comments ol li {
	border-top: 1px dotted #CCC;
	padding: 8px 0 0 0;
}

#comments ol li:first-child {
	border-top: none;
	padding: 0;
}

#comments ol p {
	line-height: 20px;
	margin: 0 0 20px 0;
	text-align: left !important;
}

#comments ol .avatar {
	display: block;
	float: left;
	height: 80px;
	margin-bottom: 8px;
	width: 80px;
}

#comments ol .bypostauthor .avatar {
	float: right;
}

#comments ol .bypostauthor .content {
	float: left;
}

#comments ol .content {
	width: 416px;
}

#description p {
	font-family: georgia, serif;
	font-size: 12px;
	font-style: italic;
	margin: 4px 0 40px 0;
	text-align: center;
	width: 512px;
}

#heading {
	margin-bottom: 32px;
}

#padding {
	min-width: 800px;
}

#page {
	border-top: 1px solid #CCC;
	font-family: georgia, serif;
	padding-top: 22px;
}

#next,
#prev {
	border: 1px solid #FFF;
	display: none;
	height: 44px;
	position: fixed;
	top: 50%;
	width: 26px;	
}

#next a,
#prev a {
	background: #F43 url('images/bg-next.gif') no-repeat;
	display: block;
	height: 44px;
	overflow: hidden;
	width: 26px;
	text-indent: -9999px;
	-webkit-transition: background-color 250ms ease-out;
}

#next a:hover,
#prev a:hover {
	background-color: #000;
}

#prev {
}

#prev a {
	background-image: url('images/bg-prev.gif');
}

#posts {
	list-style: none;
	margin: 0;
	padding: 0;
}

#posts li.post {
	border-top: 1px solid #CCC;
	text-align: center;
}

#s {
	background-image: url('images/bg-s.png');
	background-repeat: no-repeat;
	background-position: 6px 6px;
	margin: 0 auto;
	padding-left: 26px;
	width: 208px;
}

#search {
	margin-bottom: 24px;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	width: 512px;
}

/* classes */

.buttons {
	margin-bottom: 60px;
	padding: 10px 0 0 96px;
}

.categories {
	border-top: 1px solid #CCC;
}

.categories p {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 32px 0;
}

.clear:after {
	display: block;
	clear: both;
	content: '';
}

.content img {
	margin: 0 0 24px 0;
}

.content li {
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

.content p {
	font-family: georgia, serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 20px 0;
	text-align: justify;
}

.content p:last-child,
.content ol:last-child {
	margin-bottom: 32px;
}

.content ol,
.content ul {
	margin-top: 0;
	margin-bottom: 20px;
}

.excerpt p {
	margin: 0 0 32px 0;
	font-style: italic;
	text-align: center;
}

.content ul {
	list-style-type: disc;
}

.formField {
	margin-bottom: 10px;
}

.formField label {
	display: block;
	float: left;
	font-family: georgia, serif;
	line-height: 20px;
	margin-top: 4px;
	width: 80px;
}

.formField label span {
	color: #F43;
}

.formField .loggedInUser {
	float: right;
	height: 24px;
	line-height: 20px;
	padding-top: 4px;
	width: 416px;
}

.formField textarea {
	border: none;
	float: right;
	height: 160px;
	line-height: 20px;
	width: 404px;
}

.formField .text {
	float: right;
	width: 404px;
}

.left {
	display: block;
	float: left;
}

.light {
	color: #AAA;
}

.light a {
	color: #AAA;
}

.meta {
	margin: 0 0 40px 0;
}

.month {
	border-top: 1px solid #CCC;
}

.month ul {
	list-style: none;
	margin: 0 0 32px 0;
	padding: 0;
}

.month ul li {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 4px;
	text-align: center;
}

.photo.left {
	margin: 0 16px 22px 0;
}

.photo.right {
	margin: 0 0 22px 16px;
}

.right {
	display: block;
	float: right;
}

.small {
	font: normal 11px arial, helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.text {
	background: #F4F4F4;
	color: #888;
	border: none;
	display: block;
	height: 18px;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
	outline: none;
	padding: 5px 6px;
	-webkit-transition: color 500ms ease-out;
}

.text:focus {
	color: #000;
}

/* slideshow */

.slideshow {
	margin-bottom: 0;
}

.slideshowClear:after {
	clear: both;
	content: '';
	display: block;
}

.slideshowContainer {
	cursor: hand;
	height: 384px;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
	width: 512px;
}

.slideshowContainer div {
	left: 0px;
	position: absolute;
	top: 0px;
}

.slideshowContainer div img {
	float: left;
}

.slideshowCredit {
	float: right;
}

.slideshowNav {
	height: 10px;
	list-style: none;
	margin: 0 auto 24px auto;
	padding: 0;
}

.slideshowNav li {
	float: left;
	height: 10px;
	margin: 0 3px;
	width: 10px;
}

.slideshowNav li a {
	background: #CCC url('images/bg-slideshow-nav.png') no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -9999px;
	width: 10px;
	-webkit-transition: background-color 250ms ease-out;
}

.slideshowNav li a.active,
.slideshowNav li a:hover {
	background-color: #000;
}
