/*
Theme Name: Pink Producers
Theme URI: http://www.aostudiosdesigns.com/
Description: Mary Kay Website
Version: 1.0
Author: AO Studios
Author URI: http://www.aostudiosdesigns.com/
Tags: Mary Kay, Modern, Web 2.0
*/


body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	text-align: left;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
    padding: 0px;
}

h1 {
	font-size: 18px;
	color: #333;
}
h2 {
	font-size: 16px;
	color: #F9C;
}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 10px;}
h6 {font-size: 8px;}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: normal;
}

.clear {clear: both;}

a {
	color: #636;
}

a:focus {outline: none;}

a:hover {
	text-decoration: none;
	color: #F9C;
}

a img {
	border: none;
}

#wrapper {
	width: 950px;
	padding: 0px;
	margin: 0px auto;
}

.textcenter {
	text-align: center;
}

.imgright {
	padding: 5px;
	clear: none;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;	
}

.textwidget {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 10px 0px 10px 25px;
}

.alignright {
	padding: 0px;
	float: right;
	margin: 10px;
}

.alignrightborder {
	padding: 5px;
	border: 2px solid #e6e6e6;
	float: right;
	margin: 10px;
}

.alignleft {
	padding: 0px;
	float: left;
	margin: 10px;
}

.alignleftborder {
	padding: 5px;
	border: 2px solid #e6e6e6;
	float: left;
	margin: 10px;
}

.aligncenter {
	padding: 0px;
	margin: 10px auto;
	display: block;
}

.aligncenterborder {
	padding: 5px;
	border: 2px solid #e6e6e6;
	margin: 10px auto;
	display: block;
}

.textwrap {
	border-bottom: 1px solid #CCC;
	margin: 0px 0px 30px;
	padding: 0px 20px 20px;
}
/* Header */

#largeheadertop {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	background-image: url(images/header-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#headertop {
	width: 950px;
	height: 100px;
	margin: 0px auto;
	color: #FFF;
}

#largeheaderbottom {
	margin: 0px;
	width: 100%;
	background-image: url(images/dropshadowtop.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

#headerbottom {
	width: 950px;
	height: 350px;
	margin: 0px auto;
	color: #FFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#headermainsidebar {
	padding: 0px;
	height: 185px;
	width: 230px;
	float: right;
	margin-top: 70px;
	margin-right: 174px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#headermainsidebar h2 {
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 0px;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: lighter;
	padding-top: 12px;
	color: #FFF;
}

#headermainsidebar a {
	text-decoration: none;
	color: #FFF;
}

#headermainsidebar p {
	line-height: 24px;
}

#phone {
	background-image: url(images/phone.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	height: 65px;
	width: 230px;
	padding-left: 81px;
}

#mail {
	background-image: url(images/mail.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	height: 65px;
	width: 230px;
	padding-left: 81px;
}

#rss{
	background-image: url(images/rss.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px;
	height: 65px;
	width: 230px;
	padding-left: 81px;
}

/* Logo */

#logo {
	float: left;
	background-image: url(images/pplogo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 64px;
	width: 271px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 0px;
}

/* Menu */

#menu {
	float: right;
	height: 40px;
	width: 678px;
	margin-top: 20px;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 10px;
	color: #FCF;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	margin: 0px 5px;
}

#menu a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}

#menu .current_page_item {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

#menu .current_page_item a:hover {
	border-bottom: none;
}

/* Page */

#page {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}

/* Content */

#largecontent {
	float: left;
	width: 950px;
}

#content {
	float: left;
	width: 638px;
	margin: 30px 0px 0px 0px;
}

#content h2 {
	padding-left: 0px;
	font-size: 18px;
	color: #1E1E1E;
}

.post {
	color: #333;
	margin: 0px 0px 30px 0px;
	padding: 0px 15px 20px 0px;
	border-bottom: 1px solid #CCC;
}

.post .title {
	margin: 0px;
	font-size: 18px;
	padding: 7px 0px 7px 30px;
}

.post .title a {
	text-decoration: none;
	color: #F9C;
}

.post .entry {
	padding: 0px;
}

.post .meta {
	font-weight: normal;
	padding-left: 20px;
	color: #666;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}
/* No - Right Sidebar */


/* Sidebar */

#largesidebar {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-image: url(images/dropshadowbottom.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF;
}

