/* Search ----------------------------------------- */
.sresult {
	position				: relative;
   	margin					: 10px 0;
}

.snum {
	width					: 40px;
   	text-align				: right;
   	float					: left;
   	font-size				: 2em;
   	font-family				: Georgia,Times,serif;
   	color					: #D14700;
   	margin					: 0px;
}

.srestext {
	margin-left				: 40px;
}

.keyword {
	background-color		: #FFC;
}

/* General ---------------------------------------- */
p.comment {
	background-color		: #EFECDF; 
	border-style			: solid; 
	border-color			: #E9E5D6; 
	border-width			: 1px; 
	padding					: 4px 4px 4px 4px;
}

a.topmenu:link {
	color					: #111111;
	text-decoration			: none;
	font-weight				: bold;
	border					: 1px solid #C0C0C0;
	padding					: 1px 3px 1px 3px; 
}

a.topmenu:active {
	color					: #111111;
	text-decoration			: none;
	font-weight				: bold;
	border					: 1px solid #C0C0C0; 
	padding					: 1px 3px 1px 3px;  
}

a.topmenu:visited {
	color					: #111111; 
	text-decoration			: none;
	font-weight				: bold; 
	border					: 1px solid #C0C0C0; 
	padding					: 1px 3px 1px 3px; 
}

a.topmenu:hover {
	color					: #FFFFFF;
	background-color		: #D14700;
	border					: 1px solid #D14700;
	text-decoration			: none;
	padding					: 1px 3px 1px 3px;
}

select {
	font-size				: 11px;
	font-family				:Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	padding					: 0px 0px 10px 0px;
	border					: 0;
	margin					: 0;
}

body {
	background				: #B9B5A5;
	text-align				: center;	/* Win IE 5 Hack */
	font					: normal 11px verdana, sans-serif;
	color					: #333333;
	line-height				: 19px;
	margin					: 0;
}

ins {
	text-decoration			: none;
}

#page {
	width					: 749px;
	margin					: 0 auto;
}

#topbuttons {
	color					: #F7C49E;
	text-align				: right;
	padding					: 0px 15px 0px 0px;
}

#topbuttons a {
	color: #F7C49E;
	text-decoration: none;
	font-weight:normal;
}

#container { /* for 3 column version  */
	clear: both;
	float: left;
	width: 749px;
	text-align: left; 
	padding: 0 0;
	margin: 0 0;
	background: url(../images/backgrounds/3colbodybg0749.gif) 0 0 repeat-y;
}

#container2 { /* for 2 column version  */
	clear: both;
	float: left;
	width: 749px;
	text-align: left; 
	padding: 0 0;
	margin: 0 0;
	background: url(../images/backgrounds/2colbodybg0749.gif) 0 0 repeat-y;
}

#container3 { /* for 1 column version  */
	clear: both;
	float: left;
	width: 749px;
	text-align: left; 
	padding: 0 0;
	margin: 0 0;
	background: url(../images/backgrounds/1colbodybg0749.gif) 0 0 repeat-y;
}

#pad {  
	padding: 0px 20px 0px 20px;
}

#padmain {  
	padding: 0px 2px 0px 20px;
}		

#main {
	float: left;
	width: 749px;
}

a {
	font: normal 11px verdana, sans-serif;
	text-decoration: underline;
	color: #46546C;
	font-weight:bold;
}

a.maintitle
{
	font-family: palatino, georgia, "Times New Roman", serif;
	color:#000;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
}

a.maintitle:hover
{
	font-family: palatino, georgia, "Times New Roman", serif;
	color:#000;
	text-decoration:underline;
	font-size:18px;
	font-weight:bold;
	cursor:pointer;
}

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

a.gallery {
	font: normal 9px verdana, sans-serif;
	text-decoration: underline;
	color: #46546C;
	font-weight: bold;
}

a.gallery:hover {
	text-decoration: underline;
	color: #D14700;
}		

a.readmore {
	font: normal 11px verdana, sans-serif;
	text-decoration: none;
	/*color: #0066CC;*/
	color: #D14700;
	font-weight:normal;
}

a.readmore:hover {
	text-decoration: underline;
	color: #D14700;
}

a.h3 {
	font-family: palatino, georgia, "Times New Roman", serif;
	font-size:14px;
	color: #D14700;
	text-decoration:none;
	margin-left:85px;
}

a.h3_black {
	font-family: palatino, georgia, "Times New Roman", serif;
	font-size:14px;
	color: #000000;
	text-decoration:none;
	margin-left:85px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: palatino, georgia, "Times New Roman", serif;
}

