@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family:"OldStyle";
	src:url(http://www.phoenixtattoostudio.com/cms/sites/all/themes/custom/phoenix/images/oldstyle.ttf) format("truetype");
}

html, body {
	background-image:url(images/bgrepeat.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 100%;
	position:absolute;
	margin: 0px;
	background-color: #6B2704;
	height: 100%;
	min-height: 100%;
	font-family: OldStyle, Arial;
	font-size: 17px;
	color: #000000;
}
a:link {
	color: #c70000; 
	text-decoration: none;
	outline:none;
}
a:visited {
	color: #c70000; 
	text-decoration: none;
	outline:none;
}
a:hover {
	color: #000000; 
	text-decoration: none;
	outline:none;
}
a:active {
	color: #880000; 
	text-decoration: none;
	outline:none;
	
}

h2 {
	font-family: OldStyle;
	font-size: 22px;
	line-height: 22px;
}

h1 {
	font-size: 28px;
	text-align: left;
}

.header {
	position: relative;
	height: 214px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	top: 50px;
}
#content {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back_repeat.jpg);
	background-repeat: repeat-y; 
	position: relative;
	top: 50px;
	overflow: visible;
	visibility: visible;
	padding-bottom: 25px;
}
.leftcolumn {
	clear: left;
	float: left;
	width: 565px;
	margin-top: 10px;
	margin-left: 45px;
	text-align: justify;
	line-height: 24px;
}
.leftnav {
	clear: left;
	float: left;
	height: 57px;
	width: 220px;
	position: relative;
	top: 120px;
	left: 150px;
}
.rightnav {
	clear: right;
	float: right;
	height: 57px;
	width: 220px;
	position: relative;
	top: 120px;
	right: 150px;
}
.rightcolumn {
	clear: right;
	float: right;
	width: 260px;
	margin-right: 45px;
	margin-top: 10px;
	text-align: center;
}
ul.menu, ul.tabs, ul.pager {
	display: inline;
	padding: 0;
	float: left;
	clear: both;
}
.menu li, .tabs li, .pager li {
	display: inline;
}
.menu li a, .tabs li a, .pager li a {
	font-family: OldStyle, Arial;	
	padding: 5px 10px;
}
.menu li a:hover, .tabs li a:hover, .pager li a:hover {
	color: #fff; background-color: #000;
	padding: 5px 10px;
}
.menu li a.active, .tabs li a.active, .pager-current {
	color: #fff; 
	background-color: #800;
	padding: 5px 10px;
}
.pager li a, .pager-current {
	padding: 5px 10px;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.footer {
	height: 226px;
	width: 913px;
	position: relative;
	text-align: right;
	font-size: 18px;
	float:inherit;
	clear: both;
	vertical-align: bottom;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
	top: 25px;
	margin-left: 13px;
}

ul.images li{
	list-style-type: none;
	display:inline;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 15px;
	}

.return {
	clear: left;
	float: left;
	margin-left: 30px;
	position: relative;
	top: 10px;
}
.footerlogo {
	clear: right;
	float: right;
	margin-right: 75px;
}

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 400px;
	font-family: OldStyle, Arial;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 300px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 416px;
	float: right;
	font-family: OldStyle, Arial;
	margin-top: 15px;
	margin-right: 70px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

.field-item {
float: left;
margin-right: 6px;
margin-bottom: 5px;
background-color: transparent;
}

.imagecache imagecache-frontpage_thumbnail {
border: 2px;	
}
h1.hide {
	display:none;
}

