/*  
Theme Name: IDG
Theme URI: http://www.idesignthat.com/
Description: WP IDG.
Author: Innovative Design Group
Author URI: http://www.idesignthat.com/

	This theme was built by Innovative Design Group
                The CSS, XHTML and design is released under GPL
                http://www.opensource.org/licenses/gpl-license.php
*/

/* body font */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #ffffff ;
	background-image: url(img/background.jpg); 
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0px 0px 0px 0px;
/*	padding: 30px 0px 10px 0px; */
}
a {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	
	padding-left: 0px;
	height: 60px;
	font: bold 120%/100% "Trebuchet MS", Tahoma, Arial;
	color: #000066;
}
h1 a, h1 a:visited{
	color: #000066;
	text-decoration: none;
}
h1 a:hover{
	color: #990000;
	text-decoration: none;
}
h2 {
	color: #000066;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #000066;
	letter-spacing: 0px;
	font: bold 120%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #000066;
	text-decoration: none;
}
h2 a:hover {
	color: #990000;
	text-decoration: none;
}
h3 {
	font: normal 110%/100% "Trebuchet MS", Tahoma, Arial;
	color: #000066;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 100%/100% "Trebuchet MS", Tahoma, Arial;
	color: #000066;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
	#page { /*where the background image is placed*/
		top: 0px;
		right: 0px;
		left: 0px;
	margin: 0px auto;
	width: 95%;
	border: 1px solid #000066;
	border-left-style:solid;
	border-left-color:#000066;
	}

.bkrndleft {
	background-image:  url("img/index_left_test.gif");
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.bkrndright {
	background-image:  url("img/index_right_test.gif");
	background-repeat: repeat-y;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/* header area */
#header {
	height: 200px;
	border-bottom: 1px solid #000066;
	position: relative;
}
#headerlogo {
	position: relative;
	padding: 65px 0px 0px 0px;
}
#headerlogo .description{
	float: right;
	padding-top: 50px;
	padding-right: 5px;
	bottom: 3px;
	color: #000000;
    font: normal 11px Arial, Helvetica, sans-serif;
}
#nav {
background: #ffffff url("images/menu-background2.gif") repeat-x;
height: 30px;
	list-style: none;
	margin: 0px auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#nav li {
	float: right;
	margin-right: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #ffffff;
	text-decoration: none;
}
#nav .page_item a{
	color: #000066;
	text-decoration: none;
	padding: 8px 5px;
	font: bold 11px/100% Arial, Helvetica, sans-serif;
	display: block;
}
#nav .page_item a:hover {
	color: #ffffff;
}

#navbottom
{
background: #ffffff url("images/menu-background2.gif") repeat-x;
height: 30px;
}

/* content  */
#content {
	padding: 5px 15px 5px 15px;
	float: right; 
	width: 75%;
	overflow: visible;
}
.post {
	clear:both;
	padding-top: 15px;

}
.post-date {
	float: left;
	font-size: 95%;
	font-weight:bold;
	color: #990000;
}
.post-month {
	font-size: 10px;
	font-weight:normal;
	text-transform: uppercase;
	color: #990000;
	text-align: center;
	display:block;
	line-height: 8px;
	padding-top: 7px;
	margin-left: 0px;
}
.post-day {
	font-size: 10px;
	font-weight:normal;
	text-transform: uppercase;
	color: #990000;
	text-align: center;
	display:block;
	line-height: 8px;
	padding-top: 6px;
	margin-left: 0px;
}
.entry {
	float:left;
	width: 95%;
	border: 1px solid #000066;
	padding: 5px 5px 5px 5px ;
}
.post-cat {
	background:  url("img/category.gif") no-repeat left center;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background:  url("img/comments.gif") no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background:  url("img/date.gif") no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	clear: both;
	padding-top: 10px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #990000;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background:  url("img/page-left.gif") no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background:  url("img/page-right.gif") no-repeat right center;
}

