/*
Theme Name: Kolker
Theme URI: 
Description: 
Version: 1.1
Author: Altima
Author URI: 
Tags: 
*/


/** RESET **/

/*reset styles across browsers, thanks to Eric Meyer (http://meyerweb.com/eric/tools/css/reset/) for getting me started - dja*/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*set heading font size*/
h1, h2, h3, h4, h5, h6, pre, code {	font-size: 1em; font-weight:normal; }
/*anchors and images*/
a img, img { border: none; } 
a { text-decoration: none; }

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*///////////////////////////////// CLEARFIX ///*/

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/*common classes*/
.top { vertical-align: top; } 
.middle { vertical-align: middle; } 
.bottom { vertical-align: bottom; } 
.sup { vertical-align: super; } 
.sub { vertical-align: sub; } 
.left { text-align: left; } 
.right { text-align: right; } 
.center { text-align: center; } 
.justify { text-align: justify; }
.nine { font-size:9px; }
.ten { font-size:10px; } 
.eleven { font-size: 11px; } 
.twelve { font-size: 12px; } 
.thirteen { font-size: 13px; } 
.fourteen { font-size: 14px; } 
.fifteen { font-size: 15px; } 
.b { font-weight: bold; } 
.i { font-style: italic; } 
.u { text-decoration: underline; } 
.o { text-decoration: overline; } 
.s { text-decoration: line-through; } 
.lowercase { text-transform: lowercase; } 
.uppercase { text-transform: uppercase; } 
.camelcase { text-transform: capitalize; } 
.smallcaps { font-variant: small-caps; } 
.slant { font-style: oblique; } 
.indent { text-indent: 10px; } 
.wrap { word-wrap: break-word; white-space: normal; } 
.pre { white-space: pre; } 
.block { display: block; } 
.inline { display: inline; } 
.none { display: none; } 
.visible { visibility: visible; } 
.hidden { visibility: hidden; } 
.collapse { visibility: collapse; } 
.circle { list-style-type: circle; } 
.disc { list-style-type: disc;} 
.clear { clear: both;}
.floatLeft { float:left; }
.floatRight {float:right; } 
ul.collapse { list-style-type: none; } 
ul.collapse li { list-style-type: none; display: inline; }



/*** GENERAL TAGS ***/



body {
margin: 0px;
font-size: 12px;
  font-family:Arial, Helvetica, sans-serif;
  color:#7a7a78;
  background:url(img/background-gradient.jpg) top left repeat-x #B49E74;
  text-align: center;
}


h1, h2, h3, h4, h5 {
	margin: 0px;
	font-weight: normal;
}

.clear {
	clear: both;
}

a, a:active, a:link {
	color: #7A7A78;
	text-decoration: underline;
}

a:hover {
	color: #000000;
}

input {
	border: 0px;
}

/*** Header & Search Box ***/



#header {
  width:100%;
  margin:26px 0px 12px 0px;
}

#header h1 {
	font-size: 30px;
	font-family: 'Arial', 'Trebuchet MS', 'Helvetica', sans-serif;
}

#header h1 a {
  display:block;
  margin:0 auto;
  background:url(img/logo.jpg) top left no-repeat;
  height:49px; width: 484px;
  text-indent:-9999px;
}

#header h1 a:hover {
	color: #ffffff;
}


/*** Menu ***/

#navMain {
 width:100%;
 background-color:#462C1B;
 position:relative;
 z-index:500;
}
li.mainItem {
  float: left;
  position: relative;
  padding:8px 0 8px 52px;
  color:#C4B090;
  font-size:10px;
  text-transform:uppercase;
}
li.mainItem a {
	color:#C4B090;
	height:1%;
	text-decoration:none;
}
li.mainItem a:hover {
  color:#FFFFFF;
}
li.mainItem ul.subList {
  display: none;
  position: absolute; 
  top: 25px;  left: 42px;
  background-color:#462C1B;
  padding:6px 0;
}
li.mainItem:hover ul.subList, li.over ul.subList {
  display:block;
}
li.subItem, li.subItem2 {
   white-space: nowrap;
}
li.subItem a {
	display:block;
	padding:3px 10px;
	margin:0;
}
li.subItem a:hover, li.subItem2 a:hover {
  background-color:#c3a591;
}
li.subItem2 a {
	display:block;
	padding:3px 10px 3px 20px;
	margin:0;
}


