/*
 Author: restricteur
 Author URI: http://www.restricteur.com
 description: First attempt
 Version: 1.0
 */
/*Theme colors:
	ed1c24	great red
	202020	great almost black
	303030  good almost black
	a0a0a0	good gray
 	c0c0c0	gray for body
 	ffffff  white for content
 */
/****** reset css (appart from p) ******/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/****** body ******/
body {
	font-family: Verdana;
	font-size: 14px;
	background-color: #eeeeee;
}

a {
	text-decoration: none;
}

#siteHeader {
	background-color: #202020;
	padding: 30px 0px 0px 0px;
}

/****** siteTitleAndDescription ******/
#siteTitleAndDescription {
	background: #303030;
	margin: 0px 0px 0px 0px;
	border-top: solid 1px #a0a0a0;
	background-image: url(images/logo.png);
	background-repeat:no-repeat;
	background-position:87% 50%;
}

/****** siteTitle ******/
#siteTitle {
	font-size: 30px;
	padding: 30px 10px 5px 100px;
}

#siteTitle a {
	color: #ffffff;
}

#siteTitle a:hover {
	color: #ed1c24;
}

/****** siteDescription ******/
#siteDescription {
	color: #a0a0a0;
	font-size: 12px;
	padding: 0px 10px 30px 100px;
}

/****** navigationBar ******/
#navigationBar {
	background: #202020;
	border-top: solid 1px #a0a0a0;
	border-bottom: solid 1px #a0a0a0;
	height: 30px;
	padding: 0px 0px 0px 100px;
	margin: 0px 0px 0px 0px;
}

#navigationBar li {
	display: inline;
}

#navigationBar li a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	height: 30px;
}

#navigationBar li a:hover {
	color: #ed1c24;
}

/****** mainArea ******/
#mainArea {
	overflow: hidden;
	margin: 10px auto 10px auto;
	width: 1000px;
	background-color: #ffffff;
	border: solid 1px #202020;
	border-radius: 10px;
	padding: 10px;
}

/****** content ******/
#content {
	width: 670px;
	float: right;
	background-color: #ffffff;
	padding: 20px;
	border: solid 1px #a0a0a0;
	border-radius: 10px;
}

#content h2 {
	background-color: #303030;
	color: #ffffff;
	padding: 10px;
	margin-top: 10px;
	border: solid 1px #a0a0a0;
	border-radius: 5px;
}

#content h2 a {
	color: #ffffff;
}

#content h2 a:hover {
	color: #ed1c24;
}

#content h3 {
	background-color: #cd1c24;
	color: #ffffff;
	text-align:center;
	padding: 10px;
	margin-top: 40px;
	margin-bottom: 40px;
	border: solid 1px #a0a0a0;
	border-radius: 5px;
}

#content ul {
	display: block;
	list-style: none;
}

#content li {
	list-style: disc inside;
	padding-left: 20px;
}

#content img.aligncenter {
	display: block;   
	margin-left: auto !important;   
	margin-right: auto !important; 
}

#content p {
	text-align: justify;
}



/****** siteSideBar ******/
#siteSideBar {
	width: 270px;
	float: left;
}

#siteSideBar li,#siteSideBar li a {
	display: block;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#siteSideBar li a:hover {
	color: #202020;
}

#siteSideBar li h2 {
	display: block;
	font-size: 14px;
	color: #ffffff;
	background-color: #202020;
	border: solid 1px #a0a0a0;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-radius: 5px;
	text-align: center;
}

#siteSideBar li ul {
	display: block;
	font-size: 12px;
	color: #ffffff;
	background-color: #cd1c24;
	border: solid 1px #a0a0a0;
	margin: 5px 0px 20px 0px;
	padding: 10px 5px 10px 5px;
	border-radius: 5px;
}

#searchArea {
	width: 100%;
	display: inline-block;
	background-color: #cd1c24;
	border: solid 1px #555555;
	border-radius: 5px;
	margin-bottom: 20px;
}

#searchText {
	width: 165px;
	font: inherit;
	float: left;
	font-family: Verdana;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	border: solid 1px #555555;
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	border: solid 1px #555555;
	border-radius: 5px;
	margin: 5px;
}

#searchText:hover {
	
}

#searchButton {
	display: block;
	width: 50px;
	float: right;
	font-family: Verdana;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	margin: 5px;
	color: #ffffff;
	background-color: #202020;
	border: solid 1px #a0a0a0;
	text-align: center;
}

#searchButton:hover {
	color: #a0a0a0;
}

#comments {
	padding: 10px 10px 10px 10px;
	margin: 20px 0px 0px 0px;
	border-radius: 5px;
	font-size: 12px;
}

#comments input {
	border: solid 1px #a0a0a0;
	border-radius: 5px;
}

#comments textarea {
	width: 100%;
	max-width: 100%;
	background-color: #c0c0c0;
	border: solid 1px #a0a0a0;
	border-radius: 5px;
}

#comments h3 {
	background-color: #f0f0f0;
	color: #ed1c24;
	text-align:center;
	padding: 10px;
	margin-top: 40px;
	border: solid 1px #a0a0a0;
	border-radius: 5px;
}

#footer {
	width: 100%;
	margin: auto auto 10px auto;
	color: #a0a0a0;
	background-color : #202020;
	background-color: #202020;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

#copyRight {
	background-color: #303030;
	vertical-align: bottom;
	color: #a0a0a0;
	text-align: center;
	border-top: solid 1px;
	border-bottom: solid 1px;
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
}

a.more-link {
	background-color: #f0f0f0;
	color: #cd1c24;
	font-weight: bold;
	text-align:center;
	display: block;
	width: 180px;
	padding: 4px;
	margin: 4px;
	border: solid 1px #a0a0a0;
	border-radius: 5px;
}

a.more-link:hover{
	background-color: #cd1c24;
	color: #f0f0f0;
}

pre.math {
	font-family: "Lucida Console", monospace;
	font-size: 14px;
	padding: 10px 30px 10px 30px;
	line-height: 20px;
	background-color: #f0f0e0;
	border-radius: 5px;
}

sup {
	font-size:10px;
	vertical-align:super;
}
pre.math sup {
	font-size:10px;
	vertical-align:super;
}

sub {
	font-size:10px;
	vertical-align:sub;
}
pre.math sub {
	font-size:10px;
	vertical-align:sub;
}

#content .summary {
	display: inline-block;
	padding: 10px 20px 0px 20px;
	line-height: 20px;
	background-color: #c0c0c0;
	border: solid 1px #808080;
	border-radius: 5px;
}

#content .summary a:hover{
	color:black;
	text-decoration:underline
}

#content .summary h4 {
	text-align: center;
	
}