/* Sceen type CSS Document */

* {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	opacity: 1;
	font-size: 12px;
}

small {font-size:10px;}

html {
	/*overflow-y: scroll;
	height: 100%;
	margin-bottom: 1px;*/
	font-size: 12px;
}

body {
	background:#A3A371 url(/images/bg.jpg); background-repeat:repeat-x;
	color: #1C1C1C;
	margin:0;
	height: 100%;
	width:100%;
	scrollbar-base-color: #A3A371; 
	scrollbar-arrow-color:#ffffff;
}


#header {
	width: 960px;
	height: 6em;
	margin: 0 auto;
	padding-top: 2em;
	margin-bottom: 1.5em;
}

#header, #body, #footer {
/*	background-color: #000; */
}

#siteTitle {
	float: left;
	padding-left: 2em;
}

h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
}

h2, h3, h4 {
	font-size: 16px;
	letter-spacing:0px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0.1em;
}

h3 {
	margin-bottom: 20px;
}

h4 {
	margin-bottom: 1.5em;
	text-align: center;
}

h5 {
	font-size: x-small;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

h2, h3 span, h4 span, h5 span {
	font-size: 16px;
	padding: 2px 10px; 2px; 10px;
	color: #FFFFFF;
	background-color: #FF6600; 
/*	background: url(../images/bgh3.jpg) repeat; */

}

#headerLinks {
	float: right;
	padding-right: 2em;
	font-size:14px;
}

#headerLinks a {
	display: inline;
	float: left;
	height: 3em;
	margin-top: -2em;
	width: 8em;
	/* Above used to be 7em */
	padding-top: 5em;
	/*padding: 5em 2em 0 2em;*/
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	font-size: medium;
	opacity: 0.5;
}

#home:hover, #homeSelected {
	background: url(../_images/_site_images/buttonbgblue.jpg) repeat-x #3399FF;
}

#headerLinks #blog:hover, #headerLinks #blogSelected {
	background: url(../_images/_site_images/buttonbgorange.jpg) repeat-x #FF9900;
}

#headerLinks #portfolio:hover, #headerLinks #portfolioSelected {
	background: url(../_images/_site_images/buttonbggreen.jpg) repeat-x #339900;
}

#headerLinks #contact:hover, #headerLinks #contactSelected {
	background: url(../_images/_site_images/buttonbgpurple.jpg) repeat-x #660099;
}

#headerLinks a:hover, #headerLinks #homeSelected, #headerLinks #blogSelected, #headerLinks #portfolioSelected, #headerLinks #contactSelected {
	opacity: 1;
}


#left {
	width: 174px;
}

#center {
	width: 684px;
}

#right {
	width: 80px;
}

#center div.centerLeft, #center div.centerMiddle, #center div.centerRight {
	float: left;
	width: 11.5em;
}

#center div.centerLeft {
	margin-left: 0.25em;
}

#center div.centerMiddle {
	margin: 0 0.5em;
}

#center div.centerRight {
}

#center div.centerHalfLeft, #center div.centerHalfRight {
	float: left;
	width: 17.5em;
	margin: 0 0.25em;
}

#center div.centerHalfLeft {
}

#center div.centerHalfRight {
}

#footer {
	width: 960px;
	margin: 0 auto;
/*	padding: 0.5em 0.5em 3em 0.5em; */
	font-size:10px;
	color:#949494;
	text-align: center;
	border-top:0px solid #121212;
}

.footerLeft, .footerMiddle, .footerRight {
	margin: 0;
	width: 19.25em;
	float: left;
}

.footerLeft {
}

.footerMiddle {
	width: 19.5em;
	margin: 0 0.5em;
}

.footerRight {
}

p {
	padding: 0 0 10px 20px;
	line-height:18px;
}

td#descr p {
	line-height:18px;
	padding: 0 0 10px 0;
}

p, li {
	margin: 0 0 10px 0;
	font-size: 12px;
}


a, a:visited, a:link {
	color: #f7f7f7;
}

a:hover, a:active {
	color: #ffffff;
	text-decoration:none;
}

#left a, #left a:visited, #left a:link {
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding: 0.1em 5px 0.1em 0.1em;
	margin: 0 0 0.5em 0;
	color: #FFFFFF;
	opacity: 0.5;
}

ul {
	margin-bottom:20px;
	}

li {
	margin-left: 2em;
	padding: 0;
	list-style-type:square;
}

input, textarea {
border:1px inset black;
}

.highlightit img{
border: none;
}

.highlightit:hover img{
border: 1px solid #FF6600;
}

.highlightit:hover{
color: red; /* Dummy definition to overcome IE bug */
}

textarea{
	padding: 0px;
	padding-top:1px;
	padding-left:2px;
	margin: 0px;
	background-color: #CFCDA5;
font-family: arial, sans-serif;
color:#1C1C1C;
font-size:12px;
border: #CFCDA5;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
input   
{
	padding: 0px;
	padding-top:1px;
	padding-left:2px;
	margin: 0px;
	background-color: #CFCDA5;
font-family: arial, sans-serif;
color:#1C1C1C;
font-size:12px;
border: #CFCDA5;
border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}

.button{ 
	background-color: #141414;
	background-image:none;
	color: #ffffff;
	border: 2px outset #666666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 12px;
	font-weight: normal} 

input.errorfield, select.errorfield, textarea.errorfield { background-color: #FFFCCC; border: #CFCDA5; border-style: solid;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
 background-image:none; color: #1C1C1C;
 }
td.errorfield { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFCCC;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;	
	}


/* HIGHSLIDE */

.highslide-html {
    background-color: #212119;
    color: #f5f5f5;
}

.highslide-html td{
    color: #f5f5f5;
}


.highslide-html p {margin-bottom:10px;}

.highslide-dimming {
	background: #29254B;
	position: absolute;
}

.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(/highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-body, a.highslide-body:link, a.highslide-body:hover, a.highslide-body:active, a.highslide-body:visited {
    color: white;
    text-decoration:none;
}


/* Styles for the popup */
.highslide-wrapper {
	background-color: white;
}
.highslide-wrapper .highslide-html-content {
    width: 850px;
    padding: 10px;
	padding-left:30px;
}
.highslide-wrapper .highslide-header div {
}
.highslide-wrapper .highslide-header ul {
	margin: 0 8px 5px 0;
	padding: 0;
	text-align: right;
}
.highslide-wrapper .highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-wrapper .highslide-header ul li.highslide-previous, .highslide-wrapper .highslide-header ul li.highslide-next {
	display: none;
}

.highslide-wrapper .highslide-header a, .highslide-header a:hover, .highslide-wrapper highslide-header a:visited {
	font-weight: normal;
	font-size:10px;
	color: #4A4A39;
	text-decoration: none;
}

.highslide-wrapper .highslide-header .highslide-move a {
	cursor: move;
}
.highslide-wrapper .highslide-footer {
	height: 11px;
/*	background-color:white; */
}
.highslide-wrapper .highslide-footer .highslide-resize {
	float: right;
	height: 11px;
	width: 11px;
	background: url(/highslide/graphics/resize.gif);
}
.highslide-wrapper .highslide-body {
}
.highslide-move {
    cursor: move;
}
.highslide-resize {
    cursor: nw-resize;
}

/* These must be the last of the Highslide rules */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;
border: none;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
border: none;
}