/* MINIMUM 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, 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;
}
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: "" "";
}
/* GENERAL
------------------------------------------------------------------- */

html, body {
	color: #8aa6b3;
	min-height: 100%;
	height: 100%;
	font-smooth: always;
	text-align: left;
}
html {
	background:#000 url(/images/bg.jpg) no-repeat center top;
	overflow-y: scroll;
	font: 11px Verdana, Geneva, sans-serif;
}
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #fff;
}
a:hover {
	color: #ffbd00;
}
abbr, acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}
blockquote {
	background-color: #000;
	border: 1px dashed #eaeaea;
	color: #fff;
	font-style: italic;
	margin: 0 20px 9px 20px;
	padding: 7px;
}
cite {
	font-style: italic;
}
code {
	background: #eaeaea;
	font-family: Consolas, Monaco, monospace;
	padding: 1px 3px;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	display: block;
	font-weight: normal;
}
h1 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	line-height: 125%;
	margin: 0 0 .2em;
	color: #fff;
}
h2 {
	font: 21px Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
	margin: 1em 0 .2em;
}
h3 {
	font: 17px Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
	margin: 0 0 .2em;
}
h4 {
	font-size: 15px;
	margin: 1.33em 0 .2em;
}
h5 {
	font-size: 13px;
	margin: 0 0 .4em;
}
h6 {
	font-size: 12px;
	margin: 1.67em 0;
	font-weight: bold;
}
hr {
	display: none;
}
small {
	font-size: 10px;
}
strong {
	font-weight: bold;
}
sub, sup {
	font-size: 10px;
}
del {
	color: #8b0000;
	text-decoration: line-through;
}
ins {
	color: #006400;
	text-decoration: none;
}
/* Generic classes
------------------------------------------------------------------- */

/* Ampersand, Ampersand, you are so beautiful */
.amp {
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman";
	font-style: italic;
}
/* Wordpress specific CSS
------------------------------------------------------------------- */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	display: inline;
	margin: 0 20px 10px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 10px 20px;
}
.entry div.alignleft {
	float: left;
	margin: 0 20px 7px 0;
}
.wp-caption {
	background-color: #F0F0F0;
	border: 1px solid #E5E5E5;
	overflow: hidden;
	padding: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter img, .aligncenter p.wp-caption-text {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* STRUCTURE
------------------------------------------------------------------- */

#header {
	float: left;
	position: relative;
	width: 100%;
	height: 140px;
	text-align: center;
}
#container {
	float: left;
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	height: auto;
	min-height: 100%;
}
#content {
	float: left;
	width: 610px;
	margin-right: 40px;
	margin-bottom: 120px;
}
#sidebar {
	float: left;
	width: 150px;
	font-size: 10px;
}
#footer {
	clear: both;
	float: left;
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-top: -60px;
	height: 59px;
	text-align: center;
	border-top:	1px solid #1A2226;
	color: #34434b;
}
#footer a {
	color: #34434b;
}
#footer a:hover {
	color: #ffbd00;
}
#footer div {
	margin-top: 18px;
}
div#footer div {
	float: left;
	font-size: 10px;
	margin-right: 20px;
}
#follow {
	float: right !important;
	margin-top: 15px;
	margin-right: 0px !important;
}
#follow a {
	margin-left: 20px;
}
/* HEADER
------------------------------------------------------------------- */

#leftmenu, #rightmenu {
	position: absolute;
	top: 60px;
	width: 315px;
}
#leftmenu div a:hover, #rightmenu div a:hover {
	background-position: 100% 0;
}
#leftmenu {
	left: 0;
	float: left;
	text-align: right;
}
#leftmenu div {
	float: right;
}
#rightmenu {
	right: 0;
	float: right;
	text-align: left;
}
#rightmenu div {
	float: left;
}
#leftmenu a, #rightmenu a {
	margin: 0 10px;
	height: 32px;
	display: block;
}
.art a {
	width: 39px;
	background: url(/images/menu-art.png) no-repeat;
}
.design a {
	width: 65px;
	background: url(/images/menu-design.png) no-repeat;
}
.photography a {
	width: 109px;
	background: url(/images/menu-photography.png) no-repeat;
}
.blog a {
	width: 50px;
	background: url(/images/menu-blog.png) no-repeat;
}
.about a {
	width: 60px;
	background: url(/images/menu-about.png) no-repeat;
}
.contact a {
	width: 70px;
	background: url(/images/menu-contact.png) no-repeat;
}
.art a:hover, .design a:hover, .photography a:hover, .blog a:hover, .about a:hover, .contact a:hover {
	background-position: 100% 0 !important;
}
input#s {
	background: url(/images/search.gif);
	border: 0;
	margin: 0;
	padding: 3px 19px 3px 3px;
	height: 15px;
	width: 128px;
}
/* BREADCRUMB
------------------------------------------------------------------- */

