/*
Design Name: That's QT v.02
Description: Layout for version two of That's QT 
Author: Wynne Ma (aka QT)
Author URI: http://thatisqt.com/
*/

body
{
	background-color: #ffffff;
	padding: 0;
	margin: 0 auto 0 auto;
	font: 78%  tahoma, verdana, arial, helvetica, sans-serif;
	color: #424963;   
	width: 100%;   
}

p {
	text-align: justify;
	padding: 2px;
	margin: 0.5em 0.2em;
}

.center{
	text-align: center;
}

.right {
	text-align: right;
}

/* Links */

a:link, a:visited
{
	font-weight: bold;
	color: #39383e;
	text-decoration: underline;
	background-color: inherit;
}



a:hover, a:active
{
	color:  #454545;
	text-decoration: none;
	background-color: inherit;
}

a#designs:link, a#designs:visited
{
	display: block;
	color:  #998e99;
	padding: 0.4em;
	text-decoration: none;
	text-indent: 0.5em;
	font-weight: normal;
	background-color:  #59465a;
	border: 1px solid  #8d8c88;

}

a#designs:hover, a#designs:active
{
	background-color: #cec8ce;
	border: 1px solid  #8d8c88;

	color: #59465a;
}


a#scribbles:link, a#scribbles:visited
{
	display: block;
	color:  #a98e9b;
	padding: 0.4em;
	text-decoration: none;
	text-indent: 0.5em;
	font-weight: normal;
	background-color:  #74475e;
	border: 1px solid  #8d8c88;

}

a#scribbles:hover, a#scribbles:active
{
	background-color: #d6c8cf;
	border: 1px solid  #8d8c88;
	color: #74475e;
}

a#pure:link, a#pure:visited
{
	display: block;
	color:  #8d97a0;
	padding: 0.4em;
	text-decoration: none;
	text-indent: 0.5em;
	font-weight: normal;
	background-color:  #475465;
	border: 1px solid  #8d8c88;
	
}

a#pure:hover, a#pure:active
{
	background-color: #c8ccd1;
	border: 1px solid  #8d8c88;
	color: #475465;
}

/* Images */

img.divider {
  display: block;
	clear: both;
	height: 1px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-color: #ffffff;
	padding: 0;
	color: #ccc;
	border: none;
}

img {
	background-color: #f5f5f5;
	padding: 3px;
	color: #ccc;
	border: 1px solid #8d8c88;
}

img.gallery {
	background-color: #f5f5f5;
	padding: 3px;
	color: #ccc;
	border: 1px solid #8d8c88;
	position: relative;
	float: left;
	margin: 4px;
}

/* Navigation Avatar */

img.avatar {
	background-color: #39383e;
	padding: 2px;
	color: #ccc;
	border: 1px solid #ccc;
}

div.avatar{
	z-index: 5;
	position: relative;
	margin: -0.8em 5px 10px -0.8em;
	float: left;
}


/* Table */

 table {
	border-collapse: collapse;
	width: 100%;
	margin: 0.5em;
	font-size: 1em;
}

 th {
	background: #475465;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

th#t_purple {
	background: #59465a;
	color: #f5f5f5;
}

th#t_pink {
	background: #74475e;
	color: #f5f5f5;
}

th#t_green {
	background: #475465;
	color: #f5f5f5;
}

td {
	padding: 6px 11px;
	border-bottom: 1px solid #8d8c88;
	vertical-align: top;
}

td * {
	padding: 6px 5px;
}

 tr.alt td {
	background: #f5f5f5;
	color: inherit;
}

 tr.over td, tr:hover td {
	background: #dbdbdd;
	color: inherit;
}


/* Divider */
hr
{
background: #ccc;
border: 0;
color: #dbdbdd;
height: 1px;
margin: 0 0 5px;

}




/* Page Setup */

div#page{
	background-color: #ffffff;
	width: 100%;
	position: relative;
	min-height: 100%;
	color: #424963;
}


div#header
{       
          
        background: #ffffff url("/images/v02/header.jpg") top left repeat-x;

	color: #454545;
	height: 2.5em;
}


div#banner
{       
          
        background: #ffffff url("/images/v02/banner.jpg") top left no-repeat;
	margin-top: 0.5em;
	color: #454545;
	height: 83px;
	
}

div#container {
	background-color: #ffffff;
	width: 100%;
	margin-top: 1em;
	color: #454545;
	clear: both;
}

#content {
background:#ffffff;
padding: 4px;
margin-top: 1em;
min-height: 21em;
color: inherit;
position: relative;
margin-left: 17em !important; 
margin-right:20.5em !important;
margin-left: 17em;
margin-right:19em;
color: inherit;
	}


#content ul 
{
padding: 0;
margin: 0;

}

