/*  

Theme Name: Tattoo
Theme URI: wp-content/themes/tattoo/
Author: Tawni Coakley
Author URI: http://foreverdesignstudio.com/

*/

body {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	background-color: #f6f0d2;
	background-image: url(images/body-bg.png);
	background-attachment: fixed;
}

a, a:visited, a:active {
	color: #00814a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #87b637;
	font-weight: bold;
	text-decoration: none;
}

img {
	margin: 0 10px 10px 0;
}

i {
	font-family: "Georgia";
	color: #1f6981;
}

b {
	font-family: "Georgia";
	color: #1f6981;
}

input, textarea {
	font-family: "Arial";
	font-size: 12px;
	color: #000000;
	margin-right: 5px;
	background-color: #d9e8ce;
	padding: 5px;
	-moz-border-radius: 6px;
	border: 0px;
}

#container {
	width: 830px;
	height: auto;
	margin: auto;
	background-image: url(images/container-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
}

#header {
	width: 830px;
	height: 405px;
	margin: auto;
	background-image: url(images/header-bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#header .menu {
	padding-top: 12px;
	text-align: right;
}

#header .menu a {
	color: #c50073;
	margin: 0 20px 0 0;
}

#header .menu a:hover {
	color: #ffffff;
}

#center_div {
	width: 788px;
	height: auto;
	margin: auto;
}

#mainbar {
	width: 520px;
	float: left;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
}

#mainbar img {
	border: 2px solid #000000;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#mainbar .entry {
	margin-bottom: 40px;
}

#mainbar h1, #mainbar h1 a {
	font-family: "Georgia";
	color: #c50073;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}

#mainbar h1.underlined, #mainbar h1.underlined a {
	font-family: "Georgia";
	color: #c50073;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	margin-bottom: 2px;
	border-bottom: 2px solid #000000;
}

#mainbar h1 a:hover {
	color: #f25a88;
}

#mainbar div.post_meta {
	font-size: 10px;
	font-family: "Georgia";
	margin: 0px;
	letter-spacing: 1px;
	margin-bottom: 2px;
	border-bottom: 2px solid #000000;
}

#mainbar .comments {
	margin-top: 25px;
}

#mainbar div.comment_meta {
	font-size: 10px;
	font-family: "Georgia";
	margin: 0px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	border-bottom: 2px solid #000000;
}

#sidebar {
	width: 228px;
	float: left;
	margin-top: -70px;
}

#sidebar h2 {
	font-family: "Georgia";
	color: #5db5d8;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
}

#sidebar .section {
	margin: 0px;
	margin-bottom: 25px;
}

#sidebar .section ul {
	margin: 4px 0 0 10px;
	padding: 0px;
}

#sidebar .section ul li {
	list-style: none;
	margin-bottom: 5px;
	padding-left: 14px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#footer {
	width: 830px;
	margin: auto;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 15px;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
}

#footer a {
	color: #c50073;
}

#footer a:hover {
	color: #ffffff;
}