/*
Theme Name: Skin Care News
Theme URI: http://www.mysite.com/my-theme/
Description: This is a custom design for skin care news for the company Skin Solution MD.
Version: 1.0
Author: AppSoft Development
Author URI: http://www.appsoftdevelopment.com/
*/



/* CSS Document */


/* GENERAL CSS - CODE TO TELL FF AND IE TO SIT DOWN AND STFU */
#body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 0.626em; }
body div, ul, ol, li, table, img {
	margin: 0px;
	padding: 0px; }
body p {
	margin: 10px 0px 15px; }
body img {
	border: none; }
.display_none {
	display: none; }
.clear_div {
	display: none;
	height: 0px;
	width: 0px; }
body:last-child .clear_div {
	display: block;
	clear: both; }

/* CLEAR - BECAUSE SOMETIMES, FLOATING -ISN'T- A GOOD THING */

.clearme {
	clear: both;
}

a {
color: #424242;
}

a img {border:0}

body{
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#020202;
	margin:0;
	min-width: 950px;
}



/* MAIN WRAPPER */

#mainwrapper {
	width: 950px;
	margin:0 auto;
	padding:0px;
	text-align: left;
}


/* TOP NAV */

#top_nav{
	width:940px;
	text-align: right;
	background-image: url(images/top_bar_bg.jpg);
	background-position: top left;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
	padding:5px;
}

#top_nav a {
	font-family: Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
}
#top_nav a:hover {
	color:#C0C0C0;
}

/* INNER WRAPPER */

#inner_wrapper {
	width: 100%;
	text-align: center;
	float:left;
	background: #4B494A;
	background-image: url(images/main_wrapper_bg.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}


/* LEFT COLUMN */

#left_col{
	width:203px;
	float:left;
	text-align:center;
	min-height:1100px;
}


/* RIGHT COLUMN */

#right_col{
	width:747px;
	float:right;
	text-align: left;
	min-height:1100px;
}



/* CONTENT WRAPPER */

#content{
	width:684px;
	height:auto;
	margin-left:11px;
	margin-right:11px;
	margin-top:10px;
	background-color:#FFFFFF;
	border:thin;
	border-color:#CCCCCC;
	font-family: Helvetica,Arial;
	color:#646464;
	font-size:13px;
	line-height:16px;
	padding-left:20px;
	padding-right:20px;
	font-weight:normal;
}

#credit_cards {
	text-align: center;
}
#credit_cards img {
	padding-left: 20px;
	padding-right: 20px;
}



/* CTAS */

/* 1. VISIT OUR WEBSITE */

#visit{
	float:left;
	margin-bottom: 5px;
}
#visit  a {
	display: block;
	float: left;
	padding-left: 0px;
	width: 203px;
	height: 89px;
	outline: none;
	text-indent: -9000px;
	background-image: url(images/cta_visit.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#visit a:hover {
	background-position: bottom left;
}

/* 2. OUR BLOG */

#blog{
	float:left;
	margin-bottom: 5px;
}
#blog  a {
	display: block;
	float: left;
	padding-left: 0px;
	width: 203px;
	height: 89px;
	outline: none;
	text-indent: -9000px;
	background-image: url(images/cta_blog.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#blog a:hover {
	background-position: bottom left;
}

/* 3. CALL US NOW */

#call{
	float:left;
	margin-bottom: 5px;
}
#call  a {
	display: block;
	float: left;
	padding-left: 0px;
	width: 203px;
	height: 133px;
	outline: none;
	text-indent: -9000px;
	background-image: url(images/cta_click.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#call a:hover {
	background-position: bottom left;
}







/* FOOTER */

