@charset "UTF-8";
/*
Theme Name: JCSBlog
Theme URI: http://blog.javacoolsoftware.com/
Description: Simple WordPress theme, derived from site look.
Version: 1.0
Tags: blue, custom header, fixed width, two columns, widgets

*/


/* CSS Document */

body {
	background-color: #ecedee;
	background-image: url(images/bkgradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	
}

a {
	text-decoration: none;
	color: #005eb0;
	font-weight: bold;
	/*font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;*/
}

a img {
	border: 0;
}

a:hover {
	text-decoration: underline;
}




#root {
	width: 100%;
	min-width: 938px;
	min-height: 500px;
	background-image: url(images/bklights.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#bodyCenter {
	text-align: center;
	padding: 28px 0px 28px 0px;
}
#bodyBox {
	text-align: left;
	margin: auto;
	padding: 4px 4px 0px 4px;
	width: 930px;
	_width: 938px; /* IE 5.5 and below */
	_wid\th: 930px; /* revert for IE 6 */
	
	background-image: url(images/bck_shadow.png);
	background-repeat: no-repeat;
	background-color: #d8dbde;
}


.clearer {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}



/* top navigation bar */

#navBar {
	position: relative;
	padding-left: 381px;
	width: 549px;
	height: 56px;
	background-color: #181818;
	background-image: url(images/navbar_bk.png);
	background-repeat: no-repeat;
}

#navBar #navLinks {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 549px;
}

#navLinks li {
	float: left;
}

#navBar a.selected {
	color: #5d96cb;
}


#navBar a {
	color: #ffffff;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-family: Lucida Sans Unicode, Verdana, Arial, sans-serif;
	/*font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;*/
	text-align: center;
	font-weight: normal;
	
	height: 56px;
	
	text-indent: -9999px;
	overflow: hidden;
}
#navBar a:focus {
	outline: none;
}


#nav_Home {
	width: 90px;
	background: url(images/navbar/home.png) center top no-repeat;
}
#nav_Home:hover, .selected #nav_Home {
	background-position: center -56px;
}

#nav_Products{
	width: 118px;
	background: url(images/navbar/products.png) center top no-repeat;
}
#nav_Products:hover, .selected #nav_Products {
	background-position: center -56px;
}

#nav_Downloads{
	width: 131px;
	background: url(images/navbar/downloads.png) center top no-repeat;
}
#nav_Downloads:hover, .selected #nav_Downloads {
	background-position: center -56px;
}

#nav_Support{
	width: 109px;
	background: url(images/navbar/support.png) center top no-repeat;
}
#nav_Support:hover, .selected #nav_Support {
	background-position: center -56px;
}

#nav_About{
	width: 97px;
	background: url(images/navbar/about.png) center top no-repeat;
}
#nav_About:hover, .selected #nav_About {
	background-position: center -56px;
}

#navBar a:hover {
	text-decoration: none;
	color: #5d96cb;
}



/* regular page title bar */

#headerBar {
	position: relative;
	width: 930px;
	height: 92px;
	background-color: #00bff3;
	background-image: url(images/headerbar_bk.png);
	background-repeat: no-repeat;
}

#headerBar .text {
	position: absolute;
	left: 29px;
	top: 28px;
}

#headerBar .links {
	position: absolute;
	right: 3px;
	padding: 23px;
	width: auto;
	height: 48px;
}


.iconLink {
	position: relative;
	height: 48px;
	width: 62px;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	border: none;
}

.iconLink img {
	border: none;
	vertical-align: baseline;
}

.iconLink .hoverText {
	position: absolute;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DFE8FE;
	font-weight: 100;
	background-image: url(images/products/iconbubble_left.png);
	background-repeat: no-repeat;
	
	height: 21px;
	_height: 0px;
	_width: 0px; /* IE 6 and below */
	
	top: -21px;
	left: -12px;
	
	display: none;
	text-decoration: none;
}

.iconLink .hoverText .ht_r .tip span {
	background-image: url(images/products/iconbubble_bk.png);
	background-repeat: repeat-x;
	
	height: 21px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 1px 5px 0px 7px;
	white-space: nowrap;
	
	display: block;
}

.iconLink .hoverText .ht_r {
	background-image: url(images/products/iconbubble_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
}

.iconLink .hoverText .tip {
	background-image: url(images/products/iconbubble_tip.png);
	background-repeat: no-repeat;
	background-position: center 16px;
	display: block;
}

.iconLink:hover {
	text-decoration: none;
}

.iconLink:hover .hoverText {
	position: absolute;
	
	width: auto;
	display: block;
	
	z-index: 50;
}


.moreLink {
	position: relative;
	height: 48px;
	width: auto;
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 15px;
	text-decoration: none;
}

.moreLink img {
	border: none;
}


/* content */

#content {
	background-color: #ffffff;
	padding-bottom: 25px;
	color:#606060;
}

