html {
background:#102B56 url(i/back.jpg);
font-family:Arial;
margin:0px;
padding:0px;
}
body {
margin:0px;
padding:0px;
}
#header {
background-image:url(i/header-wrap.jpg);
background-position: top-left;
width:100%;
height:61px;
}
#header-fixed {
width:1000px;
margin:0 auto;
}
#header-logo {
background-image:url(i/header-logo.jpg);
width:295px;
height:61px;
float:left;
margin:0px;
}
#header-rss {
background-image:url(i/header-rss.png);
width:59px;
height:61px;
float:right;
}
#bluezone {
background-image:url(i/bluezone.jpg);
background-position:center;
height:145px;
border-bottom:1px solid gray;
position:relative;
}
#nav {
position:absolute;
bottom:0px;
height:28px;
width:100%;
}
#nav-fixed {
width:1000px;
margin:0 auto;
}
#nav-bar {
float:left;
}
.nav-image {
display:inline;
}
/*search bar*/
#search {
float:right;
font-size:11px;
color:#fff;
width:283px;
height:23px;
background-image:url(i/searchbar.jpg);
margin-top:2px;
margin-right:5px;
}
#search-input {
width:179px;
border:none;
padding:0px;
margin:0px;
background:none;
margin-left:64px;
height:23px;
line-height:23px;
float:left;
padding-top:4px;
}
#search-submit {
width:30px;
height:23px;
border:none;
padding:0px;
margin:0px;
background:none;
font-size:0px;
float:right;
}
#left {
float:left;
width:700px;
}
#right {
float:right;
width:300px;
margin-left:-300px;
}
#footer {
width:100%;
background:#102B56;
/*background-image:url(i/bluezone.jpg);*/
background-position:bottom;
font-weight:bold;
color:white;
line-height:15px;
font-size:11px;
border-top:1px solid #808080;
}
#footer-fixed{
width:1000px;
margin:25px auto;
}
.footer-links{
color:#eee;
font-weight:normal;
float:left;
}
.footer-links a{
font-weight:normal;
margin:0 10px;
}
.footer-info {
float:right;
margin:0 10px;
font-weight:normal;
}
#wrapper {
width:1000px;
margin:0 auto;
background-image:url(i/right-wrap.jpg);
background-position:right;
background-repeat:repeat-y;
}
#content {
font-size:12px;
padding:5px;
}
#content-fixed {
background:#fff url(i/wrap-back.jpeg);
background-position:center;
background-repeat:repeat-y;
}
.clear {
clear:both;
}
a img {
border:none;
}
p {
padding:0px 5px 0px 5px;
line-height:1.2em;
}
li {
margin-top:1em;
}

/* colors */
a {
text-decoration:none;
font-weight:bold;
color:#4c667f;
}
a:hover {
color:#2d89e5;
}
h1 {
color:#7c0303;
padding:0px;
margin:0px;
font-size:26px;
}
#footer a {
color:#ccc;
}
.infoline {
font-size:12px;
font-weight:bold;
color:#474747;
}
.social {
width:685px;
height:30px;
background-image:url(i/social.jpg);
}

/* for lists */
.list {
margin:5px;
font-size:11px;
margin-left:10px;
}
.list-title {
background-image:url(i/list-top.png);
height:25px;
line-height:28px;
font-weight:bold;
text-align:center;
border-bottom:1px solid #f1f1f1;
font-size:16px;
}
.list-row {
border:1px dotted #ccc;
border-top:none;
height:18px;
line-height:20px;
background-color:white;
background-image:url(i/bullet.jpg);
background-repeat:no-repeat;
padding-left:18px;
overflow:hidden;
}
.list-row:hover {
background-color:#f1f1f1;
background-image:url(i/bulletb.jpg);
}
.list-foot {
height:15px;
background-image:url(i/list-bottom.png);
border-top:1px solid #f1f1f1;
}
.breadcrumb {
font-size:20px;
font-weight:bold;
color:#7c0303;
display:block;
padding-bottom:2px;
margin-bottom:2px;
}

