/*
Theme Name: Liz Pabon
Theme URI: http://lizpabon.com
Description: Liz Pabon site
Version: 1.0
Author: Killercovers
Author URI: http://killercovers.com
Tags: Liz Pabon, life, health, love, pink, white, grey
*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

body {
	font-family: Arial, Helvetica sans-serif;
	line-height: 1.3;
	font-size: 13px;
	background: url(images/bg.jpg) top center no-repeat #e0e0e0;
	color: #908F8F;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.2;
	color: #191919;
}

h1 {
	font-size: 29px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

p {
	margin-bottom: 15px;
}

ul, ol {
	margin: 20px 60px;
}

li {
	margin: 5px 0;
}

a {
	color: #DD145B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*-- General styles --*/

.centre, .center { text-align: center; }
.left {	text-align: left; }
.right { text-align: right; }
.red { color: #c00; }
.black { color: #000; }
.white { color: #fff; }
.highlight { background: #ff0; }
.underline { text-decoration: underline; }

.alignleft { float:left; margin: 0 20px 0 0; }
.alignright { float:right; }

.float-right { float: left;	margin: 0 15px 15px 0; }
.fright{ float:right}
.float-left {	float: right; margin: 0 0 15px 15px; }
.clear { clear: both; }
.clearfix { overflow: hidden; }

.size10 { font-size: 10px; }
.size12 { font-size: 12px; }
.size14 { font-size: 14px; }
.size16 { font-size: 16px; }
.size18 { font-size: 18px; }
.size20 { font-size: 20px; }
.size22 { font-size: 22px; }

.clearfix:after, #content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix, *html #content { height: 1%; }
.clearfix, #content {display:block; clear: both; }

/*-- Structure --*/

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

#header { height: 445px; color:#000; font-size: 12px; text-transform:uppercase }
#header .logo{ margin:258px 0px 0px 46px; position:absolute }
#header .slogan{ margin:232px 0px 0px 656px; position:absolute }
#header .indent{margin:12px 0px 0px 0px; position:absolute; width:980px}
#header .menu{padding:40px 0px 0px 0px}
#header a{color:#000000; text-decoration:none;} 
#header a:hover{text-decoration:underline}

.flash{ margin-top:40px; position:absolute; z-index:10;}
.flash1{ margin-top:129px; position:absolute}

#nav {
	height: 28px;
	margin: 0 0 25px;
	padding: 0 16px;
	overflow: hidden;
	display: inline-block; /* IE6 */
}
#nav {
	display: block;
	background: url(images/nav.gif) no-repeat;
}

#nav li {
	list-style: none;
	margin: 0;
	display: inline;
	line-height: 28px;
}

#nav li a {
	display: block;
	margin: 0 25px 0 0;
	float: left;
	outline: none;
	text-transform: uppercase;
}

#doc {
	width: 960px;
	padding: 0 5px;
	clear: both;
	background: #fff;
	overflow: hidden;
	display: inline-block; /* IE6 */
}
#doc {
	display: block;
}

#sidebar {
	width: 200px;
	padding: 0;
	float: left;
}

#sidebar-content {
	margin: 0;
	padding: 0;
}

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

#sidebar-content li {
	list-style: none;
}

#sidebar-content li ul {
	list-style: none;
	margin: 0;
}
#sidebar-content li ul li {
	margin: 0 0 4px;
}

#content { width: 940px; text-align:left; background:#fff; padding: 35px 20px 43px; }
#content .indent-main{ padding:35px 20px 43px 20px }

#main-col {
	float: left;
	width: 702px;
	padding-right: 36px;
}

/*footer*/
#footer { padding: 10px 0; background:url(images/bot.gif) top repeat-x ; }
#copyright { text-align: center; font-size: 1em; }

/*----- Widget -----*/

.widget {
	margin: 0 0 30px;
	padding: 0;
	font-size: 12px;
}

.widgettitle {
	text-transform: none;
	color: #908F8F;
	font-size: 16px;
	font-style: normal;
	margin: 0 0 5px;
}

.widget a {
	color: #DD145B;
}

#s {
	width: 125px;
	height: 20px;
	border: 1px solid #ddd;
}

#searchsubmit {
	border: 1px solid #ddd;
	background: #fff;
	height: 25px;
	padding: 0 3px;
	color: #777;
}

/* STYLE */

.post {
	margin: 0 0 40px;
}

.post h2 {
	margin: 0 0 10px;
}

.post h2 a {
	color: #333;
}


.post .post-date {
	padding: 0;
	margin: 0 0 5px;
	font-size: 12px;
	font-weight: bold;
}

h3#comments {
	margin:30px 0 0;
}

ol.commentlist {
	margin: 0;
	list-style: none;
}

.comment {
	padding: 20px;
	margin: 20px 0;
	background: #fafafa;
}
.comment.bypostauthor {
	background: #fef1f1;
}

.comment p {
	line-height: 1.4;
	margin-left: 83px;
}

.comment .commentmetadata {
	font-size: 11px;
	margin-bottom: 15px;
}

.commentlist cite.fn {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
}

.commentlist cite.fn a {
	color: #000;
}

.postmetadata {
	margin: 0 0 10px 0;
	padding: 0 0 10px;
	font-size: 11px;
}

.postmetadata a {
	color: #DD145B;
	text-decoration: none;
}
.postmetadata a:hover {
	text-decoration:underline;
}

.navigation a {
	font-size: 12px;
}

.pagetitle {
	margin-bottom: 15px;
}

#comment {
	width:458px;
}

.avatar {
	float: left;
	margin: 0 15px 5px 0;
	background: #fff;
	padding: 4px;
}

/*======= Optin =======*/ 
#optin { background: url(images/optin.png) no-repeat; width: 620px; height: 43px; padding: 15px 0 0 360px;  }

#optin label {
	color: #191919;
	margin: 2px 5px 0;
	float: left;
	width: 220px;
	font-size: 16px;
}

#optin label input {
	width: 150px;
	height: 27px;
	padding: 0;
	border: 0;
	display: inline-block;
}
