/* ********************************* */
/* ERIC MEYER'S CSS RESET - RELOADED */
/* ********************************* */

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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* ************* */
/* END CSS RESET */
/* ************* */

* {margin:0; padding:0;}
body {font:normal 10px Lucida Grande, Lucida Sans Unicode, sans-serif; color:#666; background:url(img/bg-red.jpg) top center no-repeat #000000;}
h1, h2, h3, h4, h5, h6 {margin:10px 0 0 0;}
p {margin:0px 0px 20px 0px;}
a {outline:none; text-decoration:none; color:#ec008c;}
a:hover {color:#ec008c;}
a img {border:none;}
 .pinkTitle
{
color:#ec008c; padding:10px;
}
a {
color:#ec008c;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-decoration:none;
}

body {
-x-system-font:none;
background:#fff url(/css/images/background.png) scroll center top;
background-repeat: repeat-y;
color:#666666;
font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

div#wrapper {
margin:0 auto;
width:950px;

}

#wraeader{
	background-color: #252525;

}
#blog-title{
text-align:center;
display:none;
}

#blog-title a{
-x-system-font:none;
color:#ec008c;
font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:50px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;

}

#blog-description{
text-align:right;
-x-system-font:none;
color:#ec008c;
font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:16px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:2px;
line-height:normal;
padding-right:200px;
padding-top:35px;
margin-left:0px;
}


.skip-link{
	display:none;
}
#access{
	
}
#menu
{
/*background:transparent url(images/nav.jpg) repeat scroll 0 0;*/
background:#fde5f3;  
height:45px;
position:relative;
width:950px;
z-index:2;
border-top:solid 1px #aeaeae;
border-bottom:solid 1px #aeaeae;
}

#menu ul {
float:left;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:30px;
height:45px;
}

#menu ul  li {
float:left;
}

#menu ul  li a{
-x-system-font:none;
color:#ec008c;
display:block;
font-family:Verdana;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
margin:0;
padding:13px 16px 10px;
text-decoration:none;
height:22px;
}

#menu ul  li a:hover{
text-decoration:none;
color:#fff;
background-color:#e377b0;
}


div#content {
background:#FFFFFF none repeat scroll 0 0;
clear:both;
padding:20px 40px 0;
width:600px;
z-index:1;
    float: left;
    clear: left;
    display: inline; /* work around IE bug */
}

div#content.narrowcolumn{
padding-left:0;
padding-top:0;
}

#wrapper{
	background:#FFFFFF none repeat scroll 0 0;
}
.sidebar{
	background:#FFFFFF none repeat scroll 0 0;

}

#footer{
	clear:both;
	background:#fde5f3 none repeat scroll 0 0;
	margin:10px 0 50px;
	padding:30px 30px 30px 30px;
	width:890px;
	text-align:center;
	font-size:14px;
}

div#content a {
color:#cd3283;
}
div#content h1 a {
color:#cd3283;
display:block;
}

.post h2{
font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:26px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
}



.post h2 a{
-x-system-font:none;
font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:26px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:-1px;
line-height:normal;
}

.post h2 a:hover{
text-decoration:underline;
}

.post .entry-date{
 -x-system-font:none;
color:#666666;
font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding-top:8px;
}

.post
{
	padding-bottom: 10px;
	border-bottom:1px dotted #CCCCCC;
	margin-bottom: 10px;
}


.entry-content
{
	padding-top: 10px;
	font-size:12px;
}

.entry-content li
{
	padding-bottom:10px;
}

.sidebar h3{

-x-system-font:none;
font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:120%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
font-size:130%;
margin:0;
padding:0 0 3px;
background:url('/css/images/h3-bg.png') no-repeat;
padding-top:9px;
height:26px;
}

.sidebar li{
-x-system-font:none;

display:block;
font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:110%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:5px 0;
}
.sidebar{
	float: right;
	width: 245px;
	 clear: right;
    display: inline; /* work around IE bug */
}
.sidebar a{
color:#ec008c;
}

