/* Body */
 body { 
    margin: 0; 
    padding: 0;
    background-color: #4495AC;
	background-image: url(../images/bg-blue.gif);
	background-repeat: repeat-y;
	background-position: 0;
	background-attachment: scroll;
	
	scrollbar-3dlight-color : #DDE9ED;
	scrollbar-arrow-color : #2D4C56;
	scrollbar-base-color : #DDE9ED;
	scrollbar-darkshadow-color : #C7DBE2;
	scrollbar-face-color : #C5DAE1;
	scrollbar-highlight-color : #E0EBEF;
	scrollbar-shadow-color : #82BCC9;
	scrollbar-track-color : #EFF6F9;
	
}

/*:link img,
:visited img {
	border: 0;
}*/

/* Headers */
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #555;
	font-weight: normal;
}
h1 {	font-size: 1.5em; padding-top:0.8em; }
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;
	color:#0C7E96;
	border-bottom: dotted 1px #eee;
}
h4 {	font-size: 0.7em; padding-top: 0; font-family: 'Lucida Sans Unicode', Tahoma, Verdana, sans-serif; }

p, ul, td {
	font: 0.8em 'Lucida Sans Unicode', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

code{ 
	display: block;
	font-size: 8pt;
	font-family: "Courier New", Courier, mono; 
	background-color: #F9F9FF; 
	padding:5px; 
	margin: 8px; 
	color: #2F8FAF;
}

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;
}

#maintop { 
      height: 95%; 
	  font-size: 1px; 
	  float: right; 
	  width: 1px; 
	  padding: 0; 
	  margin: 0; 
 } 
  
 #mainwrapper { 
      background-image: url(../images/bg-blueheader.gif); 
      background-repeat: no-repeat; 
 	  width: 100%;
	  padding:0; 
	  margin:0;
 } 
  
 #imgtop { 
      display: none; 
 } 
  
 #mainbottom { 
      background-image: url(../images/bg-bluefooter.gif); 
      background-repeat: no-repeat; 
      background-color: #4495AC; 
      clear: both; 
      vertical-align: middle; 
      height: 40px; 
 }


/* nav */
#nav ul {
	background-image: url(../images/bg_glass_blue.gif);
	background-repeat: repeat-x;
	font: normal 0.8em Georgia, "Times New Roman", Times, serif;
	margin-left: 40px;
	padding: 3px 0px;
	display: inline;
	list-style: none;
}

#nav ul li {
	margin-left: 0;
	padding: 2px 13px;
	border-left: 1px outset #CCC;
	list-style: none;
	display: inline;
}

#nav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#nav {
	padding-top: 190px;
	margin-left: 220px;

}

/*#nav { 
	width: 499px;
}*/

#nav,
#nav a:link,
#nav a:visited {
	border: 0px;
	text-decoration: none;
	color: #2C4A54;
}

#nav a:hover {
	text-decoration: none;
	color: #4FA245;
	border: 0px;
}

/* main */

#main {
	background-color: #FFF;
	padding: 0px 2px 2px 6px;
	margin: 5px 5px 0px 300px;
	width: 450px;
	min-height: 580px;
	-moz-border-right-colors: ThreeDDarkShadow ThreeDShadow transparent;
	-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow transparent;
}

.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;
	font-size: 0.7em;
	font-family: Lucida Sans;
	margin-top: 10px;
	margin-right: 10px;
	padding: 5px;
	clear: all;
	border: 1px dotted #EEE;
}

.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: 90%;
}

#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 {
	padding: 3px 0 0px 0px;
	position: absolute;
	margin-left:145px;
	margin-top:300px;
	left: 10px;
	top: 0;
	width: 9em;
	-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: #EEF;
	border: 1px solid #AAB;
	color: #000;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul li {
	/*font: normal Georgia, Times, serif;*/
	margin-top: 5px;
	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;
	margin-top: 3px;
	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: 140%;
	padding-left: 4px;
}

#wp-calendar {
	empty-cells: show;
	font-size: 10px;
	margin: 0;
	width: 70%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 8px;
	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 10px 'Lucida Sans Unicode', Tahoma, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 1px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #CDD;
	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) -15px 100% no-repeat;}
.wrap3 {
	padding-bottom:15px;
	background:url(../images/shadow/corner_tr.gif) 100% -17px no-repeat;}
	
.screenshot {height: 160px; margin:10px 0;}
.screenshot p{position:relative;}
.screenshot a {font-weight: normal !important;}

label.contact,input.contact,textarea.contact,select.contact {
	font: normal 8.5pt/12pt "Lucida Sans",Verdana,Arial,Sans-Serif;
	display: block;
	width: 200px;
	float: left;
	margin-bottom: 10px;
}

label.contact {
	text-align: right;
	width: 120px;
	padding-right: 10px;
	clear: left;
}

#btnsubmit {
	width: 100px;
}