/*
Theme Name: MARC Theme
Theme URI: http://www.marcresearch.com/
Description: The MARC Research theme
Version: 3.0
Author: Christopher Dallion
Author URI: http://www.marcresearch.com/
*/


/* Colors used:
	red: #BB0607
	yellow: #EBAF11
	blue: #00A5DB
	new blue: #002157
	purple: #8B76BB
	pale yellow: #FDF0CE
	
	gray: #B7BFCF
	pale orange: #FDECD6
	dark orange: #F69718
	red: #A80000
	dark blue: #1F497D
*/


/* BEGIN BASIC PAGE FORMATTING */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Calibri;
	background-color: #B7BFCF;
	color: #000000;
	text-align: center;
	margin: 0;
	padding: 0; 
}

#page {
	border: 10px solid #A80000;
	text-align: left;
	background-color: #FDECD6;
	margin: 1px auto;
	padding: 0;
	width: 801px;
}

#content {
	font-size: 1.2em
}

.post {
	margin: 10px 10px 10px;
	text-align: justify;
}

.postmetadata {
	clear: left;
	color: #777;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.storycontent p a:visited {
	color: #A80000;
}

.storycontent p a:hover {
	text-decoration: underline;
	color: #F69718;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	padding: 4px;
}

#topofpage {
	padding: 5px 0 5px 0;
	text-align: left;
	margin: 1px auto;
	padding: 5px 0 5px 0;
	width: 801px;
}

#toptitle {
	font-size: 1.8em;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

#sbutton {
	text-align: left;
}
/* END BASIC PAGE FORMATTING */




/* BEGIN HEADER FORMATTING */
#header {
	background-color: #FDECD6;
	padding: 0 0 0;
	height: 200px;
	width: 100%;
}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
}

#headerimg .description {
	margin: 0px 0px 0px 40px;
	font-size: 1.6em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	color: #000000;
	float: left;
}

#headerimg .headergraphic img {
	padding: 10px 20px;
	float: right;
}

#headerimg .headergraphic2 img {
	padding: 10px 20px;
	float: left;
}

#headerimg .twitter {
	padding-top: 12px;
	margin: 0px 0px 0px 390px;
}

h1.pagetitle {
	font-size: 3.2em;
	margin: 0px 0px 0px 0px;
	padding-top: 80px;
}
/* END HEADER FORMATTING */




/* BEGIN INDEX COLUMN (MAIN PAGE FORMATTING) */
.indexcolumn {
	float: left;
	padding: 0 20px 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	border-right: 4px solid #000000;
}

.indexcolumn .storycontent, .postcolumn .storycontent {
	line-height: 1.4em;
}

.indexcolumn .postmetadata {
	padding-top: 5px;
	text-align: center;
}
/* END INDEX COLUMN (MAIN PAGE FORMATTING) */




/* BEGIN POST COLUMN FORMATTING */
.postcolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	line-height: 1.6em;
}

.postcolumn .post {
	margin: 0;
}

.postcolumn .postmetadata {
	margin: 30px 0;
}

.postcolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.postcolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postcolumn .storycontent p {
	font-size: 1.05em;
}

.postmetadata.alt {
	margin: 30px 0;
	padding: 10px;
	background-color: #FDECD6;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
/* END POST COLUMN FORMATTING */




/* BEGIN COMMENT FORMATTING */
#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
}
	
#commentform .forminput {
	width: 170px;
}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform .formtable {
	margin: -2px;
	width: 100%;
}

.notify {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	color: #EBAF11;
}

#commentform #submit {
	width: 170px;
	margin: 0;
	float: left;
}

#commentform p {
	font-family: Arial, Calibri;
	margin: 5px 0;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.98em Arial, Calibri;
}
	
.commentlist li {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 10px;
	background-color: #FDECD6;
	border-bottom: 1px solid #ddd;
}

.children li {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 10px;
	background-color: #FDECD6;
	border-bottom: none;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}

.commentlist li .avatar { 
	float: right;
}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
}

.comments2 {
	padding-bottom: 20px;
	margin: 40px auto 20px ;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
}

#gravatartable {
	border-style:solid;
	border-width:4px;
	border-color:#BB0607;
}
/* BEGIN COMMENT FORMATTING */




/* BEGIN SIDEBAR FORMATTING */
#sidebar {
	font: 1em Arial, Calibri;
	background-color: #FDECD6;
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font-family: Arial, Calibri;
	font-size: 1.2em;
	text-decoration: none;
}

#searchform {
	text-align: right;
}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.storycontent form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#sidebar li a {
	color: #1F497D;
}
/* END SIDEBAR FORMATTING */




/* BEGIN FOOTER FORMATTING */
#footer {
	background-color: #FDECD6;
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 800px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	color: #000000;
}
/* END FOOTER FORMATTING */




/* BEGIN HTML TAG FORMATTING */
a {
	color: #A80000;
	text-decoration: none;
}

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

a img {
	border: none;
}

cite {
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Arial, Calibri;
	font-weight: bold;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-align: left;
	color: #000000;
	margin: 0 0 0 40px;
	text-decoration: none;
}

h2 {
	margin: 30px 0 0;
	font-size: 1.6em;
	text-decoration: none;
        word-spacing:0.12em;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #A80000;
}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	color: #F69718;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
}

small {
	font-family: Arial, Calibri;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.5em;
	color: #000000;
}
/* END HTML TAG FORMATTING */




/* BEGIN IMAGE FORMATTING */
p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}
/* BEGIN IMAGE FORMATTING */




/* BEGIN LIST FORMATTING */
#sidebar ul ul li, #sidebar ul ol li, strike {
	color: #000000;
}

#sidebar ul ul li:before {
	content: "\00BB \0020";
}

.storycontent ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.storycontent ol li {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: square outside;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* END LIST FORMATTING */
