/*****************************************************/
/* CSS Screen Standard Formatting Across All Screens */
/*****************************************************/

body { 
	width: 960px;
	background-color: #536691;  
	background-image: url("../images/background-gradient.png");
	background-repeat: repeat-x;
}

#content-gradient {
	width: 920px;
	background-color: #bec9d8;  
	background-image: url("../images/content-gradient.png"); 
	background-repeat: repeat-x;
	margin: 20px 0 0 20px; 
}

#header-box-left {
	width: 285px;
	height: 170px;
	margin: 20px 10px 5px 15px;
	background-color: #373762;
	float: left;
}

#header-box-right {
	width: 590px;
	height: 170px;
	margin-right: 20px;
	margin: 20px 0 5px 0;
	background-color: #373762;
	float: left;
}

#body-white { 
	width: 960px;
	background-color: #ffffff;
	background-image: none;
}

#content-white {
	width: 920px;
	background-color: #ffffff; 
	margin: 20px 0 0 20px; 
}

#header-box-white-left {
	width: 285px;
	height: 170px;
	margin: 20px 5px 5px 20px;
	float: left;
}

#header-box-white-right {
	width: 590px;
	height: 170px;
	margin: 20px 0 5px 0;
	float: left;
}

#content-box {
	width: 880px;
	margin-top: 10px;
	margin: 0 auto;
}

footer {
	margin: 10px auto;
}

#footnote-box {
	width: 880px;
	background-image: url("../images/footer-box.png");
	background-repeat: no-repeat;
}

#footnote-name {
	font-family: Helvetica, Arial, Verdana, sans-serif; 			 
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	color: #000000;
	padding-top: 6px;
	text-align: center;
}

#footnote-dot-com {
	font-family: Helvetica, Arial, Verdana, sans-serif; 			 
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

#footnote-contact {
	font-family: Helvetica, Arial, Verdana, sans-serif; 			 
	font-size: 9px;
	line-height: 9px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

.clear { clear:both; }

/* Link State */
a.link-state {
	font-family: Helvetica, Arial, Verdana, sans-serif; 			 
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}	

a.link-state:link {
	color: #4169e1;	
}	

a.link-state:visited {
	color: #004061;	
}	

a.link-state:hover {
	color: #004061;		
	background-color: #d0c9cd;
	text-decoration: underline;
}	

a.link-state:active {
	color: #ff0000;	
}

/* Link State for Footnotes */
a.link-state-footnote {
	font-family: Helvetica, Arial, Verdana, sans-serif; 			 
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #5b5959;
	text-decoration: none;
}	

a.link-state-footnote:link {
	color: #5b5959;	
}	

a.link-state-footnote:visited {
	color: #004061;	
}	

a.link-state-footnote:hover {
	color: #004061;		
	background-color: #d0c9cd;
	text-decoration: underline;
}	

a.link-state-footnote:active {
	color: #ff0000;	
}	

/************************************************
* SPRITE BASED NAVIGATION BAR TECHNIQUE         *
* Donwloaded from: http://www.mattvarone.com    *
* Modified for this Project - Calculation Below *
************************************************/
        
/*                              Navagation Bar How to Calculate
|--   77   -- --    98    -- --     113	   -- --    106     -- --      147       -- --  339   -- | M       
|            77            175               288		     394                  541   		880 | E B
|    Home    |   Halloween  |  Thanksgiving   |   Christmas   |  Gone to the Dogs  |...		        | N A
|																	                				| U R
*/

ul#topnav {	
	width: 880px;
	list-style: none;
	height: 30px;
	margin: 0 auto; /* center navigation bar */
}

ul#topnav li {
	display: inline;
}

ul#topnav li a {
	height: 30px;
	float: left;
	text-indent: -9999px;
	text-decoration: none;
}

ul#topnav li#topnav-1 a {
	width: 77px;
	background: url(../images/doodle-menu.jpg) no-repeat 0 0;
}

ul#topnav  li#topnav-1 a:hover {
	background-position: 0 -30px;
}

ul#topnav  li#topnav-1 a.current {
	background-position: 0 -60px;
}
      
ul#topnav li#topnav-2 a {
	width: 98px;
	background: url(../images/doodle-menu.jpg) no-repeat -77px 0;
	}

ul#topnav  li#topnav-2 a:hover {
	background-position:-77px -30px;
}

ul#topnav  li#topnav-2 a.current {
	background-position: -77px -60px;
}
        
ul#topnav li#topnav-3 a {
	width: 113px;
	background: url(../images/doodle-menu.jpg) no-repeat -175px 0;
}

ul#topnav  li#topnav-3 a:hover {
	background-position: -175px -30px;
}

ul#topnav  li#topnav-3 a.current {
	background-position: -175px -60px;
}
        