#footer-content{
	background-image: url(images/footer_bg.jpg);
	background-repeat:no-repeat;
        background-position:top left;
	width: 950px; 
	height:151px;
	margin-top:5px;
	float:left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: center;
}
.footer_links {
	width: 750px;
	float: left;
	text-align: left;
	padding-left: 0px;
	font-family: Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
}
.footer_links a {
	font-family: Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
}
.footer_links a:hover {
	color:#C0C0C0;
}
.footer_logo {
	width: 160px;
	float: right;
	text-align: left;
	padding-right: 20px;
}
#footer-appsoft {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}
#footer-site {
	width: 35px;
	float: left;
	align: right;
}
#footer-flash {
	width: 120px;
	padding-right:35px;
	float: right;
	align: left;
	vertical-align: middle;
	font-family: Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration: none;
	vertical-align: middle;
}




/* HEADER TAGS */

h1 {
	font-family: Helvetica,Arial;
	color:#999999;
	font-size:18px;
	line-height:20px;
	padding-left:20px;
	padding-right:20px;
}

h2 {
	font-family: Helvetica,Arial;
	color:#999999;
	font-size:20px;
	line-height:24px;
	padding-left:0px;
	padding-right:0px;
}
h3 {
	font-family: Helvetica,Arial;
	color:#424242;
	font-size:16px;
	line-height:18px;
	padding-left:0px;
	padding-right:0px;
}
h6 { 
	font-family: Helvetica,Arial;
	color:#999999;
	font-size:10px;
	line-height:13px;
	padding-left:20px;
	padding-right:20px;
	font-weight:normal;
}



/* LIST ITEMS */
li {
	font-family: Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
	font-weight: normal;
	color:#EFD995;
	text-decoration: none;
	letter-spacing:0px;
	margin: 0px;
	padding: 0px;
}


li.text {
	font-family: Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
         color: #646464;
	padding: 0px;
	margin:  10px 25px 10px 25px;
}





/* HORIZONTAL RULE */

hr{
	color: #999999;
	background-color: #999999;
	height: 1px;
	width:90%;;
}




/* FLASH HOLDERS - FOR SWFOBJECT */

#flashheader {
	width:747px;
	height:304px;
}
#flashfooter {
	width:100px;
	height:27px;
}



/* Sidebar Links */

#sidebar h2 {
	font-family: Helvetica, sans-serif;
	font-size:18px;
	line-height:38px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	letter-spacing:0px;
	display: block;
	width: 203px;
	height: 38px;
	background-image: url(images/nav_top_blog.png);
	background-position: top left;
	text-align: center;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
        text-transform: uppercase;
}

#sidebar a {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	line-height:18px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	letter-spacing:0px;
	display: block;
	width: 203px;
	height: 25px;
	background-image: url(images/nav_bg.png);
	background-position: top left;
	text-align: center;
	padding-top: 9px;
}

#sidebar a:hover {
	color: #FFFFFF;
	background-position: bottom left;
}

#searchbg {
	font-family: Helvetica, sans-serif;
	font-size:16px;
	line-height:25px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	letter-spacing:0px;
	display: block;
	width: 203px;
	height: 25px;
	background-image: url(images/nav_bg.png);
	background-position: top left;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 5px;
}

/* Previous & Next - Float Left & Right */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}



div.sociable {
margin: 16px 0;
}

span.sociable_tagline {
position: relative;
}

span.sociable_tagline span {
display: none; width: 14em;
}
 span.sociable_tagline:hover span {
 position: absolute;
 display: block;
 top: -5em;
 background: #ffe;
 border: 1px solid #ccc;
 color: black;
 line-height: 1.25em;
 }
 .sociable span {
 display: block;
 }
 .sociable ul {
 display: inline;
 margin: 0 !important;
 padding: 0 !important;
 }
 .sociable ul li {
 background: none;
 display: inline;
 list-style-type: none;
 margin: 0;
 padding: 1px;
 }
 .sociable ul li:before { content: ""; }
 .sociable img {
 float: none;
 width: 16px;
 height: 16px;
 border: 0;
 margin: 0;
 padding: 0;
 }

 .sociable-hovers {
 opacity: .7;
 -moz-opacity: .7;
 filter: alpha(opacity=70);
 }
 .sociable-hovers:hover {
 opacity: 1;
 -moz-opacity: 1;
 filter: alpha(opacity=100);
 }

.sociable_tagline {
margin-bottom: 6px;
}
