*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font: 70% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin:10px;
	color:#555;
}
html { 
	height: 100%; 
	margin-bottom: 1px; 
}

h2 {font-size: 1.3em;}
h3 {/*font-size: 1.1em;*/}
.hs_project ul {margin:1em; }
.hs_project li {list-style: disc; font-weight: bold}
code {font-size: 125%; background-color: #f0f0f0; display:inline-block;}
.codeblock {margin:1em 0; background-color: #f0f0f0;}

a {
    background-color:transparent;
    color:#0134C5;
    font-weight:normal;
    outline-style:none;
    text-decoration:none;
}
a:visited {
    background-color:transparent;
    color:#0134C5;
    outline-style:none;
    text-decoration:none;
}
a:hover {
    background-color:transparent;
    color:#000000;
    outline-style:none;
    text-decoration:none;
}

input, textarea {border: 1px solid #88aacc;}

#header {
	width:660px;
	margin:0 auto;
	color:#ccc;
	text-align: center;
}

#header h1 a {
	color:#333;
	text-decoration:none;
}

#logo {
    position:absolute;
    margin:0 0 0 5em;
    float:left; 
    height:77px; 
    width:95px; 
    background:url(../img/logo.png) no-repeat;        
}
#header h1 a:hover {
	color:#000;
}

#topnav {
	width:660px;
	margin:0 auto;
	color:#888;
}

#topnav ul {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 1em 0;
    padding: .5em 0;
    width: 100%;
    display: block;
    font-family: Verdana, Arial, sans-serif;
    font-size: 120%;
    text-align: center;
    position: static;
}

#topnav ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	text-align: left;
	border-top: none;
    border-right: 1px solid #ccc;
    margin-left:-1px;
    margin-top:-2px;
    overflow:auto;
    padding:0;
    position:absolute;
    top: 1.3em;
    left: 0px;
    width:120px;
    z-index:100;
	font-size: 100%;
}

#topnav li {
    display: inline;
    margin: 0 1em;
    position: relative;
    
}

#topnav ul ul li {display:block; margin:.5em;}
#topnav span {width: 120px;}

#topnav li a {color: #aaa}
#topnav li a:hover {color: #000;}
#topnav li:hover ul {display: block; background-color: #efefef;}
#aaatopnav li:hover ul li {display: block}

.breadcrumb {
    background-color:transparent;
    color:#666666;
    float:none;
    margin:10px 0 0 0;
    padding:0;
    font-size: 100%;
}

.breadcrumb a {color: #b80000}

#body{
	font:120% Verdana;
	padding:5px;
	width:660px;
	z-index:2;
	margin:0 auto;
}

.vertical-spacer {float:left;height:400px;width:0;}
#footer {
    clear: both;
	width:660px;
	margin:0 auto;
	color:#ccc;
	text-align: center;
}

#footer a {
	color:#aaa;
	text-decoration:none;
	font-weight:bold;
}

.footermenu {    
}
.footermenu a {margin: 0 1em;}

blockquote {
	  font: 1.2em/1.5em Georgia, "Times New Roman", Times, serif;
	  font-style: italic;
	  color:#888;
}

table {
	width:100%;
	padding:5px;
}

td {
	background:#eee;
	padding:4px;
	text-align:center;
}

h3 {margin-top: 1em}

h4 {margin-top: 0.8em}

#header h1 {
    text-align:center;
    font:350% Georgia;
    font-style:italic;
    color:#232323;
    margin-top:50px;
    letter-spacing:-1px;
}

#header h2 {
    text-align:center;
    font:100% Verdana;
    text-transform:uppercase;
    letter-spacing:2px;
    color:#bbb;
    margin:10px 0 40px;
}

p {
	margin:15px 0;
	line-height:19px;
}

.alignleft {float:left;}
.alignright {float:right;}

.alignleft a, .alignright a {color:#aaa;text-decoration:none;font-weight:bold;}

.hs_dialog label {width:12em; float: left; text-align: right; margin-right: 0.5em; display: block}
.field_error {font-style: italic; color: red;}

#contact_form label { width:11em; float: left; text-align: right; margin-right: 0.5em; display: block} 
#contact_form img {	padding:0; background:#fff; margin:0; border:1px solid #eee;}

.hsform label {width:12em; float: left; text-align: right; margin-right: 0.5em; display: block}
.hsform input.valid, .hsform textarea.valid{
    border-color: #9BD760;
}
.hsform input.error, .hsform textarea.error {
    border-color: #D47272;
}
.hsform em.error {
    background:url("../img/field_validation.gif") no-repeat scroll 0 0 transparent;
    display:inline;
    height:14px;
    margin: 5px 20px 0 0;
    padding: 0 0 0 16px;
    text-indent:-9999px;
    top:5px;
    width:14px;
}
.hsform em.success {
    background:url("../img/field_validation.gif") no-repeat scroll 0 -36px transparent !important;
}

/* article browser classes */
.article-browser {}
.article-browse-one {
    clear:both;
    margin-bottom: 1.5em;
    overflow: hidden;  
    border-bottom: 1px dotted #CCCCCC;  
}
.article-link {}
.article-title {}
.article-intro {margin-top: 1em;}
.article-intro img.urlsnapshot {
    float: left;
    border: 0;
    margin-right: .5em;
    margin-bottom: .5em;    
}
.article-taglinks {
    clear: both;
    font-size: smaller;
    position: relative;
    top: -18px;
    text-align: right;
}
.article-taglinks a {
    color: #b80000;
}

.projects .article-intro img.urlsnapshot, .plugins .article-intro img.urlsnapshot {
    float: left;
    border: 0;
    margin-right: 1em;
    margin-bottom: 1em;
}
.readmore a {
    color: #b80000;
    font-weight: bold;
}
