
body {
	background: #FFF url(images/header.gif) repeat-x;
	color: #666;
	font-size: 62.5%;
	padding: 0;
}
#header {
	position: relative;
	padding-left: 70px;
	height: 60px;
	width: 870px;
}
#header em {
	text-transform: lowercase;
}
#logo {
	background: #FFFFFF;
	width: 60px;
	height: 60px;
	font-size: 2.4em;
	color: #FFF;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 80%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
a {
	color: #09C;
	text-decoration: none;
}
a:hover {
	color: #069;
}
#logo a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 10px;
	color: #FFF!important;
}
#logo a:hover {
	border: none!important;
	color: #666!important;
}
#header a, h4 a {
	color: #666;
}
#header a:hover {
	border-bottom: 1px solid #666;
}
#header .current_page_item a, #header .current_page_parent a {
	font-weight: bold;
}
#main_nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	right: 0;
}
#main_nav li {
	list-style: none;
	display: inline;
	text-transform: uppercase;
	margin-left: 30px;
}
#heading_date {
	margin-top: 15px;
	color: #CCC;
	font-size: 1.3em;
}
#header p, #header li {
	font-size: 1.2em;
}
blockquote {
	margin-left: 15px;
	border-left: 5px solid #CCC;
	padding-left: 10px;
	font-style: italic;
}
h1 {
	font-size: 5.4em;
	letter-spacing: -4px;
	line-height: 80%;
	padding: 0;
	font-weight: bold;
}
h2, .page_description p {
	font-size: 2.4em;
	letter-spacing: -0px;
	line-height: 125%;
	padding: 0;
	font-weight: normal;
	color: #CCC;
}
h3, form#contact legend {
	font-size: 1.6em;
	letter-spacing: -1px;
	margin: 7px 0 7px 0;
	font-weight: bold;
	color: #666;
}
h4 {
	font-size: 1.8em;
	letter-spacing: -1px;
	line-height: 100%;
	margin: 10px 0;
	padding-right: 75px;
	font-weight: bold;
	color: #666;
	position: relative;
}
h4 span {
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 0.8em;
	letter-spacing: 0px;
	font-weight: normal;
	color: #CCC;
}

strong {
color:#F977C7;
}

p, li, label {
	font-size: 1.3em;
}
form#comment-form div {
	clear: both;
}
form#comment-form div label {
	display: block;
}
input, textarea {
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	margin-bottom: 10px;
	font: 1.2em, Arial, Helvetica, sans-serif;
	padding: 2px;
}
input:hover, textarea:hover {
	border-left: 1px solid #09C;
	border-top: 1px solid #09C;
	border-bottom: 1px solid #069;
	border-right: 1px solid #069;
}
input:focus, textarea:focus {
	border-left: 1px solid #09C;
	border-top: 1px solid #09C;
	border-bottom: 1px solid #069;
	border-right: 1px solid #069;
	background: #F2FCFF;
}
small {
	font-size: 90%;
	color: #CCC;
}
small a {
	background: #F3F3F3;
	border-bottom: 1px solid #E3E3E3;
	padding: 2px 4px;
}
.divider {
	display: block!important;
	visibility: visible!important;
	height: 2px!important;
	width: 100%!important;
	background: #EEE!important;
	margin: 7px 0 7px 0!important;
}
#latest_work, #latest_articles {
	margin-bottom: 10px;
}
#latest_work images {
	margin-bottom: 10px;
}
#footer {
	color: #CCC;
}
#footer {
	font-size: 85%;
	color: #CCC;
}
#footer a {
	background: #F3F3F3;
	border-bottom: 1px solid #E3E3E3;
	padding: 2px 4px;
}
legend, input.special {
	display: none;
	visibility: hidden;
}
p.left {
	float: left;
}
p.right {
	float: right;
}
#comments-list {
	border-bottom: 1px solid #CCC;
}
.comment-content {
	background: #F3F3F3;
	padding: 5px 10px;
	border: 1px solid #CCC;
}
.alt .comment-content {
	background: #FFF;
}
.comment-meta {
	font-size: 0.8em;
	text-align: right;
}
.comment-meta img {
	margin: 0 10px 5px 10px;
	float: right;
}
#weblog_navigation ul, #weblog_navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#article_content, #weblog_navigation {
	padding-bottom: 20px;
}
.project {
	padding-top: 10px;
}
.project img {
	margin: 0 auto;
	display: block;
}
#screenshots {
	padding-top: 10px;
}
#screenshots .grid_2 {
	margin-bottom: 20px;
}
.alignleft {
	clear: left;
	float: left;
	margin: 0 10px 10px 0;
	padding: 10px;
	background: #F3F3F3;
	border: 1px solid #CCC;
}
.alignright {
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
	padding: 10px;
	background: #F3F3F3;
	border: 1px solid #CCC;
}
.alignnone, .aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
	padding: 10px;
	background: #F3F3F3;
	border: 1px solid #CCC;
}
.grid_9 li {
	padding-left: 15px;
	margin-left: 10px;
	background: url(images/bullet.gif) 0 4px no-repeat;
}
.req-star {
	color: #F00;
}
input.submit {
	margin-top: 10px;
}
.success {
	padding: 10px;
	border: 1px solid #090;
	background: #F3FFE6;
	font-size: 1.2em;
}
.error {
	padding: 10px;
	border: 1px solid #930;
	background: #FFDFEA;
	font-size: 1.2em;
	color: #000;
}
.wp-caption {
	text-align: center;
}
.wp-caption p {
	font-size: 1.1em;
	margin: 5px 0 0 0;
}
.subscribe {
	margin-bottom: 10px;
}
.subscribe p {
	margin: 0;
	/*font-size: 1.4em;*/
}
.subscribe img {
	vertical-align: middle;
}

ul {
padding:10px;
}
li {
padding: 10px 15px 20px;
}

.right {
float:right;
padding:5px 5px 5px 5px;
}