#producteditions {
	padding: 14px 0px 11px 1px;
	margin-left: 31px;
	margin-right: 31px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #959595;
	border-bottom: 1px solid #DDDDDD;
	background-color: #ffffff;
	height: 14px; /*IE rendering fix*/
}

#producteditions a {
	font-weight: normal;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	color: #959595;
	padding-right: 12px;
}
#producteditions .divider {
	padding-right: 12px;
}

#producteditions .selected {
	font-weight: bold;
	/*font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, Helvetica, sans-serif;*/
	color: #464646;
}
#producteditions .selected:hover {
	text-decoration: none;
}

#header {
	margin: 0px 0px 19px 0px;
}

#header_full {
	margin: 0px 0px 19px 32px;
}

#header #logo {
	float: left;
	padding-left: 17px;
	text-align: center;
	width: 148px;
	margin-top: 25px;
}

#header #text, #header_full #text {
	float: left;
	/*left: 181px;*/
	width: 410px;
	padding-left: 14px;
	padding-top: 19px;
	
	font-size: 14px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #707070;
	font-weight: 100;
	margin-top: 25px;
}

#header #text #title, #header_full #text #title {
	font-size: 24px;
	color: #005eb0;
	padding-bottom: 4px;
}





/* rounded notice */
.infonotice {
	margin: 0px;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5f6266;
	line-height: 1.5em;
	background: #f7f8f8 url(images/corners/sidebar_dot.png) 0 0 repeat-x;
}

.infonoticecontent {
	padding: 10px 10px 10px 10px;
}



/* footer */

#footer {
	background-image: url(images/content-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #797c80;
	line-height: 1.5em;
	text-align: center;
}

#footer #footer_links {
	font-weight: bold;
	padding-bottom: 3px;
}

#footer #footer_links a {
	color: #3e434a;
	text-decoration: none;
}

#footer #footer_links a:hover {
	text-decoration: underline;
}


/* home only */




.freeDlSmall img {
	border: 0;
}




.pngimg_r10
{
	float: left;
	margin-right: 10px;
}

.pngimg_r20
{
	float: left;
	margin-right: 20px;
}


/* custom list classes */

ul.noindent {
	margin: 0; 
	padding: 0 0 0 1.5em;
}

ul.check {
	margin-left: 0;
	padding-left: 0;
}

ul.check li {
	list-style-type:none; /* removes default bullet */
	background-image:url(images/bullet_checkmark.png); 
	background-repeat: no-repeat; /* ONE bullet only please */
	background-position: 0 .5em; /* .45em from top (vertical) */ 
	padding-left: 17px; /* space between bullet and text */ 
}





/* BLOG-SPECIFIC CSS */


/*	##################################
   	GENERAL
	################################## */
	
a {
	/*color:#662625;*/
	outline: none;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #f3f4f0;
	background-color: #fafafa;
}

img {
	border: none;
}

ul, ol {
	/*margin: 0 0 20px 20px;
	padding: 0px;*/

	padding: 0 0 0px 20px;
	margin: 0px;
}


pre {
	line-height: 1.5em;
}


h2, h3, h4 {
	margin:0 0 20px 0;
}

.box-left h2 {
	/*color:#662625;*/
	color: #005eb0;
	font:bold 18px/24px Georgia, "Times New Roman", Times, serif;
	margin:0 0 5px 0;
}

.box-left h2 a {
	text-decoration:none;
	font-weight: bold;
}

.box-left h2 a:hover {
	text-decoration:underline;
}

.box-left h3 {
	margin: 0 0 20px 0;
	color: #606060/*#25699d*/;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
}

.box-left h4 {
	color:#9ba6b4;
	font:11px/11px 'Lucida Grande', Verdana, Tahoma, sans-serif;
}

.box-right h3 {
	color:#25699d;
	font:bold 12px/12px 'Lucida Grande', Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}

.box-left {
	margin: 0 0 40px 0;
	font:11px/11px 'Lucida Grande', Verdana, Tahoma, sans-serif;
	display: block;
	margin-left: 31px;
}

.box-left a {
	font-weight: normal;
}

.box-left p {
	margin: 2px 0 18px 0;
	padding: 0;
	line-height: 1.5em;
}

p.tags {
	clear: both;
	padding-top: 2px /*2px*/;
      font:11px/11px 'Lucida Grande', Verdana, Tahoma, sans-serif;
	line-height: 1.5em;
	color:#9ba6b4;
}

.addtoany_share_save img {
	vertical-align: middle;
}


