/*  
Theme Name: Pyrolinux Wordpress Theme
Theme URI: http://www.pyrolinux.com/
Description: The PyroLinux Custom Theme
Version: 1.0
Author: Carsen Klock, Carved Stone Productions
Author URI: http://www.carvedstoneproductions.com
*/



/* Fonts and Colors */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #dd6119;
	text-align: center;
	background-color: #ffeb7f;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/back.png);
	background-repeat:no-repeat;
	background-position:top center;
	}

#content {
	font-size: 10pt;
	}

.alt {
	}

#footer {
	background-color: #FFFFFF;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-align:right;
	}
	
	
.footertextfont {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFFFFF;
}

.footertextfont a, .footertextfont a:hover {
	color:#FFFFCC;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Arial, Helvetica, sans-serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	}

.commentlist p {
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#dd6119;
	}
#commentform p {
	font-family:Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color:#dd6119;
	}

#sidebar ul ul li, #sidebar ul ol li {
	color:#FFFCCC;
	list-style:none;
}

code {
	font-family:"Courier New", Courier, monospace;
	font-size:9pt;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color:#dd6119;
	text-decoration: underline;
	}

a:hover, .postdetailsbottom a:hover, .postdetailstop a:hover {
	color: #dd6119;
	text-decoration: none;
	}
	
#sidebar a {
	text-decoration:underline;
	color:#FFFFFF;
	font-size:12pt;
}

#sidebar a:hover {
	text-decoration:none;
}
/* End Fonts and Colors */

/* Headings */

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	text-align: left;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

h2 {
	font-size: 16pt;
	color:#dd6119;
	}

h2.pagetitle {
	font-size: 14pt;
	}


h3 {
	font-size: 14pt;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#dd6119;
	text-decoration: underline;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

/* End Headings */

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/page.png);
	background-position:top center;
}

#pagetop {
	background-image:url(images/pagetop.png);
	background-repeat:no-repeat;
	background-position:top left;
}

#header {
	width:950px;
	height:273px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#headertop {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	width:950px;
	height:193px;
}

#menuarea {
	width:950px;
	height:64px;
}

.menuarea_home a {
	background-image:url(images/home1.png);
	background-repeat:no-repeat;
	width:126px;
	font-size:1px;
	height:64px;
	display:block;
	float:left;
}

.menuarea_home a:hover {
	background-image:url(images/home2.png);
}

.menuarea_community a {
	background-image:url(images/community1.png);
	background-repeat:no-repeat;
	width:155px;
	font-size:1px;
	height:64px;
	display:block;
	float:left;
}

.menuarea_community a:hover {
	background-image:url(images/community2.png);
}

.menuarea_download a {
	background-image:url(images/download1.png);
	background-repeat:no-repeat;
	width:141px;
	height:64px;
	font-size:1px;
	display:block;
	float:left;
}

.menuarea_download a:hover {
	background-image:url(images/download2.png);
}

.menuarea_buycds a {
	background-image:url(images/buycds1.png);
	background-repeat:no-repeat;
	width:119px;
	height:64px;
	font-size:1px;
	display:block;
	float:left;
}

.menuarea_buycds a:hover {
	background-image:url(images/buycds2.png);
}

.menuarea_faq a {
	background-image:url(images/faq1.png);
	background-repeat:no-repeat;
	width:81px;
	height:64px;
	font-size:1px;
	display:block;
	float:left;
}

.menuarea_faq a:hover {
	background-image:url(images/faq2.png);
}

.menuarea_about a {
	background-image:url(images/about1.png);
	background-repeat:no-repeat;
	width:187px;
	height:64px;
	font-size:1px;
	display:block;
	float:left;
}

.menuarea_about a:hover {
	background-image:url(images/about2.png);
}

.menuarea_donate a {
	background-image:url(images/donate1.png);
	background-repeat:no-repeat;
	width:140px;
	height:64px;
	font-size:1px;
	display:block;
	float:left;
}

.menuarea_donate a:hover {
	background-image:url(images/donate2.png);
}
	

#contentarea {
	width: 562px;
	float:left;
	padding-left:40px;
	padding-right:30px;
	padding-top:20px;
	text-align:left;
	}
	
#adsense {
	clear:both;
	padding-bottom:10px;
	padding-left:40px;
	text-align:left;
}

#sidebar {
	padding-top:50px;
	width:288px;
	float:left;
	text-align:left;
	padding-left:30px;
	font-family: Arial;
	color:#FFFFFF;
}
	
.post {
	text-align: left;
	}

.contentarea .postmetadata {
	margin: 30px 0;
	}

#footer {
	width:543px;
	height:34px;
	background-image:url(images/footer.png);
	clear:both;
	text-align:center;
	padding-left:62px;
	padding-right:345px;
	padding-top:35px;
}

.postdetailstop {
	color:#dd6119;
	font-size:10pt;
}

.postdetailstop a {
	color:#dd6119;
	font-size:10pt;
	text-decoration:underline;
}

.postdetailstop a:hover {
	text-decoration:none;
}

.postdetails {
	padding-top:5px;
}

/* End Structure */








/* Images */
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;
	margin-right:30px;
	}
	
.alignleft {
	float: left
	}

/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style:none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#sidebar ul li {
	margin-bottom: 15px;
	}

#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:none;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Forms */

.entry form { 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin-right:56px;
	float: right;
	}
/* End Forms */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 45px 15px 3px;
	padding: 5px 10px 3px;
	list-style: none;
	border-bottom:#CCCCCC dotted 1px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
.textwidget {
	margin-left:20px;
	margin-right:20px;
}
/* End Sidebar */


/* Begin Miscellaneous */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 10px;
	border-left: 3px solid #dd6119;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Miscellaneous*/