h2 {
	font-size:16px;
	font-weight: bold;
	margin: 0px 0px 11px 0px;
}

hr {
	color: #D14700;
	border: 0;
	width: 100%;
	color: #E9E5D6;
	background-color: #E9E5D6;
	height: 1px;  
}

/* Images ---------------------------------------- */
.border_2px {
	border: 1px solid #D8D8D8;
	padding: 2px;
	background: #fff;
}

.border_5px {
	border: 1px solid #D8D8D8;
	padding: 5px;
	background: #fff;
	margin: 0 0 4px 0;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

/* Lists ---------------------------------------- */
#content ul, #content2 ul, #content3 ul, #rightbar ul {
	font: normal 10px verdana, sans-serif;
	padding: 0px 13px 30px 20px;
	margin: 0;
	clear: left;
}

#content ul li, #content2 ul li, #content3 ul li, #rightbar ul li {
	padding: 0px 0px 5px 0px;
	margin: 0;
	line-height: 15px;
	list-style-type: none;
	list-style-image: url(../images/bullets/li_bullet.gif);
}

#content ol li, #content2 ol li, #content3 ol li, #rightbar ol li {
	padding: 2px 0px 5px 0px;
	margin: 0;
	line-height: 15px;
}

/* Forms ---------------------------------------- */
form {
	padding: 0;
	margin: 0;
}

.input {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #C0C0C0;
	background-color:#FFF;
}

.submit {
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #C0C0C0;
	background-color:#FBFAF6;
}

.postcomment {
	padding:3px 3px 3px 3px;
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #A8A391;
	background-color:#E9E5D6;
}

.commentbox {
	border:1px solid #A8A391;
	background-color: #E9E5D6;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

.postedby {
	border:1px solid #A8A391;
	background-color: #E9E5D6;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

/* Header ---------------------------------------- */
#header { /* two column header */
	float: left;
	width: 749px;
	height: 128px;
	padding-top:2px;
	background: url(../images/backgrounds/2colheaderbg0749.gif) 0 0 repeat-x;
}

#header2Col { /* two column header with the narrow column on the left */
	float: left;
	width: 749px;
	height: 128px;
	padding-top:2px;
	background: url(../images/2colheaderbg0749_left.gif) 0 0 repeat-x;
}

#header1Col {
	float: left;
	width: 749px;
	height: 128px;
	padding-top:2px;
	background: url(../images/backgrounds/1colheaderbg0749.gif) 0 0 repeat-x;
}
		
#header h2, #header1Col h2, #header2Col h2 {
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight:normal;
	color: #fff;
	padding: 10px 0 0 33px;
	margin: 0;
}
		
#header h4, #header2Col h4, #header1Col h4 {
	font-size:11px;
	letter-spacing: 1px;
	color: #F7C49E;
	line-height: 15px;
	padding: 0 0 0 33px;
	margin: 0;
}
		
/* TopNav ---------------------------------------- */
#tabs {
	margin: 0px 0px 15px 0px;
}

#tabList {
	margin: 0px 14px;
	padding: 0 0 20px 10px;
	border-top: 1px solid #C13B00;
	border-bottom: 1px solid #C13B00;
}
		
#tabList ul, #tabList li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
		
#tabList a:link, #tabList a:visited	{
	float: left;
	font-size:9px;
	line-height: 14px;
	font-weight: bold;
	margin: 4px 10px 0px 10px;
	text-decoration: none;
	color: #F7C49E;
}
		
#tabList a:link#current, #tabList a:visited#current, #tabList a:hover {
	border-top: 4px solid #C13B00;
	margin: 0px 10px 4px 10px;
	padding-top: 0px;
	background: transparent;
	/*color: #FFDFCC;*/
	color:#FFFFFF;
}
					
#tabList a:hover {
	color: #802700;
}

/* Content ---------------------------------------- */
#content { /* for 3 column version  */
	float: left;
	width: 356px;
	padding: 15px 18px;
}

#content2 { /* for 2 column version  */
	float: left;
	width: 540px;
	padding: 20px 12px;
}

#content3 { /* for 1 column version  */
	width: 724px;
	padding: 20px 12px;
}

#content h1, #content2 h1, #content3 h1 {
	font-size:18px;
	margin:0px;
}

.dateposted {
	/*color: #D14700;*/
	color: #888888;
	font-size:10px;
}