#breadcrumb {
	margin-bottom: 20px;
}
/* FORM
------------------------------------------------------------------- */

input {
	width: 290px;
	line-height: 15px;
	color: #000;
	font: 11px Verdana, Geneva, sans-serif;
	display: block;
	border: 0;
	padding: 5px;
	box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	-webkit-box-shadow: #000 0px 0px 5px;
}
input[type="hidden"] {
	margin: 0;
	padding: 0;
	border: 0;
}
input#submit {
	width: 120px;
	height: 24px;
	background: url(/images/button.png) no-repeat center top;
	border: 0;
	color: #fff;
}
input#submit:hover {
	background: url(/images/button-hover.png) no-repeat center top;
}
input#submit:active {
	background: url(/images/button-active.png) no-repeat center top;
}
.submit input {
}
textarea {
	width: 290px;
	color: #000;
	font: 11px Verdana, Geneva, sans-serif;
	height: 150px;
	margin-bottom: 10px;
	border: 0;
	padding: 5px;
	box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	-webkit-box-shadow: #000 0px 0px 5px;
}
label {
	width: 300px;
	margin: 10px 0 3px;
	display: block;
}
/* SLIDER
------------------------------------------------------------------- */

.sliderwrapper {
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	width: 740px; /*width of featured content slider*/
	height: 553px;
	background: white;
	box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	-webkit-box-shadow: #000 0px 0px 5px;
	left: 50%;
	margin-left: -370px;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	margin: 5px;
	background: white;
	width: 730px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.prev, .next {
	width: 200px;
	height: 100%;
	display: block;
	position: relative;
	z-index: 9999;
}
.prev {
	float: left;
}
.prev:hover {
	background: url(/images/prev.gif) no-repeat left;
}
.next {
	float: right;
}
.next:hover {
	background: url(/images/next.gif) no-repeat right;
}
.sliderpagination {
	width: 730px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height: 543px;
	text-align: center;
	margin: 5px;
}
.sliderpagination a {
	text-decoration: none;
	color: #fff;
}
.sliderpagination a:hover, .sliderpagination a.selected {
	color: #000;
}
.toc {
	visibility: hidden;
}
/* SHOWCASE
------------------------------------------------------------------- */

#about {
	float: left;
	width: 560px;
	line-height: 20px;
}
#about p {
	margin: 0 0 9px;
}
#photo {
	float: right;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	border: 5px solid #fff;
	box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	-webkit-box-shadow: #000 0px 0px 5px;
}
/* POSTs and PAGEs
------------------------------------------------------------------- */

.page, .post, h1.pagetitle, p.nocomments {
	position: relative;
	margin: 0 0 40px;
}
.entry {
	clear: both;
	line-height: 20px;
	margin: 0;
	display: block;
}
.entryimg {
	margin-bottom: 10px;
	display: block;
	text-align: center;
	background-color: #fff;
	border: 5px solid #fff;
	box-shadow: #000 0px 0px 5px;
	-moz-box-shadow: #000 0px 0px 5px;
	-webkit-box-shadow: #000 0px 0px 5px;
}
small.meta {
	display: block;
	clear: both;
	margin-bottom: 10px;
}
.entry p, .entry ol, .entry ul {
	margin: 0 0 9px;
}
.entry blockquote p {
	margin: 0;
}
.entry ol {
	margin-left: 0.75em;
	padding-left: 12px;
}
.entry ul {
	margin-left: 0.5em;
	padding-left: 12px;
}
.entry ol li {
	list-style-type: decimal;
}
.entry ul li {
	list-style-type: disc;
}
/* Gallery */

.gallery {
	clear: both;
	position: relative;
	width: 610px;
}
.gallery-item {
	float: left;
}
.gallery img {
	margin: 6px 6px;
}
.gallery-caption {
	margin: 0;
}
/* SOCIABLE
------------------------------------------------------------------- */

li div.sociable {
	margin-top: 0;
}
.sociable ul {
	margin-top: 9px;
}
.sociable ul li {
	display: inline !important;
	list-style-type: none;
	margin: 0;
}
/* PAGINATION on single.php */

