/* 
Theme Name: JeffGrandis.com Theme
Theme URI: http://www.jeffgrandis.com/
Description: Fluid, 3 Columns, Rounded boxes, Widget-aware
Version: 1.0
Author: Egle Karalyte
Author URI: http://www.infinvision.com
*/
/* Credits*/
/* A fluid template for JeffGrandis.com website */

body { margin: 0; padding: 0; background: white; font-size: 9pt; }

* {margin: 0; padding: 0; border: 0px none; font-family: Arial, sans-serif }

.rowcontainer {	
	clear: both;
	margin: 0;
	padding: 0px;	
	width: 100%;
	overflow: hidden;
	/*border:1px solid green;*/
}

/*------Columns: Note they dont add up to 100%, this is intentional to avoid problems!----------*/ 
.leftcolumn { 
 float:left; width: 173px; padding:0; margin:0; 
 /*border:1px solid magenta;*/
}

.centralcolumn {
 padding:3px 0 0 0;
 /*border:1px solid red;*/
 margin: 0px 190px 0 190px; 	 
}

.rightcolumn { 
 float: right; width: 173px; padding:0; margin:0; 
 /*border:1px solid blue;*/
}

.centralcolumn a, .centralcolumn a:visited { 
 color: #1B60B2;
 /*border:1px solid pink*/
}

.centralcolumn a:hover { 
 color: #1B60B2;
 text-decoration:underline;
 /*border:1px solid pink*/
}

/*------------Basic styles------------*/

h1, h2, h3, h4, div.jg_h2, span#design { margin: 0; color: black; font-weight: bold; text-decoration: none; background: transparent }
h1 {
	font-size: 1.4em;
}
h2, h3, h4 {
	font-family: Arial;
	font-size: 12px !important;
	font-weight: bold !important;
}

div.jg_h1, div.jg_h2 {
	font-family: Arial;
	font-size: 14px !important;
	font-weight: bold !important;
	padding: 0
}

h3.bigger {
	font-family: Arial;
	font-size: 14px !important;
	font-weight: bold !important;
}

p {
	margin: 0 0 1em;
	padding: 0;	
}

/*p { font-size: 0.8em; line-height: 1.4em; text-align: justify }*/
h1 { line-height: 1.4em; }	/* entry heading */
h2 { line-height: 1.3em; color: #000 }	/* chapter heading */
h3 { line-height: 1.1em; color: #000  }	/* section headings */
h4 { line-height: 1.1em; color: #000  }	/* section headings */

div { padding: 10px 0;}

#nav {
	font-size: 0.9em;
	font-weight: bold;
	color: white;	
}

table#nav {
	clear:both;
	/*position:relative; top:108px; left:0;*/
	width:100%;
	background-image: url(images/menu-back.gif);
	background-color: #7FC525;
	background-repeat: repeat-x;	
	background-position: bottom left;
	padding:0; margin:0;
}	

table#nav td {
/*	background-image: url(images/menu-back.gif);
	background-color: yellow;
	background-repeat: repeat-x;	
*/	
	text-align: center;
}	

table#nav td.current a {
	color: white;
	text-decoration: none;
}	

table#nav td.current a:hover {
	color: white;
	text-decoration: underline;
}	


table#nav tr {
/*	background-image: url(images/menu-back.gif);
	background-color: yellow;
	background-repeat: repeat-x;	
*/	
}	

#nav a {
	text-decoration: none;
	background-color: transparent;
	color: black;
	padding: 0; margin:0;
}

#nav a:hover {
	text-decoration: underline;
	color: #1B60B2;
}

#nav a#current {
	text-decoration: none;
	color: white;
}


/*-------------Layout----------------*/

#header {			/* Large image */
	display: block;
	width: 100%;
	margin-bottom: 23px;
	background-color: #7FC525;
	height: 128px;  	/* ie5x hack begins here */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 128px;
}
html>body #header {
	height: 128px;        /* ie5x hack ends here */
}

/*------------------------------Main Navigation------------------------------------------*/

/*-----------------------------------Other tags-----------------------------------------*/

