/*
Theme Name: CBA Project Management
Theme URI: http://wordpress.org/
Description: Custom theme
Version: 1.0
Author: William Barry

CBA Project Management by William Barry || http://pellicom.com
*/


/******************************************************************************/
/* Style for cba-projectmgt.com												  */
/******************************************************************************/

body {
	background: url(images/header_filler.gif) top left repeat-x #c0c0c0;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana;	
}

/******************************************************************************/
/* Container																  */
/******************************************************************************/

#container {
	position: relative;
	width: 800px;	
	margin: 0 auto 40px auto;
}

/******************************************************************************/
/* Header																	  */
/******************************************************************************/

#header {
	height: 153px;	
}

/******************************************************************************/
/* Logo																		  */
/******************************************************************************/

#logo {
	position: absolute;
	top: 0;
	left: 0;	
}

#logo a {
	display: block;
	width: 315px;
	height: 107px;
	background: url(images/logo.gif) top left no-repeat;	
}

#logo a span {
	display: none;	
}

/******************************************************************************/
/* Crumb trail																  */
/******************************************************************************/

#crumb_trail {
	position: absolute;
	top: 130px;
	left: 0;
	z-index: 20;	
	color: #ffffff;
}

#crumb_trail a {
	color: #ffffff;	
}

#crumb_trail a:hover {
	color: #dfad00;
}

/******************************************************************************/
/* Navigation																  */
/******************************************************************************/

#nav {
	position: absolute;
	top: 153px;
	left: 552px;
	width: 222px;
	background: url(images/nav_filler.gif) top left repeat-y;	
}

#nav_footer {
	height: 22px;
	background: url(images/nav_footer.gif) top left repeat-y;
}

#nav ul {
	list-style: none;
	margin: 20px 20px 0 14px;
	padding: 0;	
}

#nav ul li {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#nav ul li a {
	display: block;
	margin: 0;
	padding: 0 0 4px 18px;
	background-image: url(images/nav_bullet_large.gif);
	background-position: 0 1px;
	background-repeat: no-repeat;
	
	text-decoration: none;
	color: #ffffff;
	font-size: 1.6em;
	text-decoration: none;
}

#nav ul li a:hover {
	background-position: 0 -105px;	
	color: #dfad00;	
}


#nav ul li ul {
	margin: 4px 0 4px 20px;	
}

#nav ul li ul li a {
	padding: 0 0 0 16px;
	background-image: url(images/nav_bullet_small.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 1.2em;
}

#nav ul li ul li a:hover {
	background-position: 0 -86px;	
}

#nav ul li ul li a span {

}

/******************************************************************************/
/* Content																	  */
/******************************************************************************/

#content_container {
	width: 500px;
	padding-top: 20px;
	margin-bottom: 40px;	
}

#content {
	font-size: 1.2em;
	line-height: 140%;
}

#content h1 {
	margin-top: 0;
	padding-top: 0;
	color: #336699;
	font-size: 2.4em;
	line-height: normal;
}

#content h2 {
	color: #336699;
	font-size: 1.6em;	
	line-height: normal;
}

#content a {
	color: #003366;
	text-decoration: none;	
	border-bottom: #666666 1px solid;
}

#content a:hover {
	color: #003366;
	background: #efd67e;
	border-bottom: #000000 1px solid;	
}

/******************************************************************************/
/* Footer																	  */
/******************************************************************************/

#footer_container {
	width: 500px;
	border-top: #666666 1px solid;
}

#footer {
	font-size: 1em;
}

#footer a {
	color: #003366;
	text-decoration: none;
}

#footer a:hover {
	color: #003366;
	background: #efd67e;
	border-bottom: #000000 1px solid;
}


table.data {
	border-collapse: collapse;
}

table.data td {
	margin: 0;
	padding: 4px 8px;
}

table.data th {
	margin: 0;
	padding: 4px 8px;
	background: #336699;
	color: #ffffff;	
}

table.data tr.row0 td { background: #ccc; }
table.data tr.row1 td { background: #ddd; }

#map_container {
	position: relative;
	width: 500px;
	height: 337px;
	background: url(/wp-content/themes/cba-projectmgt/images/map.gif) top left no-repeat; 
}

#map_inner1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 21;
	width: 500px;
	height: 337px;
}

#map_inner2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 500px;
	height: 337px;
}


