/* CSS Document */

/*  WORDPRESS-STYLE COMMENT BLOCK
Theme Name: Brimstone
Theme URI: http://www.inetdaemon.com/layout/css/main.css
Description: Striking onyx, smoke and flames theme.
Version: 1.14
Author: Himself, InetDaemon
Author URI: http://www.inetdaemon.com/

*/		


*
{
margin: 0px;
padding: 0px;
}

* table
{
margin: auto;
font-size:12px;
}


ul
{
list-style: none;
}


body 
{
  margin: 0px;
  background: #666666;
  background-image:url(/layout/img/blkTxtr.jpg);
  color: #333333;
  font-family: "Palatino Linotype", Times Roman, serif;
  font-size: 11pt;

}


/* PAGE LINKS CGI STYLE
*******************************************************************/

#pagelinkleft {

	font-size: 12px;
	float: left;
	padding: 20px;
	text-transform: uppercase;
}

#pagelinkright {

	font-size: 12px;
	float: right;
	padding: 20px;
	text-transform: uppercase;
}


/* SOCIAL BOOKMARK LINKS
*******************************************************************/
#socials {
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 1px solid #CCCCCC;
	padding-left: 5px;
}

#socials img {
	padding: 0px;
	margin-top: 0px;
}


/* Blogtitle 
*******************************************************************/

#blogtitle
{
	width: 1024px;
	height: 90px;
	display: block;
	color: #FF0000;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #333333;
}


#blogtitle a:link {
	color: #FF0000;
	text-decoration: none;
	border: none;
	padding: 0px 15px;
	margin-left: 0;
}

#blogtitle a:visited {
color: #FF4400;
text-decoration: none;
border: none;
font-weight: bold;
padding: 0px 15px;
margin-left: 0;
}

#blogtitle a:hover {
color: #FF9900;
text-decoration: none;
padding: 0px 15px;
margin-left: 0;
}

.blogname
{
font-size: 24pt;
}

.tagline {
    font-size: 12px;
	color:#EE0000;
	margin:3px auto 0pt;
	padding:0pt 10pt;
	font-style: italic;
	font-variant: small-caps;
}

/* Container
**************************************************************************/

#container
{
	background: #FFFFFF;
	clear:left;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	width: 1024px;
	overflow: hidden;
	border-top: 1px solid #333333; 

}




/* Left Sidebar Container
**************************************************************************/

#leftnav
{
	float: left;
	width: 225px;
	margin: 5px 3px 7px 3px;
	padding: 0;
	text-align: left;
	border: 1px solid #999999;
}


#sidebarleft
{
	margin-bottom: 10px;
	background: none;
	width: 224px;
}
#sidebarleft ul {
	margin: 0;
	padding-bottom: 10px;

}

#sidebarleft li
{
	background: #DDDDDD;
	font-family: "Palatino Linotype", Georgian, serif;
    
}

#sidebarleft ul li
{
	display: block;
	padding-left: 10px;
	margin-left: 5px;
	/* background: url(/img/star.gif) no-repeat; */
	padding-bottom: 2px; 
}

#sidebarleft ul li ul li{
	padding-left: 10px;
	background: url(/img/child.gif) no-repeat;
	padding-bottom: 2px;
}

#sidebarleft ul li li{
	padding-left: 10px;
	background: url(/img/child.gif) no-repeat;
	padding-bottom: 2px;
}

#sidebarleft a:link {
	color: #990000;
	text-decoration: none;
	border: none;

}

#sidebarleft a:hover {
	color: #FF0000;
	text-decoration: underline;
	border: none;
}

#sidebarleft a:visited:hover {
	color: #660000;
	text-decoration: underline;
	border: none;
}

#sidebarleft a:visited {
	color: #660000;
	text-decoration: none;
	border: none;
}

#sidebarleft h2 {
	font-size: 16px;
	color: #FF0000;
	padding: 0 8px 2px;
	margin: 1px;
	background: #990000 url(/img/graybar.gif); 
}



/* Content 
*******************************************************************/

#content {
	/* background:#FFFFFF url(/img/content_bg.png) top left repeat; */
	display:block;
	margin-top: 12px;
	margin-left: 245px;
	margin-right: 16px;
	padding:4px 1em 1em;
	text-align: justify;
}

#content a title{
	width: 100px;

}


#content ul
{
	padding-left: 15px;
	margin: 10px 15px 20px 15px;
}

#content ul li{
	margin-left: 6px;
	padding-left: 8px;
	list-style: url(/img/content-star.gif);
}

#content ul ul li{
	padding-left: 6px;
	list-style: url(/img/content-child.gif);
}


#content ol {
	margin-bottom: 5px;
	margin-left: 25px;
	padding: 15px;
}

#content ol li {
	list-style-type: upper-roman;
}

#content ol li ol li {
	list-style-type: upper-alpha;
}

#content ol li ol li ol li {
	list-style-type: decimal;
}

