/*   
Theme Name: DA Lady
Theme URI: http://www.dreissiglady.com/
Description: Custom standards-compliant, women's athletic apparel theme.
Author: Breakthrough Design Group
Author URI: http://www.gobdg.com
Version: 1.0
*/


/*****************************************************************************************
Name:			style.css
Copyright:		Breakthrough Design Group
Description:	Style sheet containing global styles
*****************************************************************************************/
img, div, .pngfix { behavior: url(scripts/iepngfix.htc) } /** Transparent PNG support **/
html, body {height:100%}
body {text-align:center;background:#e2ddcb}
img {border:0px;font-size:0px}
* {margin:0px;padding:0px}

h1,h2,h3,h4,h5 {font-family:georgia;font-weight:normal;color:#aa083a}
p {margin-bottom:10px}


/** CLASSES **/
.bottomcap {margin-bottom:5px}
.bottomcap img{display:block}

.content {padding-left:0px}
.content h2 {margin:4px 0px 10px 0px}
.content h3 {margin-bottom:4px 0px 8px 0px}
.content h4 {margin:4px 0px 8px 0px}

.contentarea h1.mainheading {font-size:21px;border-bottom:1px solid #eeb7c8;padding:5px;padding-left:15px;margin-bottom:20px;}
.contentarea h1.mainheading a {color:#aa083a;text-decoration:none}
.contentarea h4 {font-size:17px;border-bottom:1px solid #eeb7c8;padding:5px;padding-left:10px}
.contentarea .leftbar {width:210px;float:left;_display:inline;
	background:url(images/shopping-bg.png) 10px 5px no-repeat;padding:22px 20px 0px 20px}
.contentarea .rightsection {width:570px;float:left;_display:inline;}

.footer {font-size:11px;font-family:arial;color:#9f9c8f;text-align:center;margin:10px}
.footer a{color:#9f9c8f;text-decoration:none}
.footer a:hover{color:#737065}

.main {width:873px;text-align:left;margin:0px auto 0px auto;}

.middle-main {padding-top:5px}
.middle-main img{width:570px}

.nav {float:right;margin-right:15px;_display:inline}
.nav ul {list-style-type:none}
.nav ul li {float:left;}
.nav a {color:white;text-decoration:none;padding:0px 8px 0px 8px;border-right:1px solid #f1c1cf;text-transform:uppercase}
.nav a:hover {text-decoration:underline}

.post {font-family:verdana;font-size:12px;line-height:21px;padding:4px}
.post .entry {padding:15px}
.post .entry a {color:#549105;}
.post .entry a:hover {color:#264203}
.post .entry a:visited {color:#7ec029}
.post .entry ul li {margin-left:20px}

.productstable td{vertical-align:top;text-align:left}

.rss {float:right;margin:4px 8px 0px 0px}

.shopping h3 {color:#77a242;margin-left:15px;margin-bottom:6px}
.shopping ul {list-style-image:url(images/bullet.jpg);list-style-position:outside;margin-left:15px}
.shopping ul li {_line-height:20px}
.shopping a {color:#8c8e88;font-size:12px;text-decoration:none}
.shopping a:hover {text-decoration:underline}


.tabs {text-align:center;margin-bottom:10px}
.tabs ul {list-style-type:none;width:720px;_width:725px;margin:0px auto 0px auto}
.tabs ul li {float:left;margin:0px 3px 0px 3px}
.tabs ul li a {display:block;height:28px;color:white;font-size:12px; padding-top:5px;font-family:georgia;
	text-decoration:none;background:url(images/tab.jpg) no-repeat;width:138px;}
.tabs ul li a:hover, .tabs ul li a.active {background:url(images/tab-over.jpg) no-repeat;}

.top {overflow: hidden;background:#ffffff url(images/top-bg-content.jpg) repeat-x; border-left:11px solid #d4cfbb; border-right:11px solid #d4cfbb;
	padding:5px;_width:841px;}
#bigimage .top {background:#ffffff url(images/top-bg.jpg) repeat-x;}
.top .topline {height:29px;font-family:verdana;font-size:10px;color:white;}
.top .topline .date {float:left;margin-left:20px;_display:inline}

.topcap {margin-top:5px}
.topcap img{display:block}

.top .topmiddle {height:100px}
.top .topmiddle .logo {float:left;margin:10px 0px 0px 15px;_display:inline}
.top .topmiddle .ad {float:right;margin:10px 20px 0px 0px;_display:inline}

.twitter h4 {height:25px;background:url(images/twitter-bird.jpg) 150px 0px no-repeat;margin:0px 0px 12px 0px}
ul#twitter_update_list {list-style-type:none}
#twitter_update_list li {margin:2px;margin-bottom:14px}
#twitter_update_list li span {display:block}
#twitter_update_list li a{color:#b58d9a;text-decoration:none}

.widget {margin-top:50px;color:#972e51;font-family:arial;font-size:11px;}
.widget h4 {margin:0px 0px 12px 0px}
.widget a{color:#972e51;font-family:arial;font-size:11px;text-decoration:underline}
.widget a:hover {color:#6d1231;}
.widget a:visited {color:#b58d9a}

.youtube {margin-top:65px}

/* Wordpress Styles */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

