/*  
Theme Name: Rose Network
Description: Custom Wordpress theme for <a href="http://www.r-mcgowan.net/">Rose McGowan Network</a> created by <a href="http://www.saralumholdt.com/designs">SLO Designs</a>.
Author: Ronie
Author URI: http://www.saralumholdt.com/designs/
Tags: two-columns, celebrity, fansite
*/


/* Body content */

body {
	font-size: 10px;
	font-family: "lucida grande", "lucida sans", lucida, verdana, arial, sans-serif;
	line-height: 16px;
	color: #666;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff url(images/bg.jpg) repeat-x;
}

a:link, a:active, a:visited {
	color: #1f99b7;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

blockquote {
	margin: 20px 10px 20px 10px;
	padding: 10px;
	color: #666;
	font-size: 11px;
	line-height: 10px;
	background: #fafafa;
	border-right: 1px solid #ebebeb;
	border-left: 5px solid #1f99b7;
	font-family: Trebuchet MS;
	text-align: justify;
}

cite {
	font-size: 10px;
	font-style: normal;
	text-align: justify;
}


/* Headers */

h1, h1 a {
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Trebuchet MS;
}

h2, h2 a {
	color: #fff;
	font-size: 13px;
	text-indent: 5px;
	margin: 0 0 1px 0;
	padding: 5px 0 5px 0;
	font-weight: normal;
	font-family: Trebuchet MS;
	background: url(images/bg.jpg) repeat-x 0% -30px;
}

h3 {
	color: #1f99b7;
	font-size: 16px;
	text-indent: 5px;
	margin: 0;
	padding: 10px 0 10px 0;
	font-weight: normal;
	font-family: Trebuchet MS;
	background: transparent;
}


/* Container */

#rap {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 0;
	background: transparent;
}


/* Header contents */

#titlebar {
	float: left;
	width: 100%;
	height: 100px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(images/header1.jpg) no-repeat;
}

#header {
	float: left;
	width: 800px;
	height: 260px;
	margin: 0;
	padding: 0;
	background: url(images/header2.jpg) no-repeat;
}

#adbanner {
	float: right;
	margin: 5px 0 0 0;
	width: 300px;
	height: 250px;
	background: url(images/fakead.gif) no-repeat;
}


/* Navigation menu */

#navigation {
	float: left;
	width: 100%;
	height: 50px;
	margin: 0 auto 20px auto;
	padding: 0;
	background: transparent;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
	list-style: none;
	margin: 0;
	border: 0;
}



/* Blog contents */

#content {
	float: right;
	width: 530px;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: justify;
	background: transparent;
}

#posttable {
	padding: 0;
	margin: 0 0 20px 0;
	background: #fff;
}

.post, .post404 {
	font-size: 10px;
	text-align: justify;
	padding: 5px;
	margin: 0;
	border: 0;
	background: #fff;
}

.postbar {
	background: #fff;
}

.datebar {
	border-left: 1px solid #fff;
	background: #fff;
}

.date {
	width: 65px;
	height: 65px;
	text-align: center;
	float: right;
	margin: 0;
	text-transform: uppercase;
	background: transparent;
}

.date .month {
	display: block;
	font-size: 14px;
	padding: 5px 0 5px 0;
	color: #fff;
	font-weight: normal;
	font-family: Trebuchet MS;
	border-bottom: 1px solid #fff;
	background: url(images/bg.jpg) repeat-x 0% -30px;
}

.date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -2px;
	padding: 10px 0 5px 0;
	color: #666;
}

.date .year {
	display: block;
	font-size: 11px;
	padding: 3px 0 0 0;
	color: #999;
}

.error {
	display: block;
	margin: 0;
}

.entry {
	font-size: 10px;
	padding: 5px;
}

.storytitle {
	margin: 0;
	padding: 5px 0 5px 0;
	color: #fff;
	text-indent: 5px;
	font-weight: normal;
	background: url(images/bg.jpg) repeat-x 0% -30px;
}

.storytitle a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.meta {
	padding: 5px;
	margin: 1px 0 30px 0;
	color: #999;
	font-size: 10px;
	font-weight: normal;
	background: transparent;
	border-top: 1px solid #efefef;
	text-align: justify;
}

.meta a {
	color: #1f99b7;
	font-weight: normal;
}


/* Page navigation */

#recentnav {
	width: 100%;
	margin: 10px 0 10px 0;
	padding: 0;
	background: transparent;
}

.alignleft {
	background: transparent;
}

.alignright {
	text-align: right;
	background: transparent;
}


/* Admin: edit page link */

p.edit {
	display: block;
	margin: 2px 0 15px 0;
	padding: 10px 0 10px 0;
	background: #1f99b7;
}

p.edit a {
	color: #fff;
	padding: 0 0 0 15px;
}


/* (if search) no result sorry note */

p.sorry {
	display: block;
	margin: 0 0 15px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #efefef;
}



/* Comments */

#cmnts, #postcmnt {
	margin: 0 0 1px 0;
	padding: 10px;
	background: #fff;
}

ol#comments li p {
	font-size: 100%;
}

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #efefef;
	padding: 3px;
}

#commentlist {
	margin: 0 0 0 20px;
	padding: 0;
}

#commentlist li ul {
	border-left: 1px solid #dedede;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li {
	border-bottom: 1px solid #efefef;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #efefef;
	padding: 2px;
}


/* Comment box */

#commentform textarea {
	width: 80%;
	background: #fff;
	border: 1px solid #ccc;
}


/* Sidebar Contents */

#sidebar {
	float: left;
	width: 250px;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: justify;
	background: transparent;
}

#sidebar ul {
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.side_body {
	padding: 10px;
	margin: 0 0 15px 0;
	background: #fff;
}

.pic {
	background: transparent;
	padding: 3px;
	border: 1px solid #ffffff;
}

.pic:hover {
	background: transparent;
	padding: 3px;
	border: 1px solid #1f99b7;
}

.linklist ul {
	padding: 0;
	margin: 0 0 0 5px;
}

.linklist li {
	padding: 5px 0;
	font-size: 10px;
	border-bottom: 1px solid #efefef;
	text-decoration: none;
	text-indent: 5px;
	padding: 3px 0 3px 0;
	text-transform: none;
	color: #666;
}

.linklist li a {
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	color: #1f99b7;
}

.linklist li a:hover {
	color: #56b8d0;
	text-decoration: none;
}

.linkcat { /* hides blogroll */
	display: none;
}


/* Footer */

#footer {
	width: 100%;
	float: left;
	padding: 20px 0 20px 0;
	margin: 30px 0 0 0;
	font-size: 11px;
	text-align: center;
	color: #fff;
	font-family: Trebuchet MS;
	background: #1f99b7;
}

#footer a {
	font-weight: normal;
	color: #fff;
}

#footer a:hover {
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}


/* Forms, buttons, etc. */

input, textarea, select {
	background: transparent;
	border: 1px solid #ccc;
	color: #666;
	padding: 3px;
	font-size: 10px;
	text-align: justify;
	font-family: "lucida grande", "lucida sans", lucida, verdana, arial, sans-serif;
}

input#submit, input#search_btn {
	padding: 5px;
	font-weight: bold;
	color: #fff;
	border: 0;
	background: #1f99b7;
	text-align: justify;
}

input#search_box2 {
	padding: 5px;
	color: #666;
	border: 1px solid #ccc;
	text-align: justify;
}
