/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}

body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #707070;
	margin: 20px 0;
	text-align: center;
	font: normal 0.7em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url(img/quote.gif) no-repeat;
	padding-left: 28px;
	color: #707070;
}


/* Main structure */
.main {
	background: #000; 
	border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 748px; 
}


/* Header */
.gfx {
	background: #222 url(img/logo.gif) no-repeat;
	height: 189px;
}
.gfx h1 {
	color: #707070;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}

/* Header */
.gfx1 {
	background: #222 url(img/logo1.gif) no-repeat;
	height: 189px;
}
.gfx1 h1 {
	color: #707070;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}

/* Menu */
.menu a {
	background: #ffffff url(img/bgmenu1.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	padding-top: 6px;
	width: 186px; height: 36px;
}
.menu a span {
	padding-left: 1px;
}
.menu a:hover {
	background-position: left bottom;
	color: #707070;
}
.menu a#last {
	width: 186px;
	border-right: none;
}

/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.5em sans-serif,Arial;
	color: #707070;
}

.red {
	font: bold 1.6em sans-serif,Arial ! important;
  color:#CC0000 ! important;
}


.content h2 {
	margin: 0 0 4px;
	font: bold 1.4em sans-serif,Arial;
	color: #707070;
}

.redh2 {
	font: bold 1.5em sans-serif,Arial ! important;
  color:#CC0000 ! important;
}

.content h3 {
	margin: 0 0 4px;
	font: bold 1.3em sans-serif,Arial;
	color: #707070;
}

.redh3 {
	font: bold 1.4em sans-serif,Arial ! important;
  color:#CC0000 ! important;
}

.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}

.skill_list {
  width:300px;
	float:left; 
	margin:0px; 
}

.utag  {
  text-decoration:underline;
}

.mov   {
  border-top:2px solid #707070;
  border-bottom:2px solid #707070;
  text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

.li2 {
	list-style: url(img/li.gif);
	margin-left: 18px;
	font-size:1.2em;
}

.close {
  border: 2px solid #707070;
	margin-top:2px;
	font-size:1.1em;
	font-weight:bold;
}


/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #707070;
	text-align: center;
}
	
/* JS Buttons for work.html */
input.groovybutton{
   font-size:12px;
   font-family:Tahoma,sans-serif;
   font-weight:bold;
   text-align:left;
   color:#707070;
   height:30px;
   background-color:#000000;
   background-image:url(http://easystreetproduction.com/img/bgmenu1.png);
   border-color:#CC0000;
   border-width:2px;
}
