/*
Theme Name:ProtoRPG
Theme URI:http://blog.protorpg.com/
Description:Custom theme for ProtoRPG
Version:1.0
Author:Pierre Chassaing
*/



/* Begin Main-Layout  */
div.page {
	color:#f0f0f0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background-color: #181818;
	text-align:left;
}

#content {
	float:left;
	margin:0 0 20px 0;
	width:70%
	}

#sidebar {
	float:left;
	margin:10px 0 20px 5%;
	width:25%
	}

#footer {
	clear:both;
	padding:10px 0;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fff;
	}
/* End Main-Layout */



/* Begin Header */
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3em;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

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


/* End Header */



/* Begin Content*/
h2,h3,h4,h5,h6{
	color:#FF9922;
	margin:0.2em 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.6em;
	font-weight: normal
	}

h2,h3{ border-bottom:1px solid #666; }
/*
div.page a:link,div.page a:visited,div.page a:active,div.page a:hover{
	color:#FFFFCC;
	text-decoration:underline;
}
*/
h1 a:link, h1 a:visited, h1 a:active, h1 a:hover,
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover,
h3 a:link, h3 a:visited, h3 a:active, h3 a:hover{
	color:#FF9922;
	text-decoration:none
}

h6 { font-size: 1.4em }

.postmetadata {
	color:#FFF;
	font-size:0.9em;
	margin-top: 2px;
	margin-bottom: 15px;
	background-color: #333333;
	padding: 4px;
	font-family: Tahoma;
}

.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active{
	color:#FFF;
	text-decoration:none
}

.postmetadata a:hover{ text-decoration:underline }

.entrytext, .entry { font-size: 1.3em }
.entry p, .entrytext p { margin:2px 0 15px 0 }

.entrytext p{ margin:0 0 15px 0	}

/* End Content*/



/* Begin Comments */
.commentlist li, #commentform input, #commentform textarea { font-size:1em }

.commentlist li {
	font-weight:bold
	}

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

.commentlist p {
	font-weight:normal;
	text-transform:none;
	background-color: #464646;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #666666;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size:1.2em;
	margin: 0
	}


.commentmetadata { font-weight:normal }

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

.commentlist li {
	margin:0px 0 15px 16px;
	padding:5px 10px 0 0;
	list-style:decimal
	}


#commentform p {
	margin:5px 0
	}

.commentmetadata {
	margin:0;
	display:block
	}
/* End Comments */



/* Begin Lists */
.entry ul, .entry ol, .entrytext ul, .entrytext ol { margin:5px 0 5px 26px }

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

#sidebar ul li ul li{ padding:2px 0	}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:active{
	color:#fff;
	text-decoration:none;
	display: block;
font-size: 1.3em;
}

#sidebar ul li ul li a:hover{
	color:#DFDFDF;
	text-decoration:none;
}
/* End Entry Lists */



/* Begin Images */
p img {
	padding:4px;
	}

img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto
	}

img.alignright {
	padding:4px;
	margin:0 0 2px 7px;
	}

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

.alignright {
	float:right
	}

.alignleft {
	float:left
	}
/* End Images */



/* Begin Form Elements */
#searchform {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}

#sidebar2 #searchform #s {
	width:130px;
	padding:2px;
	border: 2px solid #fff;
	}

#sidebar2 #searchsubmit {
	padding:1px;
	border: 2px solid #666666;
	}

input.textfield{
	width: 16em;
	color:#666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #333;
	margin-right: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 1em;
	font-style: italic;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #666666;
	border-left-color: #333333;
}



.entry form { text-align:center	}

select {
	width:130px
	}

#commentform input {
	width:270px;
	padding:2px;
	margin:5px 5px 1px 0;
	border: 3px solid #666;
	background-color: #333333;
	font-size: 1em;
	color: #FFFFCC;
	}

#commentform textarea {
	width:270px;
	padding:2px;
	border: 3px solid #666;
	background-color: #333333;
	font-size: 1em;
	color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#commentform #submit {
	margin:0;
	float:left;
	width:280px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #fff;
	border: 3px solid #666;
	background-color: #484848;
	}
/* End Form Elements */




/* Begin Various Tags & Classes */
code {
	font:1em 'Courier New', Courier, Fixed
	}

acronym, abbr, span.caps
{
	cursor:help;
	font-size:0.9em;
	letter-spacing:.07em
	}

acronym, abbr {
	border-bottom:1px dashed #226
	}

blockquote {
	border-left:4px solid #fff;
	line-height:120%;
	color: #ccc;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 50px;
}

blockquote cite {
	margin:5px 0 0;
	display:block
	}

.center {
	text-align:center
	}

hr {
	clear:both;
	display:none
	}


.navigation {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-bottom:60px
	}
/* End Various Tags & Classes*/