/* Code obtained from "The Holy Grail" on A List Apart (http://www.alistapart.com/articles/holygrail) */
		/*** The Essential Code ***/
		body {
			min-width: 201px;       /* LC fullwidth + CC padding */
		}
		
		#container {
			padding-left: 201px;    /* LC fullwidth */
			padding-right: 201px;   /* RC fullwidth + CC padding */
			
		}

		.column {
			position: relative;
			float: left;
		}

		#center {
			width: 100%;
		}

		#left {
			width: 201px;           /* LC width */
			right: 201px;           /* LC fullwidth + CC padding */
			margin-left: -100%;
		}

		#right {
			width: 201px;        /*  RC width  */
			padding: 0px;        /* RC padding */
			margin-right: -100%;
		}

		/*** IE Fix ***/
		#left {
			left: 201px !important!;            /* RC fullwidth */
		}
/* End "Holy Grail" */

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 110%;
}

#wrapper {
	background: #403328 url('images/bgd.gif') repeat-y top center;
}

small {
	font-size: 85%;
}

p {
	margin: 4px 0px;
}

ol {
	padding-left: 28px;
	list-style-type: decimal;
}

iframe {
	width: 100%;
	min-height: 300px;
}

img.left {
	float: left;
	padding: 5px 10px 5px 0px;
}

img.right {
	float: right;
	padding: 5px 0px 5px 10px;
}

span.name {
	font-style: italic;
}

hr {
	height: 2px;
	color: #3c4979;
	background-color: #3c4979;
}

#sub-wrapper {
	background: #F7F7CB;
	margin: 0px auto;
	width: 950px;
}

#title {
	padding: 5px 0px;
	height: 250px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Serif;
}

h1 {
	/*padding: 25px 0px 30px 0px;*/
}

h1 a {
	font-size: 200%;
	color: #3c4979;
	text-decoration: none;
}

#left > p {
	text-align: center;
}

#left {
	text-align: right;
	padding-top: 35px;
	color: #3c4979;
}

#right {
	padding-left: 10px;
	color: #3c4979;
}

/* Specifics */
a {
	color: #3c4979;
	text-decoration: none;
}

a:hover, a:hover, a:active, a:active {
	text-decoration: underline;
}

.date {
	font-size: 60%;
}

#navigation {
	margin: 10px 18px;
	font-size: 90%;
	font-weight: 900;
}

.nav .middle {
	background: url('images/nav-bg.png');
	height: 8px;
	margin: 0px 8px;
}

.nav .left {
	float: left;
	height: 8px;
	width: 8px;
}

.nav .right {
	float: right;
	height: 8px;
	width: 8px;
}

.nav.top .right { background: url('images/nav-corners.png') -8px 0px; }
.nav.bottom .right { background: url('images/nav-corners.png') -8px -8px; }
.nav.top .left { background: url('images/nav-corners.png') 0px 0px; }
.nav.bottom .left { background: url('images/nav-corners.png') 0px -8px; }

#navigation > ul {
	padding: 10px;
	background: url('images/nav-bg.png');
	height: 100%;
}

#navigation > ul > li {
	padding-top: 10px;
}

#navigation > ul > li:first-child {
	padding-top: 0px;
}

#sidebar {
	padding-top: 20px;
	font-size: 80%;
}

#sidebar > * > li {
	padding-bottom: 35px;
}

#collapsible-archive li {
	padding-right: 10px;
}

#collapsible-archive ul ul {
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 8px;
}

#collapsible-archive li li li:first-child {
	padding-top: 0px;
}

#collapsible-archive li li li {
	padding-top: 6px;
	padding-left: 4px;
}

#content {
	padding: 10px 23px;
	line-height: 120%;
}

#content p {
	overflow: hidden;
	margin-bottom: 15px;
}

#content h2 {
	text-align: left;
	padding-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 140%;
	font-size: 140%;
	color: #3c4979;
}

#content h2 a {
	text-decoration: none;
	color: #3c4979;
}

#content > h2:first-child {
	margin-top: 0px;
}

#content h3 {
	margin-bottom: 17px;
}

#content h4 {
	margin-bottom: 15px;
}

#content li {
	margin-top: 20px;
}

#content li:first-child {
	margin-top: 0px;
}

#content ol > li {
	font-weight: bold;
	/*color: #3c4979;*/
}

#content ol > li > p {
	margin-bottom: 10px;
	font-weight: normal;
	/*color: #000;*/
}

#content ol.commentlist {
	list-style-type: none;
}

#content ol.commentlist li {
	font-weight: normal;
}

#footer {
	color: #F7F7CB;
	background-color: #A11E00;
	clear: both;
	padding: 4px 0px;
	margin-top: 15px;
	font-size: 80%;
	text-align: center;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

#ticker-box {
	text-align: left;
	width: 100%;
	overflow: hidden;
	white-space:nowrap;
	background-color: #000;
}

.ticker-item {
	padding-right: 40px;
}

.ticker-item a {
	text-decoration: none;
	color: #FC9;
}

.subhead {
	font-size: 90%;
}

.fine-print {
	text-align: center;
	font-size: 80%;
	margin-top: 35px;
	font-style:italic;
}

/* Page-specific styles */

.listed-post-header {
	margin-top: 40px;
}

#content h2.text {
	text-align: left;
	font-size: 100%;
	color: #000;
}

#content h3.text {
	text-align: left;
}

.crl-group {
	float: right;
	padding: 10px 20px 0px 0px;
}

.crl-group:first-child {
	float: left;
	clear: both;
	padding: 10px 0px 0px 20px;
}

#content .mission {
	margin: 0px auto;
	text-align: center;
	padding: 10px 20px;
	width: 310px;
	height: 213px;
	background: url('images/flag.gif');
	
	font-family:Georgia, "Times New Roman", Serif;
	font-size: 90%;
}

#content .mission h2 {
	font-size: 150%;
	margin-top: 0px;
	color: #000;
}

#content .mission p {
	margin-top: 15px;
}

.infoblock {
	margin-top: -5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 90%;
	
}

.comment-link {
	text-align: right;
	margin-top: 0px;
}

.blogosphere-links {
	font-size: 80%;
}

.form-box {
	padding: 0px 10px;
}

.form {
	margin: 10px 0px;
	width: 100%;
}

.form tr {
	vertical-align: middle
}

.form td {
	padding-left: 1em;
	border: thin solid black;
	height: 2em;
}

td.head {
	width: 10em;
}

td.full {
	height: 2.5em;
	width: 100%;
}

#content .principles.top {
	padding: 0px 40px;
	background-image: url(http://republicanleague.com/images/newtop.png);
	background-repeat:no-repeat;
	height: 190px;
}

#content .principles.middle {
	padding: 0px 40px;
	background-image: url(http://republicanleague.com/images/newmiddle.png);
	background-repeat:repeat-y;
	height: 100%;
}

#content .principles.middle h2, .principles.middle h3, .principles.middle ol {
	position: relative;
	top: -100px;
	color: #000000;
	font-family: serif;
	font-style: italic;
}

#content .principles.bottom {
	padding: 0px 40px;
	background-image: url(http://republicanleague.com/images/antique-background-bottom.png);
	background-repeat:no-repeat;
	position: relative;
	top:-20px;
	height: 71px;
}

