/*  
Theme Name: PinkFlower
Theme URI: http://www.freewpthemes.net/preview/pinkflower
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 14px;
	color: #000;
        font-family: Helvetica, sans-serif, Arial;
}


h1, h2, h3 {
	font-weight: normal;
	color: #7855A0;
	letter-spacing: 0px;
        font-size: 1.4em;
}




h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 200%;
        padding:0;
}

ol { padding-left:20px;}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: 200%;
}

h1 a:hover, h2 a:hover {
	color: #7855A0;
	text-decoration:underline;	
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}

h1 a, h2 a {
	color: #7855A0;
	text-decoration:none;	
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}


a {
	color: #6ac180;
	text-decoration:none;	
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}

.textwidget h2 a, .widgettitle a {color: #7855a0;}

a:hover {
	text-decoration:underline;
	color: #6ac180;
}

#content img {border-style:dotted; border-width:1px;}


.gReader-list a {
font-size:18px;
}

.grCredit{ display:none;}

.gReader-source a {
font-size:13px;
text-decoration:none;
}

hr {
	display: none;
}


/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}



/* Header */

#header {
	width: 760px;
	margin: 0 auto;

}

#logo  {
float:left;
 width:440px;
height:100px;
padding:0 0 16px;

}

#header #logo a {
background:url("http://www.staceyrawling.com/portfolio/images/logo.png") no-repeat scroll 0;
 text-indent:-9999px; 
overflow:hidden;
display:block;
height:100px;
}

#header #promo {
float:right;
width:270px;
padding-top:20px;

}




/* Content */


#content {
	float: right;
	width: 460px;
        padding:10px;

}


.byline {
	margin: 0;
	color: #fff;
}

.meta {
	color: #fff;
}


.meta .comments {
       color:#6AC180;
       font-size:0.9em; 
       text-decoration:underline;

}

.meta a:hover.comments {text-decoration:none;}

.meta .more {
	padding: 0 20px;
	background: url(images/img03.gif) no-repeat left center;
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}



.posts li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #a1a1a1;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	border-bottom: 1px dotted #a1a1a1;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 0;
	/*border-bottom: 2px solid #0F0F0F;*/
}


/* Search */

#search input {
	display: none;
}

#search input#s {
	display: block;
	width: 230px;
	padding: 2px 5px;
	border: 1px solid #3DD1FF;
	background: #FFFFFF url(images/img05.gif) repeat-x;
}

#search br {
	display: none;
}

/* Calendar */

#calendar {
}

#calendar h2 {
	margin-bottom: 15px;
}

#calendar table {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#calendar caption {
	width: 100%;
	text-align: center;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/img07.gif) repeat-x;
	font-size: smaller;
	width: 760px;
	margin: 0 auto;
       text-align:center;
}

#footer #promo {
    text-align:center;
    width: 760px;
    margin: 0 auto;
}

#adslot {
	float: left;
	height: 120px;
	width: 640px;
	padding: 20px 15px 15px 0px;
	margin-bottom: 10px;
}
.ad {
	float: left;
	height: 110px;
	width: 110px;
	margin-right:10px;
}
.ad img {
	padding: 0px;
	border: 2px solid #3AA0B9;
	
}
.ad img:hover {
	padding: 0px;
	border: 2px solid #eb42a3;
}

.gReader-date {
display:none;
}


