@charset "utf-8";
/* CSS Document */

body {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	font-size: 10px;
	font-weight: normal;
	background: #000;
	padding:0px;
	text-align: center;
}

/**************** smd_slimbox styles ****************/
.smd_slimbox {
	float:left;
	width:600px;
	margin:1em 0;
	clear:both;
	list-style:none;
}
.smd_slimbox li {
	width:150px;
	height:150px;
	float:left;
	margin:1em auto;
	text-align:center;
}
.smd_slimbox img {
	margin:0 auto;
}
.smd_slimbox span {
	float:left;
	width:140px;
	padding:2px 0 0 5px;
}
.smd_slimbox_nav {
	clear:both;
	width:500px;
	padding:20px;
}
.smd_slimbox_prev {
	float:left;
}
.smd_slimbox_next {
	float:right;
}

.imgfloatleft{
float:left;
padding:0 10px 0 0;
}

 /**************** Container and header styles ****************/
#container {
	width: 1000px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	background: transparent;
}

.fixTwoColumnBG {
	background: url(images/index_06.jpg) repeat-y;
	width: 1000px;
	overflow:auto;
}

#headerTopMargin {
	margin:0;
	padding:0;
	width:1000px;
	background: url(images/index_01.jpg);
	height:100px;
}

#headerBotMargin {
	margin:0;
	padding:0;
	width:1000px;
	background: url(images/index_03.jpg);
	height:54px;
}	

/**************** Navigation styles ****************/

#navigation {
margin:0;
padding:0;
width:1000px;
height:34px; background:url(images/index_02.jpg);
font-size:1em;
font-weight: normal;
text-decoration:none;
}

.section_list {
}


#navigation ul {
	list-style-type: none;
	text-align: right;
}
 
#navigation ul li {
display: inline ;
}

#navigation li a{
    float:right;
	margin:0 10px 0 0;
	padding:10px;
	text-decoration: none;
	color:#f00;
}

#navigation li:hover a {
	background: url(images/navover.png);
	margin-right:10px;
	color:#fff;
}

#navigation li a:active {
	background: url(images/navover.png);
}

* html #navigation a {
	font-weight: normal;
}

/**************** zem search styles ****************/

.zemContactForm {
	margin-left: 0px;
        padding: 10px;
}

.zemSubmit {
	background-color: #aaa;
	color: #111;
	padding: 3px;
	border: 1px solid #111;
        margin-top: 10px;
}

/**************** Footer styles ****************/
#footertop {
	clear: both;
	height: 9px;
	width: 1000px;
	
}
#footer {
	height: 37px;
	width: 982px;
	font-size: 10px;
	color: #fff;
	
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color: #f00;
}
#footer p {
	padding: 7px 0 0 0;
	margin: 0;
	text-align: center;
}
#footerbottom {
	height: 18px;
	width: 1000px;
	margin: 0;
	
}


/**************** Body and basic styles ****************/
* {
	margin: 0;
	padding: 0;
}

* html #navigation a {
	font-weight: bold;
}
/**************** Link styles ****************/
a {
	color: #fff;
}
/**************** Image styles ****************/
a img {
	margin: 4px;
	padding: 5px;
        background: #fff;
}
a img:hover {
	background: #f00;
}
a:hover {
	background-color: transparent;
	color: #ff0;
	text-decoration: none;
}
blockquote {
	margin: 5px;
	padding-left: 5px;
	border-left: 1px solid #000;
}

div.comments_error {
	border: 1px solid #cc8;
	padding: 0.3em;
}

/**************** Form and ZCR styles ****************/

form { margin: 0px; }

textarea { width: 50% }