#content ul li 
{
list-style-type: none;
background-image: url(/images/v02/bullet.gif);
background-repeat: no-repeat;
background-position: 0 0.2em;
padding: 0.5em 1em 0.5em 2em;
margin: 0.5em 0;
border-bottom: 1px #8d8c88 dotted;
}

#content ul a:link, #content ul a:visited
{
	display: block;
	padding: 0.1em;
	text-decoration: none;
	text-indent: 0.5em;
	font-weight: normal;
	background-color: inherit;
	color: #39383e;
}

#content ul a:hover, #content ul a:active
{
	color: #000;
}




/* Header Tabs */


div#tabs {
	margin-top: -1px;
}

#tabs ul {
	padding: 0;
	margin: 0 0 0 20px;
	display: inline;
	} 

#tabs ul li {
	margin-left: 12px;
	list-style: none;
	display: inline;
	}
	
a.tab:link, a.tab:visited
{
	color:  #dbdbdd;
	padding: 3px 12px 3px 12px;
	text-decoration: none;
	font-weight: normal;
	background-color:  #39383e;
	border-left: 1px solid  #8d8c88;
	border-right: 1px solid  #8d8c88;
	border-bottom: 1px solid  	#8d8c88;
}

a.tab01:link, a.tab01:visited
{
	color:  #998e99;
	padding: 3px 12px 3px 12px;
	text-decoration: none;
	font-weight: normal;
	background-color:  #59465a;
	border-left: 1px solid  #8d8c88;
	border-right: 1px solid  #8d8c88;
	border-bottom: 1px solid  #8d8c88;
}

a.tab02:link, a.tab02:visited
{
	color:  #a98e9b;
	padding: 3px 12px 3px 12px;
	text-decoration: none;
	font-weight: normal;
	background-color:  #74475e;
	border-left: 1px solid  #8d8c88;
	border-right: 1px solid  #8d8c88;
	border-bottom: 1px solid  #8d8c88;
}

a.tab03:link, a.tab03:visited
{
	color:  #8d97a0;
	padding: 3px 12px 3px 12px;
	text-decoration: none;
	font-weight: normal;
	background-color:  #475465;
	border-left: 1px solid  #8d8c88;
	border-right: 1px solid  #8d8c88;
	border-bottom: 1px solid  #8d8c88;
}

a.tab01:hover, a.tab01:active, a.tab02:hover, a.tab02:active, a.tab03:hover, a.tab03:active
{
	background-color: #dbdbdd;
	border-left: 1px solid  #39383e;
	border-right: 1px solid  #39383e;
	border-bottom: 1px solid  #39383e;
	color: #39383e;
}


/* Affiliates */

#affiliate {
	clear: both;
}

#affiliate ul {
	float: right;
	margin: 5px 2px 0 2px;
	padding: 5px 0 2px 0;
	display: inline;
} 

#affiliate ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 0 1px;
	list-style: none;
	display: inline;
}

#affiliate a:link, #affiliate a:visited
{
	color:  #dbdbdd;
	padding: 3px 4px 6px 4px;
	text-decoration: none;
	font-weight: normal;
	background-color:  #39383e;
	border-left: 1px solid  #8d8c88;
	border-right: 1px solid  #8d8c88;
	border-top: 1px solid  	#8d8c88;
}

#affiliate a:hover, #affiliate a:active
{
	background-color: #dbdbdd;
	border-left: 1px solid  #39383e;
	border-right: 1px solid  #39383e;
	border-top: 1px solid  #39383e;
	color: #39383e;
}

/* Navigation */

#nav{
	position: absolute;
	width: 13em;
	left:1em;
	top: 12em;
	padding: 0.2em;
	background-color: #39383e;
	color: #454545;
	border: 1px #8d8c88 solid;
	margin: 0.5em 0.5px 0.2px 1em;
	z-index: 4;
}



.nav_content {
	background-color: #f5f5f5;
	color: #454545;
	padding: 2px 0;
}

#nav p {
	margin: 0;
	padding: 2px; 
}

.nav_preview ul 
{
list-style-type: none;
margin: 0;
padding: 0;

}

.nav_preview span 
{
	margin: 0;
}

.nav_preview li 
{
text-align: right;
padding: 0;
margin: 0;
}

.nav_preview a:link, .nav_preview a:visited
{
	display: block;
	padding: 0.4em;
	text-decoration: none;
	text-indent: 0.5em;
	font-weight: normal;
	background-color: inherit;
	color: #39383e;
	border-bottom: 1px #8d8c88 dotted;
}

.nav_preview a:hover, .nav_preview a:active
{
	background-color: #ccc;
	color: inherit;
	border-bottom: 1px dotted  #454545;
}

/* Intro Box */

#intro_box, .frame {
	width: 100%;
	margin-top: 10px;

}


