/* 
Dark Blue: rgb(0,39,76)
Med Blue: rgb(126,159,180)
Light Blue: rgb(203,214,223)
font: normal 12px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
*/


body
{
	margin: 0;
	padding: 0;
	background-color: rgb (0,0,0);
	background:  rgb(203,214,223) url(../images/background.jpg) top left repeat-x; 
	font: normal 11px Verdana, Georgia, Sans-Serif;
}

/* Links */

/* These links begin the link styling, several are overwritten by the  cascade in the sections */
a:link { color: rgb(0,39,76); text-decoration: none; }
a:visited { color: rgb(126,159,180); text-decoration: none; }
a:hover, a:active { color: #993333; }


/* These links are for content section */
#content a:link { padding: 0 2px; border-bottom: 1px solid rgb(0,39,76);  }
#content a:visited { padding: 0 2px; border-bottom: 1px solid rgb(0,39,76); }
#content a:hover, 
#content a:active 
{ 
	color: rgb(255,255,255);
	background-color: rgb(126,159,180);
	border-bottom-color: rgb(126,159,180);
}

/* These links are for sidebar section */
#sidebar a:link { padding: 0 2px; border-bottom: 1px solid rgb(0,39,76);  }
#sidebar a:visited { padding: 0 2px; border-bottom: 1px solid rgb(0,39,76); }
#sidebar a:hover, 
#sidebar a:active 
{ 
	color: rgb(255,255,255);
	background-color: rgb(126,159,180);
	border-bottom-color: rgb(126,159,180);
}

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px;
	color: rgb(126,159,180) }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 13px; text-transform: uppercase; margin: 5px 0; }
ul { line-height: 1.8em; list-style-type: square; color: #333333; }
ol { line-height: 1.8em; color: #333333; }

table 
{ 
	color: #333333;
	border-left: 1px solid #999999; 
	border-top: 1px solid #999999; 
}

table caption 
{ 
	font-weight: bold; 
	margin-bottom: 5px; 
}

th, td 
{ 
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999;
	padding: 2px 5px;
}

th { background-color: #cfcfcf; }

tr.alt td
{
	background-color: #eeeeee;
}

/* Structure */

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

p#meta
{
	margin: 0; 
	padding: 5px; 
	color: #aaaaaa;
	background-color: rgb(0,39,76); 
	border-bottom: 0px solid #000000;
}

#header
{
	background-color: rgb(203,214,223);	
}

/*
background-color: #f9f9f9;
*/
#navigation
{
	float: left;
	width: 100%;
}

#wrapper
{
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
	background-color: rgb(255,255,255);
}

/*
background-color: #333333;

Added padding: 0; to try to get rid of space 
below featured image in IE. Didn't work.  Seems to be an issue in ie6 only, not 
ie7
*/
#featured
{
	text-align: center;
	background-color: rgb(0,39,76);
	border-top: 1px solid #000000;
	border-bottom: 0px solid #000000;
	width: 100%;
	height: 300px;
	color: #999999;
	padding: 0;
}

#content-wrapper
{
	width: 100%;
	float: left;
}

#content
{
	float: left;
	padding: 20px;
	line-height: 1.6em;
}

#sidebar-wrapper
{
	width: 0%;
	float: left;
}

#sidebar
{
	float: left;
	padding: 20px;
}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin: 20px 0;
	color: rgb(126,159,180);
	text-align: center; 
	background-color: rgb(0,39,76);
}

/* Meta */

p#meta a:link, p#meta a:visited { padding: 0 5px; color: #9cb1d0; }
p#meta a:hover, p#meta a:active { color: #bed3f0; }

/* Header */

#header h1 { margin: 0; padding: 10px 5px 5px; }
#header h2 { font-size: 12px; margin: 0; padding: 0 5px 10px 20px; }
#header h1 a:link, #header h1 a:visited { color: #333333; }
#header h1 a:hover, #header h1 a:active { color: #000000; }


/* Navigation 
Set font size to 10px.
*/

#navigation ul
{
	margin: 0;
	padding: 0;
	float: left; 
	width: 100%; 
	list-style-type: none;
	background-color: rgb(0,39,76);
	font-size:10px;
	font-weight: bold;
}

#navigation li { float: left; margin: 0; padding: 0; }

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: rgb(203,214,223);
	padding: 5px 10px; 
	background-color: rgb(0,39,76);
}

#navigation a:hover,
#navigation a:active
{
	color: rgb(0,39,76);
	background-color: rgb(203,214,223);
}


/* Subnavigation */
#subnavigation ul
{
	margin: 0;
	padding: 0;
	float: left; 
	width: 100%; 
	list-style-type: none;
	background-color: rgb(203,214,223);
	font-size:10px;
	font-weight: bold;
}

#subnavigation li { float: left; margin: 0; padding: 0; }

#subnavigation a:link,
#subnavigation a:visited
{
	float: left;
	display: block;
	color: rgb(0,39,76);
	padding: 5px 10px; 
	background-color: rgb(203,214,223);
}

#subnavigation a:hover,
#subnavigation a:active
{
	color: rgb(0,0,0);
	background-color: rgb(203,214,223);
	text-decoration: underline;
}



/*
This is just for the portfolio section


#bwelcome li#lwelcome a,
#bsession li#lsession a,
#bsupport li#lsupport a,
#bblog li#lblog a,
#babout li#labout a,
#bcontact li#lcontact a
*/


#bportfolio1 li#lportfolio a,
#bportfolio2 li#lportfolio a,
#bportfolio3 li#lportfolio a,
#bportfolio4 li#lportfolio a,
#bportfolio5 li#lportfolio a,
#bportfolio6 li#lportfolio a
{
	color: rgb(0,39,76);
	background-color: rgb(203,214,223);	
}

/*
Sub-navigation styling
*/

#bportfolio1 li#lfamily a,
#bportfolio2 li#lweddings a,
#bportfolio3 li#llifestyle a,
#bportfolio4 li#lseniors a,
#bportfolio5 li#lbusiness a
{
	color: rgb(0,0,0);
	background-color: rgb(203,214,223);
	text-decoration: underline;
}


/* Featured
We don't need a border around the featured image.
Change 1px ot 0px.

Try taking out all together to get rid of the space below photo in IE. Didn't work.
*/
#featured p { margin: 20px 0; }
#featured img { border: 0px solid #000000; }

/* Content */

#content > h3, #content .top { margin-top: 5px; }

/* Sidebar */

/* Footer */

#footer a:link { color: rgb(126,159,180); }
#footer a:visited { color: rgb(126,159,180); }
#footer a:hover, #footer a:active {
	color: rgb(203,214,223); 
	}
#footer p { padding: 5px 0; }


#flashcontent {				
		margin: 0px 0px 0px 0px;	
		width: 760px;	
		height: 480px;			
	}