/* forms */
.infoline {
font-weight:bold;
color:#646057;
margin-bottom:5px;
}
.formtitle {
font-size:18px;
font-weight:bold;
}
.instruct {
font-size:11px;
color:#808080;
margin-bottom:2px;
font-style:italic ;
}
.info-box {
padding:10px;
margin:10px;
border:1px dashed #ccc;
background:#ffffdd;
color:#222;
font-size:16px;
}
.confirmation-box {
padding:10px;
margin:10px;
border:1px dashed #ccc;
background:#cceeff;
color:#222;
font-size:14px;
font-weight:bold;
}
.fail-box {
padding:10px;
margin:10px;
border:1px dashed #ccc;
background:#ffbbbb;
color:#222;
font-size:14px;
font-weight:bold;
}

/* for code */
.code {
padding:10px;
margin-left:20px;
border:1px dashed #ccc;
background:#fff;
font-size:11px;
width:600px;
}

/* for blog */
.blog{
border-bottom:1px solid #eee;
background:#fff;
color:#000;
padding:0 10px;
}
.blog-top img {
float:left;
margin-right:3px;
}
.blog-topline {
color:gray;
border-bottom:1px dotted #ccc;
padding:3px;
font-weight:bold;
}
.blog-date {
float:left;
width:45px;
height:45px;
text-align:center;
margin:0 5px 0 0;
font-weight:bold;
background:url(/i/blog-date.jpg);
}
.blog-date span {
display:block;
}
.blog-day {
color:#fff;
font-size:30px;
}
.blog-month {
color:#fff;
font-size:9px;
}
.blog-av {
float:right;
}
.blog-info {
color:gray;
}
.blog-bottom{
margin:0px;
padding:2px 2px 2px 2px;
}
.blog-title {
color:#7c0303;
font-size:26px;
font-weight:bold;
}
.blog-title a {
color:#7c0303;
}
.blog-title a:hover {
text-decoration:underline;
}

.comment-button {
display:inline;
line-height:20px;
float:right;
text-align:center;
width:100px;
height:18px;
margin-top:9px;
}
.comment-button a {
color:white;
}
.comment-button a:hover {
color:white;
text-decoration:underline;
}
.social-buttons {
display:inline;
margin-top:3px;
margin-left:150px;
width:380px;
}
.blog-bottom table {
float:right;
}
.formarea {
width:100%;
height:300px;
}

/* software page styling */
.software-section a {
color:#000;
font-size:14px;
font-weight:bold;
}
.software-release {
padding-left:22px;
font-size:13px;
font-weight:normal;
background:url(/i/folder.png) left center no-repeat;
}
.download {
padding-left: 22px;
background:url(/i/arrow_down.png) left center no-repeat;
margin:0 auto;
}
.download-box {
padding:10px;
margin:10px;
border:1px dashed #ccc;
background:#EEFFEE;
color:#222;
font-size:16px;
}
.top-download {
height:60px;
font-size:18px;
line-height:60px;
}
.release-pic{
float:right;
border:1px solid #eee;
padding:5px;
background:white;
}
.left {
float:left;
}
.right {
float:right;
}
.portfolio-image{
float:right;
padding:5px;
}
.software-content {
margin:10px;
}

/*contact form*/
#contactform{
font-size:14px;
font-weight:bold;
}
#contactform input {
margin:3px 0 5px 0;
border:1px solid #555;
width:645px;
height:20px;
line-height:25px;
font-size:16px;
}
#contactform textarea {
margin:3px 0 5px 0;
border:1px solid #555;
width:645px;
height:100px;
}

/*Comments*/
#comments {
border-top:1px solid #ccc;
margin-left:3px;
margin-right:3px;
margin-bottom:3px;
}
#comment {
display:none;
}
.comment {
padding:5px;
border-bottom:1px solid #ccc;
}
.commenta {
background-color:#f1f1f1;
}
.comment-info {
color:gray;
font-weight:bold;
}
.comment-body {
padding:10px;
}
.commenttextarea {
width:335px;
height:125px;
margin-left:10px;
margin-bottom:5px;
margin-right:1;
float:left;
}
.recaptcha {
float:right;
margin-right:12px; 
margin-top:1px
}
.formbutton { 
width:670px; 
margin-left:10px;
}

/* tags page */
.tags-list-title {
font-size:16px;
}
.tags-box {
margin-top:10px;
margin-bottom:10px;
margin-left:5px;
}
.blog img:hover {
border: 4px solid #5f8aad;
margin:1px;
padding:1px;
}
.blog img {
border: 4px solid #102B56;
margin:1px;
padding:1px;
}
