/*#
Author: David Allen
URL: http://www.designapt.com #*/

@import url(http://www.allentattoo.com/mt-static//plugins/ActionStreams/css/action-streams.css);

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
html {min-height: 100%;}
body {
	margin: 0;
	padding: 0;
	color: #4D4D4D;
	font: 12px/1.4 "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #F9F9F3;
	line-height: 1.4em;
	background-image: url(../img/backdark.gif);
}
p,code,ul {padding-bottom: 1.2em;}
a:link, a:visited  {
	color: #000000;
	text-decoration:none
}
a:hover, a:active {
	color: #E22B49;
}
hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}
img, a:link img, a:visited img {
	border:0
	}
li {list-style: none;}

form,input {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	display: block;
	background-image: url(../img/blockquote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #C6D3CF;
	padding: 20px 30px 12px 70px;
	width: 300px;
}
blockquote p {
	font-weight: normal;
}
/* misc */
.clearer {
	clear: both;
}
.left {float: left;}
.right {float: right;}

/* Structure and Layout
----------------------------------------------- */
#container {
	font-size: 11px;
	margin: 0 auto;
	width: 810px;
	padding: 15px 0 0 0;
}

#smalltop {
	color: #C9D6D1;
	background-color: #000000;
	height: 25px;
	text-align: center;
	font-size: 10px;
}
#logo {
	color: #4D4D4D;
	background-repeat: no-repeat;
	background-position: top left;
	height: 96px;
	margin: 0;
	padding: 15px 0 0 0;
}
#head {
	color: #4D4D4D;
	background-repeat: no-repeat;
	background-position: top left;
	height: 96px;
	margin: 0 auto;
	width: 840px;
	background-image: url(../img/allentattoo_dark.gif);
}
#header {
	color: #4D4D4D;
	background-repeat: no-repeat;
	background-position: top left;
	height: 96px;
	margin: 40px 0 0 0;
}
#contentwrap {
	margin: 0;
}
#content {
	margin: 0;
	padding: 0;
	float: left;
	width: 400px;
}
#content p{
	margin: 0;
	padding: 0 10px 12px 0;
}
#content p a:link, #content p a:visited  {
	color: #000000;
	text-decoration:underline
}
#content p a:hover, #content p a:active {
	color: #e22b49;
}
#comments p{
	margin: 0;
	padding: 0;
}
#side {
	margin: 0;
	width: 400px;
	float: right;
}
#side .action a:link, #side .action a:visited  {
	color: #e22b49;
	text-decoration:underline
}
#side .action a:hover, #side .action a:active {
	color: #000000;
}
#side .friends a:link, #side .friends a:visited  {
	color: #454E56;
	text-decoration:underline
}
#side .friends a:hover, #side .friends a:active {
	color: #000000;
}

#side .enjoying a:link, #side .enjoying a:visited  {
	color: #454E56;
	text-decoration:none
}
#side .enjoying a:hover, #side .enjoying a:active {
	color: #C6D3CF;
	text-decoration: underline;
}


/* sIFR
----------------------------------------------- */
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}

/* Headers
----------------------------------------------- */
    .sIFR-active h2,
    .sIFR-active h3,
    .sIFR-active h4 {
      visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
    }
    .sIFR-active h2 {
	  font-size: 40px;
    }

    .sIFR-active h3 {
      font-size: 40px;
    }

    .sIFR-active h4 {
      font-size: 16px;
	  color:e22b49;
    }
	
	.sIFR-active h5 {
      font-size: 18px;
	  color:e22b49;
    }
h6 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: normal;
}
/* Content
----------------------------------------------- */
.meta {
	font-size: 11px;
	text-align: left;
	padding: 2px 0 0 0;
	margin: 0 0 25px 0;
	border-top: 1px solid #E1E1E1;
	color: #9abdb6;
	clear: both;
	width: 400px;
}

.meta a:link, .meta a:visited, .meta a:active
{
	color: #999999;
	text-decoration: none;
	border: none;
}

.meta a:hover
{
	color: #e22b49;
	text-decoration: none;
}