input, select, textarea { color: #000; font: 10px Arial, Helvetica, sans-serif; background: #fff;}

input, textarea, select { border: 1px solid #000; padding: 2px; background: #fff; }

input:focus, textarea:focus { border: 1px solid #f00; color: #000; background: #fff; }

.searchinput  {font: 12px Arial, Helvetica, sans-serif; border: 1px solid #000; color: #000; background: #fff;}

.searchbutton {border: 0px; background-color:transparent;}


fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}
fieldset legend {
	display: none;
}
fieldset ul {
	color: #000ff;
}

hr {
	color: #f00;
	
}
img.center {
	display: block;
	margin: 5px auto 5px auto;
}
img.left {
	float: left;
	margin: 0 12px 5px 0;
	clear: left;
}
img.left, img.center, img.right {
	padding: 4px;
	border: 0;
}
img.right {
	float: right;
	margin: 0 0 5px 12px;
}
p {
	padding: 5px 0 5px 0;
}
p.red {
	color: red;
	font-weight: bold;
}

/**************** Misc classes and styles ****************/
.clear {
	clear: both;
}
.comments_error {
	background: #000;
}
.feed {
	margin: 5px 0 0 10px;
	padding: 0 0 5px 20px;
	background-image: url("http://dallas-website-design.com/textpattern/images/12.gif");
	background-repeat: no-repeat;
	background-position: left center;
}
.hide {
	display: none;
}
.important {
	color: #000;
	background-color: transparent;
	font-weight: bold;
}
/**************** Subcontent link styles ****************/
.sidelink {
	margin: 4px 0px 5px 0px;
	padding: 5px 5px 25px 10px;
}
.sidelink li {
	list-style: none;
	display: block;
	padding: 2px;
	margin-bottom: 2px;
}
.sidelink li .sidelink_active, .sidelink li a.active {
	color: #000;
	text-decoration: underline;
}
.sidelink li a {
	font-weight: bold;
	text-decoration: none;
}
.sidelink li a:hover {
	text-decoration: none;
}
.sidelink li ul {
	margin: 3px 0 3px 15px;
}
.sidelink li ul a {
}
.sidelink li ul li {
	margin-bottom: 0;
}
.sidelink ul {
	margin: 3px 0 3px 15px;
}
.sidelink ul a {
}
.sidelink ul li {
	margin-bottom: 0;
}
.textcenter {
	text-align: center;
}
.textright {
	text-align: right;
}

/**************** Content Comments ****************/

#content {
	float: right;
	width: 680px;
	min-height: 600px;
	padding: 15px 10px 0 25px;
}

#makebox {
background: #000;
margin-left: 5px;
margin-bottom: 8px;
padding: 5px;
}

#content p {
	margin: 0;
	padding: 5px;
	text-align: justify;
        font-size: 1.20em;
}
#content p.post {
	margin: 10px;
	padding: 10px;
        font-size: 1.20em;
	font-style: italic;
        font-weight:bold;        
        color: #fff;
}


#content p a {
	margin: 0;
	padding: 5px;
	text-align: justify;
        font-size: 1.20em;
        color: #ff0;
}

#content a{
	font-size: 1.40em;
	font-weight:bold;        
        color: #fff;
}
#content ul, #content ol {
	margin: 0 15px 16px 15px;
}

#content a:hover, #subcontent a:hover {
	text-decoration: none;
	color: #ff0000;
}
#content dd {
	margin: 0 10px 10px 15px;
}
#content dl {
	margin: 0 10px 10px 15px;
}
#content dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#content h2 {
	margin: 5px 10px 5px 0;
	font-size: 1.60em;
	color: #fff;
}
#content h2 a {
	margin: 5px 10px 5px 0;
	text-decoration: none;
	color: #fff;
}
#content h3 {
	margin: 0 10px 10px 0;
	font-size: 1.10em;
	color: #fff;
}
#content h3 a {
	text-decoration: none;
	color: #fff;
}

/**************** Content Comments ****************/
#content h3#comment {
	font-size: 1.25em;
}
#content ol.comments li {
	text-decoration: none;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	font-weight: bold;
}
#content ol.comments li * {
	font-weight: normal;
	padding-left: 0px;
	margin-left: 0px;
}
#content ol.comments li * * {
}
#content ol.comments li * strong {
	font-weight: bold;
}
#content ol.comments li br {
}
#content ol.comments li small {
}


/**************** Searchbar styles ****************/
#searchbar {
	margin: 0;
	padding: 0;
}

#livesearch_form{
	margin:10px 0 0 10px;
}

#livesearch_results {
        color: #ff0000; 
        font-weight: bold;
        margin: 10px 0 10px 0px;
}

#livesearch_results a {
        color: #ff0000;
        text-decoration: none; 
}

#livesearch_results a:hover {
        color: #ffff00;
        text-decoration: none; 
}

#livesearch_text{
        color: #000000; 
        font-weight: bold;
}
/**************** Subcontent sidebar styles ****************/

.box {

	margin: 10px 10px 10px 10px;
	padding: 0px;
	color: #000;
	background-image: url("images/columnbg.png");
	background-position:bottom;
}
#subcontent {
	float: left;
	width: 272px;
	padding: 0px;
	
}


#subcontent h2 {
	padding: 6px 4px 6px 10px;
	margin: 0px 1px 0px -3px;
	color: #000000;
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	background-image: url("images/h2bg.jpg");
	background-repeat: no-repeat;
}


#subcontent input {
	padding: 5px;
	margin-bottom: 0px;
}
#subcontent p {
	margin: 4px 0px 5px 0px;
	padding: 5px 5px 25px 10px;
}

#subcontent a {
	margin-left: 20px;
}

#thumbnails {
}
#thumbnails li {
	display: inline;
}
#thumbnails li a:link, #thumbnails li a:visited {
	padding: 4px;
	background-color: #000;
	display: block;
	float: left;
	width: 166px;
	height: 105px;
	margin: 10px -3px 4px 11px;
	border: 1px solid #000;
}
/**************** Content styles ****************/

#txpCommentInputForm {
	margin: 0px 0px 10px 0px;
	padding-left: 16px;
	padding-right: 16px;
}
