/*
Theme Name: TaTTheme
Theme URI: http://pandazwebdesign.tumblr.com
Description: Custom theme for Bonetti Tattoo Studio
Version: 1.6
Author: Pasquale Borriello, Andrea Ciulu
Author URI: http://pandazwebdesign.tumblr.com/
Tags: black, grey, tattoo

	

*/

/* sitewide */

body {
	margin:0px;
	text-align:center;
	background-color: #0c0c0c;
	background-image:url('images/bg-body.png');
	background-repeat: repeat;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img {
	border:0px;
}

/* DIV */
#page {
	margin: auto;
	margin-top:0px;
	width: 990px;
	background-image:url('images/bg.png');
}

#header {
	margin:0px;
	height: 384px;
	width: 990px;
	background-image:url('images/header.png');
}

#footer {
	height: 88px;
	width: 990px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	clear:both;
	background-image:url('images/footer.png');
}

#sidebar {
	float:left;
	width: 230px;
	padding-left: 40px;
	}
	
#content {
	float:left;
	width: 650px;
	padding-left: 50px;
	text-align:left;
}

#main {
	width: 990px;
}

#search {
	float:right;
	margin-top:40px;
	margin-right: 65px;
}

/* classes */

.description {
	float:right;
	clear:both;
	text-align:left;
	margin-right: 25px;
	width: 400px;
	font-size: 20px;
	line-height: 24px;
}


.post {
	width: 620px;
	text-align:left;
	font-size: 14px;
	line-height:14px;
}

.entry img {
	border: 1px solid;
	border-color: #fff;
}

.entry {
	line-height: 24px;
	font-size: 18px;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform:uppercase;
}

.comments {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	font-style: italic;
	line-height: 40px;
}

a, a:active, a:visited {
	color: #fff;
	text-decoration: none;	
}

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

.home {
	cursor:pointer;
	float:left;
	padding-left: 300px;
	padding-top: 90px;
	paddin-right: 10px;
	padding-bottom: 15px;
}

#content a:hover {
	border-bottom-color: #333;
	border-bottom-style: dotted;
	border-bottom-width: thin;	
}

small {
	font-size: 10px;
	text-transform:uppercase;
	font-weight: normal;
}

h2 {
	font-size: 18px;	
}


h1 {
	font-size: 24px;	
	line-height: 24px;
}

h3 {
	font-size: 36px;
	font-variant: small-caps;
	line-height: 24px;
	margin: 0px;
	padding:0px;
}

h4 {
	font-size: 18px;
	font-variant: small-caps;
	line-height: 18px;
	margin: 0px;
	padding:0px;
	
}
