@charset "utf-8";
/*-----------------------------------------------------------------------------
author: Kaylee Walters, The Design Group
date: January 21, 2009
client: The Webutante
Copyright 2009 The Design Group
-----------------------------------------------------------------------------*/

/* @group GLOBAL */

/*
This code authored by Eric Meyer.
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	font-size: 14px;
	/* why? default for all new broswers is 16px. font size now =10px. mow 1em = 10px */
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #fff;
	height: 100%;
	width: 100%;
	padding: 0 20px 25px;
 	font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif;
  	font-size/* */:/**/small;
  	font-size: /**/small;
  	margin: 0;
	/* make IE center the site */
	text-align:  center;
	background: #000 url(../_media/bg.jpg) repeat-x left top;
}
.nav ul, .topnav ul, .leftnav ul, .footnav ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { 
	margin-bottom : 1px;	
		 /* added for flash detection */
	 height: 100%;
}
/*debug border on all divs*/
div {
	border: 0;
}
/* Class for clearing floats */
.clear {
	clear: both;
}
/* Remove border around linked images and fix Firefox odd spaces */
img {
	border: 1px solid #fff;
}

a:link, a:visited {
  color:#17a88e;
  text-decoration: none;
  font-size: 1em;
  }
a:hover, a:active {
  color:#fff;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }
p {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	font-size: .9em;
	line-height: 1.4em;
}
/* @end */

/* @group STRUCTURAL */

#container { 
	margin: 0 auto;
	width: 950px;
	text-align: center;
}

#content {
	width: 950px;
	background: #090909 url(../_media/main-bg.jpg) repeat-x;
	float: left;
}

@media all {
  #header {
    width: 950px;
    margin: 30px auto 20px  !important;
    border:none;
    background: url(../_media/header.jpg) no-repeat center top;
    height: 182px !important;
	float: left;
}
  }
@media handheld {
  #header {
    width:90%;
 	background: url(../_media/header.jpg) no-repeat left top;    
    }
  }
#blog-title {
  margin:5px 5px 0;
  padding: 20px 20px .25em;
  border:1px solid #fff;
  border-width:1px 1px 0;
  font-size:0.1%;
  color:#fff;
  letter-spacing:.2em;
}
#blog-title a {
  color:#fff;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#fff;
  }
#description {
  margin:0 5px 5px;
  padding:0 20px 20px;
  border: none;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#777;
  display: none;
  }

.flash {
	float: left;
	margin-left: 27px;
}
/* @end */
/* @group MAIN CONTENT */

/* @group post-main */

@media all {
#content {
    width:950px;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
#main {
    width:950px;
    float:left;
    }
#main2 {
    width: 600px;
    float:left;
	margin: 9px 30px auto;
}
#main2 ul {
    font-size: .9em;
	margin-left: 10px; 
	margin-top: 5px;   
}
#main2 ol {
    font-size: .9em;
	margin-left: 10px; 
	margin-top: 5px;   
	}

/* My Comment */
#sidebar {
    width:220px;
    float:right;
    margin-right: 30px;
	margin-top: 25px;
}

#sidebar-left {
    width:220px;
    float:left;
    margin-left: 30px;
	margin-top: 25px;
}
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  #sidebar-left {
    width:100%;
    float:none;
    }
  }


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    border-bottom:1px dotted #444;
    padding-bottom:1.5em;
	padding-top: 0;
	margin: .5em 0 1.5em;
}

/*.post body{
	margin-top: 5px !important;
	margin-bottom: 15px;
	border: 2px solid #d4ff6f;
}

p.post body{
	margin-top: 5px !important;
	margin-bottom: 5px;
	border: 2px solid #d4ff6f;
}*/
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
}
.post-title a {
  text-decoration:none;
  color:#af013b;
  }
.post-title a:hover {
  color:#fac801;
}
.post div {
  margin: 0 0 .0em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#333;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#777;
  margin-right:.6em;
  }
.post img {
  padding:0px;
  border:1px solid #fff;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }
p.post-body {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.post-body div {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

/* @end */

/* @group comments */

.comment-link {
  margin-left:.6em;
  }
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* @end */

/* @group sidebar-right */

#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #444;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#999;
  line-height:1.5em;
  }

/* @end */

/* @group sidebar-left */

#sidebar-left ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #444;
  list-style:none;
  }
#sidebar-left li {
  margin:0;
  padding: 0 15px .25em 0;
  line-height:1.5em;
  }
