/*  
Theme Name: the globe

*/
h2 {
	color:#088DB6;
	font-size:15px;
}
h3 {
    font-size: 12px; 
    line-height:12pt;
}
h3 a, h3 a:visited{
	color: #000000;
	}
h3 a, h3 a:visited{
	color: #000000;
	}
h3 a:hover{
	color: #000000;
	text-decoration: underline;
	}

h2, h2 a, h2 a:hover, h2 a:visited, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* End Typography & Colors */

.post {
	margin: 0px;
	text-align: left;
	}

.post li {
        line-height:20px;
        margin-bottom:8px;
}

.post hr {
	display: block;
	}

.small {
        color:#999999;
        font:11px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
        text-transform:uppercase;
}

.postmetadata {
	clear: left;
	font-size:12px;
	color:gray;
	margin:4px 0 20px 0;
}

.post_datestamp {
	font-size:11px;
	color:gray;
	margin:4px 0 6px 0;
	}
.post h3 {
		font-size:13px;   
        margin: 6px 0 0 0;
        }
h2 {
	margin: 20px 0 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: center;
}

/* End Headers */


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
        line-height:17px;	
}

.entry ol li {
	margin: 0;
	padding: 0;
line-height:22px;
	}
	
.entry img {margin-right:10px; margin-bottom:0px;}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
.alignleft {
	float:left;
	margin-bottom:20px;
	}
.alignright {
	float:right;
	margin-bottom:20px;
	}
.alignright a:link, .alignright a:visited, .alignleft a:link, .alignleft a:visited {
	text-decoration:none;
	}
	
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: right;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.clear {
	clear:both;
	height:1px;
}

#page {
	margin:0 auto;
	padding:0;
	width:770px;
}

/*** Header *******************************************/
#header {
	margin:0;
	padding:0;
}

#logo {
	float:left;
	margin:15px 0 15px 0;
	width:149px;
	height:55px;
}

#bluebox {
	clear:both;
	background-image:url(images/header-green-orange.jpg);
	background-repeat:no-repeat;
	width:770px;
	height:81px;
}

#bluebox_text {
	margin:25px 0 0 25px;
	color:#ffffff;
	font-size:22px;
	font-weight:bold;
}

/*** Navigation *******************************************/
.navigation {
    margin:15px 0 5px 0;
	float:right;
	width:590px;
	text-align:right;
	display:block;
}

.searchdiv{
	float:right;
	margin: 0px 0 0 0;
	width:590px;
	text-align:right;
	display:block;
}

.searchinput { height:18px; width:160px; margin-right:6px; font-size:12px; border:1px solid #6b818e; background: url(images/bg-input.gif) no-repeat top left; padding:4px 0 0 4px; }

.navigation ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.navigation  ul li {
	display:inline;
}

.navigation ul li a, .navigation ul li a:visited, .navigation ul li a:active {
	display:inline;
	padding:3px;
	height:17px;
	text-decoration:none;
	text-align:center;
	color:#6b818e;
	font-size:13px;
	font-weight:bold;
}

.navigation ul li a:hover {
	color:#225F40;
	text-decoration:underline;
}

/*** Main - Content *******************************************/
#main {
	margin:0;
	padding:0;
}

#content {
	float:right;
	margin:15px 10px 0 0;
	width:550px;
}

#content a {
        color:#225F40;
        text-decoration:underline;
}

#content h3 {
        color:#225f40;
        font-weight: bold;
}

#content p {
line-height:18px;
text-align:left;
}

#content #faq ul {
              margin-left:12px;
              padding-left: 0px;}

#content #faq li {
                 list-style-type:none;
margin-left:0px;
padding-left:20px;
                 background:url(/wp-content/themes/tglo/images/q16x16.gif) no-repeat;
}
#process {
	margin:25px 0 0 0;
	height:100px;
}

/*** Authentication Box *******************************************/
.authentication_wrap {
	width:550px;
}

.authentication_heading {
	padding:5px 0 0 10px;
	background-color:#15aac0;
	height:25px;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}

.authentication_content {
	padding:5px 5px 5px 10px;
	background-color:#d5eef3;
}

/*** Sidebar *******************************************/
#sidebar {
	float:left;
	margin:5px 0 0 0;
	width:184px;
	height:100%;
}

.sidebar_nav {
	margin:3px 0 0 0;
	width:184px;
	height:100%;
	background-image:url(images/sidebar_nav_green.gif);
	background-repeat:no-repeat;
    background-color:#63cd88;
}
.sidebar_nav h2{
    margin:12px 0px 10px 0px;
    color:white;
	font-size:13px;
	font-weight:bold;
	border-bottom: 1px solid #ffffff;
    padding:0 10px 2px 10px;
    text-transform: uppercase;
}
.sidebar_nav h2 a:link, .sidebar_nav h2 a:visited { color:#ffffff;text-decoration:none; }
.sidebar_nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.sidebar_nav  ul li {
	margin: 0px 5px 0px  8px;
    padding: 6px 0 0 0;

}

.sidebar_nav ul li a, .sidebar_nav ul li a:visited, .sidebar_nav ul li a:active {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}

.sidebar_nav ul li ul li a, .sidebar_nav ul li ul li a:visited, .sidebar_nav ul li ul li a:active {
	text-decoration:none;
	color:#333333;
	font-weight:normal;
}
.sidebar_nav ul li a:hover, .sidebar_nav ul li ul li a:hover {
	color:#ffffff;
}
.sidebar_date {
    font-size: 11px;
	color: #088DB6;
	margin-left: 15px;
}
#sidebar_nav_bottom {
    width:184px;
    height:9px;
    margin:0;
    padding:0;
    background-image:url(images/sidebar_nav_bottom_green.gif);
	background-color:#63cd88;
	background-repeat:no-repeat;
}
/*** Footer *******************************************/
#footer {
	clear:both;
	margin: 10px 0 0 0;
	padding: 10px 0 0 10px;
	height:50px;
	border-top: 1px solid #96bbc0;
	color:#225F40;
}

#copyright {
	float:left;
	width:120px;
        font-size:11px;
}

.footer_links {
	float:right;
	margin:0 2px 0 0;
	width:635px;
	text-align:right;
        font-size:11px;
}
.footer_links a {
        text-decoration:undeline;
        font-weight:bold;
}

/*** Links *******************************************/
a, a:visited, a:hover, a:active {
	color:#225F40;
	text-decoration:none;
}

/*** Headings *******************************************/
h1 {
	color:#225f40;
	font-size:18px;
}

/*** Buttons *******************************************/
a.bg_button, #content a.bg_button, a.bg_button:visited, #content a.bg_button:visited {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 3px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    white-space:nowrap;
}

a.bg_button span, #content a.bg_button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
    white-space:nowrap;
}
a.bg_button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.bg_button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 10px; /* push text down 1px */
}


