@charset "UTF-8";

/* HTML Tags */
* {
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	font-family: lucida sans, Arial, helvetica, sans-serif;
}

html {
	height: 100%;
	background-color: #ffffff;
	background-image: url(../../images/bg.png);
	background-position: top;
	background-repeat: repeat-x;
}

dd {
	margin-left: 10px;
}

dt{
	font-size: 14px;
	padding-top: 10px;
}

h1 {
	font-size: 18px;
	padding:2px;
	color: #ffffff;
	text-decoration: none;
	line-height: 90%;
}

.tattoo h1{
	font-size:14px;
	padding:5px 2px;
}

h2 {
	font-size: 16px;
	color: #A1A5C9;
	text-decoration: none;
	text-align:center;
}

h3 {
	font-size: 14px;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
}

h4 {
	font-size: 24px;
	color: #f09e0e;
	font-weight: normal;
	text-decoration: none;
	line-height: 26px;
}

h5 {
	font-size: 18px;
	color: #f09e0e;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}

h6 {
	font-size: 14px;
	color: #f09e0e;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}

img {
	border: none;
}

p{
	font-size:12px;
	padding-bottom: 5px;
}

th {
	border-bottom: solid 1px #DCDCDC;
}

/* ids */

#Ads{
	padding:2px;
	text-align:center;
}

#ContentHome {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

#Content {
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	width: 100%;
}

#ContentLeft {
	margin-top: 15px;
	width: 204px;
	margin-right: 10px;
	float: left;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	background:#D5DEDE;
	display: block;
	border-left:2px solid #E8ECEC;
	border-top:2px solid #E8ECEC;
	border-bottom:2px solid #587A7A;
	border-right:2px solid #587A7A;
}

#ContentRight{
   margin-top: 5px;
   width: 660px;
   float: right;
   font-family: Arial;
   font-size: 11px;
   color: #333333;
   display: block;
}

#ContentSub{
	margin: 0 auto;
	padding-top: 5px;
	text-align: left;
	width: 880px;
	font-family: Arial;
	color: #525252;
	font-size: 11px;
	line-height: 150%;
}

#ContentTitle{
   height: 23px;
	background-image: url(../../images/titlebar_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	padding: 2px;
	color: #FFF;
	border: solid 1px #FFF;
	margin: 10px 5px 5px 5px;
}

#ContentTitleLeft {
	float: left;
	width: 350px;
	text-align: left;
}

#ContentTitleRight {
	width: 170px;
	float: right;
	padding-right: 15px;
	padding-top: 1px;
	text-align: right;
}

#Footer{
	background-image: url(../../images/titlebar_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	width: 868px;
	font-family: Arial;
	font-size: 11px;
	color: #dee;
	border:1px solid #fff;
}

#Header {
	margin: 0px auto;
	height: 90px;
	width: 917px;
	padding: 0;
	text-align: left;
}

#InnerContentHome {
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	width: 840px;
	font-family: Arial;
	color: #525252;
	font-size: 11px;
	line-height: 150%;
}

#IntroContent {
	width: 700px;
	padding-left: 60px;
	padding-top: 00px;
	color: #D0D0E3;
	font-family: Arial;
}

#IntroContent p{
	font-size: 16px;
	line-height: 155%;
	color:#A1A5C9;
	padding:0px 0px 10px 0px;
}
#Links{
	margin:0px 0px 3px 0px;
}
#ProfilePic{
	text-align:center;
}
#ProfilePic img{
	border:3px solid #CA9583;
}

#SignIn {
	width: 260px;
	height: 320px;
	padding-left: 50px;
	padding-top: 10px;
	font-family: Arial;
}

#SignIn dt{
	font-size: 14px;
	padding-top: 5px;
	color: #fff;
}

#SignIn .error {
	font-weight: bold;
	color: #ccc;
}

#SignIn .error a {
	text-decoration: none;
	color: #aeaeff;
}

#Wrapper {
	margin: 0 auto;
	padding: 0px;
	top: 0px;
	min-height: 100%;
	text-align: left;
	width: 100%;
	background-image: url(../../images/tattoo_bg.jpg);
	background-position: center 90px;
	background-repeat: no-repeat;
}
/* classes */

.clear {
	clear: both;
}

.footerLink{
	text-decoration:none;
	color:#ADC0C0;
	margin: 5px;
	padding:2px;
	font-size:11px;
}

.footerLink:hover{
	color:#CA9380;
}

.hide{
	display: none;
}

.image {
	text-align: center;
}

.wall {
	text-align: left;
	margin: 5px;
}

.wall img {
	float: left;
	margin-right: 10px;
}