.previousnext, .pagination {
	margin-bottom: 5px;
}
ol.page-link {
	background-color: #F4F8F9;
	border-bottom: 1px solid #E6F0F2;
	border-top: 1px solid #E6F0F2;
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 9px 0 20px;
	padding: 5px 8px;
	width: auto;
}
.page-link li, .page-link li span, .page-link li span a {
	display: block;
	float: left;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	width: auto;
}
/* Resets specific ol/ul/li within the CONTENTs default values */
ol.page-link li {
	margin: 0 0 0 3px;
}
.page-link li span, .page-link li span a {
	width: 16px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}
.page-link li span {
	background-color: #fff;
	color: #111;
}
.page-link li span a:link, .page-link li span a:visited {
	background-color: #5B8EAD;
	color: #fff;
}
.page-link li span a:hover {
	background-color: #285776;
	color: #fff;
}
.page-link li strong {
	margin-right: 5px;
}
.postmetadata {
	margin-top: 40px;
}
.postmetadata ul {
	list-style: disc;
	margin-left: 1.5em;
}
.postmetadata li {
	line-height: 20px;
}
#somethingspecial {
	width: 600px;
	text-align: center;
	position: relative;
	margin-top: 10px;
}
/* COMMENTS
------------------------------------------------------------------- */

h3#comments, h4#pings {
	float: left;
}
h4#pings {
	line-height: 1.2;
	margin: 10px 0;
	width: 150px;
}
div.navigation {
	clear:both;
}
.comments-header {
	border-bottom: 1px solid #293337;
}
.comments-header-meta {
	float: right;
	font-weight: bold;
	line-height: 44px;
	padding: 4px 0 0;
}
.comments-content {
	display: block;
	width: 610px;
}
ol.commentlist, ol.pinglist {
}
ol.pinglist {
	margin-top: 10px;
	width: 420px;
	float: right;
}
li.pings {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E6F0F2;
	margin: 0;
	padding: 4px 10px;
	width: 400px;
}
li.pings:first-child {
	border-top: none;
}
li.pings:last-child {
	border-bottom: none;
}
li.comment {
	border-bottom: 1px solid #293337;
	margin: 0px;
	overflow: hidden;
	width: 100%;
	clear: both;
}
.comment-author {
	margin-left: 60px;
	position: relative;
}
img.avatar {
	background-color: #fff;
	border: 1px solid #eee;
	padding: 2px;
	position: absolute;
	left: -60px;
}
.comment-meta {
	font-size: 10px;
	margin-bottom: 3px;
	margin-left: 60px;
}
li.comment-author-admin {
	background-color: #E6F0F2;
}
li.comment p, li.comment blockquote {
	margin-left: 60px;
}
li.comment blockquote p, li.comment blockquote blockquote, li.comment blockquote blockquote p {
	margin: 5px;
	padding: 7px;
}
.commentlist .even, .commentlist .alt {
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	font-size: 12px;
}
.commentlist cite a {
}
/* .commentlist .bypostauthor {
	background-color: #373E48;
} */
.comment .children {
	float: right;
	margin: 0 20px 20px 0;
	width: 510px;
}
.comment .children li {
	background-color: #111d21;
	margin-top: 1px;
	border: 0;
}
.comment .children .comment-body {
	margin: 10px;
}
.comment-body {
	margin: 20px;
	display: block;
}
/* Unused */
li.thread-alt {
}
ol.commentlist .thread-even {
}
ol.commentlist .depth-1 {
}
.comment-author cite {
}
.says {
}
/* Your comment is awaiting moderation. */
li.comment div em {
}
div.reply {
	text-align: right;
	margin-top: 10px;
}
a.comment-reply-link {
	background-color: #8aa6b3;
	padding: 3px 12px;
	color: #000;
}
a.comment-reply-link:hover {
	background-color: #ffbd00;
}
#respond {
	overflow: hidden;
	margin: 20px;
	margin-left: 80px;
}
#respond p {
	margin-left: 0;
}
.comment-input {
	float: left;
	width: 238px;
}
.textarea-input {
	float: left;
	margin-right: 5px;
	width: 330px;
}
/* SIDEBAR
------------------------------------------------------------------- */

#sidebar div {
	margin-bottom: 20px;
}
#sidebar li {
	line-height: 1.3em;
	margin-bottom: 5px;
}
#sidebar li li {
	margin-left: 6px;
	line-height: 1.2em;
	margin-top: 5px;
}
.last-link {
	margin: 0;
}
#wpstats {
	display: none;
}
/* CLEARFIX
------------------------------------------------------------------ */

html .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
