@charset "utf-8";
/* CSS Document */

* {
	vertical-align: baseline;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}

body {
	background:#F4F4F4 url(images/bg.jpg) no-repeat top center;
	background-attachment: fixed;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
}

#wrapper {
width:960px;
margin:0 auto;
text-align:left;
}

#headermain {
margin:30px 30px 0px 30px;
height:290px;
}

#header {
height:101px;
margin:30px 30px 30px 30px;
}

.mybeautifullogo {
float:left;
width:298px;
height:101px;
display:block;
background: url(images/logo.png) no-repeat;
text-indent:-9999px;
}

.myblurb {
float:left;
width:895px;
height:189px;
display:block;
background: url(images/coolblurb.png) no-repeat;
text-indent:-9999px;
}

ul#menu {
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0;
	height: 34px;
	width: 420px;
	float:right;
}
ul#menu li {
	float: left;
	display: inline;
	height: 34px;
	margin:0px 0px 0px 10px;
	overflow:hidden;
}

ul#menu li a {
	display: block;
	height: 34px;
	text-indent: -999em;
}

ul#menu li.home a {
	background: url(images/homebtn.png) 0 0 no-repeat;
	width: 64px;
}
ul#menu li.services a {
	background: url(images/servicesbtn.png) 0 0 no-repeat;
	width: 80px;
}
ul#menu li.about a {
	background: url(images/aboutbtn.png) 0 0 no-repeat;
	width: 66px;
}
ul#menu li.contact a {
	background: url(images/contactbtn.png) 0 0 no-repeat;
	width: 79px;
}
ul#menu li.blog a {
	background: url(images/blogbtn.png) 0 0 no-repeat;
	width: 79px;
}

ul#menu li.home a:hover, ul#menu li.services a:hover,
ul#menu li.about a:hover, ul#menu li.contact a:hover, ul#menu li.blog a:hover {
	background-position: bottom left;
}

ul#menu li#selected a {background-position: bottom left;}

#content {
padding:15px 0px 15px 0px;
margin-bottom:30px;
background-color:#FFFFFF;

}

.myawesomework {

}

.myawesomework a img {
float:left;
display:block;
margin:15px 0px 15px 30px;
}

.cleardiv {
clear:both;
}

.services {
margin-top:30px;
}

p {
font-size:14px;
line-height:21px;
margin:0px 0px 15px 0;
color: #464646;
}

.services ul {
list-style:none;
margin: 3px 0 15px 0;;
}

.services ul li {
color:#464646;
font-size:14px;
line-height: 24px;
}

.bold {
font-weight:bold;
}

#subcontent {
float:left;
width:610px;
margin: 10px 0 0 30px;
}
#subcontent h2 {
	margin-bottom: 10px;
}
#subcontent h2 a {
	font: 24px Helvetica, Arial, serif;
	color: #70d4d2;
	font-weight: 300;
	text-decoration: none;
}
#subcontent h2 a:hover {
	text-decoration: underline;
}
#subcontent h2 span {
	color: #959595;
	float: right;
        margin-top:8px;
	
}

#subcontent a {
color:#70d4d2;
}

.post {
	margin-bottom: 10px;
}
.post p.meta {
	 color: #959595;
	 font-size: 12px;
}

#sidebar-holder {
width: 250px;
float:right;
margin:10px 30px 0px 0px;
}

#sidebar-holder a {
color:#70d4d2;
}

#sidebar-holder img {
margin:15px 0px 10px 30px;
}

ul#sidebar ul {
	padding: 0;
}
ul#sidebar .title {
	font: 16px Helvetica, Arial, serif;
	padding:7px; 
	background-color:#70D4D2; 
	color:#FFF;
	font-weight: 300;
}

.footer {
float:right;
color:#999;
margin-bottom:30px;
font-size:12px;
}

#commentform input, #commentform textarea {
	border: 1px solid #959595; 
}
#commentform input#submit {
	font: 14px Helvetica, Arial, serif;
	padding:7px; 
	background-color:#70D4D2; 
	color:#FFF;
	font-weight: 300;
	padding: 5px;
	border: none;
}
cite.fn {
	font-weight: bold;
}

.aktt_tweets ul li {
	line-height: 20px;
	margin-bottom: 8px;
}

div.post ul {
margin-left:25px;
list-style-type:square;

}