.wall textarea {
	width: 240px;
	height: 288px;
	border: 3px solid #abbbbb;
	padding: 5px;
	font-family: Lucida Sans, Tahoma, sans-serif;
	color: #354d4d;
}

.wall .button {
	padding: 2px 5px;
}

.wall .info {
	background: #D5AFA2;
	padding: 2px 4px;
	font-size: 10px;
}

.wall .author {
	font-weight: bold;
	color: #2e4747;
}

.wall .comment {
	padding: 2px 4px;
	font-size: 12px;
	background:#CA9684;
}

.wall form dl.zend_form {
	margin-bottom: 3px;
	padding-bottom: 2px;
}

.wall label {
	color: #A1A5C9;
	font-size: 14px;
}

.nobr {
	white-space: nowrap;
}

.contentRight{
	padding:5px;
}
.contentRightText{
   padding:10px;
   margin:5px;
   background:#D5DEDE;
   border-left:2px solid #E8ECEC;
   border-top:2px solid #E8ECEC;
   border-bottom:2px solid #587A7A;
   border-right:2px solid #587A7A;
}
.contentRightText p{
	padding:0px 0px 5px 0px;
}
.contentRightText a{
	color:#AA7361;
	font-weight:bold;
}

.gallery {
	float: left;
	display: block;
	margin: 5px 18px;
	color:#DEC1B8;
}

.gallery img {
	border: none;
	display: block;
}

.gallery a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.gallery a img {
	margin: 0px;
	padding: 0px;
}

.smLink {
	font-size: 11px;
	color: #E4EBEB;
	font-weight: normal;
	text-decoration: none;
	background:#8AA; 
	padding:3px;
}

.smLink:hover,.smLinkLit {
	font-size: 11px;
	color: #588;
	font-weight: normal;
	text-decoration: none;
	background:#ADC0C0;
}
/* Forms */

#SignUp form{
	background-color:#fff;
	border:2px solid #494B97;
	padding:10px 60px;
	margin:10px 100px;
}

form#loginFrm{
	border:2px solid #494B97;
	margin:10px;
	padding:10px;
}

form.inline {
	display: inline;
}

input.boxes{
	height: 20px;
	width: 320px;
	border: solid 1px #dcdcdc;	
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

input.login {
	height: 20px;
	width: 170px;
	border: solid 1px #dcdcdc;
	font-size:14px;
	font-weight:bold;
}

label{
   font-size:14px;
   font-weight:bold;
   color:#121671;
}

/* Navigation */
#Nav{
	margin:0px;
	padding:0px;
}

#Nav a
{
color: #4B6D6D;
background: #ADC0C0;
text-decoration: none;
padding: 4px 10px;
border-right:2px solid #678A8A;
border-bottom:2px solid #678A8A;
}

#Nav a{
display: block;
float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/* Hide from IE5-Mac \*/
#Nav a{
float: none
}
/* End hide */

#Nav a:hover, #Nav a#NavActive{
   color:#A6BABA;
   background: #1B5050;
   padding-left: 4px 10px;
}

#Nav ul
{
list-style: none;
padding: 0px;
margin: 0px;
}

#Nav li
{
float: left;
margin: 0px 2px;
}

#Navcontainer{
   margin:5px;
}

#Navlist{
color: white;
background: #577;
border-bottom: 0.2em solid #577;
border-right: 0.2em solid #577;
padding: 0 1px;
margin: 0px;
width: 190px;
}

#Navlist li{
list-style: none;
margin: 0;
font-size: 1.2em;
}

#Navlist a{
display: block;
text-decoration: none;
margin-bottom: 0.5em;
margin-top: 0.5em;
color: #FFF;
background: #8AA;
border-width: 1px;
border-style: solid;
border-color: #DAE3E3 #476363 #4F6869 #92ADAC;
border-left: 1em solid #CA9684;
padding: 0.25em 0.5em 0.4em 0.75em;
}

#Navlist a#Current { border-color: #DAE3E3 #476363 #4F6869 #f30; }

#Navlist a{
width: 99%;
/* only necessary for Internet Explorer */
}

#Navlist a{
voice-family: "\"}\"";
voice-family: inherit;
width: 9.6em;
/* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#Navcontainer>#Navlist a{
width: auto;
/* only necessary if you use the hacks above for the Internet Explorer */
}

#Navlist a:hover, #Navlist a#Current:hover{
background: #679494;
border-color: #4F6869 #92ADAC #DAE3E3 #CA9684;
padding: 0.4em 0.35em 0.25em 0.9em;
}

#Navlist a:active, #Navlist a#Current:active{
background: #577;
border-color: #4F6869 #92ADAC #DAE3E3 #E9D5CD;
padding: 0.4em 0.35em 0.25em 0.9em;
}