.meta a.date:link, .meta a.date:visited, .meta a.date:active
{
	color: #e22b49;
	text-decoration: none;
	border: none;
}

.meta a.date:hover
{
	color: #000000;
	text-decoration: none;
}
#writer a:link, #writer a:visited  {
	color: #454E56;
	text-decoration:underline
}
#writer a:hover, #writer a:active {
	color: #CC3366;
}
#writer {
	background:#FFFFFF;
	margin:0 0 15px 0;
	height: 100px;
	padding: 0px;
	}
#writer img {
	padding:10px;
	float:left;
	width:80px;
	}

#writer p {
	margin:22px 0 0 0;
	padding:0;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	}	
#refreviewside {
	margin:0 0 15px 0;
	}
.ileft {
	float:left;
	padding: 0 10px 6px 0;
	}	
.iright {
	float:right;
	padding: 0 0 6px 10px;
	}	
#content .pull {
	color: #000000;
	line-height: 1.6em;
	text-transform: none;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0 0 15px 0;
}
/* Float Properties*/

.clearfloat {
	display:block
	}

/* Comments
-----------------------------------------------------*/
.comments{
	color: #666666;
	font-size: 11px;
	line-height: 1.6em;
}
.comment{
	margin:0 0 20px 0;
	padding:0;
}
.entrycontainer .comment a:link, .entrycontainer .comment a:active {
	color: #666666;
	text-decoration: underline;
	border: none;
}
.entrycontainer .comment a:visited {
	color:#e22b49;
	text-decoration: underline;
}
.entrycontainer .comment a:hover {
	color: #e22b49;
	text-decoration: underline;
}

.comment-header{
	font-size:10px;
	letter-spacing:normal;
	margin:0;
	padding:0;
	color: #999999;
}
.comment-content{
	margin:0;
	padding:0 0 2px 0;
	line-height: 1.4em;
}
.comment-content p{
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:0;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.comment-footer p{
	font-size:10px;
	font-weight:normal;
	margin:0;
	padding:0;
	color: #C6C6C6;
}


.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}


input {
	margin: 5px 5px 0 0;
	padding: 0;
	color: #fff;
	text-align: center;
	text-transform: none;
	border: none;
	font-size: 12px;
	}
#comment-preview, #comment-post {
	width: 60px;
	margin: 5px 5px 0 0;
	padding: 0;
	font-weight: normal;
	text-align:center;
	border: none;
	background-color: #C6D3CF;
	}
#search, #comment-author, 
#comment-email, #comment-url {
    width: 150px;
	margin: 5px 0 0 0;
	padding: 0;
	color: #4d5a57;
	text-align: left;
	border: 1px solid #ccc;
	background: #fdfdf2;
	}
#comment-bake-cookie {
    width: 15px;
	margin: 0;
	}
#comment-text {
    border: 1px solid #ccc;
	background: #fdfdf2;
    }
#comment-preview, #comment-post {
	width: 60px;
	margin: 5px 5px 0 0;
	padding: 0;
	font-weight: normal;
	text-align:center;
	border: none;
	background-color: #C6D3CF;
	}
#comment-submit, #comment-post {
	width: 60px;
	margin: 5px 5px 0 0;
	padding: 0;
	font-weight: normal;
	text-align:center;
	border: none;
	background-color: #e22b49;
	}

/* Comment Bubbles
-----------------------------------------------------*/
/* Normal Bubble */
div.bubble {
	width: 450px;
	font-size: 10px;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	color: #666666;
	border: 2px solid #E1E1E1;
	background-color: #DDE6E3;
	background-image: url(../img/allentattoohome.gif);
	width: 450px;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
	font-size: 11px;
}

