/*
Theme Name: Ipseity
Theme URI: http://human3rror.com
Description: A Personal Branding Theme. It's like a Digital Business Card or Virtual CV. It's you. It's "Ipseity."
Version: .001
Author: John Saddington
Author URI: http://human3rror.com
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url("images/2.jpg") repeat top left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #272727;
}

a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover, a:active {
	color: #c9c200;
	text-decoration: underline;
}

ul {
	list-style: circle;
}

img {
	border: none;
}

label {
	margin-left: 0px;
}

blockquote {
	margin: 0px 5px 10px 5px;
	padding: 10px 10px 1px 10px;
	font-style: italic;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
}

span.left {
	float: left;
}

span.right {
	float: right;
}

.clearer {
	clear: both;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#page {
	min-width: 940px;
	max-width: 1100px;
	margin: 0px auto;
	position: relative;
}

.panel, .panel-single {
	font-family: Georgia;
	color: #efefef;
	position: left;
	display: block;
	width: 940px;
	height: 600px;
}

.panel-single {
	height: 300px;
	margin: 0px auto;
	padding-top: 10px;
}

.entry {
	max-width: 940px;
	padding-right: 5px;
	position: left;
	bottom: 200px;
	right: 200px;
	z-index: 100;
	font-size: 1.5em;
	line-height: 1.5em;
}

.entry h1 {
	padding: 165px 0 25px;
	font-family: Helvetica;
	font-size: 3em;
	color: #ffb400;
}

.entry h2 {
	padding: 0px 0 10px 0;
	line-height: .9em;
	font-family: Helvetica;
	font-size: 2.7em;
}

.entry h3 {
	padding: 0px 0 16px 0;
	font-family: Helvetica;
	font-size: 1em;
}

.entry a:hover {
	color: #ffb400;
}

.entry .big {
	font-size: 2em;
}

#thepost {
	margin-bottom: 15px;
}

#content {
	width: 940px;
	margin: 0px auto;
	font-size: 1.2em;
}

#footer {
	width: 940px;
	margin: 0px auto;
	padding-bottom: 10px;
	text-align: right;
/*	font-size: 0.9em; */
	color: #fff;
	font-size: 11px;
}

#footer a {
	color: #ffb400;
}

#footer a:hover, a:active {
	color: #989963;
}

.csw {
	width: 100%;
	height: 600px;
	overflow: hidden
}

.csw .loading {
	margin: 0;
	text-align: center
}

.stripViewer {
	position: relative;
	overflow: hidden;
	clear: both;
	width: 940px;
	height: 600px;
	margin: 0px auto;
	padding-top: 5px;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}

.stripViewer .panelContainer .panel {
	float: left;
	height: 600px;
	position: relative;
	width: 940px;
}

.stripNavL, .stripNavR {
	position: relative;
	top: -360px;
	z-index: 200;
}

.stripNavL {
	float: left;
}

.stripNavR {
	float: right;
}

.stripNavL a:hover, a:active {
	text-decoration: none;
	padding: 0;
	border-style: none;
}

.stripNavR a:hover, a:active {
	text-decoration: none;
	padding: 0;
	border-style: none;
}

/*Qtranslate*/

#qtrans {
	display: block;
	float: left;
	margin-right: 8px;
	position: relative;
	font-size: 10px; 
	padding: 2px;
	top: -10px;
	list-style-type: none;
}

#qtrans a {
	color: #989963;
	text-decoration: none;
	border: 1px solid #989963;
	padding: 3px;
}

#qtrans a:hover, a:active {
	color: #ffb400;
	text-decoration: none;
	border: 1px solid #ffb400;
	padding: 3px;
}

.qtrans_language_chooser li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 6px;
}
	
/*.qtrans_language_chooser li {
	display: block;
	float: left;
	margin-right: 8px;
	font-size: 10px;
	padding: 2px;
	top: -10px;
	list-style-type: none;
	color: #989963;
	border: 2px solid #989963;
	width: 15px;
	height: 15px;
}

.qtrans_language_chooser a:hover, a:active {
	color: #ffb400;
	border: 2px solid #ffb400;
	width: 15px;
	height: 15px;
	padding: 2px;
}*/