body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
html {height: 100%}
body {
	font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 1.28em}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
	min-width: 990px;
	min-height: 100%;
	max-width: 1260px;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 53px;
	color: #198813;
	font-size: 1.286em;
}

.index {
	padding: 117px 0 112px 28%;
}

.index img {
	margin-left: -54px;
}

#header.other {
	height: 66px;
	padding: 86px 0 130px 28%;
}

#header.other a {
	margin-left: -117px;
}

#header.other img {
	margin-right: 10px;
}

#header.other span {
	color: #000;
}



/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 145px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 45px 0 28%;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 28%;
	margin-left: -100%;
	position: relative;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -117px auto 0;
	min-width: 990px;
	height: 117px;
}

#hardcore_version {
	font-family: Courier;
	background-color: #000;
	color: #FFF;
	width: 28%;
	height: 117px;
	float: left;
	margin-right: 25px;
	max-width: 352px;
}

#hardcore_version div {
       padding: 5px;
       position:relative;
       height: 100%;
}

#hardcore_version div textarea {
       width: 100%;
       height: 100%;
       position:absolute;
       display: none;
       background:#000;
       color: #fff;
       border:0;
       outline:none;
}
 

#xor_footer {
	border-top: 2px solid #c3c3c3;
	padding: 17px 0 0;
	font-size: 0.857em;
	margin: 0 45px 0;
}

#xor_footer a {
	color: #3f4c6b;
}

/* Styling
-----------------------------------------------------------------------------*/
h1 {
	color: #000;
	font-size: 2.571em;
	margin-bottom: 1em;
	line-height:1em;
}

h2 {
	color: #198813;
	font-size: 1.714em;
	margin-bottom: 0.58em;
	line-height: 1.2em;
	margin-top: 1em;
}

a {
	color: #198813;
}

strong {
	line-height: 2.5em;
	font-weight: bold;
}

.default-list {
	list-style: url(../images/list.gif) outside;
	margin: 0 0 1em 23px;
}

.default-list li {
	margin: 0 0 .57em;
}

a.green-btn {
	height: 25px;
	line-height: 25px;
	color: #fff;
	padding: 5px 19px 4px;
	background: url(../images/green-btn.gif) repeat-x;
	position: relative;
	text-decoration:none;
	cursor:pointer;
}



#prog_resume {
	display: none;
}

#verst_resume {
	display: none;
}

span.green {
	color: #198813;
	line-height:25px;
}

span.no {
	text-decoration:line-through;
}

ul.projects {
	margin-bottom: 3em;
	height: 1%;
}

ul.projects:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

li.project {
	float: left;
	position: relative;
	margin-left: 15px;
	padding: 5px 0;
}

li.first {
	margin-left: 0;
}

li.project .preview {
	border-left: 5px solid #bbb;
	border-right: 5px solid #bbb;
}

li.project .top, .project .bottom {
	position: absolute;
	background: url(../images/projects.png) no-repeat;
	width: 100%;
}

li.project .top {
	top: 0;
	height: 10px;
}

li.project .bottom {
	bottom: 0;
	height: 14px;
	background-position: 0 100%;
}


/* Corners
-----------------------------------------------------------------------------*/
.corners {
	position: absolute;
	width: 11px;
	height: 25px;
	background: url(../images/white-corners.png) no-repeat;
}

.left-corner {
	left: 0;
	top: 0;
}

.right-corner {
	right: 0;
	top: 0;
	background-position: 100% 0;
}

/* Left Menu
-----------------------------------------------------------------------------*/

.menu {
	margin-left:45px;
}

.menu li {
	position: relative;
	padding-bottom: .56em;
}

.menu a {
	line-height: 25px;
	padding: 5px 11px 4px;
	position:relative;
}

.menu a.active {
	background: #dedede;
	color: #000;
	text-decoration: none;
        cursor: default;
}

.menu a:hover {
	text-decoration: none;
}


div.form
{
	margin: 0;
}

div.form input,
div.form textarea,
div.form select
{
	margin: 0.2em 0 0.5em 0;
}

div.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

div.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
}

div.form .row
{
	margin: 5px 0;
}

div.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

div.form .note
{
	font-style: italic;
}

div.form span.required
{
	color: red;
}

div.form label.error,
div.form span.error
{
	color: #C00;
}
div.form .errorSummary
{
	border: 2px solid #C00;
	padding: 7px 7px 12px 7px;
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
}

div.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

div.form .errorSummary p
{
	margin: 0;
	padding: 5px;
}

div.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}
