/*
THEME NAME: Clevermonkey Web Design
THEME URI: http://themes.clevermonkey.net
DESCRIPTION: 
VERSION: 0.1
AUTHOR: Dave Britt
AUTHOR URI: http://clevermonkey.net/
TEMPLATE: sandbox
TAGS: one column, two column, three column, elastic width, fixed width
*/
@import url('reset.css');
@import url('layout/2c-l.css');
@import url('callout.css');

html, body {
	background: #000000 url(images/clockwork_bg1.jpg) repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
}

#header {
display: none;
}
#access {
display: none;
}

#footer { 
height: 1px;
margin-top: -1px;
text-indent: -9999px;
}

#wrapper {
}

#primary, #secondary {
color: #FFFFFF;
background: #000000;

}

.entry-title, .edit-link{
display: none;
}

#logo {
margin-left: 5px;
width: 200px;
height: 200px;
background: transparent url(/images/clevermonkey-logo_150_txt-1.jpg) no-repeat;
text-indent: -9999px;
}

.sidebar img{
margin-left: 20px;
}

a img{
border-style: none;
}

a:hover{
color: #000;
}
a:visited{
color: #000;
}
a:active{
color:#000;
}

a{
color: #000;
}

#credits{
position: absolute;
margin-left: 25px;
bottom: 10px;
right: 10px;
}

#credits p, #credits a{
font-size: 11px;
color: #333333;
}

#contact {
position: absolute;
bottom: 10px;
}