a.commentslink {
	color: #D14700;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}

a.commentslink:hover {
	color: #D14700;
	font-size:10px;
	text-decoration:underline;
}

.commentdateposted {
	padding:0px 6px 0px 0px;
	text-align:right;
	text-align:right;
	color: #D14700;
	font-size:10px;
}

.pages {
	padding: 1px 1px 1px 1px;
	background-color: #E9E5D6;
	border:1px solid #A8A391;
}

a.pageslink {
	font: normal 10px verdana, sans-serif;
	text-decoration: none;
	color: #46546C;
	font-weight:bold;
}

a.pageslink:hover {
	text-decoration: none;
	color: #D14700;
}

/* RightBar ---------------------------------------- */
#rightbar {
	float: left;
	width: 158px;
	padding: 12px 5px 0px 12px;
}

#rightBarPad {
	margin:0px 5px 0px 11px;
}

#rightbar h2 {
	color: #D14700;
}

#rightbar ul#screenshot {
	margin: 0;
	padding: 0px 14px 30px 14px;
	list-style: none;
}

#rightbar ul#screenshot li {
	list-style-image: none;
	padding: 1px 2px 3px 2px;
	margin: 0;
	/*line-height: 0;*/
}

#rightbar ul#screenshot a {
	text-decoration: none;
}

#rightbar ul#screenshot a:hover {
	text-decoration: underline;
}		

#rightbar ul a {
	text-decoration:none;
	font: bold 10px verdana, sans-serif;
	color:#000000;
}

#rightbar ul a:hover {
	text-decoration:underline;
	font: bold 10px verdana, sans-serif;
	color:#000000;
}		

/* Footer ---------------------------------------- */
#footer {
	clear: both;
	padding: 10px 0px 10px 0px;
	width:749px;
	background: transparent url(../images/backgrounds/footerbg0749.gif) top repeat-y;
	border-top:1px solid #A8A391;
	color: #C3BDA4;
}

#footer p {
	padding:0px 25px;
}

#footer a {
	color: #C3BDA4;
	text-decoration: underline;
	font-weight: normal;
}

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

#footerContainer {
	width:749px;
	padding-bottom: 11px;
	background: url(../images/backgrounds/footerbase0749.gif) bottom no-repeat;
}

/* Poll -------------------------------------------- */
.question {
	font-weight: bold;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 11px;
}

.subhead {
	margin-left: 0px;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #818181;
}

.text {
	font-weight: normal;
	margin-bottom: 8px;
	margin-left: 0px;
	font-size: 11px;
}

.votebar {
	width:100px;
	height:7px;
	border:#000000 1px solid;
	padding:0px 0px 0px 0px;
	margin-bottom:5px;
}

/* Image Attachements -------------------------------- */

.imagebucket {
	background-color:#EFECDF;
	width:97%;
	padding:10px 10px 10px 10px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.imagebucket .tl {
	background: url(../images/backgrounds/rounded_corner.gif) no-repeat top left;
	margin-top:-10px;
	margin-left:-10px;
	height:10px;
	width:10px;
}

.imagebucket .tr {
	background: url(../images/backgrounds/rounded_corner.gif) no-repeat top right;
	margin-top:-10px;
	margin-right:-10px;
	height:10px;
	width:10px;
	float:right;
}

.imagebucket .bl {
	background: url(../images/backgrounds/rounded_corner.gif) no-repeat bottom left;
	margin-bottom:-10px;
	margin-left:-10px;
	height:10px;
	width:10px;
}

.imagebucket .br {
	background: url(../images/backgrounds/rounded_corner.gif) no-repeat bottom right;
	margin-bottom:-10px;
	margin-right:-10px;
	height:10px;
	width:10px;
	float:right;
}

.imageholder {
	width:200px;
	background-color:#FFFFFF;
	border:1px solid #A8A391;
	padding:4px 4px 4px 4px;
	margin:5px 5px 5px 5px;
	float:left;
}

.image {
	border:1px solid #A8A391;
	padding:1px 1px 1px 1px;
	cursor:pointer;
	margin:5px 10px 5px 10px;
}

.imagedesc {
	font-size:9px;
}

.imagerow {
	width:100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.article_rating {
    cursor:pointer;
}

.article_rating_voted {
    cursor:default;
}

.code {
  width:100%;
	border:1px solid #FFD700;
	background-color: #FFFFDD;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding: 4px;
}

pre {
  width:100%;
	border:1px solid #FFD700;
	background-color: #FFFFDD;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding: 4px;
}

.input {
	border:1px solid #FFD700;
	background-color: #FFFFDD;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding: 4px;
}

.select {
  width:142px;
	border:1px solid #FFD700;
	background-color: #FFFFDD;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding: 2px;
}

.button {
  width:100px;
  padding:3px;
  font-weight:bold;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}