/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #000;
	background-image: url(../images/bkg02.gif);
	background-position: center;
        background-attachment: fixed;
        background-repeat: no-repeat;
}

blockquote, h3, p, li {
padding-right: 10px;
padding-left: 10px;
font-size: .8em;
line-height: 1.3em;
}

blockquote {
margin-right: 0;
margin-left: 20px;
}

h1, h2, h3 {
font-weight: normal;
}

h1, h2 {
font-family: Georgia, Times, serif;
}

h1 {
font-size: 3em;
}

h2 {
font-size: 1em;
font-style: italic;
}

h3 {
text-transform: uppercase;
}

small, .small {
font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #c00;
background-color: inherit;
}

h1 a, h2 a, h3 a {
border: none;
}

h3 a {
font: 1.5em Georgia, Times, serif;
}

#sidebar-2 a, #sidebar-1 a {
color: #c00;
background-color: inherit;
border: none;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
font-size: 0.8em;
line-height: 1.5em;
}

#sidebar-1 p {
text-align: right;
}

#content hr {
margin: 2em 0;
width: 66%;
color: #ccc;
background-color: inherit;
}

.caps {
font-size: 0.9em;
letter-spacing: 0.1em;
}

img.divider {
margin: 2em 0;
text-align: center;
}

/* global layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 629px;
	\width: 629px;
	w\idth: 629px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	background-color: #FFFFFF;
}

#head {
	height: 254px;
	text-align: center;
	background-image: url(../images/headers/rotate.php);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0px;
	padding: 0px;
}

/*----------------------Nav-------------------*/
#fullnav 
{
 width:100%;
 height:27px;
 background: #000000;
 border-bottom:1px solid #ddd;
 border-top:1px solid #ddd;
 margin: 0;
 padding : 0;
}

ul.nav
{
 margin: 0;
 padding : 0;
 list-style : none;
}

ul.nav li
{
 margin: 0;
 padding : 0;
 float:left;
}/* thanks IE(intelligence ...)*/

ul.nav li a
{
 font: .8em bold Tahoma, 'Tretbuchet MS', Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-decoration: none;
 text-transform: uppercase;
 letter-spacing: 0.1em;
 padding: 6px 18px 0px 16px;
 border:none;
 display:block;
 float:left;
 height:21px;
 border-right: 1px solid #d4d4d4;
 background:#000000;
 color:#999999;
}

ul.nav li a:hover
{
 background: #310101;
}

/*----------------actual-section-trick---------*/
/*   the actual section ist always marked only by css
      look at the default section at the body start tag
*/
ul.nav li a.activeSection
{
 background:#ac0000;
 color:#000;
}


/*----------------------LiteBox Fun-------------------*/
.smd_slimbox {
}
.smd_slimbox .cell {
	width:150px;
	height:250px;
	float:left;
	margin:10px 10px;
	text-align:center;
}
.smd_slimbox img {
	margin:0 auto;
}
.smd_slimbox .cap {
	float:left;
	width:140px;
	padding:2px 0 0 5px;
}
.smd_slimbox_nav {
	clear:both;
	width:300px;
	padding:20px;
}
.smd_slimbox_prev {
	float:left;
}
.smd_slimbox_next {
	float:right;
}


#slh {
        background: #000000;
	background-image: url(../images/sh04.gif);
	background-repeat: repeat-y;
	height: 70px;
	margin: 0px;
	padding: 0px;
}


#content {
width: 569px;
\width: 569px;
w\idth: 569px;
margin-top: 0px;
margin-right: 150px;
margin-bottom: 0px;
margin-left: 0px;
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
	height: 55px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
}
#foot p {
	margin: 0px;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	font-size: 0.6em;
	letter-spacing: 0.3em;
}

#post {

}


/* comments
----------------------------------------------- */

.comments_error {
color: #000;
background-color: #fff4f4 
}

ul.comments_error {
padding : 0.3em;
list-style-type: circle;
list-style-position: inside;
border: 2px solid #fdd;
}

div#cpreview {
color: #000;
background-color: #f1f1f1;
border: 2px solid #ddd;
}

form#txpCommentInputForm td {
vertical-align: top;
}