#content-left {
	float: left;
	width:596px;
	padding: 30px 0 0 0;
}

#content-right {
	float:right;
	width:274px;
	margin-right: 31px;
	_margin-right: 16px; /* IE 6 and below */
}

.clear {
	clear:both;
}


.postcontent ul, .postcontent ol {
	padding-bottom: 20px;
}
.postcontent li {
	line-height: 1.5em;
	padding-bottom: 10px;
}



/*********************************
	Comment-Styling
**********************************/


.commentlist {
	padding: 0;
}

.commentlist li {
/*margin-bottom: 1.5em;*/
/*padding-top: 1em;*/
list-style: none;
margin: 10px 0 0 0;
}

.commentlist li div{
padding: 10px;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
/*border-left: 1px solid #ddd;
border-right: 1px solid #ddd;*/
position: relative;
}

.commentlist li div div{
border: 0;
padding: 0px;
position: static;
}

.commentlist p {
	margin-left: 1em;
	margin-bottom: 0;
}

/*.commentlist ul.children {
background-color: #ffffff;
}*/

li.bypostauthor div {
/*background-color: #87CEFA;*/
background-color: #fafafa;
}

li.pingback div, li.trackback div {
background-color: #FFE87F;
}

.children {
	padding: 0 0 0px 20px;
	background: url(images/c-inreply-to-g.gif) no-repeat left top;
}




.commentlist li .avatar { 
	/*float: right;*/
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	float: left;
	margin: 0 10px 10px 0;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	line-height: 1.5em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	clear: both;
}

/*.commentlist .says {
	display: none;
}*/




.commentlist .reply {
	position: absolute;
	float: right;
	right: 10px;
	top: 10px;
	padding-bottom: 10px;
}



/*	##################################
   	FORMS
	################################## */

label {
    display: block;
    margin: 0 0 5px 0;
}

.inputtext {
    width: 350px;
    margin: 0 0 10px 0;
    padding: 5px;
    background: url(images/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

textarea {
    width: 99%;
    height: 150px;
    padding: 5px;
    background: #ffffff url(images/bg-form-text.gif) repeat-x left top;
    border: 1px solid #ccc;
}

.submit {
    width: auto;
    padding: 5px;
    color: #fff;
    background:#25699d;
	border: 0;
	margin-top: 5px;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Tahoma, sans-serif;
}


#commentform {
	margin: 5px 10px 0 0;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}


#respond {
	margin-top: 30px;
}

.commentlist #respond {
	margin-top: 0px;
	border-top: 0;
	background-color: #ffffff;
}

.commentlist #respond div {
	background-color: #ffffff;
}

.commentlist #respond p {
	margin-left: 0;
	margin-bottom: 1.4em;
}

#respond h3 {
	margin: 0 0 10px 0;
}

/** SEARCH FORM */

/*#search {
	width: 190px;
	padding: 5px;
	background: url(images/bg-form-text.gif) repeat-x left top;
	border: 1px solid #ccc;
}

#search-submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#25699d;
	border:0;
}*/


#searchform {
	margin: 0;
	padding: 0;
}





.navigation {
	display: block;
	text-align: center;
}

.toppageblock {
	padding-bottom: 20px;
}

.commentnavigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/*.alignright {
	float: right;
}

.alignleft {
	float: left
}*/



.box-right {
	margin:20px 0;
	font:11px/11px 'Lucida Grande', Verdana, Tahoma, sans-serif;
	background: url(images/bg-box-right.png) repeat-y left top;
}

.box-right h3 {
	padding: 20px 20px 0 20px;
	background: url(images/bg-box-right-top.png) no-repeat left top;
}

.box-right-content {
	margin: 0 20px;
}

.box-right-textonlycontent {
	padding: 20px 20px 0 20px;
	background: url(images/bg-box-right-top.png) no-repeat left top;
}

.box-right-bottom {
	height: 20px;
	background: url(images/bg-box-right-bottom.png) no-repeat left top;
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	line-height:24px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right p {
	margin: 20px 0 0 0;
}

.box-right .notice {
	margin: 0;
	line-height: 1.5em;
}

.box-right a {
	font-weight: normal;
}




.rssbox {
	font:11px 'Lucida Grande', Verdana, Tahoma, sans-serif;
}

.rssbox a {
	font-weight: normal;
	background: url(images/feedicon.png) no-repeat left top;
	padding-left: 47px;
	padding-top: 9px;
	height: 23px;
	display: block;
}




/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #662625;
	color: #fff;
}

#tag_cloud {
	line-height:normal;
}

.hidden {
	display: none;
}


/* WordPress Stats */
#wpstats {
	text-align: center;
}