acronym { border-bottom: 1px dashed #999; cursor: help }

blockquote { border-top: 2px solid #80C626; border-bottom: 2px solid #80C626; margin-left: 1.5em; padding-left: 5px; background-color: #F6E9D4}


/* lists */
/*ul { margin: 5px 0 5px 35px; list-style: url('images/bullet.gif') }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li {	list-style: decimal outside; }
*/

hr {margin: 0px 0px; height: 1px; color: #c9c9c9; background-color: #c9c9c9 }  /* rule styling */
img {margin: 0 10px} /* all images styling */
img.right {float: right}  /* right floating images */
img.left {float: left}   /* left floating images */

/*-------------------------------------------------------------------------------*/

a, a:visited {
/*    font-weight: bold; */
    color: black;
    text-decoration: none; 
}
    
a:hover {
    color: black;
    text-decoration: underline;     
}

h3 a {
    text-decoration: none;
    border: 0px none;
    color: #2365B8; 
}
    
h3 a:hover {
    text-decoration: none;
    border: 0px none;
    color: red;
}

.big-question {
	padding: 1.5em 0 0em 0;
	margin: 0;
	text-align: center;
	font-size: 11pt;
}

.big-question a {
	text-decoration: underline;
	font-weight: normal;
    font-size: 11pt;
}

h4, h5, h6 {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  margin: 3px 0;
}


/**/
.entry {
	background-color: white;
	/*border: 1px solid cyan;*/
	padding: 0px 7px 7px 0;
	margin: 0 7px 0px 7px;	
	color:black;
	line-height: 1.5em;	
}

.entry ul, .entry ol{
	list-style-image: url('images/bullet-body.gif');
	list-style-position: outside;
	margin: 10px 0 5px 15px;
	padding:0;
	border: none;
	/*1px solid red*/
}

.entry ul li, .entry ol li {
	margin: 0;
	padding: 0 0 1.2em 0;
	/*border: 1px solid green;*/
}

.entry p {
	margin: 13px 0px 13px 0;
	padding:0;
	line-height: inherit;
}

.entrymeta {
	margin: 0px;
	padding: 0px;
	color: #7fc525;
}

div.entrymeta a, div.entrymeta a:hover, div.entrymeta a:visited {
	color: #7fc525;
	font-weight: bold;
}

.entryfooter {
	margin: 0px;
	padding: 3px 0px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;	
	font-weight: bold;	
}

.entryfooter img {
	padding:0;
	margin:0;
}

div.entryfooter a, div.entryfooter a:hover, div.entryfooter a:visited {
	padding:0;
	margin:0;
	color: #7fc525;
	font-weight: normal;	
}

.blogtitle {
	color: #7fc525;
	font-size: 10pt;
	font-weight: bold;
	margin:0 0 13px 7px;
	padding:0;
}

.entrytitle {
	padding: 0;
	margin: 0 0 10px 0;
	color: #2365B8;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.4em;
}

.pagetitle {
	padding: 0;
	margin: 0;
	color: #2365B8;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1.5em;
}
	
h1.entrytitle a, h1.entrytitle a:visited {
	color: #2365B8;
	text-decoration: underline;
}
	
h1.entrytitle a:hover {
	color: #70AD21;
	text-decoration: underline;
}
    
div.entrybody {
	margin: 0;
	padding: 0;
	line-height: 1.5em;	
}

div.entrybody p {
	line-height: 1.5em;
}


div.entrybody h1, div.entrybody h2, div.entrybody h3 {
	color: black;
}

/* ------------------------------ */
.arc {
	border: 1px solid #3e4243;
	background-color:#F6F1EA;
	padding:10px;
	color: black;
	margin-bottom:15px;
}

/* comments*/
h2.comments {
	padding:7px 0 0 0;
	margin:0px;
	font-size: 12pt;
	color:#7fc525;	
}

#commentblock {
	margin: 7px 13px 0px 7px;
	padding: 0px 13px;
	background-color: white;	
	border: 1px solid #c9c9c9;
}

ol#commentlist {
	margin:13px 0px 0px 0;
	padding: 0px;	
	color: #9b9b9b;
	font-size:9pt;
	list-style: none;
}

#commentlist li  p {
	margin-bottom: 8px;
	margin-left: 0px;
	line-height: 20px;
	padding:0;
}

.commentname {
	margin: 0;
	padding: 0  0 0px 0;
	font-weight: bold;
}

.commentinfo{
	margin-top: 3px;
	margin-bottom: 5px;
}

span.comment-label {
	width: 75px;
	vertical-align: top;
	display: block;
	float: left;
}

.commenttext {
	margin: 13px 0 25px 0px;
	line-height:12px;
	color: #222;
	background-color: white;
	padding: 0px;
}