#sidebar-left p {
  color:#999;
  line-height:1.5em;
  }
/* @end */

/* @group profile */

#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #444;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:0px;
  border:1px solid #fff;
  margin: 3px 7px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
/* @end */

/* @group feeds
 */

#blogfeeds {
  }
#postfeeds {
  }
/* @end */  
/* @end */

/* @group TYPOGRAPHY */
.info {
	margin-top: 25px !important;
	margin-bottom: 10px;
}

/* @end */

/* @group NAV */
.nav {
	position: relative;
	float: right !important;
}
ul.nav {
	position: relative;
	float: right !important;
}
ul.nav li {
	position: relative;
	height: 37px !important;
	float: left;
	overflow: hidden;
	display:block;
	margin-top: 145px;
}
.nav a {
	font-size: .01em;	
	float: left;
	position: relative;
	display:block;
	height: 37px !important;
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 0;
	background-position: left top;
	padding: 37px 0 0;
	overflow: hidden;
	margin-right: 7px;
}
.nav01 a:link, .nav01 a:visited {
	width: 88px;
	background-image: url(../_media/nav_01.gif);
}
.nav01 a:hover, .nav01 a:active { 
	background-position: 0 -37px;
}
.nav02 a:link, .nav02 a:visited {
	width: 100px;
	background-image: url(../_media/nav_02.gif);
}
.nav02 a:hover, .nav02 a:active { 
	background-position: 0 -37px;
}
.nav03 a:link, .nav03 a:visited {	
	width: 115px;
	background-image: url(../_media/nav_03.gif);
	margin-right: 32px;
}
.nav03 a:hover, .nav03 a:active { 
	background-position: 0 -37px;
}
/* @group SUBNAV */

.faves {
	text-transform: uppercase;
}

ul.faves {
	text-transform: uppercase;
	margin-top: 1px !important;	
}
ul.faves li {
	font-size: 78% !important;
	color: #fff !important;
	text-transform: uppercase;
	margin-top: 7px !important;
}
ul.faves a {
	font-size: 1em;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
}
#kay {
	color: #e32a56 !important;
margin-top: 6px !important;	
}
#yellow {
	color: #fed008 !important;
}
.blog {
	margin-bottom: 10px;	
}
ul.blog {
	font-size: 100% !important;
	color: #fff !important;
}
ul.blog li {
	font-size: 1em;
}
ul.blog a:link, ul.blog a:visited {
	font-size: 1em;
	color: #fff !important;
	text-decoration: none;
}
ul.blog a:hover, a:active {
	font-size: 1em;
	color: #fed008 !important;
	text-decoration: underline;
}
/* @end */
/* @end */

/* @group H1-H6 */
h1.logo {
	font-size: .001px !important;
	display: none !important;
	height: 0px !important;
	overflow: hidden !important;
}
h1 {
	display: none;
}
h2 {
  font:bold 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#777;
  margin: .05em 0 .5em;
}
h3 {
  margin:.05em 0 .05em;
  color:#af013b;
  font: 180%/1.4em Georgia, "Times New Roman", Times, serif;
}
h4 {
	margin: 0 !important;
	font:  bold 1.2em/1.3em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  color:#fac801;
}
h5 {
}
h6 {	
}
/* @end */

/* @group LINKS */
.profile-link {
  margin:0 !important;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif !important;
  text-transform:uppercase;
  letter-spacing:.1em;
}
.profile-link a{
  font:bold 1em/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif !important;
}
/* @end */

/* @group FOOTER */
#footer {
  width:950px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
/* @end */

/* @group FORMS */
#contacttable {
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 100%;	
}
#contactform {
	float: left;
	width: 600px;
	margin: 0 20px 0 0;
}
#contactform p {
	margin: 10px 0 15px;
}
.imput, textarea  {
	width: 270px;
	font: .8em/1em Arial, Helvetica, sans-serif;
	border: 2px inset #666;
}
.form {
	margin: 0 0 10px;
	float: left;
}
span.phone, span.fax, address {
	width: 300px;
	clear: right;
	float: left;
	margin: 0;
}
span.phone, address {
	margin-top: 10px;
}
#contact_submit {
	margin-top: 5px;
	margin-bottom: 5px;
}
textarea, input, imput {
	font-size: .7em;
}
textarea {
}
/* @end */

