/*
Theme Name: Glamology Theme
Theme URI: http://glamology.com/
Description: New awesome theme of my own design, because I rock.
Version: 1.0
Author: Jon Cianciullo
Author URI: http://glamology.com
*/
@charset "utf-8";

/* CSS Reset */
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,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-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.clearfix{display:inline-table}/* Hides from IE-mac \*/* html .clearfix{height:1%}*+html .clearfix{height:1%}.clearfix{display:block}/* End hide from IE-mac */

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Verdana, Geneva, sans-serif;
	background: #88def0 url('images/bg.png') repeat-x fixed bottom;
	color: #444444;
	margin:0;
	padding:0;
}

img{border:none;}

p{
	margin-bottom:1em;
	line-height:1.4em;
}

strong{font-weight:bold;}

a {
	color:#3194c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* */
#girl{
	position:absolute;
	z-index:777;
	background:transparent url('images/bg_girl.png') no-repeat scroll;
	top:0px;
    left: 50%;
    margin:2px 0 0 130px;
	height:253px;
	width:300px;
}

#container {
	margin:34px auto;
	padding: 0;
	width: 805px;
}

#header {
	position:relative;
	height:151px;
	text-align:left;
	background:#ffdeec url('images/bg_header.gif') repeat;
	border:3px solid #afd4eb;
	border-bottom:none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius: 8px;
	border-radius:8px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	-khtml-border-bottom-left-radius:0;
	-khtml-border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

#header-img {
	margin: 20px 0 0 20px;
}

#tabs{
	height:30px;
	margin:5px 0 0 15px;
	position:absolute;
	left:0;
	bottom:0;
}

#tabs a.tab {
	background:#ffedf5;
	float: left;
	width: 75px;
	padding:8px 0 0 0;
	height:22px;
	text-decoration: none;
	color:#8d3d5f;
	text-transform:lowercase;
	font-size:14px;
	text-align:center;
	margin:0 2px 0 0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-bottom-right-radius:0;
	-khtml-border-bottom-left-radius:0;
	-khtml-border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}

#tabs a.tab.selected, #tabs a.tab:hover {
	background-color:#fff;
}

/* Content */

#wrapper {
	background:#fff;
	min-height:400px;
	border:3px solid #afd4eb;
	border-top:none;
	border-bottom:none;
	font-size: 1.2em;
	line-height:1.4em;
}

#content{
	padding:20px 15px 0 25px;
	margin:0;
}

.narrowcolumn {
	float: left;
	margin:0;
	width: 489px;
}

.entry {
	margin:10px 0 0 0;	
}

.entry-foot {
margin:0 0 10px 0;
font-size:11px;
}

.entry-foot p.postmetadata{
	margin:0;	
}

.narrowcolumn .entry p {
	color:#444444;
}

.widecolumn .entry p {
	color:#333;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.post {
	margin: 0 0 20px;
	border-bottom: 1px dashed #daa5bc;/*the border*/
}

.entry hr {
border: none 0;
border-top: 1px dashed #daa5bc;/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/	
margin: 20px 0 20px 0;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	color:#999;
}

/* Begin Sidebar */
#sidebar {
	padding: 70px 0 10px 0;
	margin-left: 529px;
	width:255px;
}

#sidebar p {
	font-family:Verdana, Geneva, sans-serif;
	color:#444444;
}

/* End Sidebar */

#footer {
	padding: 0;
	background:#fff;
	border:3px solid #afd4eb;
	border-top:none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-left-radius:0;
	-webkit-border-top-right-radius:0;
	-khtml-border-top-left-radius:0;
	-khtml-border-top-right-radius:0;
	border-top-left-radius:0;
	border-top-right-radius:0;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

/*	Begin Headers */
h1, h2, h3 {
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	line-height:1em;
}

h1 {
	font-size: 1.8em;
	margin-bottom:5px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color:#8d3d5f;
}

h1 a:hover{
	text-decoration:underline;	
}

h2 {
	font-size: 1.5em;
}

.entry h2, .entry h2 a {
	color:#99CC00;
	margin:0 0 10px 0;
}

h3.post-form {
	margin-bottom:10px;
	color:#555555;
	margin:0 0 10px;
	padding:0 0 5px;
	font-size:1.7em;
}

#sidebar h2 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-x-system-font:none;
	background:transparent url(images/sidebarheading-star.gif) no-repeat scroll 1px 11px;
	border-bottom:1px solid #e2e2e2;
	color:#555555;
	font-family:georgia,serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:8px 10px 6px 19px;
	text-transform:uppercase;
}

h3 {
	padding: 0;
	margin:0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.thumb, img.post-image {
	padding:4px;
	border:1px solid #CCCCCC;
	background:#f8f8f8 none repeat scroll 0 0;	
}

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 10px 5px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

*/

.entry ol {
	padding: 0 0 0 35px;
	margin: 0 0 10px 0;
	list-style-type: decimal;
}

.entry ol li {
	margin: 0;
	padding: 0;
}


.entry ul {
	list-style-type:disc;
	list-style-image:none;	
	padding:0 0 0 35px;
	margin:0 0 10px 0;
}

.entry ul li {
}

#sidebar li.widget {
	margin:0 0 10px 0;
}