.comment-d div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	color: #333333;
	border: 2px solid #E9E9E9;
	background-color: #FFFFD9;
}
.comment-d div.bubble cite {
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(../images/tipd.gif) no-repeat 20px 0;
	font-style: normal;
	font-size: 11px;
	color: #333333;
}
/* Tag Cloud
-----------------------------------------------------*/
#tcloud{
	margin: 5px 0 20px 0;
	padding: 15px 5px 15px 5px;
	background-color: #E8E8E8;
	border: solid #B7B7B7 3px;
	}
}
.entrycontainer #tcloud a:link, .entrycontainer #tcloud a:active, .entrycontainer #tcloud a:visited {
	color: #333333;
	text-decoration: none;
	border: none;
}
.entrycontainer #tcloud a:hover {
	color: #000000;
	text-decoration: underline;
}

    .module-tagcloud .module-content {text-align: center; }
    .module-tagcloud .module-content .module-list { list-style: none; }
    .module-tagcloud .module-content .module-list .module-list-item { display: inline; }
    .module-tagcloud .module-content .module-list li.taglevel1 { font-size: 19px; }
    .module-tagcloud .module-content .module-list li.taglevel2 { font-size: 17px; }
    .module-tagcloud .module-content .module-list li.taglevel3 { font-size: 15px; }
    .module-tagcloud .module-content .module-list li.taglevel4 { font-size: 13px; }
    .module-tagcloud .module-content .module-list li.taglevel5 { font-size: 11px; }
    .module-tagcloud .module-content .module-list li.taglevel6 { font-size: 9px; }


a.atags:link, a.atags:active {
	color: #609187;
	text-decoration: none;
	border-bottom: dotted #CCCCCC 1px;
}
a.atags:visited {
	color:#A0A0A0;
	text-decoration: underline;
}
a.atags:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: dotted #999999 1px;
}

.arcpull {
	color: #000000;
	margin-top: 15px;
	padding-bottom: 5px;
	line-height: 1.1em;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.arcleft {
	float:left;
	font-weight: normal;
	width: 205px;
}
.arcright {
	float:right;
	font-weight: normal;
	width: 205px;
}
.rcommented {
	font-weight: normal;
	font-size: 10px;
	line-height: 1.3em;
}
.red {
	font-weight: normal;
	color: #FF0000;
}
/* Footer
----------------------------------------------- */
#footer {
	font-weight: normal;
	background-color: #F9F9F3;
}


/* navigation
----------------------------------------------- */
.title {
	margin: 0 0 0 15px;
	float:left;
}
.navwrap {
	margin: 0 10px 0 0;
	float:right;
	width:150px;
}
#navcontainer{
	position:relative;
	display:block;
	width:150px;
	height:72px;
	padding:0;
	margin:0;
	}
#nav{
	position:absolute;
	bottom:0px;
	top:0px;
	list-style: none;
	width:150px;
	height:72px;
	display: inline;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
#navcontainer li{
	margin: 0; 
	padding: 0;
    list-style: none;
	float:left
	}
#navcontainer a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:24px; /* for IE5/Win only */
	}
#navcontainer li a:hover {
	background-position: 0 -24px;
	border:0px solid #fff
	}
#navcontainer li  a:active, #navcontainer li  a:hover.selected{
	background-position:0 -48px;
	}
body#home #nav #athome a,
body#archives #nav #atarchives a,
body#about #nav #atabout a,{
	background-position:0 -48px;
	}
	
/* nav2
----------------------------------------------- */
.navwrap2 {
	margin: 0;
	float:right;
	width:150px;
}
#navcontainer2{
	position:relative;
	display:block;
	width:150px;
	height:72px;
	padding:0;
	margin:0;
	}
#nav2{
	position:absolute;
	bottom:0px;
	top:0px;
	list-style: none;
	width:150px;
	height:72px;
	display: inline;
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
#navcontainer2 li{
	margin: 0; 
	padding: 0;
    list-style: none;
	float:left
	}
#navcontainer2 a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:24px; /* for IE5/Win only */
	}
#navcontainer2 li a:hover {
	background-position: 0 -24px;
	border:0px solid #fff
	}
#navcontainer2 li  a:active, #navcontainer2 li  a:hover.selected{
	background-position:0 -48px;
	}
body#home #nav2 #athome a,
body#archives #nav2 #atarchives a,
body#about #nav2 #atabout a,{
	background-position:0 -48px;
	}

#athome a{
background:url(../img/menu_home_dark.gif) top left no-repeat;
width:150px;
}
#atarchives a{
background:url(../img/menu_archives_dark.gif) top left no-repeat;
width:150px;
}
#atabout a{
background:url(../img/menu_about_dark.gif) top left no-repeat;
width:150px;
}

