/*
Cascading Style Sheet for the Democratic Club of the Santa Rita Area (DCSRA)
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
/*	background: #c6eff7 url(images/img01a.gif) repeat-y; */
	background: #c6eff7 ; 
	font-family:  0.90em Georgia, Arial, "Times New Roman", "Comic Sans MS", Times, FreeSans, serif; color: #000;	
/*	margin: 0; */
/*	font: 0.90em "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; color: #000;*/
	
}

h1, h2, h3, h4, h5, h6 {
	text-align: center;
	text-transform: normal;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.75em;
	}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 1em;
	margin-right: 2em;
	font-style: italic;
	
	}

table {
	border: 0px solid #FFF;
	font: normal 12px "Lucida Grande", Verdana, sans-serif;
	}
	
th, td {
	padding: 5px;
	color: #000000;
	font-size: 1.25em;
	}
	
th {
	text-align: left;
	color: #000000;
	background-color: #c6eff7;
	border-color: #000
	font-size: 1.25em;
	}
	
td {
	background-color: #c6eff7;
	border-width: 1px;
	border-color: #FFF #AAA #666 #FFF;
	font-weight: bold;
	font-size: 1.0em;
	}

ul {
	margin-left: 3em;
}

ul li {
	list-style:circle
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color: #000000;
}


img {
}

img.left {
	float: left;
	margin: 10px 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	margin-bottom: 10px;
}

.boxed .content {
}

/* Post */

.post {
}

.post .title {
}

.post .date {
	margin-bottom: 2em;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 1px dotted #333333;
	border-bottom: 4px dotted #333333;
	font-size: x-small;
}

.post .meta p {
	margin: 0;
}

.post .story {
}

.box {
		margin: 10px;
		padding: 20px;
		border: medium double #FF00FF;
		font-size: 1.25em;
		color: #ffffff;
}

.box1 {
		height: 70px;
		margin: 50px;
		padding: 2px;
		border: 1px solid #FFFF00;
		font-size: 1.5em;
		background-color: #000000;
}