#sidebar .widget.aktt_widget, #sidebar .widget.widget_categories {
	border-bottom:1px solid #e2e2e2;
}

.sidebar ul ul {
	float:none;
	line-height:22px;
}

.sidebar ul {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

#sidebar ul ul li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(images/x.gif) no-repeat scroll 1px 10px;
	border-bottom:1px solid #e2e2e2;
	margin:0;
	padding:6px 10px 7px 19px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.4em;
	min-height:16px;
}

.flickrImage img {
padding:0;
background:#f8f8f8 none repeat scroll 0 0 !important;
border-color:#666666 !important;
}


/* neccesary for safari */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

/* http://www.quirksmode.org/css/box.html */
#sidebar ul{
	-moz-box-sizing: border-box;
}

/*
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
	

.sidebar ul ul {
	line-height:22px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}


#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}
	*/
/*
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}


#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}*/
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 0 0 10px 0;
	padding: 3px;
	height:23px;
	background:#fef7fa;
	border:2px solid #f1afca;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
}

#sidebar #searchform #s {
	color:#555555;
	width: 108px;
	padding: 2px 0;
	font-size:12px;
	border:none;
	background:transparent;
}

#sidebar #searchsubmit {
	float:right;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

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

.commentlist li {
	margin: 0 0 10px;
	padding: 5px 5px 0 0;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
	line-height:1.2em;
}
.children { padding: 0; }

.commentlist {
	font-size:1em;	
}

.commentlist .reply {
	margin-left:70px;
}

.commentlist .comment-author {
float:left;
padding:0 1em 0 0;
width:60px;
margin:0;
}

.commentlist span.says {
display:none;	
}

.commentlist cite.fn{
display:block;
font-size:0.8em;
margin-top:5px;
line-height:1.4em;
}

.comment-body {
	padding: 1em 1em;
	background-color: #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

.comment-body p {
	padding: 0;
	margin-left: 70px;
}

.comment-author-charms .comment-body, .comment-author-charmaineleah .comment-body {
	background-color: #fce8f1;
}


#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	font-size:0.8em;
	}
	
.postform {
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	background-color:#F0F0F0;
	padding:1em;
}

.postform textarea {
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #CCCCCC;
	display:block;
	height:12em;
	margin:5px 0;
	max-width:650px;
	padding:5px;
	width:650px;
}
	
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/*hr {
	display: none;
	}*/

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

/* buttons */

input[type="submit"] {
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	border:0;
	position: relative;
	cursor: pointer;
	background-color:#e296b9;
}

input[type="submit"]:hover {
	background-color:#ebb5ce;
}

/* plugins */

twitter-tracker p.tt-preamble, .tweets .avatar, .tweets .twit, .tweets .info, p.tt-preamble {
	display:none;
}

.tweets .msgtxt b {
	font-weight:normal;	
}

.tweets p.clearleft {
	margin:0;
	padding:0;
}

/* eco beauty tip */

.eco_beauty_tip{
	background-color:#7fc530;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius:8px;
	padding:10px;
	color:#FFF;
}

.eco_beauty_tip h3{
	margin:0 0 5px 0;
	padding:0;
	color:#d5f4b2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
}

.eco_beauty_tip .msgtxt a{
	display:none;
}

.eco_beauty_tip a{
	color:#edffd9;
	text-decoration:underline;
}

.eco_beauty_tip p {
	margin:5px 0 0 0;	
}

/* youtube video bar */
.subzane_youtube_recent_videos_widget {
	background-color:#F6F4F3;
	padding:10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius:8px;	
}
.subzane_youtube_recent_videos_widget h2 {
	background:none !important;
	border:none !important;
	color:#E3A1C9 !important;
	font-family:"Trebuchet MS",Arial,sans-serif !important;
	font-size:18px !important;
	font-weight:bold !important;
	line-height:normal !important;
	padding:0 !important;
	text-transform:none !important;	
	margin:0 0 10px 0 !important;
}

#sidebar .subzane_youtube_recent_videos_widget ul li {
	background:none !important;
	border:none !important;
	margin:0 0 10px 0 !important;
	padding:0 !important;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:1.4em;
	min-height:16px;
	width:100%;
	height:90px;
}

.subzane_youtube_recent_videos_widget ul li a {
	color:#666666 !important;	
}

.subzane_youtube_recent_videos_widget ul li img {
	float:left;
	margin:0 5px 10px 0;
}

.subzane_youtube_recent_videos_widget ul li span {
	display:inline;
}

/* tweetbacks */
#tweetbacks {
	clear:both;
	margin:0 0 10px 0;
	font-size:11px;
}

/* tweet this */
a.tt {
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-size:11px;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius:5px;
	border:0;
	position: relative;
	cursor: pointer;
	background-color:#e296b9;
}

a.tt:hover {
	background-color:#ebb5ce;
}