#sidebar {
	width: 950px;
	padding: 0px;
	height: 110px;
	clear: both;
	color: #F9F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#sidebarleft {
	height: 110px;
	float: left;
	width: 233px;
	margin-left: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-image: url(images/goodjob.jpg);
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 70px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebarcenter {
	height: 110px;
	float: left;
	width: 188px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-image: url(images/promotions.jpg);
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 120px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebarright {
	height: 110px;
	float: left;
	width: 195px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(images/download.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 115px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(images/img04.jpg) no-repeat left 50%;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 0px;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: lighter;
	padding-top: 5px;
	color: #666;
}

#sidebar a {
	text-decoration: none;
	color: #969;
}

#sidebar a:hover {
	text-decoration: none;
	color: #966;
}

#sidebar p {
	padding: 0px;
	margin-bottom: 0px !important;
	line-height: 80%;
}

/* ============= sidebar 2 ============= */

#sidebartwo {
	float: left;
	width: 294px;
	margin: 0px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 20px 8px;
	background-color: #FFF0FF;
	list-style: none;
}

#sidebartwo h2 {
	font-size: 1.2em;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FCF;
	padding-left: 10px;
}

#sidebartwo p {
	line-height: normal;
	margin-bottom: 15px;
	margin-top: 5px;
}

#deadlines {
	min-height: 75px;
	width: 269px;
	padding: 0px;
	margin-bottom:10px;
	list-style-type: none;
}

/* ============== Sidebar Four ============= */

#sidebarfour {
	float: left;
	width: 294px;
	margin: 0px;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 30px 8px;
	background-color: #FFF0FF;
	list-style: none;
}

#sidebarfour h2 {
	font-size: 1.2em;
	border-left-width: 15px;
	border-left-style: solid;
	border-left-color: #FCF;
	padding-left: 10px;
	margin: 20px 0px 0px 0px;
}

#sidebarfour p {
	padding-left: 30px;
	line-height: normal;
	margin-bottom: 1.2em;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	height: 285px;
	color: #FFFFFF;
	background-color: #000;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
}

#footer h2 {
	color: #FCF;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 0px;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-weight: lighter;
	padding-top: 12px;
}

#footercontentleft {
	float: left;
	height: 210px;
	width: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 75px;
	background-image: url(images/footer-quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f4f4f4;
	margin-top: 20px;
	list-style-type: none;
}

#footercontentcenter {
	float: left;
	height: 210px;
	width: 200px;
	color: #FFF;
	padding: 0px 10px 0px 97px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f4f4f4;
	margin-top: 20px;
	background-image: url(images/makeup.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#footercontentright {
	float: left;
	height: 230px;
	width: 295px;
	margin-top: 20px;
	background-image: url(images/bigmk.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 55px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	text-decoration: none;
	color: #FFF;
}


#footer a:hover {
	color: #FCF;
}

#footer h2.widgettitle {
	display: none;
}

hr {
	display: none;
}

.pagetitle {
	color: #444444;
}

#comment {
	width: 540px;
	height: 100px;
}

#respond {
	color: #444444;
}

/* Slider */

#mainslideshow {
	background-image: url(images/slider-bg.jpg);
	background-position: left bottom;
	padding: 0px;
	float: left;
	height: 350px;
	width: 530px;
	background-repeat: no-repeat;
}

#slideshow {
	position:relative;
	height: 300px;
	width: 500px;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
}

#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	border: 1px solid #FFF;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* ================================================== Header 2 =============================================== */

#largeheadertop {
	margin: 0px;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	background-image: url(images/header-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#headertop {
	width: 950px;
	height: 100px;
	margin: 0px auto;
	color: #FFF;
}

#largeheaderbottom {
	margin: 0px;
	width: 100%;
	background-image: url(images/dropshadowtop.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

#header2bottom {
	width: 950px;
	height: 100px;
	margin: 0px auto;
	color: #FFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

#header2mainsidebar {
	padding: 0px;
	height: 100px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header2mainsidebar h2 {
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 0px;
	clear: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-weight: lighter;
	padding-top: 12px;
	color: #FFF;
}

#header2mainsidebar a {
	text-decoration: none;
	color: #FFF;
}

#header2mainsidebar p {
	line-height: 24px;
}

#phone2 {
	background-image: url(images/phone2.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 10px;
	height: 50px;
	width: 56px;
	padding-left: 0px;
	float: left;
	text-indent: -9999px;
}

#mail2 {
	background-image: url(images/mail2.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 10px;
	height: 50px;
	width: 56px;
	padding-left: 0px;
	float: left;
	text-indent: -9999px;
}

#rss2 {
	background-image: url(images/rss2.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 10px;
	height: 50px;
	width: 56px;
	padding-left: 0px;
	float: left;
	text-indent: -9999px;
}
