/*
Theme Name: Who Is Torino
Theme URI: http://www.torinocreative.com/
Description: Who is Torino - Torino Creative Design Studios
Version: 1.0
Author: Torino Creative
Author URI: http://www.torinocreative.com
*/

/****************************************
* Reset - Thank you Eric Meyer          *
****************************************/
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a,
font, img,
b, u, i, center,
ul, li,
form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
}
ul {
	list-style: none;
}
/****************************************
* Page                                  *
****************************************/
#page {
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	position: relative;
	background: #000 url(images/whois.jpg) top center no-repeat;
}

/****************************************
* #header                               *
****************************************/
#header {
	width: 300px;
	height: 390px;
	margin: 0 auto 30px;
}

/****************************************
* #mid - Main Content Div               *
****************************************/
#midwrap {
	height: auto;
	margin-bottom: 30px;
}

.post {
	width: 988px;
	margin: 0 auto 30px;
	border: 1px solid #ccc;
}

.post:hover {
	border: 1px solid #666;
}

/****************************************
* #footer                               *
****************************************/
#footer {
	width: 1000px;
	height: auto;
}

.copy {
	height: 30px;
    width: 400px;
	float: left;
}

.torinois {
	width: 300px;
	height: 30px;
	float: right;
	text-align: right;
}

#footer p, .torinois, copy {
	font-size: 9px;
	color: #bcbec0;
	text-transform: uppercase;
}

#footer a, #footer a:visited {
	color: #bcbec0;
	text-decoration: none;
}

#footer a:hover {
	color: #a1a1a2;
	text-decoration: none;
}

/****************************************
* Comment Area                          *
****************************************/
#comments,#respond {
width: 695px;
border-bottom:1px dotted #CCC;
padding:10px 0 5px;
clear:both;
}

#respond {
	color: #fff;
}

p.tos {
width: 694px;
padding:6px 0;
margin-top:10px;
font-size: 10px;
color: #fff;
}

.commentmeta {
color: #bcbec0;
}

.commentlist {
width: 675px;
margin:15px 0;
padding-left:20px;
line-height:130%;
color: #1F1F1F;
}

.commentlist li p, .commentlist .alt p {
font-size: 12px;
}

.commentlist li {
padding:5px 10px;
margin-bottom: 5px;
}

.commentlist .alt {
background: #CCC;
margin-bottom:5px;
}

.commentlist cite {
font-size: 14px;
font-weight: bold;
color: #1F1F1F;
}

.commentlist cite a,.commentlist cite a:visited {
color: #1F1F1F;
}

.commentlist small {
margin-bottom:5px;
display:block;
font-size:87%;
}

#commentform {
margin-top:5px;
font-size: 12px;
}

#commentform p {
width: 694px;
padding:4px 0;
margin:0;
color: #1F1F1F;
}

#commentform label {
color:#787878;
font-size:87%;
}

#commentform input {
width:200px;
background: #999;
border:1px solid #bbb;
padding:3px;
margin-top:3px;
}

#commentform input:hover {
background: #ccc;
}

#commentform textarea {
width:478px;
height:115px;
background:#999;
border:1px solid #bbb;
padding:2px;
margin-top:3px;
}
#commentform textarea:hover {
background: #ccc;
}

#commentform textarea:focus,#commentform input[type="text"]:focus {
background:#fff;
}