/*  
Theme Name: Flint
Theme URI: http://flintparticles.org/
Author: Richard Lord
*/


/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: Tahoma, "Trebuchet MS", Arial, Sans-Serif;
	background-color: #FFFFFF;
	color: #333333;
	margin: 0;
	padding: 0;
}

#front #headerimg {
	margin: 30px 10px 20px 10px;
}

#header, #front, .center {
	text-align: center;
}

#headerimg 	{
	margin: 26px 10px 9px 10px;
} 

#menu {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 14px;
	padding: 4px 0;
}
#front #menu {
	border-top: 0;
	border-bottom: 0;
	font-size: 16px;
	margin: 10px 0;
}

#menu a {
	text-decoration: none;
	color: #333333;
	padding: 0 12px;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	color: #333333;
}
#menu a:active, #menu a:hover {
	text-decoration: underline;
	color: #CC0000;
}

#content {
	max-width: 800px;
	margin: 10px auto;
	width: 80%;
}

#footer {
	border-top: 1px solid #999999;
	font-size: 10px;
	text-align:center;
	line-height: 15px;
	padding: 4px 0;
	margin: 3em 0 1em 0;
	clear: both;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 2em 0 6px 0;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
	color: #CC0000;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited {
	text-decoration: none;
	color: #CC0000;
}
h1 a:active, h1 a:hover, h2 a:active, h2 a:hover, h3 a:active, h3 a:hover, h4 a:active, h4 a:hover {
	text-decoration: underline;
	color: #CC0000;
}

h1 {
	font-size: 21px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 1em 0 6px 0;
}

p, div, ul, ol, dl { font-size: 1em; line-height: 1.6em; }
dt { margin: 1em 0 0 0; }
dd { margin: 0 0 0 2em; }


a, a:link, a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:active, a:hover {
	text-decoration: underline;
	color: #CC0000;
}

.navigation {
	margin: 6px 0 1em 0;
	text-align : center;
}

.singlesub, .postinfo, .listsub, .frontinfo {
	font-size: 11px;
	color: #CC0000;
}

.singlesub {
	margin: 0 0 2em 0;
}

.listsub {
	margin: 0 0 0 0;
}

.postinfo, .right, .frontinfo {
	text-align: right;
}

.frontinfo, .frontsummary { margin: 0; }

.navleft { float: left; }
.navright { float: right; }

.social {
	margin: 2.5em 0 1em 0;
}
.social a { margin: 0 0 0 0.6em; }

.example { text-align : center; margin : 30px 0 20px 0; }

/*  CODE  */

.code {
	font-family: consolas, "Andale Mono", "monaco", "courier new", courier;
	font-size: 0.95em;
	line-height: 1.4em;
	padding: 1em;
	white-space: pre;
	background-color:#FFFFFF;
	border: 1px solid #999999;
}

code {
	font-family: consolas, "Andale Mono", "monaco", "courier new", courier;
	font-size: 0.95em;
}

#donate form { margin:0; padding:0; display:inline; }

#blog { width: 45%; float: left; padding-right: 5%; border-right: 1px solid #999999; margin-bottom:1em; }
#forum { width: 45%; float:right; margin-bottom:1em; }