/*
3aa0b9 = blue
ef0fbf = pink
b99620 = yellow
*/

body {
	margin: 0;
	padding: 0;
	background: #000000; /* url(images/background_faux_row.jpg) no-repeat top;*/
	font-size: 13px;
	color: #f0f0f0;
	font-family:Arial;
}

body, th, td, input, textarea, select, option {
	font-family: Arial narrow, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3aa0b9;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.5em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #3aa0b9;
}

a:hover {
	text-decoration: none;
	color: #ef0fbf;
	display:block;
}

/* Header */

#header {
	width: 760px;
	height: 160px;
	margin: 0 auto;
	background: /*#4691ca*/ url(images/title.jpg) no-repeat center top;
	margin-top:35px;
}

#header h1, #header p {
	margin: 0;
	color: #FF0099; 
}

#header h1 {
	padding-top: 100px;
}

#header a {
	color: #EB42A3;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 500px;
     height: 400px; 
	border-bottom:#ef0fbf solid thin;
	font-family:Arial narrow, Helvetica, sans-serif;
	color:#f0f0f0;
    background-image:url(images/dove1.jpg) 
}


.title {
	margin: 0;
	/*border-bottom: 2px solid #ef05b2;*/
}

.byline {
	margin: 0;
	color: #646464;
}

.meta {
	text-align: right;
	color: #646464;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img03.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	height: 400px;
	border-bottom:#ef0fbf solid thin;
	font-family:Arial narrow, Helvetica, sans-serif;
	font-size:20px;
}

#sidebar ul {
	margin: 5px;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
	/*background: url(images/img02.gif) no-repeat 5px 50%;*/
}

#sidebar li li {
	padding-left: 20px;
	/*border-bottom: 1px dotted #0f0f0f;*/
	/*background: url(images/img02.gif) no-repeat 5px 50%;*/
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	/*-bottom: 2px solid #ef05b2;*/
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	/*background: url(images/img07.gif) repeat-x;*/
	text-align: center;
	font-size: smaller;color:#b99620;
	margin-bottom:#f6cf06 solid thin;

}
.highlight {color:#ef0fbf}
.names {color:#3aa0b9}
.pink{color:#ef0fbf;}
.yellow {color:#b99620}
