/*
Theme Name: Monkey Marker
Theme URI: http://ericpitcock.com/
Description: Monkey Marker
Author: Ep
Version: 1.0
Tags: Monkey Marker
*/

/*Epresets*/
/*removes vertical textarea scrollbar in IE*/
textarea {
overflow:auto;
}
/*removes active link borders*/
a:active, a:focus {
outline:none;
}

body {
background: url(i/monkey_marker.png) transparent left top no-repeat;
}

body.error404 {
background: url(i/monkey_marker_404.png) transparent left top no-repeat;
}

body.error404 ul#nav li#gohome a {
position: absolute;
top: 405px;
left: 553px;
width: 246px;
height: 71px;
text-indent: -9999px;
background: url(i/404_gohome_hover.png) transparent center -71px no-repeat;
}

body.error404 ul#nav li#gohome a:hover {
background: url(i/404_gohome_hover.png) transparent center top no-repeat;
}

div#wrapper {
width: 972px;
height: 604px;
}

ul#nav li {
list-style: none;
}

ul#nav li#logo a {
position: absolute;
top: 128px;
left: 458px;
width: 159px;
height: 122px;
background: url(i/logo_hover.png) transparent center -122px no-repeat;
}

ul#nav li#logo a:hover {
background: url(i/logo_hover.png) transparent center top no-repeat;
}

ul#nav li#package a {
position: absolute;
top: 200px;
left: 653px;
width: 249px;
height: 147px;
background: url(i/package_hover.png) transparent center -147px no-repeat;
}

ul#nav li#package a:hover {
background: url(i/package_hover.png) transparent center top no-repeat;
}

ul#nav li#print a {
position: absolute;
top: 324px;
left: 507px;
width: 144px;
height: 74px;
background: url(i/print_hover.png) transparent center -74px no-repeat;
}

ul#nav li#print a:hover {
background: url(i/print_hover.png) transparent center top no-repeat;
}

ul#nav li#uiweb a {
position: absolute;
top: 415px;
left: 658px;
width: 134px;
height: 62px;
background: url(i/uiweb_hover.png) transparent center -62px no-repeat;
}

ul#nav li#uiweb a:hover {
background: url(i/uiweb_hover.png) transparent center top no-repeat;
}

ul#nav li#info a {
position: absolute;
top: 451px;
left: 367px;
width: 78px;
height: 54px;
text-indent: -9999px;
background: url(i/info_hover.png) transparent center -54px no-repeat;
}

ul#nav li#info a:hover {
background: url(i/info_hover.png) transparent center top no-repeat;
}

ul#nav li#credit {
position: absolute;
top: 590px;
left: 20px;
color: #ccc;
}

ul#nav li#credit a:link, ul#nav li#credit a:visited {
color: #ccc;
}

ul#nav li#credit a:hover {
text-decoration: none;
}

div#inline_example1 {
padding: 40px 40px 0 40px;
background: #fff;
}

div#inline_example1 div#leftcol {
width: 330px;
float: left;
}

div#inline_example1 div#rightcol {
width: 248px;
float: left;
text-align: center;
}

div#inline_example1 div#callout {
clear: both;
border-top: 1px solid #ccc;
padding-top: 20px;
}

p {
font-size: 153.9%;
line-height: 153.9%;
font-family: Helvetica, Arial, sans-serif;
color: #333;
margin-bottom: 20px;
}

p a:link, p a:visited, #cboxTitle a:link, #cboxTitle a:visited {
color: red;
}

p a:hover, #cboxTitle a:hover {
text-decoration: none;
}