#content ol li ol li ol li ol li {
	list-style-type: lower-alpha;
}

#content ol li ol li ol li ol li {
	list-style-type: lower-roman;
}

#content ol li pre {
	margin: 10px 0 10px 0;
	white-space: pre;
}

#content dl {
	font-size: 12pt;
	background-color: #FFFFDD;
	margin: 15px 0 20px 0;
	padding: 5px 15px 18px 15px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 10px solid #A03333;

}

#content dt {
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 3px;
}

#content dd {
	padding-left: 20px;
}

#content p
{
	margin: 10px;
	width: 95%;
	line-height: 16pt;
	text-align: justify;
}

div#content p
{
	margin: 10px;
	width: 95%;
	line-height: 16pt;
	text-align: justify;
}

#content pre {
   font-size: 12px;
   margin-left: 15px;
   margin-right: 30px;
   padding: 15px;
   border: 1px #e0e0e0 solid;
   background-color: #FFFFE0;
}

/* Footer 
*****************************************************************************/

#footwrap
{
clear:both;
background: none;
color: #8F8F8F;
padding: 5px 1em 5px 1em;
font-weight: normal;
font-size: 10px;
border-top: 5px solid #CC4400;
text-align:center;
}

#footwrap p
{
display: block;
margin-top: 8px;
margin-bottom: 2px;
text-align:center;
}

#footwrap a:link {
color: #CC4400;
text-decoration: none;
border: none;
}

#footwrap a:hover {
color: #CC4400;
text-decoration: underline;
border: none;
}

#footwrap a:visited:hover {
color: #CC4400;
text-decoration: underline;
border: none;
}

#footwrap a:visited {
color: #CC4400;
text-decoration: none;
border: none;

}

#footwrap img {
padding: 0px 5px 0px 5px;
}

#footwrap .disclaimer
{
font-size: 8pt;
font-family: Arial, Helvetica, sans-serif;

}
#footwrap .redfoot {
color: #FF0000;
text-transform: uppercase;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }

/* Paragraph 
*********************************************************************/

p {
margin-bottom: 12px;
margin-top: 12px;
}



/*  Post Metadata 
*********************************************************************/

.postmetadata
{
display:block;
margin: 10px 35px 10px 20px;
border-left: 4px solid #CC4400;
padding: 5px 8px 8px 35px;
text-align: left;
background: #CCCCCC;
color:#3F3F3F;
}

#content .postmetadata
{
padding-left: 2px;
}

.postmetadata a:link
{
border: none;
color: #CC4400;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #FF9900;
font-weight: normal;
text-decoration: none;
}

.postmetadata a:visited:hover
{
border: none;
color: #FF9900;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #CC4400;
font-weight: normal;
}

/* LINKS
****************************************************************************/

a:link
{
color: #FF0000;
text-decoration: none;
}

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

a:visited
{
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
}

a:visited:hover
{
	text-decoration: underline;
}

#content a img 
{
border: none;
background:none;
padding: 5px;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


/* COMMENTS
*********************************************************************/

.commentlist
{
padding-left: 40px;
padding-right: 15px;
background: #fff;
color: #000;
}

.commentlist li
{
margin: 8px 10px 8px 15px;
padding-left: 12px;
list-style: none;
background: #DFDAC3;
margin-bottom: 2px;
border: 1px solid #8C9EAA;
}

li.alt
{
background: #fff;
border: 1px solid #8C9EAA;
}

.commentlist cite
{
padding: 2px 3px 1px 3px;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentlist a:link
{
border: none;
text-decoration: underline;
color: #8C9EAA;
}

.commentlist a:visited
{
border: none;
text-decoration: underline;
color: #8C9EAA;
}

.commentlist a:hover
{
border: none;
text-decoration: underline;
color: #FF9900;
}

.commentlist a:visited:hover
{
border: none;
text-decoration: underline;
color: #FF9900;
}

.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #FF9900;
}

.commentnumber {
font: italic normal 10pt Georgian, 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
color: #8C9EAA;
font-size: 28pt;
}

#comment
{
width:80%;
}

/* HEADINGS
****************************************************************************/

h1
{
	font-size: 18px;
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
	border-bottom: 2px solid #333333;
}


h2 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 6px 0;
	text-align: left;
	font-variant: small-caps;
	border-bottom: 1px solid #666666;
}

h3 {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0 6px 0;
	text-align: left;
	font-variant: small-caps;
}

h4 {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 6px 0;
	text-align: left;
	font-variant: small-caps;
}

h5 {
	display: block;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0 6px 10px;
	text-align: left;
	font-variant: small-caps;
}

h6 {
	display: block;
	font-size: 10px;
	font-weight: bold;
	padding: 20px 0 0 12px;
	margin: 5px 0 6px 0;
	text-align: left;
	font-variant: small-caps;
}

#content h1 {
    
}


#content h2 {

}

#content h3 {

}

#content h4 {

}