#attattoos a{
background:url(../img/menu_tattoos_dark.gif) top left no-repeat;
width:150px;
}
#atreference a{
background:url(../img/menu_reference_dark.gif) top left no-repeat;
width:150px;
}
#atgear a{
background:url(../img/menu_gear_dark.gif) top left no-repeat;
width:150px;
}

/* image hover
----------------------------------------------- */

.imgHov {
	display: inline;
	float:left;
	text-decoration:none;
}
.imgHov h6 {
	font-style:normal;
}
.imgHov h6.txt, .imgHov b {
	display:none;
}
.imgHov img {
	border:0;
	display:block;
}
.imgHov:hover {
	background:#ffffff;
	position:relative;
	cursor:pointer;
}
.imgHov:hover b {
	display:block;
	position:absolute;
	top:0px;
	left:0;
	background: url("../img/whiteoverlay.gif") top left repeat;
}
.imgHov:hover b.normal {  
	width:450px;
	height:450px;
}
.imgHov:hover b.wide {  
	width:450px;
	height:200px;
}
.imgHov:hover b.tall {  
	width:450px;
	height:600px;
}
.imgHov:hover h6.txt {
	position:absolute;
	top:55px;
	left:30px;
	display:block;
	width:390px;
	height: 47px;
	padding: 30px 10px 10px 20px;
	background:#000000;
	line-height: 20px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.imgHov:hover h6.txt span {
	font-weight: normal;
	color: #000000;
}
.tattoobox {
	margin: 0 0 10px 0;
	padding: 0;
}


.refh {
	margin: 0;
	padding:0;
	height: 60px;
}
.refwrap {
	margin: 0;
	padding: 0 0 15px 0;
}
.refwrapside {
	margin: 0;
	padding: 21px 15px 15px 15px;
	background-color: #000000;
	background-image: url(../img/refside_a.gif);
	background-repeat: no-repeat;
}
.refwrapsideb {
	margin: 0;
	padding: 21px 15px 15px 15px;
	background-color: #E22B49;
	background-image: url(../img/refside_e.gif);
	background-repeat: no-repeat;
}
.refwrapbot {
	margin: 0;
	padding: 0;
	background-image: url(../img/refside_b.gif);
	background-repeat: repeat;
	height: 19px;
}
.refwrapbotb {
	margin: 0;
	padding: 0;
	background-image: url(../img/refside_f.gif);
	background-repeat: repeat;
	height: 19px;
}
.reftitle {
	margin: 0 5px 10px 0;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #CCC;
}
.refsidetitle {
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #000;
	color: #F9F9F3;
}
.refsidetitleb {
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	border-bottom: solid 1px #E22B49;
	color: #000000;
}
.refsampleimage {
	margin: 0;
	padding: 0;
	float: left;
	width: 130px;
}
.refsampleimageside {
	margin: 0;
	padding: 0;
	float: left;
	width: 80px;
}
.refright{
	margin: 0;
	padding: 0;
	margin-left: 140px;
}
.refrightside{
	margin: 0;
	padding: 0;
	margin-left: 90px;
	color: #999999;
}
.refrightsideb{
	margin: 0;
	padding: 0;
	margin-left: 100px;
	color: #F9F9F3;
}
.refsize {
	color: #E22B49;
}
.refformat {
	color: #336666;
	padding: 5px 0 5px 0;
}
.refdescription {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}

.refbuttons {
	margin: 0;
	padding: 0;
}
.dl {
	margin: 0;
	padding: 0;
	background-image: url(../img/download.gif);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 20px;
}
#content .dl p{
	margin: 0 0 0 17px;
	padding: 0;
}
#content .dl p a:link, #content .dl p a:visited  {
	color: #E22B49;
	text-decoration:underline
}
#content .dl p a:hover, #content .dl p a:active {
	color: #000000;
}						
	
					
a.color:link, a.color:visited  {
	color: #C6D3CF;
	text-decoration:underline
}
a.color:hover, a.color:active {
	color: #000000;
}						