#homepageBanner {
  position:relative;
  width:100%; height:314px;
}
.rotateDiv {
  position:absolute;
  top:0; left:0;
  width:552px; height:262px;
  padding:52px 0 0 308px;
}
.rotateDiv h2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:23px;
  width:430px;
}
.rotateDiv h3 {
  padding:0 0 1.2em 0;
  font-size:10px;
  text-transform:uppercase;
}
.rotateDiv p {
	font-size:12px;
	line-height:1.6em;
	padding:1.2em 0;
	width:430px;
}
.rotateDiv a {
  text-decoration:none;
}
p.bannerListTag {
	padding:0 0 1.2em 0;
	font-size:10px;
	text-transform:uppercase;
}
.rotateDiv ul {
	float:left;
	font-size:10px;
	line-height:1.4em;
	font-weight:bold;
	white-space:nowrap;
}
.rotateDiv ul li {
  background:url(img/homepage-bullit.gif) 0 3px no-repeat;
  padding:0 20px 0 15px;
}
#banner1 {
  display:block;
  background:url(img/homepage-image.jpg) 0 0 no-repeat;
  color:#FFFFFF;
}
#banner1 a {
  color:#FFFFFF;
}
#banner1 a:hover {
  color:#462C1B;
}
#banner2 {
  display:none;
  background:url(img/homepage-imageB.jpg) 0 0 no-repeat;
  color:#462C1B;
}
#banner2 .bannerList1 a {
  color:#462C1B;
}
#banner2 .bannerList1 a:hover {
  color:#abc7be;
}
#banner2 .bannerList2 a, #banner2 .bannerList3 a {
  color:#999;
}
#banner2 .bannerList2 a:hover, #banner2 .bannerList3 a:hover {
  color:#462C1B;
}
#banner3 {
  display:none;
  background:url(img/homepage-imageC.jpg) 0 0 no-repeat;
  color:#462C1B;
}
#banner3 .bannerList2 a {
  color:#462C1B;
}
#banner3 .bannerList2 a:hover {
  color:#abc7be;
}
#banner3 .bannerList1 a, #banner3 .bannerList3 a {
  color:#999;
}
#banner3 .bannerList1 a:hover, #banner3 .bannerList3 a:hover {
  color:#462C1B;
}
#banner4 {
  display:none;
  background:url(img/homepage-imageD.jpg) 0 0 no-repeat;
  color:#462C1B;
}
#banner4 .bannerList3 a {
  color:#462C1B;
}
#banner4 .bannerList3 a:hover {
  color:#abc7be;
}
#banner4 .bannerList1 a, #banner4 .bannerList2 a {
  color:#999;
}
#banner4 .bannerList1 a:hover, #banner4 .bannerList2 a:hover {
  color:#462C1B;
}
#flashContentWrap {
  position:relative;
  z-index:0;
}
#lgButtons {
  /*position:relative;*/
}
.lgButton {
  float:left;
  padding:5px 0 5px 5px;
}
a.lgButtonBeforeAfter {
  display:block;
  width:280px; height:100px;
  background:url(img/lgButtonBeforeAfter.jpg) 0 0 no-repeat;
  text-indent:-9999px;
}
a.lgButtonBeforeAfter:hover {
  background-position: 0 -100px;
}
a.lgButtonBeautyAfterBaby {
  display:block;
  width:280px; height:100px;
  background:url(img/lgButtonBeautyAfterBaby.jpg) 0 0 no-repeat;
  text-indent:-9999px;
}
a.lgButtonBeautyAfterBaby:hover {
  background-position: 0 -100px;
}
a.lgButtonMens {
  display:block;
  width:280px; height:100px;
  background:url(img/lgButtonMens.jpg) 0 0 no-repeat;
  text-indent:-9999px;
}
a.lgButtonMens:hover {
  background-position: 0 -100px;
}
a.lgButtonTestimonial {
  display:block;
  width:280px; height:100px;
  background:url(img/lgButtonTestimonial.jpg) 0 0 no-repeat;
  text-indent:-9999px;
}
a.lgButtonTestimonial:hover {
  background-position: 0 -100px;
}
a.lgButtonNews {
  display:block;
  width:280px; height:100px;
  background:url(img/lgButtonNews.jpg) 0 0 no-repeat;
  text-indent:-9999px;
}
a.lgButtonNews:hover {
  background-position: 0 -100px;
}
a.lgButtonAKMD {
  display:block;
  width:280px; height:100px;
  background:url(img/lgButtonAKMD.jpg) 0 0 no-repeat;
  text-indent:-9999px;
}
a.lgButtonAKMD:hover {
  background-position: 0 -100px;
}
a.lgButtonRequestAppt {
  display:block;
  width:280px; height:100px;
  background:url(img/lgButtonRequestAppt.jpg) 0 0 no-repeat;
  text-indent:-9999px;
}
a.lgButtonRequestAppt:hover {
  background-position: 0 -100px;
}
a.lgButtonWeightLoss {
  display:block;
  width:280px; height:100px;
  background:url(img/lgButtonWeightLoss.jpg) 0 0 no-repeat;
  text-indent:-9999px;
}
a.lgButtonWeightLoss:hover {
  background-position: 0 -100px;
}
a.smButtonSubmit {
  display:block;
  width:115px; height:30px;
  background:url(img/smButtonSubmit.gif) 0 0 no-repeat;
  text-indent:-9999px;
}
a.smButtonSubmit:hover {
  background-position: 0 -30px;
}
a.smButtonReset {
  display:block;
  width:80px; height:30px;
  background:url(img/smButtonReset.gif) 0 0 no-repeat;
  text-indent:-9999px;
}
a.smButtonReset:hover {
  background-position: 0 -30px;
}