/* comments  */
#comments, #respond {
	border-bottom: 1px dotted #b5a68f;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	border-top: 1px dotted #000066;
	border-bottom: 1px dotted #000066;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: normal;
	font-style: normal;
	font-size: 120%;
	color: #000066;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #242121;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#e8ded2;
	border: 1px solid #000066;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 515px;
	height: 115px;
	background:#ffffff;
	border: 1px solid #000066;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: #ffffff url("images/nav-bg.gif") repeat-x;
	font: bold 12px Arial, Helvetica, sans-serif;
	border:1px solid #000066;	
                float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

#spacer {
	background:  url("images/icon_spacer.jpg");
	height: 100%;

}
/*sidebar */
#sidebar {
	background:  url("images/semitransparent-tan-light.png");
	background-repeat:repeat;
	float: left; 
	padding: 5px 10px 5px 10px;
 	width: 15%;
	height: 100%;
	color: #000066;
	overflow: visible; 
	border-right: 1px dotted #000066;
	border-bottom: 3px dotted #000066;
}
/*sidebar title  */
#sidebar h2 #sidebar .sidebartitle{
	font: bold 120%/100% "Trebuchet MS", Tahoma, Arial;
	color: #000066;
	margin: 0px 0px 0px 2px;
	border-bottom: 1px solid #000066;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #000066;
	text-decoration: none;
}
#sidebar a:hover{
	color: #990000;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #000066;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background:  url("img/blogroll.gif") no-repeat !important;
	padding-left: 16px !important;
}
/*meta */
ul.list-meta li{
	background:  url("img/meta.gif") no-repeat !important;
	padding-left: 16px !important;
}
/*rss */
ul.list-rss li{
	background:  url("img/rss.jpg") no-repeat !important;
	padding-left: 16px !important;
}
/*category bar */
ul.list-cat li, li.bar_categories li{
	background:  url("img/category.gif") no-repeat !important;
	padding-left: 20px !important;
}
/*recent bar  */
ul.list-rec li, li.bar_comments ul li {
	background:  url("img/recent.gif") no-repeat !important;
	padding-left: 20px !important;
}
/*archives bar */
ul.list-archives li, li.bar_archives li{
	background:  url("img/archive.gif") no-repeat !important;
	padding-left: 20px !important;
}
/*pages bar */
ul.list-page li, li.bar_pages li, li.bar_recent_entries li{
	background:  url("img/page.gif") no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages bar */
ul.list-page li ul li, li.bar_pages li ul li{
	background:  url("img/page-arrow.gif") no-repeat !important;
	padding-left: 10px !important;
}
/*calendar bar  */
li.bar_calendar td {
	padding: 1px 7px;
}
/*text bar */
.textbar {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 15px 0 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #000066;
	width: 65%;
	height: 15px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #000066;
	background: #ffffff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background:#dcc8af url("images/nav-bg.gif") repeat-x;
	border: 1px solid #000066;
	width: 50px;
	height: 25px;
                font: bold 12px Arial, Helvetica, sans-serif;
	color: #000066;
	vertical-align: middle;
}

/*search form */
#constantContact {
	margin: 15px 0 0;
}
#constantContact br {
	display: none;
}
#constantContact #s {
	border:1px solid #000066;
	width: 100px;
	height: 15px;
	padding-top: 4px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #000066;
	background: #ffffff;
	margin-right: 2px;
	color: #000000;
    font: normal 10px Arial, Helvetica, sans-serif;
}
/* constantContact form button - to specify button only use input[type="submit"] */
#constantContact input {
	background:#dcc8af url("images/nav-bg.gif") repeat-x;
	border: 1px solid #000066;
	width: 30px;
	height: 25px;
    font: bold 12px Arial, Helvetica, sans-serif;
	color: #000066;
	vertical-align: middle;
}

/* page close */
#close {
	clear: both;
	background: #ffffff;
	color: #ffffff;
	font-size: 95%;
	padding: 0px;
	margin: 0px;
}

/* fbar */
#fbar {
	margin: 0px auto;
	padding-top: 8px;
	width: 95%;
	background: #ffffff url("images/menu-background2.gif") repeat-x;
	height: 25px;
	font-size: 10px;
}
#fbar a, #credit a:visited {
	margin-top: 0px auto;
	color: #ffffff;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}