/*
Theme Name: Photofit
Theme URI: 
Description: 
Version: 1
Author: Do Tank
Author URI: 
Tags:
*/

/* reset HTML default styling */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, b, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, hr, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
border:none;
font-size: 100%;
font-weight: inherit;
font-style: inherit;
font-family: inherit;
text-align: left;
vertical-align: baseline;
text-decoration:none;
}
html{
font-size:100%/*WinIE6- text resize adjust*/
}
a img, :link img, :visited img, :hover img {
border: 0;
border: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
ol, ul {
list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
content: "";
}

/*  */

body {
	background-color:#121212;
	background-image:url('images/bg.gif');
	color:#FFFFFF;
	font-family:'Lucida Sans Unicode', 'Lucida Grande',Geneva,Sans Serif;
	font-size:14px;
	line-height:21px;
}

strong {
	font-weight:bold;
}

h1 {
	font-size:28px;
	margin:0 0 20px 0;
}

h2 {
	font-size:18px;
	margin:0 0 10px 0;
}

input#author {
	font:inherit;
	background-color:transparent;
	padding:6px 6px 6px 6px;
	margin:6px 0 10px 0;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	width:400px;
}

textarea {
	font:inherit;
	background-color:transparent;
	padding:6px 6px 6px 6px;
	margin:6px 0 10px 0;
	border:1px solid #FFFFFF;
	color:#FFFFFF;
	width:400px;
}

input#submit{
	background-color:#333333;
	border:none;
	width:180px;
	height:40px;
	font:inherit;
	color:#FFFFFF;
	margin:5px 0 15px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

input#submit:active{
	color:#000000;
	background-color:#FFFFFF;
}

img#dotank {
	margin:8px 29px 0 30px;
}

a {
	color:#FFFFFF;
	background-color:#333333;
}

a:hover {
	color:#333333;
	background-color:#FFFFFF;
}

#pages a {
	color:#FFFFFF;
	background-color:#333333;
	display:block;
	padding:4px 6px 4px 6px;
	margin:0 0 5px 0;
}

#pages a:hover {
	color:#333333;
	background-color:#FFFFFF;
}

#pages .download {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#page {
	width:800px;
	margin:	30px auto 0 auto;
	position:relative;
}

#content {
	width:560px;
	float:left;
	margin-left:40px;
}

#sidebar {
	width:200px;
	float:left;
	left:0px;
}

#pages {
	margin:21px 0 21px 0;
}

#footer {
	width:800px;
	border:none;
	border-top:1px dashed #AAAAAA;
	margin:10px 0 10px 0;
	padding:10px 0 0 0;
	/*float:left;*/
}

#respond {
	margin:0 0 0 0;
}

.commentlist {
	margin:20px 0 30px 0;
	padding:20px 0 0 0;
	border-top:1px dashed #FFFFFF;
	border-bottom:1px dashed #FFFFFF;
}

.question {
	margin:0 0 5px 0;
	font-style:italic;
}

.answer {
	margin:0 0 20px 40px;
}

.answer p, .question p {
	display:inline;
}

hr {
	border:none;
	border-top:1px dashed #AAAAAA;
	margin:10px 0 10px 0;
}

.image, .image:hover {
	background-color:transparent;
}