/*  
Theme Name: Tummy Tuck Beta
Theme URI: http://tummy-tuck.info/
Description: Fresh Clothes for Tummy-Tuck.info.
Version: .1
Author: Ryan Quiel
Author URI: http://tummy-tuck.info/ */

/* ===================================================================== */
/* SET DEFAULTS |------------------------------------------------------- */

* {margin: 0; padding: 0; border: 0;}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;

	background-image: url('/pic/bg.gif');

	background-repeat: repeat-x;

	background-position: top;

	background-color: #4d94ce;


	}

p {
	padding: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 150%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #175486;
	margin: 10px 0 10px 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #175486;
	margin: 10px 0 0 0;
}

h3 {
	color:#000;
	font-weight:normal;
	font-size:140%;
	margin: 20px 0 10px 0;
	line-height: 120%;
	margin: 10px 0 10px 0;
} 

h4 {
	color: #2e2e2e;
	font-size: 100%;
	line-height: 120%;
}

acronym, abbr, span.caps {cursor: help;}
acronym, abbr {border-bottom: 1px dashed #999;}

hr {display: none;}

textarea, input {border: 1px solid #000;}

.blacklink a:link {		color: #000; text-decoration: none;}
.blacklink a:visited {	        color: #000; text-decoration: none;}
.blacklink a:hover{	  	color: #000; text-decoration: underline;}
.blacklink a:active {		color: #000;  text-decoration: none;}



/* ===================================================================== */
/* ADS |---------------------------------------------------------------- */


.skypill {
	float:right;
	text-align: center;
	width: 200px;
	padding: 5px 5px 5px 10px;
}

.linkpill {
	text-align: center;
	width: 200px;
	clear: both;
}

#skyads {
	background-color: #d8ecff;
}

#linkads {
	background-color: #CBE8FF;
	border: 0px;
}




/* ===================================================================== */
/* COMMON ELEMENTS |---------------------------------------------------- */

.alignright {float: right;}
.alignleft {float: left;}
.center {text-align:center;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

a img {border: none;}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}


/* ===================================================================== */
/* CONTAINERS |--------------------------------------------------------- */

/* Page Container DIV - Holds everything */
#page {
	background-color: white;
	width: 760px;
	margin: auto;
	text-align: left;
}

/* These are the three SHADOW DIV's outlining the page to create a shadow */
#shadow1 {
	width: 762px;
	background-color: #053c6a;
	border: 1px solid #4d94ce;
	margin: auto;
	padding: 1px 0 1px 0;
}

#shadow2 {
	width: 766px;
	background-color: #4d94ce;
	border: 1px solid #4d94ce;
	margin: auto;
	padding: 1px 0 1px 0;
	}

#shadow3 {
	width: 770px;
	background-color: #4d94ce;
	border: 1px solid #4d94ce;
	margin: 10px auto 0 auto;
	padding: 1px 0 1px 0;
	}




/* ===================================================================== */
/* HEADER |------------------------------------------------------------- */

/* Header Container DIV */
#headerimg {
	background: #FFF url(images/Tummy_Tuck.jpg) no-repeat;
	height: 78px; 
	width: 760px;
}

/* Top Tabs */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
margin: -20px 0 0 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: #1E6EB0 url(images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding: 4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #4d94ce;
}

#ddcolortabs a:hover span{
background-color: #4d94ce;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #4d94ce;
}




/* This is container DIV for the blue bar below the header */
#bluebar {
	background: #1160A1 url(images/bluebar.gif) no-repeat;
	background-position: left;
	width: 760px;
	height: 29px;
	margin: 22px 0 0 0;
}

/* These are the three SHADOW DIV's outlining the blue bar to create a shadow */
#bluebars1 {
	width: 760px;
	background-color: #C7C7C7;
	border-top: 0px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	margin: auto;
	padding: 0px 0 1px 0;
}

#bluebars2 {
	width: 760px;
	background-color: #E1E1E1;
	border-top: 0px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	margin: auto;
	padding: 0px 0 1px 0;
	}

#bluebars3 {
	width: 760px;
	background-color: #F3F3F3;
	border-top: 0px solid #F9F9F9;
	border-bottom: 1px solid #F9F9F9;
	margin: auto;
	padding: 0px 0 1px 0;
	}

/* Breadcrumbs */
#bread {
	padding: 7px 0 0 175px;
	font-size: 110%;
	color: #FFF;
}

#bread a:link {			color: #FFF; text-decoration: none;}
#bread a:visited {	color: #FFF; text-decoration: none;}
#bread a:hover{	  	color: #FFF; text-decoration: underline;}
#bread a:active {		color: #FFF; text-decoration: none;}

	
/* ===================================================================== */
/* BODY |--------------------------------------------------------------- */

/* Content container DIV */
#content {
	padding: 0 10px 20px 0;
	width: 577px;
	float: right;
}

/* Post Container DIV */
.post {}

.post h1 {
}


/* "Read the rest of this entry" DIV*/
.entry {}

