﻿/*   
Theme Name: BLiTZwatches
Theme URI: www.blitzwatches.co.uk
Description: blitz watches wordpressed.
Author: SEANJACOB
Author URI: http://seanjacob.wordpress.com/
Version: 1.0
*/

body
{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: calibri;
	font-size: 15px;
	color: #000000;
	background:url(images/bg.png) repeat-x;
	background-color: #333333;
}

html 
{ 
	padding:0; 
	margin:0;
}


#wrapper
{
	 width:960px;
	 margin:0 auto;
	 text-align: left;
}

a
{
	color:#0199c9;
	text-decoration: none;
}

a:hover
{
	color:#cccccc;
}

h1
{
	color: #0199c9;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 a 
{
	color: #0199c9;
	text-decoration:none;
}

h1 a:hover 
{
	color:#333333;
}


.clear
{
	clear:both;
}


/* MENU */
#menu
{
	font-size: 13px;
	margin-top: 18px;
	float: right;
	text-transform: lowercase;
	font-weight: bold;
}

#menuContent
{
}

#menuContent ul
{
	list-style: none;
	margin:0;
}

#menuContent li
{
	float: left;
	display: block;	
}

#menuContent li a
{
	color: #ffffff;
	display: block;
	padding: 0 30px 0 30px;
	border-right: 1px #333333 solid;
}

#menuContent li a:hover
{
	color: #0199c9;
	display: block;
	padding: 0 30px 0 30px;
	border-right: 1px #333333 solid;
}

/* HEADER */
#header
{
	height: 150px;
	background:url(images/logo.png) left center no-repeat;
}

#adheader
{
	float:right;
	margin-top:50px;
}

/* MAIN */
#main
{	
}

#mainTop
{
	float:left;
	height:20px;
	width:960px;
	background: url(images/postTop.png) bottom no-repeat;
}

#mainBody
{
	float:left;
	width: 960px;

	background: url(images/postBody.png) repeat-y;
}

#mainBottom
{
	float:left;
	height:20px;
	width:960px;
	background: url(images/postBottom.png) top no-repeat;
}

#main .postInfo
{
	color: #333333;
	padding: 0 0 5px 0;
	font-size: 12px;
	border-bottom: 4px solid #333333;
	font-weight:normal;
}

/* MAIN CONTENT */

#content
{
	float: left;
	width: 640px;
	word-spacing: 2px;
	font-size: 15px;
	line-height: 25px;
}

.textContent
{
	margin: -20px 0 0 0;
	padding: 0 0 0 20px;
}

/* SIDEBAR */
#sidebar
{
	float: right;
	width: 280px;
	list-style: none;
	padding:10px 10px 0 0px;
	font-size: 11px;
	color: #333333;
}

#sidebar a
{
	color: #333333;
}

#sidebar a:hover
{
	color: #0199c9;
}

#sidebar h2
{
	background-position: left;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 0 0 0 20px;
	color: #000000;
	background: url(images/sidebarBox.jpg) no-repeat left;
	background-color: #FFFFFF;
	text-transform: uppercase;
}

#sidebar ul
{
	list-style: none;
	margin: 0 0 20px 0;
}

#sidebar li {
	padding:3px;
	font-size: 12px;
}

#sidebar input {
	width:240px;
	padding:5px;
	background:#fdfdfd;
	color:#444;
	border:1px solid #f6f6f6;
	font:11px Verdana;
}

#sidebar input:focus 
{
	background:#fff;
	border:1px solid #eee;
}



/* FOOTER */
#footer
{
    clear:both;
    padding: 10px 0 0 0;
    color: #999999;
	height: 36px;
	font-size: 12px;
	text-align: center;
}


/*OTHER*/

textarea#comment { width: 400px; padding: 5px; }

.commentmetadata { font-size: 10px; }

p.news {
	padding:10px;
	background:#cccccc;
	margin:10px 0;
	color:#537B17;
	border-bottom:2px solid #BCE67D;
	border-top:2px solid #BCE67D;
}

blockquote {
	padding:5px 15px;
	background:#cccccc;
	margin:10px 0;
	border:1px solid #eee;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:underline;
}




/* COMMENTS */
#commentform #submit 
{ 
	background-color: #333333; 
	color: #FFFFFF; 
}

#commentform #submit:hover 
{ 
	border:1px solid #0199c9; 
	background-color: #333333; 
	color: #FFFFFF; 
}

textarea#comment 
{ 
	width:400px; 
	height:70px; 
}

ol.commentlist 
{ 
	margin-bottom: 2.5em; 
}

.commentlist li 
{ 
	margin:5px; 
	padding:10px;
	border-top:1px solid #555555; 
	border-bottom:1px solid #555555; 
	background-color:#777777; 
	color:#ffffff; 
	font-size:13px; 
}

.commentlist li.alt 
{ 
	margin:5px; 
	padding:10px; 
	border-top:1px solid #666666; 
	border-bottom:1px solid #666666; 
	background-color:#999999; 
	color:#ffffff; 
	font-size: 13px; 

} 

.commenttext 
{ 
	clear:both; 
}

.commenttop 
{ 
	padding-bottom:10px; 
}

.commenttop a 
{ 
	color:#333333; 
	background-color:transparent; 
}

.commenttop a:hover 
{ 
	color:#0199c9; 
	background-color:transparent; 
}

.commentmetadata 
{ 
	float:right; 
}

.commenttop div.commentmetadata a 
{ 
	text-decoration:none; 
	color:#333333; 
}

.commenttop div.commentmetadata a:hover 
{ 
	color:#0199c9; 
	background-color:transparent; 
	text-decoration:none;
}

.commentauthor, .commentauthor a 
{ 
	float:left; 
	color: #333333; 
}

.commentauthor a:hover 
{ 
	color: #333333; 
}

.commentmetadata a 
{ 
	color: #0199c9; 
}

#commentform 
{ 
	padding: 18px; 
}

#commentform p 
{ 
	margin:0.5em 0.5em 0 0.5em; 
}

#commentform input,#commentform textarea 
{ 
	border:1px solid #67625b; 
	font:12px "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif; 
	color:#FFFFFF; 
	background-color: #333333; 
	margin:0; 
	padding:0.2em; 
}

#commentform input:hover,#commentform textarea:hover 
{
	 border:1px solid #0199c9; 
}

#comments, #respond 
{ 
	margin-top: 30px; 
}

.recentcomments 
{ 
	padding: 5px 10px; 
	display: block; 
	font-size: 12px;  
}

#ad
{
	margin-top:-20px;
}

