@charset "utf-8";
/* CSS Document */

/*  
Theme Name: Borglabs
Theme URI: http://www.borglabs.com/
Description: This is my theme for Borglabs
Version: 1.0
Author: Jennibeth Bongalon
Author URI: http://www.digitalbarrio.com/
Tags: Borglabs, custom header, fixed width, two columns, widgets
*/

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: center; /*a fix for older IEs to center the wrapper*/
	vertical-align: top;
	background: #0D3C5F; /*blue*/
	color: #222222; 
}
h1 {
	margin: 0;
	padding: 0 0 10px 0;
}
h2 {
	color: #222222; 
}
h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 0;
	padding: 0;
}
h5 {
	margin: 0;
	padding: 0;
}
h6 {
	margin: 0;
	padding: 0;
}
blockquote {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 10px 0 0 0;
}

dl {
	margin: 0;
	padding: 10px 0 0 0;
}
hr {
	margin: 0;
	padding: 10px 0 0 0;
}
form {
	margin: 0;
	padding: 10px 0 0 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #222222; /*white*/
}

a:hover {
	/*text-decoration: underline;*/
	color: #222222;
	/*font-weight: bold;*/
}

/* 
---------------------------
Entire Page
---------------------------
 */
.entire-page {
	width: 1024px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-y;
	/*background-color: #0D3C5F; /*blue -->> this does not work*/
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
	background-color: #FFFFFF;
}
/* 
---------------------------
Top Header
---------------------------
 */
#header {
	/*background-image: url(images/borglabs_header.gif);
	background-repeat: no-repeat;*/
}
#header a#img {
	background-image: url(images/borglabs_header.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 130px;
	display: block; /*used to be able to click the logo as a link*/
}

/*
---------------------------
Menu Navigation
---------------------------
*/
.topNav {
	font-family: "Square 721 BT", Arial, Verdana, Helvetica, Sans-Serif;
	width: 750px; 
	height: 30px; 
	position: relative; 
	z-index:100;
	background-image: url(images/topNav.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
.topNav ul li a, .topNav ul li a:visited {
	display: block; 
	text-decoration none; 
	color: #FFF;
	width: 85px;  /*space between top nav list items*/
	height: 23px;
	text-align: center; 
	padding-top: 2px;
	/*border:1px solid #FFF; */
	/*line-height: 28px; */
	font-size: 14px; 
	overflow: hidden;
}
.topNav ul {
	padding: 0; 
	margin: 0; 
}
.topNav ul li {
	float: left; 
	position: relative;
	list-style-type: none; /*remove bullets*/
	padding-left: 18px; /*force center topNav*/
	padding-top: 2px; /*puts a white space between blocks of the drop-down menu*/
}

.topNav ul li ul {
	display: none;
	}

/* specific to non IE browsers */
.topNav ul li:hover a {
	color: #0D3C5F; /*blue*/
	font-weight: bold;
	/*background: #0D3C5F; /*blue*/
}
.topNav ul li:hover ul {
	display: block; 
	position: absolute; 
	top: 21px; 
	left: 0; 
	/*width: 105px;*/
}
.topNav ul li:hover ul li a.hide {
	background: #0D3C5F; /*blue*/  
	color: #FFF;
}
.topNav ul li:hover ul li:hover a.hide {
	background: #0D3C5F; /*blue*/ 
	color: #FFF;
}
.topNav ul li:hover ul li ul {
	display: none;
}
/*
--------------------
second level nav
---------------------
*/
.topNav ul li:hover ul li a {
	font-size: 13px;
	display: block; 
	background: #666666; /* dark grey*/ 
	color: #FFFFFF; 
	width: 130px; /*width of drop-down list item block*/
	text-align: left; /*dropdown menu items are aligned to the left*/
	padding-left: 9px;
}
.topNav ul li:hover ul li a:hover {
	background: #0b4876; /*blue*/
	color: #FFF;
}
.topNav ul li:hover ul li:hover ul {
	display: block; 
	position: absolute; 
	left: 105px; 
	top: 0;
}
.topNav ul li:hover ul li:hover ul.left {
	left: -105px;
}




/*
---------------------------
Content
---------------------------
*/
#content {
	float: left;
	width: 520px;
	position: relative;
	padding-left: 25px;
}
#pagecontent {
	float: left;
	width: 725px;
	position: relative;
	padding-left: 25px;
}