.sidebar a:hover{
color:#cd3283
}

.xoxo li
{
}

#primary{
	padding-top: 20px;
}
.sidebar{
	padding-right: 25px;
}


/*Tagcloud*/
.tagcloud
{
    margin-top: 10px;
    padding:10px;
    margin-bottom:10px;
    text-align:justify;
}

.tagcloud a
{
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
    font-family:Verdana, Arial;
    text-transform:lowercase;
    color: #8a8a8a;
}

.tagcloud a:hover
{
    color:#000;
    text-decoration:underline;
}

.tagcloud a.tagweight5
{
    font-size: 2.6em;
    font-weight:bolder;
}
.tagcloud a.tagweight4
{
    font-size:2.2em;
    font-weight:bolder;
}
.tagcloud a.tagweight3
{
    font-size: 1.8em;
    font-weight:bolder;
}
.tagcloud a.tagweight2
{

    font-size: 1.4em;
}
.tagcloud a.tagweight1
{
    font-size: 1.0em;
}

.tagcloud span
{
    font-size: 10px !Important; 
    color: #595a5a!Important; 
    font-weight: normal  !Important; 
}

/*Archive*/
#archieve{
	padding-top: 10px;
}
#archieve h3
{
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:0.2em;
}

#archieve h4
{
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:0.2em;
}

#archieve ul
{
	padding-top: 10px;
	list-style-type: none;
}
#archieve ul li
{
	margin-left: 0px;
	padding-bottom: 5px;
}
#archieve ul li a
{
	font-size:1.2em;
}
/*Gravatar Preview*/
#commentform #gravatar
{
	float: right;
}


#content .page-title
{
font-family:Verdana;
font-size:16px;
font-weight:bold;
margin:0 0 18px;
margin-top: 15px;
}

.entry-title, .textpage h2
{
font-family:Lucida Grande, Lucida Sans Unicode, sans-serif;
font-size:26px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:-1px;
line-height:normal;
}


.entrytext
{
	font-size:11px;
padding-top:10px;
}


/* Forms
-------------------------------------------------------------- */

input, textarea {
	font:Lucida Grande, Lucida Sans Unicode, sans-serif;
	line-height:18px;
	background-color:#fde5f3;
	color:#cd3283;	
}

#comments{
	width: 500px;
}
#respond input, #respond textarea {
    width:50%;
    margin-bottom:9px;
}

#respond textarea {
	 width:100%;
}
#respond .form-submit input#submit {
    width:20%

}

#commentform #gravatar
{
	float: right;
}

#comments h3, #related h3
{
	font-size:17px;
font-weight:bold;
margin:15px 0 18px;
}

.comment-author img
{
	padding-right: 5px;
}

#related ul li a{
	font-size: 12px;
}

#nav-above{
	display:none;
}

/* Navigation
-------------------------------------------------------------- */

.nav-previous {
	float:left;
	width:50%;
}
.nav-next {
	float:right;
}
#nav-above,#nav-below {
	float:right;
	width: 100%;
}

#nav-below 
{
	margin-bottom:20px;
}

#header{
	position:relative;
	top: 0px;
	height:120px;
	margin:0 auto;
	width:950px;

}

#innerhead
{
	padding-top:20px;
}

#logo
{
	background:url(/css/images/avon.blog.png) no-repeat;
	background-position:30px 0px;
	display:block;
	cursor:pointer;
	width:333px;
	height:100px;	
}

div#wrapper{
	margin-top:-5px;
	background:url(/images/spot.png) no-repeat;
	background-position:right top;
}

.rss
{
	float:right;
	padding-right:90px;
	margin-top:-30px;
}

#upperhead
{
height:5px;
margin:0 auto;
background:#e377b0;
width:950px;

}

strong
{
font-weight:bold;
}

em
{
font-style:italic;
}












































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