/*** Content ***/

#contentWrapper {
  width:870px;
  margin:0 auto;
  text-align:left;
}

#contentFrame {
  width:100%;
  border:5px solid #F6F4EA;
}
#contentMain {
  width:860px;
  margin:0 0 5px 5px;
  background-color:#F6F4EA;
}

#columnWrapper {
  padding:13px 7px 23px 7px;
}
#leftCol {
	float:left;
	width:569px
}
#rightCol {
	float:right;
	width:277px;
}

/*** Article ***/



.article {
	margin-bottom: 50px;
	color:#462C1B;
	line-height:18px;
}

.article h2 {
	font-size: 20px;
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	font-weight: bold;
}

.article h2 a {
	color: #462C1B;
	text-decoration:none;

}

.article h2 a:hover {
	color: #4C3729;
}

.postcontent {
	color:#462C1B;
	line-height:18px;
	font-size: 13px;
}

.postcontent p {
	margin-bottom:6px;
}

.postcontent ul {
	margin-bottom:16px;
	margin-left: 20px;
	list-style:square;
}

.postcontent a {
	text-decoration: underline;
	color: #7A7A78;
}

.postcontent a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.postmeta {
	text-transform: uppercase;
	font-family: 'Trebuchet MS', 'Arial', 'Helvetica', sans-serif;
	color: #746962;
	border-top: solid 1px #F0E5DE;
	display: block;
	margin-top: 8px;
	padding: 5px 0px 2px 0px;
	line-height:16px;
}

.date {
	padding-left: 15px;
	background: url(images/date.jpg) no-repeat center left;
}

.mcategories {
	padding-left: 18px;
	width: 395px;
	background: url(images/categories.jpg) no-repeat center left;
	padding-top: 1px;
	float: left;
}

.mcomments {
	background: url(images/comments.jpg) no-repeat center left;
	float: right;
	padding-left: 20px;
	padding-top: 1px;
}

/*** Sidebar ***/

#searchform label {
	display:none;
}

#searchform #s {
	border:1px solid #DBCEB7;
}

#searchform #searchsubmit {
	border:1px solid #DBCEB7;
	font-weight:bold;
}

.item {
	width: 250px;
	margin-left: 10px;
}

.advertising {
	background: #dbceb6;
	padding: 15px 0 15px 0;
	border-left: solid 5px #C4B497;
}

.advertising a img {
	border: solid 5px #ffffff;
	float: left;
}

.advertising img {
	margin-left: 10px;
}

.advertising .item {
	margin: 0px;
	margin-left: 10px;
}

.sidebar .item {
	margin: 8px 0px 25px 20px;
}

.item h3, .item h2 .comments h2 {
	color: #563C2D;
	font-size: 18px;
	font-family: 'Arial', 'Trebuchet MS', 'Helvetica', sans-serif;
	padding-bottom: 2px;
	border-bottom: solid 1px #DBCEB7;
}

.item ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	border-top: solid 1px #FFFBF6;
	background: #fff;
}

.item ul li {
	padding: 6px 10px 6px 10px;
	border-bottom: dashed 1px #E6DDCE;
	line-height: 15px;
	color: #C8BCA7;
	font-size: 11px;
}

.item ul li a {
	font-size: 13px;
}

.latest ul li a {
	background: url(images/article.jpg) no-repeat top left;
	padding-left: 15px;
}

.half ul li {
	width: 140px;
	float: left;
	padding: 5px;
}

.half ul {
	float: left;
}

/*** Comments h2 ***/



.comments h2 {
	margin-bottom: 15px;
}

.comment {
	display: block;
	padding: 10px;
}

.alt {
	background: #F7F0E5;
}

.comment-meta {
	color: #A39B8C;
	border-bottom: solid 1px #E6DDCE;
	padding-bottom: 4px;
}

.comment-meta span {
	font-size: 14px;
	font-weight: bold;
}

.commentform {
	background: #f1f1f1;
	display: block;
	padding: 10px;
	margin-top: 10px;
}

.commentform span {
	font-size: 12px;
	font-weight:bold;
	display: block;
	color: #8B8477;
	margin-bottom: 4px;
}

.commentform input, .commentform textarea {
	width: 350px;
	background: #ffffff;
	border: #ffffff;
	padding: 4px;
	margin-bottom: 10px;
}

.commentform input.subscribe_button {
	width: 153px;
	height: 33px;
	background: url(images/submit-off.jpg);
	display: block;
	text-indent: -9999px;
}

.commentform input.subscribe_button:hover {
	background: url(images/submit-on.jpg);
}

/*** Footer ***/


#footer {
  padding:40px 0 80px 0;
  width:90%;
  margin:0 auto;
  text-align:center;
}
#address {
  text-align:center;
  color:#FFFFFF;
  padding-bottom:24px;
}
#address a {
  color:#FFFFFF;
}
#keywordLinks {
  text-align:center;
  color:#7D6555;
  font-size:9px;
  line-height:1.4em;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

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;
}

.rsswidget {
	color:#563C2D;
	text-decoration: none;
}