.commenttext-admin {
	margin-top: 13px;
	margin-bottom: 25px;
	line-height:12px;
	color: #222;
	background-color: white;
	padding: 0px;
}

#commentsform{
	margin:0;
	padding:0px;	
	text-align:center;	
}

#commentsform form{
	text-align:left;
	margin:13px 0 13px 0;
	padding:0;	
}

#commentsform input{
	border: 1px solid #AAAAAA;
}

#commentsform p{
	margin:0px;
	padding:0;
}

#commentsform form textarea{
	width:99%;
	border: 1px solid #AAAAAA;
}

p.comments_link img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#searchdiv {
	margin-bottom: 10px;
	margin-left: 5px;
}

/* wrapper for text of testimonial letter */
div.testimonial-letter {
	width:63%; 
	border:1px dotted #c2cad6;
	margin: 0 15px 15px 15px;
	padding: 25px 25px 75px 65px;
}

/* greetings */
div.testimonial-letter h2 {
	margin: 20px 0px 20px 0px;
	padding: 0;
	color: #2365b8;
}

/* style for scanned testimonial */
img.testimonial-letter {	
	border:1px dotted #c2cad6;
	margin: 15px;
	padding: 5px;
	overflow: hidden;
}

table#testimonial{
	width: 99%;
	border-bottom: 1px solid #c2cad6;
}

td.testimonial-excerpt {
	border-top: 1px solid #c2cad6;
	font-style: italic;
	font-size: 1.1em;
	padding: 14px 3px 3px 3px;
}
td.testimonial-who-recommends{
	font-weight: bold;
	font-style: italic;	
	padding: 3px 3px 14px 3px;
	vertical-align:top;
}
td.testimonial-date{
	color: #7fc525;
	padding: 3px;
	vertical-align:top;
}
td.testimonial-read-more{
	text-align: right;
	padding: 3px;
	vertical-align:top;
}

div#logo {  
	float: left; 
	display: block;
	padding:0;	
	margin:0;
}

img#slogan {  
	position: absolute;
	left: 300px; 
	top: 98px;
	padding:0;	
	margin:0;
}

/* section on top right */
div#topsearch {  
	color: white;
	float: right; 
	display: block;
	margin: 10px 14px 0 0; 
	text-align: right;
	font-size: 9pt;
	padding:0;
}

div#topsearch a, div#topsearch a:visited, div#topsearch a:hover {
	color: white;
}

div#topsearch input {
	border: 1px solid #AAAAAA;	
	font-size: 8pt;		
	width: 145px;
	padding: 1px 0;
	margin: 1px 0;
}

ul.multicol {
    width: 540px;
    list-style-type:none;
    display: block;
    margin-left:0;
	padding-left:0;
	overflow: auto;
}
ul.multicol li {
    width: 170px;
    margin: 12px 0px 0 0;
    padding:0 10px 0 0;
    line-height: 12px;
    float:left;
/*    white-space: nowrap;*/
}

/* bottom bar */
#bttmbar {margin: 13px 0 0 0; padding:0; background-color:#7FC525; clear: both; text-align: center;}
#bttmbar table {
	width: 99%;
}
#bttmbar img {margin:0px; padding:0;}
span.copyright {margin:0px; padding: 0; vertical-align: middle; font-weight: normal; font-size: 9pt; font-family:Arial} /* copyright, privacy policy, terms of use */
span.footer-text {width: 99%; line-height:1.2em; text-align:left; font-size: 9pt; font-family:Arial}  /* SEO friendly footer text */

table#community-boards th {
	font-weight: bold;
	padding: 9px 0 14px 9px;
}

table#community-boards td, table#community-boards td.board-number {
	vertical-align: top;
	border-top: 1px solid #c9c9c9;
	padding: 9px 0 9px 7px;
}

td.board-number {
	text-align: center;
	width: 164px;	
}

ul.action {
	list-style:none; 
	margin: 0 !important;	
	padding:5px 0 5px 0;
	overflow: auto;	
}

ul.action li {
	float: left;
	text-align:left;
	list-style: none;
	margin: 2px 2px 0 0px; 
	padding:2px 4px 2px 4px;
	color: black;
	border: 1px solid #C2CAD6;
}

select {
	border: 1px solid #c9c9c9;
}

span.asterix {
	color: red;
}