/*
Theme Name: Spotlessicious
Theme URI: http://fivebyfive.com.ar/wp-themes/spotless
Author: Kevin Walker
Author URI: http://www.kevinwalker.ch
*/

html {
	height: 101%;
}

body {
	font-family : Helvetica, Verdana, serif;
	background: #FFFFFF;
	padding: 0px;
}

h1 {
	font-size: 36px;
	    color: #262626;
	margin: 0;
	padding: 0;
	font-family: "Century gothic", serif;
}

h2 {
	font-size: 18px;
	margin-top: 20px;
	padding: 0;
	font-family: "Century gothic", serif;
}

.container {
	width: 1000px;
	margin: 0px auto;
	padding-top: 20px;
    color: #262626;
	font-family: Arial, serif;
	text-align: center;
}

a:link, a:visited {
    color: #262626;
	font-weight: normal;
	text-decoration: none;
}

a:active, a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

.entry, .entrycat {   
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

.entry img {
	margin-bottom: 3px; !important
	border: none;
	padding: 0px 23px;
	background: url(../images/shadow.jpg) no-repeat top left;
}

.entrycat img { 
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.text {
	color: #666666;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	margin: 0 auto;
	width: 900px;
}

.posted, .nav {
	font-family: Verdana, serif;
	font-size: 11px;
	letter-spacing: 3px;
	text-align: center;
	text-transform: lowercase; 
}

.footer {
	padding: 20px;
	font-size: 11px;  
}

.commentscontainer {
	width: 450px;
	margin: 0px auto;
	text-align: left;
	padding: 20px;  
}

.comments {
	padding: 10px;     
	font-size: 12px;
}

ol#comments {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}

.commentsbody {
	text-align: justify;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 12px;
	color: #999999;
	border: 1px solid #DDDDDD;
}

#commentform {
	width: 450px;
}

#commentform input, #commentform textarea {
	width: 445px;
	padding: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	border: 1px solid #DDDDDD;
	color: #333333;
}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #DDDDDD;
}

label {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
}

#commentform textarea {
	clear: both;
	height: 100px;
}

#commentform p {
	margin-top: 0;
	margin-bottom: 5px;
}

#commentform #submit {
	clear: both;
	width: 450px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
}

textarea {
	width: 450px;
	height: 100px;
}

.submit {
	background-color: #FFFFFF;
}