/* PostMetaData Container (Author, date, comments, etc) */
.postmetadata {}

/* Previous / Next Post/Page links */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}


/* ===================================================================== */
/* SIDEBAR |------------------------------------------------------------ */

/* Sidebar Container DIV  */
#sidebar {
	padding: 0px 0 10px 0;
	width: 170px;
	float: left;
}

#sidebar ul {
	list-style-type: none;
}

/* Blue Article Header Tabs & Container*/
ul.pagelist {
}

/* Article Header Titles */
li.pagecat {
	list-style: none;
	background: #FFF url(images/catagory-tab.gif) no-repeat;
	width: 165px;
	padding: 13px 0 3px 0;
	color: #FFF;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}


/* Article Links Container */
.pagemain ul {
}

/* Article Links Themselves */
.pagemain li {
	list-style-image: url(images/arrow.gif);
	list-style-position: inside;
	border-top: 1px solid #CCCCCC;
	text-align: left;
	padding: 4px 0 0 4px;
	height: 17px;
	width: 142px;
	font-size: 1.1em;
}

.pagemain li a:link {		background-color: #FFF; color: #0303d7; text-decoration: none;}
.pagemain li a:visited {	background-color: #FFF; color: #0303d7; text-decoration: none;}
.pagemain li a:hover{	  	background-color: #FFF; color: #0000ff; text-decoration: underline;}
.pagemain li a:active {		background-color: #FFF; color: #0303d7;  text-decoration: none;}


/* Newsletter Sidebar Container */
.newsletter ul {
}

/* Article Links Themselves */
.newsletter li {
	list-style: none;
	border-top: 1px solid #CCCCCC;
	text-align: left;
	padding: 4px 0 0 4px;
	width: 142px;
	font-size: 1.1em;
}


/* These are the three SHADOW DIV's outlining the menu to create a shadow */
#sides1 {
	width: 146px;
	background-color: #FFF;
	border: 1px solid #D5D5D5;
	border-top: none;
	margin: auto;
}

#sides2 {
	width: 150px;
	background-color: #E1E1E1;
	border: 1px solid #EBEBEB;
	border-top: none;
	margin: auto;
	padding: 0 0 1px 0;
	}

#sides3 {
	width: 154px;
	background-color: #F3F3F3;
	border: 1px solid #F9F9F9;
	border-top: none;
	margin: 0 0 0 6px;
	padding: 0 0 1px 0;
	}
	

/* Search Form  */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}




/* ===================================================================== */
/* COMMENTS |----------------------------------------------------------- */


#commments {
	width: 500px;
}

#commentcontainer {
	width: 480px;
	padding: 10px;
	background-color: #E9F5FF;
	border-left 1px solid #E1E1E1;
	border-right 1px solid #E1E1E1;
	color: #044174;
}

/* Ask, Answer Share */
#commentheader {
	background: #FFF url(/wp-content/themes/tummy-tuck-v1/images/comments-top.gif) no-repeat;
	width: 500px;
	height: 43px;
	color: #FFF;
	font-size: 260%;
	font-weight: bold;
}

#commentheadermargin {
	padding: 4px 0 0 75px;
}


/* Thank you for helping your tummy tuck community. */
#commentfooter {
	background: #FFF url(/wp-content/themes/tummy-tuck-v1/images/comments-bottom.gif) no-repeat;
	width: 500px;
	height: 31px;
	color: #FFF;
	font-size: 160%;
	text-align: center;
	font-weight: bold;
}

#commentfootermargin {
	padding: 5px 0 0 0;
}

#commentsheading {
	color: #044174;
	font-size: 175%;
	font-weight: bold;
}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
}

#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 80%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
        background: #FFF;
        font-weight: bold;
}

.alt {
	margin: 0;
	padding: 10px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}




/* ===================================================================== */
/* FOOTER |------------------------------------------------------------- */

/* Footer Container DIV */
#footer {
	padding: 0;
	margin: auto;
	text-align: center;
	width: 760px;
	clear: both;
	
	font-size: 100%;
	color: #FFF;
}

#footer a:link {			color: #FFF; text-decoration: none;}
#footer a:visited {		color: #FFF; text-decoration: none;}
#footer a:hover{	  	color: #FFF; text-decoration: underline;}
#footer a:active {		color: #FFF; text-decoration: none;}

/* The footer linkbar with light striped background */
#topfootbarbg {
	background: #FFF url(images/darkstripes.gif) repeat-x;
	height: 29px; color: #FFF;
}

/* The footer copyright bar with dark striped background */
#bottomfootbarbg {
	background: #FFF url(images/lightstripes.gif) repeat-x;
	height: 29px; color: #FFF;
}

/* Text in the top and bottom foot bar */
#topfootbar, 
#bottomfootbar {
	padding: 8px 0 0 0;
	text-align: center;
	font-weight: bold;
        color: #FFF;
}

/* ===================================================================== */
/* CALANDER |----------------------------------------------------------- */

#wp-calendar #prev a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
}