.box {
	width: 12.4em;
	padding: 0.2em;
	float: left;
	background-color: #f5f5f5;
	margin: 0.2em;
	border: 1px solid #ccc;
	 display:inline-table;
  /* \*/display:block;/**/
}

.box ul 
{
 list-style-type: none;
padding: 0;
margin: 0;

}

.box li 
{
 background-image: url(/images/v02/bullet.gif);
background-repeat: no-repeat;
background-position: 0 0.2em;
padding-left: 1em;
margin: 0.5em 0;
border-bottom: 1px #8d8c88 dotted;
}

.box ul a:link, .box ul a:visited
{
	display: block;
	padding: 0.4em;
	text-decoration: none;
	text-indent: 0.5em;
	font-weight: normal;
	background-color: inherit;
	color: #39383e;
}

.box ul a:hover, .box ul a:active
{
	color: #000;
	background-color: inherit;
}



/* Design Detail */

#design {
	padding: 0.2em;
	background-color: #39383e;
	color: #454545;
	border: 1px #8d8c88 solid;
	margin: 1em 6em;
}


.design_content {
	padding: 5px 0;
	background-color: #f5f5f5;
	color: #454545;
}

#design p {
	margin: 0;
	padding: 2px; 
}



/* Headings */

h1 {
	background: #ffffff url("/images/v02/h1.jpg")  no-repeat;
	color: #39383e;
	font-family: serif, tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: bold;
	text-indent: 36px;
	width: 219px;
	margin: 0.1em 0.1em 0.5em 0.1em;
	height: 44px;
	text-align: left;
}

h2 {
	background: #ffffff url("/images/v02/h2.jpg") center left  no-repeat;
	color: #39383e;
	font-family: serif, tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 0.7em;
	font-weight: bold;
	text-indent: 22px;
	width: 100%;
	height: 40px;
	margin: 0;
	padding-top: 0.9em;
	text-align: left;
}

h2 a:link, h2 a:visited, h6 a:link, h6 a:visited {
 	text-decoration: none;
	color: inherit;
	background: none;
	background-color: inherit;
}

h2 span {
 	font-size: 0.7em;
	letter-spacing: 0.1em;
	margin: 0 0 0 2em;
 	text-transform: uppercase;
}

h3.one {
	background: #ffffff url("/images/v02/h3.jpg") center left no-repeat;
	color: #59465a;
	font-family: serif, tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	text-indent: 1.9em;
	padding-top: 0.4em;
	height: 34px;
	margin: 0.1em;
	text-align: left;
}

h3.two {
	background: #ffffff url("/images/v02/h3.jpg") bottom left no-repeat;
	color: #74475e;
	font-family: serif, tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	text-indent: 1.9em;
	padding-top: 0.4em;
	height: 34px;
	margin: 0.1em;
	text-align: left;
}

h3.three {
	background: #ffffff url("/images/v02/h3.jpg") bottom left no-repeat;
	color: #475465;
	font-family: serif, tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	text-indent: 1.9em;
	padding-top: 0.4em;
	height: 34px;
	margin: 0.1em;
	text-align: left;
}

h3.four {
	background: #ffffff url("/images/v02/h3.jpg") bottom left no-repeat;
	color: #39383e;
	font-family: serif, tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: bold;
	text-indent: 1.9em;
	padding-top: 0.4em;
	height: 34px;
	margin: 0.1em;
	text-align: left;
}

#nav h4 {
	background-color: #ccc;
	color: #39383e;
	border-top: 1px #8d8c88 solid;
	border-bottom: 1px #8d8c88 solid;
	font-family: serif, tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 0 1px 0;
	margin: 0.8em 0 2.5em 0;
	text-align: center;
}

h4 {
	background-color: #ccc;
	color: #39383e;
	border-top: 1px #8d8c88 solid;
	border-bottom: 1px #8d8c88 solid;
	font-family: serif, tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 0 1px 0;
	margin: 0.5em 0 0.5em 0;
	text-align: center;
}

h5 {
	color: #39383e;
	background-color:  #f5f5f5;
	border-top: 1px #8d8c88 solid;
	font-family: serif, tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 0 1px 0;
	margin: 0.2em 0 0 0;
	width: 100%;
	text-align: center;

}



h6 {
	background-color: #fff;
	color: #39383e;
	border-top: 1px #8d8c88 solid;
	border-bottom: 1px #8d8c88 dotted;
	font-family: serif, tahoma, verdana, arial, helvetica, sans-serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 1.1em;
	text-indent: 5px;
	font-weight: bold;
	padding: 1px 0 1px 0;
	margin: 0;
	text-align: left;
	z-index: 3;
}

/* Site List */