h1.posttitle   
{
	font-size: 18px;
}


.posttitle a:link {
	color: #333333;
}

.posttitle a:visited {
}

.posttitle a:hover
{
font-size: 22px;
color: #FF9900;
font-weight: bold;
text-decoration: none;
}

.posttitle a:visited:hover
{
text-decoration: none;
}


                          /*Miscellaneous*/
.date
{
font-size: 18px;
float: right;
text-transform: uppercase;
letter-spacing: -2px;
padding: 3px 5px 3px 5px;
margin-top: 17px;
text-align: center;
color: #3f3f3f;
}

.entry
{
margin-bottom: 5px;
}
                         /*Contained Floats Fix*/
.post 
{
display: block;
overflow:hidden;
width:98%;
}

.photopage
{
display: block;
overflow:hidden;
width:98%;
}

                     /*Code*/
code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 4px solid #798288;
color: #666666;
background: #DFDAC3;
}


/* navigation
--------------------------------------------------*/
#navigation {
	background-color: #333333;
	border-top: 1px solid #999999;
	margin-left:auto;
	margin-right:auto;
	width: 1024px;
	overflow: hidden;
	border-bottom: 1px solid #999999;
}

#navigation ul {
  margin:0;
  padding:0;

}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
  border-color:#999999;
}

#navigation li a {
  display:block;
  padding: 4px 9px;
  font-size: 11px;
  text-transform:uppercase;
  letter-spacing:1px;
  text-decoration: none;
  color: #FFFFFF;
  background: #000000 url(/img/graybar.gif);
}

#navigation a:visited	{
	color: #FFFFFF;
}

#navigation .selected,
#navigation a:hover		{
	background: #000000 url(/img/graybar2.gif);
	color: #FF0000;
}


* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
  float:right;
  padding: 0 0 0 10px;
  margin: 0px;
  width:180px;
  border-left:1px solid;
}

#navigation form fieldset {
  /* centering the search form could've
  been more elegantly done but IE6
  and Opera refused to follow standards */
  margin: 0;
  border:0 solid; /* Opera */
  height: 32px;
}

* html #navigation form fieldset {margin-top:2px;}

#navigation #s {

  width:115px;
  margin-top: 3px;
  padding:0;
  border: 1px solid;
  font-size: 11px; 
  border-color:#FFF9EA;
  vertical-align: middle;
}

#navigation #searchbutton {
  font-size: 9px;
  margin-top: 3px;
  background-color:#DDDDDD;
  vertical-align: middle;
}



#navigation form {
  border-color:#CCCCCC;
  background:#333333;
}





/* BREADCRUMBS
********************************************************************************/
div#breadcrumbs {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
  display: block;
  float: left;
  overflow: hidden;
  background-color: #FFFFFF;
  text-align: left;
  text-indent: 8px;
  font-size: 8px;
  font-family: "Palatino Linotype", Georgian, "Times New Roman", "Times Roman", Serif;
}

#breadcrumbs ul {
  margin: 0;
  padding: 0;
}

#breadcrumbs ul li {
  float: left;
  margin: 0;
  list-style-type: none;
  white-space: nowrap;
  font-variant: small-caps;
}

#breadcrumbs ul li a {
  text-decoration: none;
  font-variant: small-caps;
}

#breadcrumbs ul li a:visited {
	color: #CC0000; 
}

#breadcrumbs ul li a:hover {
	color: #FF0000; 
	text-decoration: underline;
	background-color: #DDDDDD;
}

.credits
{
margin-top: -25px;
padding: 0 4px 5px 4px;
float: right;
}


img 
{	
border:none;
}

.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 0;
}

.inetd_aside {
	text-align: right;
	background-color: #FFFFCC;
	font-style: italic;
	color:#990000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 90px;
	width: 70%;
	padding: 5px 10px 5px 10px;
	border: 1px solid #990000;
}



/* CSS Shadow Effect
*********************************************************************/

#shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1px;
    top: -1px;
}

#shadow-container .shadow1 {
	background: #F1F0F1;
}

#shadow-container .shadow2 {
	background: #DBDADB;
}

#shadow-container .shadow3 {
	background: #B8B6B8;
}

#shadow-container .container {
	background: #ffffff;
	border: 1px solid #848284;
	padding: 10px;
}
.adbanner {
	float: right;
}
#adinpage {
	float: right;
	margin: 0 0 0 20px;
}

/* KUDOS & USER COMMENTS
*******************************************************************/
#kudos {
	font-size: 10px;
	background: #E0E0E0;
	padding: 30px;
	margin: 10px 0 10px 0;
	font-style: italic;
	border: 1px solid #DDDDDD;
}

#kudos h3 {
	font-style: normal;
}

#donations {
	font-size:14px; 
	color: #000000; 
	font-weight:bold; 
	padding: 10px;
	margin: 10px 0 10px 0;

}

#googletranslatepanel {
	border: 1px solid #DDDDDD;
}
