/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 70%/1.5em  Verdana, Tahoma, Arial,sans-serif;
	color: #333; 	
	margin: 0; 
	padding: 0 0 50px 0; 
	background: #fff url(/images/bg.png) repeat-x;
	text-align: center;
}

/* Links */
a {
	text-decoration: none;
	color: #0a56bc; 	
}
a:hover {
	color: #000;
}

/* Headers */
h1, h2, h3 {
	font-weight: normal;
	color: #333;
	padding: 5px 10px 10px 10px;
	margin: 0;
}

h1 {
	font-size: 200%;
	line-height: 1.2em;
	color: #000;
}

h2 {
	font-size: 140%;
	padding: 15px 10px 15px 10px;
}

p, dl { padding: 5px 10px 5px 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

ul { list-style: none; }

/* Images */
img {
	border:none;
}

img.new {
	/*
    border-top: 1px solid #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #fff;
    */
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;	
}
th {
	color: #555;
	background: #E6E6E6;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	text-align: left;	
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;	
}
tr {
	height: 34px;	
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border: none;	
}	
/* end - table */

/* form elements */

form {
	margin: 5px 10px;
	padding: 5px 10px 20px 10px;
	border: 1px solid #f1f1f1; 
	background: #fdfdfd; 	
}

label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #895F30;
}

input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;  	
}

textarea {
	width: 350px;
	padding: 4px;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
  	border-width: 1px;
  	border-style: solid;
  	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4; 
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #555;
	background: #E6E6E6;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}



/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#header-wrap {
	position: relative;
	background: #fff url(/images/wrap-bg.png) no-repeat;
	margin: 0 auto;
	width: 940px;
	height: 220px;
	text-align: left;	
}

/*  Navigation  */
#nav {
	position: absolute;
	margin: 0; 
	padding: 0;		
	width: 880px;	
	left: 25px;	
	top: 0px;
	font-weight: bold;	
}
#nav ul {
	float: left;
	list-style: none;
	width: 880px;		
	height: 40px;
	margin: 0; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 18px 11px 0 11px;
	text-decoration: none;	
	color: #eee;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #fff;
	background: none;
	border: none;
}
#nav ul li#current a {	
	color: #000;	
	background: #d5d3d6 url(/images/nav-current.png) repeat-x;
	border-bottom: 1px solid #CECECE;
}

#header-wrap div#logo-text {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 300%;
	position: absolute;
	margin: 0; 
	padding: 0;
	color: #070000;
	text-decoration: none;
	top: 100px; 
	left: 35px;	
}
#header-wrap div#logo-text a:hover {
	background: none;	
	border: none;
}
#header-wrap p#intro {
	font-family: Georgia, 'Times New Roman', Times, serif;
	position: absolute;
	margin: 0; padding: 0;
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #663333;
	width: 400px;
	top: 102px; 
	left: 270px;		
}

/* header quick search */
#header-wrap form#quick-search {
	position: absolute;
	top: 8px; 
	right: 10px;
	padding: 0; 
	margin: 0;
	width: 260px; 
	height: 26px;
	background: transparent;
	border: none;	
}

#header-wrap form#quick-search .tbox {
	margin: 2px 0 0 4px; 
	width: 150px;
	color: #333;
	border: 1px inset #000;
}

#header-wrap form#quick-search .btn {
	height: 25px;
	background: #c6c6c6;
	color: #333;
	border-style: outset;
	-moz-border-radius: 4px;	
}


#content-outer {
	background: #fff;
	width: 100%;
}
#content-wrapper {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
#content {
	float: left;
	width: 100%;
	background: #fff url(/images/content-bg.jpg) no-repeat;		
}

.col-one {
	margin-right: 270px;
	padding-left: 25px;
}
.col-two {
	float: left;
	width: 210px;
	margin-left: -245px;
	margin-top: 0px;
}

.col-one, .col-two {
	padding-bottom: 20px;
}

#content .col-one h1 {	
	text-transform: none;	
	margin-left: 5px;
	padding-left: 5px;
}
#content .col-one h1 a {
	color: #000;
	text-decoration: none;	
	background: none; 
	border: none;
}
#content .col-one ul li {
	list-style-image: url(/images/bullet.gif);
}


#content .col-one table {
	width: 100%;
}

#content-wrapper .col-two h2 {
	text-transform: none;
	padding: 5px 10px;
	margin: 15px 0 5px 0;
}

/* sidebar menu */
ul.sidemenu {
	text-align: left;
	margin: 7px 5px 15px 0px; padding: 0;
	text-decoration: none;		
	background: url(/images/dots.gif) repeat-x left top;
}
ul.sidemenu li {
	list-style: none;
	background: url(/images/dots.gif) repeat-x left bottom;
	padding: 6px 10px;
	margin: 0;
	color: #989898;
}
* html body ul.sidemenu li {
	height: 1%;
}
ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	background-color: transparent;
	border: none;
	/*color: #666666;*/
	color: #0a56bc;	
}
ul.sidemenu li a span {
	color: #989898;	
	font-style: italic;
	font-weight: normal;	
	font-size: 1em;
}
ul.sidemenu li a:hover {	
	color: #000;	
	background: none;
	border: none;
}
ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
ul.sidemenu ul li { background: none; }


/* footer */
#footer-wrapper {
	clear: both;
	width: 940px;
	margin: 0 auto;
	text-align: center;
	color: #aaa;		
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 40px;	
	margin-top: 30px;
	border-top: 1px solid #eee;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

#content .paginator ul {
	margin: 0;
	padding: 10px;
}

#content .paginator ul li {
	display: inline;
	padding: 0 5px;
}

#content .paginator ul li.current {
	font-weight: bold;
	font-size: 1.2em;
}

ul.sidemenu li.current {
	font-weight: bold;	
}

ul.sidemenu li.current a {
	color: #0a56bc;
}


#content .col-one ul.sidemenu li {
	list-style-image: none;
}

#header-wrap #ads {
	position: absolute;
	margin: 0; padding: 0;
	top: 135px; 
	left: 35px;	
}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 5px; color: #bababa; }
.post-info a { color: #000; }


code {
	font-size: 1.1em;
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto; 
  	/* white-space: pre; */
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}

#photocopyright {
	margin-left: 10px;
}

#adsright {
	margin-top: 20px;
	padding-left: 10px;
	width: 100%;
	text-align: left;
}

