/*  
Katamat Designs Web Site
www.katamat.com
Based on the Neonglow Wordpress Theme by Lunamedia
*/

/* Global */

html{
background: #000 url(images/background.jpg) no-repeat 96.5% 0;
}

body{
margin: 0;
font: normal 70% Georgia, serif;
text-align: center;
vertical-align: 0;
color: #ccc;
}

h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
font-weight: normal;
}

/* This is the Blog Title */

#header h1{
padding: 2% 0 0 0;
font: normal 3.5em "Mona Lisa", Georgia, "Times New Roman", Times, serif;
}

#header h1 a{
text-decoration: none;
color: #87b01a;
}

#header img{
padding: 3px;
background: #8eaebe;
}

a img{
border: none;
}

/* */

h2{
color: #8eaebe;
font-size: 1.8em;
}

h3{
font-size: 1.6em;
} 

h4 {
font-size: 1.4em;
padding-left: 50px;
padding-top: 25px;
}

a:link, a:visited{
text-decoration: none;
color: #aaa;
text-decoration: underline;
}

a:hover{
color: #fff;
text-decoration: underline;
}

a img{
border: none;
}

p{
padding: 10px 0 0 0;
}


/* Layout */

#wrapper{
width: 100%;
margin: 0 auto 0 auto;
text-align: left;
font: normal 1.2em Georgia, serif;
}

#header{
float: left;
margin: 1em 2% 0 2%;
padding: 0 0 0 5% ;
width: 91%;
height: 165px;
text-align: left;
text-decoration: none;
background: url(images/bluebg.png);
color: #fff;
border-bottom: 3px solid #8eaebe;
}

#content{
float: left;
width: 55%;
margin: 1% 0 0 18%;
padding: 0 3% 0 1%;
background:transparent url(images/greybg.png);
}

#content h1{
padding: 1em 0 0 0;
font: normal 1.8em Georgia, "Times New Roman", Times, serif;
color: #8eaebe;
}

#content p{
font-size: 1.3em;
line-height: 1.5em;
}

#content ul{
font-size: 1.1em;
line-height: 1.4em;
list-style-type: square;
}

#content ol {
font-size: 1.1em;
line-height: 1.4em;
}

#content em{
color: #87b01a;
}

#content a{
color: #8eaebe;
}

#content a:hover{
color: #87b01a;
}

#clientSites {
float: left;
width: 500px;
padding: 10px 0;
/*border: 2px solid #8eaebe;*/
background: url(images/clientbg.png) repeat-x top left;
}

#clientSites dl{
float: left;
margin: 10px 20px;
padding: 0;
width: 460px;
display: inline;  /* fixes IE/Win double margin bug  */
}

#clientSites dt{
float: right;
width: 248px;
margin: 0;
padding: 0;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 1.1em;
letter-spacing: 0.05em;
color: #87b01a;
}

#clientSites dd{
margin: 0;
padding: 0;
font-size: 1.0em;
line-height: 1.3em;
color: #8eaebe;
}

#clientSites dd.img img{
float: left;
margin: 0 10px 0 0;
padding: 4px;
border: 1px solid #8eaebe;
border-bottom-color: #7E9AA8;
border-right-color: #7E9AA8;
background: transparent;
}

/* reverse float for right-aligned images on Client Sites page */

#clientSites .rightImg dt{
float: left;
}

#clientSites .rightImg dd.img img{
float: right;
marin: 0 0 0 8px;
}

.sidebar{
float: left;
width: 19%;
margin: 1% 1% 0 1%;
background:transparent url(images/blackbg.png);
/* fix IE margin bug */
display: inline;
}

#footer{
clear: both;
float: left;
width: 98%;
margin: 1%;
padding: 10px 0;
border-top: 1px solid #8eaebe;
}

/* Sidebar */

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 10px ;
font-family: Helvetica, Arial, Verdana, sans-serif;
}

.sidebar a{
padding-top: 0.4em;
padding-left: 1.0em;
font-size: 1.1em;
line-height: 2.0em;
color: #87b01a;
display: block;
border-top: 1px solid #162027;
text-decoration: none;
background: transparent url(images/katamatBullet.png) no-repeat;
}

.sidebar a:hover{
text-decoration: underline;
}

#inBullet a{
background: transparent url(images/katamatBulletdown.png) no-repeat;
}

.sidebar ul ul a{
padding-top: 0em;
padding-left: 1.4em;
font-size: .9em;
line-height: 0.8em;
border-top: none;
color: #87b01a;
display: block;
text-decoration: none;
background: transparent url(images/katamatBulletsmall.png) no-repeat;
}

/* Footer */


#footer p{
color: #8eaebe;
text-align: right;
padding: 0 50px 0 0px;
line-height: 1.8em;
}

#footer a{
color: #8eaebe;
}

#footer a:hover{
color: #87b01a;
}