ul#topnav li#topnav-4 a {
	width: 106px;
	background: url(../images/doodle-menu.jpg) no-repeat -288px 0;
}

ul#topnav  li#topnav-4 a:hover {
	background-position: -288px -30px;
}

ul#topnav  li#topnav-4 a.current {
	background-position: -288px -60px;
}
ul#topnav li#topnav-5 a {
	width: 147px;
	background: url(../images/doodle-menu.jpg) no-repeat -394px 0;
}

ul#topnav  li#topnav-5 a:hover {
	background-position: -394px -30px;
}

ul#topnav  li#topnav-5 a.current {
	background-position: -394px -60px;
}

ul#topnav li#topnav-6 a {
	width: 339px;
	background: url(../images/doodle-menu.jpg) no-repeat -541px 0;
}

/***********************************************************************************************************
* SPRITE BASED NAVIGATION BAR TECHNIQUE                                                                    *
* Donwloaded from:  http://bootstrap.pk/tutorials/tutorial-creating-animated-sprite-based-dropdown-menu    *
* Modified for this Project - Calculation Below                                                            *
************************************************************************************************************/
/*                              Navagation Bar How to Calculate
|--   77   -- --      98     -- --     113	   -- --      106   -- --    486     -- | M       
|            77               175               288		         394            880	| E B
|    Home    |    Portfolio    |    Meet Jude    |   Cloud Blog   |...				| N A
|																	                | U R
*/

/* Main Navigation */
#main-nav {
	clear: both;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#main-nav ul li {
	float: left;
}

#main-nav li {
}

#main-nav ul li a {
	background: url(../images/portfolio-menu.jpg) repeat scroll 0 0;
	height: 30px;
	text-decoration: none;
	display: block;
}

#main-nav ul li a.home {
	width: 77px;
	text-indent: -99999em;
}
#main-nav ul li a.home:hover {
	background-position: 0px -60px;
}
#main-nav ul li.selected a.home {
	background-position: 0px -30px;
}

#main-nav ul li a.portfolio {
	width: 98px;
	background-position: -78px 0;
	text-indent: -99999em;
}
#main-nav ul li a.portfolio:hover {
	background-position: -78px -60px;
}
#main-nav ul li.selected a.portfolio {
	background-position: -78px -30px;
}

#main-nav ul li a.resume {
	width: 113px;
	background-position: -176px 0;
	text-indent: -99999em;
}
#main-nav ul li a.resume:hover {
	background-position: -176px -60px;
}
#main-nav ul li.selected a.resume {
	background-position: -176px -30px;
}

#main-nav ul li a.cloudblog {
	width: 106px;
	background-position: -289px 0;
	text-indent: -99999em;
}
#main-nav ul li a.cloudblog:hover {
	background-position: -289px -60px;
}
#main-nav ul li.selected a.cloudblog {
	background-position: -289x -30px;
}

#main-nav ul li a.filler {
	width: 486px;
	background-position: -395px 0;
	text-indent: -99999em;
}

/* Sub-Main Navigation */
#main-nav ul li ul {
	background: #EBEBEB none no-repeat top;
	width: 401px;
	position: absolute;
	border: 1px solid #c1c1c1;
	border-top: none;
	clear: both;
	overflow: hidden;
	margin-left: -1px;
	display: none;
}

#main-nav ul li ul li {
	font: normal 12px Cambria, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	padding-bottom: 5px;
	padding-top: 0;
}

#main-nav ul li ul li a {
	background: none;
	padding-bottom: 10px !important;
	height: 0;
	margin-top: 5px;
}

#main-nav ul li ul img {
	border: 2px solid #cfcfcf;
}

#main-nav ul li ul .one {
}
.one img {
	margin: 5px 5px 5px 12px;
	float: left;
}
.one h2 {
	margin-left: 10px;
	width: 312px;
	font: bold 12px Cambria, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	color: #3d89a6;
}
.one h3 {
	margin-left: 1px;
	width: 312px;
	font: bold 12px Cambria, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	color: #3d89a6;
}
.one p {
	padding-bottom: 5px;
	width: 312px;
	margin-top: 5px;
}
.one a {
	text-decoration: none;
	color: #3d89a6;
}
.one a:hover {
	color: #021f2b;
}
.one-hr  {
	width: 312px;
	height: 2px;
	background-color: #ffffff;
}

.one-selected h3 {
	margin-left: 1px;
	width: 312px;
	font: bold 12px Cambria, Tahoma, Helvetica, Arial, Verdana, sans-serif;
	color: #ff0000;
	float: left;
}
.one-selected a {
	text-decoration: none;
	color: #682a31;
}
.one-selected a:hover {
	color: #ff0000;
}