/*
Theme Name: withdk theme
Theme URI: http://withdk.com
Description: withdk custom theme
Version: 1.0
Author: David Kierznowski
Author URI: http://withdk.com
*/

body {
        font-size: 11px;
        font-family: Verdana, Arial, Sans-Serif;
        /*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
        background: #999;
        color: #333;
}

a:link              { color:#006b99; text-decoration:none; }
a:visited           { color:#006b99; text-decoration:none; }
a:hover             { color:#006b99; text-decoration:none; }
a:active            { color:#006b99; text-decoration:none; }

p {
	margin-top: 2%;
	margin-bottom: 3%;
}

li {
	margin-top: 5px;
}

h1,h2,h3	    { 
	font-size: 13px; 
	padding-top: 2%;
	padding-bottom: 1%;
        margin: 0px; 
}

#header {
	background: url(images/withdk.png) no-repeat top center;
	height: 682px;
	position: absolute;
	width: 100%;
	top: 130px;
}

#nav {
	list-style:  none;
	margin: 0;
	padding: 0;
}

#home, #about, #articles, #news, #projects, #contact, #rss {
	position: absolute;
	left: 50%;
	margin-left: -100px;
}

#home a, #about a, #articles a, #news a, #projects a, #contact a, #rss a {
	display: block;
	height: 50px;
	width: 100px;
	text-indent: -9000px;
}

#home {
	margin-left: -130px;
	top: 25px;
}
#rss {
        margin-left: 290px;
        top: 25px;
}
#about {
	top: 73px;
}
#articles {
	top: 100px;
}
#news {
	top: 135px;
}
#projects {
	top: 190px;
}
#contact {
	 top: 220px;
}
#content {
	position: relative;
	left: 55%;
	width: 300px;
	top: 70px;
	margin-left: 13px;
}
#blog {
	position: absolute;
	top: 180px;
	right: 450px;
	width: 300px;
}
#blog ul, #blog li {
	list-style-type: none;
}