.post {
	padding: 10px 0 10px 0;
}
.post h2 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 18px;
}
.post h2 a {
		color: #0D3C5F; /*blue*/
}
.pgentry {
	line-height: 18px; /*Increased the size of the space between each line within the entry DIV*/
	width: 725px;
}
.entry {
	width: 520px;
	line-height: 18px; /*Increased the size of the space between each line within the entry DIV*/
}
.entrypage {
	padding-left: 100px;
	line-height: 18px; /*Increased the size of the space between each line within the entry DIV*/
}
.entry p a {
	text-decoration: none;
	color: #0033FF;
	/*font-weight: bold;*/
	text-decoration: underline;
}
.entry p a:hover {
	color: #0033FF; /*blue*/
	text-decoration: none;
}
.entry ol li a {
	text-decoration: none;
	color: #0033FF;
	text-decoration: underline;
}
.entry ul li a {
	text-decoration: none;
	color: #0033FF;
	text-decoration: underline;
}
.entry td a {
	text-decoration: none;
	color: #0033FF;
	text-decoration: underline;
}
.entry td ul li a {
	text-decoration: none;
	color: #555555; /*gray*/
	font-weight: bold;
}
.entry td ul li a:hover {
	color: #0D3C5F; /*blue*/
	font-weight: bold;
	text-decoration: underline;
}
p.postmetadata {
	border-top: 1px solid #222222; 
	margin: 10px 0 0 0;
}
.navigation { /*before, after pages*/
	padding: 10px 0 15px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
}
#fadeshow1 {
	padding: 0;
	margin: 15px auto;
}


/*
---------------------------
Right Side Bar
---------------------------
*/
.sidebar {
	float: left;
	width: 195px;
	background-image: none;
	margin: 0 0 0 10px;
	display: inline; /*to fix IE's bug of doubling the set margin*/
}
.sidebar ul {
	list-style-type: none; /*Firefox*/
	margin: 0;
	padding: 0 20px 0 10px;
	/*border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;*/
}
.sidebar ul li {
	padding: 5px 0 5px 0;
	line-height: 10px;
}
.sidebar ul li h2 {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 13px;
	padding: 4px 0 0 21px;
	background-image: url(images/sideBar.gif);
	background-repeat: no-repeat;
	height: 20px;
	color: #FFFFFF;
}
.sidebar ul li table#wp-calendar {
	width: 100%;
}
.sidebar ul li table#wp-calendar caption {
	color: #0D3C5F; /*blue*/
	font-weight: bold;
}
.sidebar ul li table#wp-calendar tr {
	color: #0D3C5F; /*blue*/
}

/*
---------------------------
left Side Bar
---------------------------
*/
.sidebar-left {
	float: left;
	width: 175px;
	margin: 5px;
	padding-right: 20px;
}
.sidebar-left ul {
	list-style-type: none; /*Firefox*/
	margin: 0;
	padding: 10px 9px 14px 0;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 30px;

}
.sidebar-left ul li {
	list-style-type: square;
	padding: 1px 0 5px 2px;
	margin-left: 20px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	border-bottom: 1px #FFFFFF solid;
}
.sidebar-left h4 a:hover {
	color: #0D3C5F; /*blue*/
	font-weight: bold;
}
.sidebar-left ul li a:hover {
	color: #0D3C5F; /*blue*/
	font-weight: bold;
}


/*
---------------------------
footer
---------------------------
*/
#footer{
	height: 85px;
	clear: both; /*to make sure the Footer doesn’t attach itself to anything above it*/
	/*float: left;*/
	padding: 0;
	margin: 0; /* remove all the borders and padding from the default list styling */
	background-image: url(images/topNav.gif);
	background-repeat: no-repeat;
	background-position: top center;
	/*list-style-type: none; /* remove all the bullets from the default list styling */
}
/* Footer-Nav removed ----
#footer-nav  {
	float: left;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	text-decoration: none;
	color: #222222; 
	margin-top: 10px;
}
#footer-nav ul {
	list-style-type: none;
}
#footer-nav li {
	display: inline;
}
#footer-nav li a {
	padding: 0 10px 0 10px;
}
#footer #footer-nav a:link, a:visited {
	text-decoration: none;
	color: #222222; 
}
#footer #footer-nav a:hover {
	color: #222222;
	text-decoration: underline;
}
---*/
#footer #footer-copyright {
	text-align: center;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	padding-top: 22px;
}
#footer #footer-copyright p a:hover {
	text-decoration: none;
	font-weight: bold;
}



/*Comments.php Style*/
.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #222222;
}

.comments-template h2, .comments-template h3 {
	font-family: "Square 721 BT", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 16px;
}

.commentmetadata {
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: "Square 721 BT", Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
}