div#site_list {
	background: #ffffff url("/images/v02/site.jpg") top left no-repeat;
	color: #454545;
	width: 18em;
	padding: 37px 0 0 13px;
	margin-bottom: 0.5em;
	right: 0;
	top: 10em;
	position: absolute;
}

div#site_list ul 
{
list-style-type: none;
float: right;
padding: 0;
margin: 0;
width: 16em;
}

div#site_list span 
{
	margin: 0;
}

div#site_list li 
{
padding: 0.2em;
background-color: #39383e;
color: inherit;
margin: 0.5em 0;
border: 1px solid #8d8c88;

}

/* Comments */

div.comment 
{
	padding: 2px;
	background-color: #39383e;
	color: #454545;
	border: 1px #8d8c88 solid;
	margin: 1em 4em;
	z-index: 2;
}

/* Odd-Even Comments*/

div.odd
{
	background-color: #8d97a0;
	color: #39383e;
	padding: 5px 0;
}

div.even
{
	background-color: #a98e9b;
	color: #39383e;
	padding: 5px 0;
}

div.owner
{
	background-color: #998e99;
	color: #39383e;
	padding: 5px 0;

}

div.comment_number {
	background: #39383e url("/images/v02/comment.jpg") center center no-repeat;
	height: 50px;
	width: 50px;
	color: #454545;
	border: 1px solid #ccc;
	padding: 2px;
	margin: -10px 5px 5px -10px ;
	float: left;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 0.8em;
	font-weight: bold;
	text-indent: 10px;
	text-align: center;
	font-family: serif, tahoma, verdana, arial, helvetica, sans-serif;
	position: relative;
	z-index: 5;
	clear: left;
}

div.comment_number span {
 	font-size: 0.6em;
	letter-spacing: 0.2em;
	padding: 0;
	margin: 0;
}

/* Footer */

div#footer
{       
          
        background: #ffffff url("/images/v02/footer.jpg") bottom right no-repeat;
	clear: both;

	color: #454545;
	height: 61px;
	margin: 0;
	padding: 0;
}


#footer p
{             
	clear: both;
	margin: 0;
	padding-right: 1em;
	padding-top: 1.2em;
	text-align: right;
	float: right;
}

/* Plugins table */
.plugins-list{
    	margin: 0.5em 1em 0.5em 1em;
	font-family: tahoma, sans-serif;
	font-size : 11px;
	color: #424963; 
	font-variant : normal;
	font-weight: normal; 
	letter-spacing: 0px;   
	background-color: #fff;
}

dt{
	background-color: #e3e4fa;
        padding: 3px;
	color: inherit;
}

dd{
        padding: 2px 10px 10px 1px;   
}

/* Link Exchanges */
.link ul {
  width: 90%;
  padding: 0;
  margin: 10px;
  list-style: none;
  clear: both;
}
 
.link li {
  text-align: center;
  float: left;
  width: 120px;
  margin: 0;
  padding: 0;
}

/* Forms */ 

#txpCommentInputForm fieldset {
	margin: 5px auto;
	width: 60%;
}

fieldset {
	margin: 5px 10%;
}


fieldset br {
	display: none;
}

fieldset p{
	margin: 4px;
	clear: both; 
}

legend
{
color: #fff;
background: #39383e;
border: 1px solid #8d8c88;
padding: 2px 6px
}

input, select
{
	background-color: #e3e4fa;
	border: 1px solid #b4cfec;
	padding: 2px 2px 2px 2px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-size: 11px;
	color: #41627E;   
	float: left; 
}

#submit_information label
{
	width: auto;
	margin-left: 2px;
}

#remember label {
	float: left;
	margin-left: 2px;
}

 label
{
width: 6em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
}

#site_information label
{
	width: 7em;
}

#request_information label
{
width: 3em;
float: left;
margin-left: 2px;
text-align: left;
display: block;
}

input.radio 
{
	float: left;
	margin: 2px;
	padding: 0;
}

input.button
{
	width: 80px;
	margin-left: 5px;
}

input.submit
{
	width: 100%;
	margin-left: 10px;
}

textarea
{
	background-color: #e3e4fa;
	color: #41627E;
	border: 1px solid #b4cfec;
	padding: 2px;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	height: 80px;
}

input:focus, select:focus, textarea:focus
{
	color: #52416e;
	background-color: #ebdde2;
	border: 1px solid #C6AEC7;
}

div.comments_error { 
	color: #52416e;
	background-color: #ebdde2;
	border: 1px solid #C6AEC7;
    padding : 3px;
    width:90%;
	margin: 2px auto;
}




/* Google Navigation */

#google_nav {
        clear: both;
        text-align: center;
        font-weight: bold;
        margin: 30px auto 30px auto;
}

#google_nav a {
       border-bottom: none;
       text-decoration: none;
}

#google_nav ul li {
	display: inline; 
	list-style-type: none;
}


abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}

