
/* Body */
body {
	margin-top: 0px;
	margin-left: 220px;
	padding: 0px;
	background-color: #8D97A2;
	background-image: url(../images/bg_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-attachment: fixed;
}

/*:link img,
:visited img {
	border: 0;
}*/

/* Headers */
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: normal;
}
h1 {	font-size: 1.5em; }
h2 {
	font-size: 1.2em; padding-top:0.8em;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 0.2em;
	padding-bottom: 2px;
}
h3 {
	font-size: 1em;
	border-bottom: dotted 1px #eee;
}
h4 {	font-size: 0.7em; padding-top: 0.8em; line-height: 0em; }

p, ul {
	font: normal 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

a:link, a:visited, a:hover, a:active {
	color: #CC7777;
	text-decoration: none;
	/*background-color: #FFEEEE;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFCCFF;
}
a:hover {
	color: #CC3333;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #EEBBBB;
}
/* nav */
#nav ul {
	background-image: url(../images/bg_glass.gif);
	background-repeat: repeat-x;
	font: normal 0.8em Georgia, "Times New Roman", Times, serif;
	margin: 0px 5px 0px 5px;
	padding: 3px 75px 3px 0px;
	display: inline;
	list-style: none;
}

#nav ul li {
	margin-left: 0;
	padding: 2px 13px;
	border-left: 1px outset #EEE;
	list-style: none;
	display: inline;
}

#nav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

/*#nav { 
	width: 499px;
}*/

#nav {
	padding-top: 0;
}

#nav,
#nav a:link,
#nav a:visited {
	border: 0px;
	text-decoration: none;
	color: #000;
}

#nav a:hover {
	text-decoration: none;
	color: #05A;
	border: 0px;
}

#imgtop {
	display: block;
}

/* main */
#maintop {
	display: block;
	background-color: #FFF;
	padding-top: 10px;
	width: 509px;
	-moz-border-radius-topright: 3em;
	-moz-border-radius-topleft: 3em;
	margin: 10px 5px 0 5px;
}

#main {
	background-color: #FFF;
	padding: 2px 2px 2px 6px;
	margin: 0px 5px 0px 5px;
	width: 501px;
	height: auto;
	overflow: visible;
	-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
	-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow transparent;
}

#mainbottom {
	display: block;
	background-color: #FFF;
	padding: 7px;
	margin: 0px 5px 10px 5px;
	width: 495px;
	-moz-border-radius-bottomright: 3em;
	-moz-border-radius-bottomleft: 3em;
}

.gradient {
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF', gradientType='0'); 
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
}

ol#comments li p {
	font-size: 100%;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: double 3px #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: all;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#content {
	
}

#header a {
	text-decoration: none;
	color: #555;
	border-bottom: 0;
}


#menu {
	background: #DDD;
	border-left: 1px solid #ccc;
	border-top: solid 10px #c0c9cf;
	padding: 3px 0 4px 10px;
	position: absolute;
	margin-left: 0;
	margin-top:10px;
	left: 10px;
	top: 0;
	width: 12em;
	-moz-border-radius-topright: .5em;
	-moz-border-radius-topleft: .5em;
	-moz-border-radius-bottomright: .5em;
	-moz-border-radius-bottomleft: .5em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 50%;
	background: #CCD;
	border: 1px solid #AAB;
	color: #000;
}

#menu ul {
	color: #668;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 150% Georgia, Times, serif;
	margin-top: 10px;
	padding-bottom: 2px;

}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #789;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #CCC;
	color: #666;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Shadow */
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	width: 220px;
	float: left;
	/* \*/display:block;/**/} 
	
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;}

.wrap1 {background:url(../images/shadow/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(../images/shadow/corner_bl.gif) -12px 100% no-repeat;}
.wrap3 {
	padding:0 0 16px 0;
	background:url(../images/shadow/corner_tr.gif) 100% -12px no-repeat;}
	
.screenshot {clear:both;margin:20px 0;}
.screenshot p{position:relative;left:30px;}
.screenshot a {font-weight: normal !important;}

.recentProjects {
	width: 33%;
	margin: 5px;
}	