/* Thundas Ink CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color:#ffffff;
	background-image: url(../images/josh_background.png);	
	background-repeat: no-repeat;
	text-align: center; /* centering hack for ieWin5.x */
}
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
}

h3 {
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #000000;
	text-align: center;
}
h4 {
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}

h5 {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #000000;
}


/*Wrappers*/
#wrapper {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resets alignment from ieWin5.x hack */
}

#wrapper_creative {
	width: 975px;
	height: 1100;
	background-image: url(../images/creative_background.jpg);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resets alignment from ieWin5.x hack */
}

#wrapper_about {
	width: 1000px;
/*	height: 1300px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* resets alignment from ieWin5.x hack */
	background-image: url(../images/josh_background_about.jpg);
}

/*Header*/
#header {
	width: 1000px;
	height: 180px;
	background-image:url(../images/josh_header.png);
}

#header_creative {
	width: 975px;
	height: 150px;
}


/*Content*/
#content {
	width: 915px;
	height: auto;
	padding-left: 0px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
}

#content_clips {
	width: 915px;
	height: auto;
	padding-left: 0px;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
}

#content_creative {
	width: 915px;
	height: 950px;
	color: #000000;
	padding-left: 10px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 25px;
}

#content_header {
	width: 670px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 25px;
/*	margin-left: auto;
	margin-right: auto;
*/	margin: 0px auto 0px auto;
}

#quote_spacer {
	width: 1000px;
	height: auto;
}

.float-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	}

.float-right_contact {
	float: right;
	padding-right: 115px;
	margin-left: 15px;
	margin-bottom: 158px;
}

.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}

#content a:link, #content a:active {
	padding: 1px 2px;
	text-decoration: none; 
	border-bottom: 1px dotted #000000;
	color: #000000;
}

#content a:visited {
	color: #1e52a5; 
	padding: 1px 2px; 
	text-decoration: none; 
	border-bottom: 1px dotted #1e52a5;
}

#content a:hover {
	color: #1e52a5;
	margin: 0 -3px;
}

#content_about a:link, #content a:active {
	padding: 1px 2px;
	text-decoration: none; 
	border-bottom: 1px dotted #1e52a5;
	color: #1e52a5;
}

#content_about a:visited {
	color: #1e52a5; 
	padding: 1px 2px; 
	text-decoration: none; 
	border-bottom: 1px dotted #1e52a5;
}

#content_about a:hover {
	color: #1e52a5;
	margin: 0 -3px;
}

/*Navigation*/
#navigation {
	width: 670px;
	font-size: 1.5em;
	padding: 2px 30px 2px 30px;
	border-bottom: #000000 double;
	border-top: #000000 double;
	border-bottom-color: #1e52a5;
	border-top-color: #1e52a5;
	background-image: url(../images/navbar_background.png);
/*	margin-left: auto;
	margin-right: auto;
*/	margin: 0px auto 0px auto;
}
#navigation ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	padding: 2px 7px 2px 7px;
	text-decoration: none;
}
#navigation a:link {
	color: #000000;
}
#navigation a:visited {
	color: #000000;
}
#navigation a:hover {
	color: #FFFFFF;
	background-color: #1e52a5;
}
#navigation a:active {
	color: #FFFFFF;
	background-color: #1e52a5;
}

/*Clip Navigation*/
#clip_navigation {
	width: 800px;
	font-size: 1.2em;
	padding: 10px 20px 5px 20px;
/*	margin-left: auto;
	margin-right: auto;
*/	margin: 0px auto 0px auto;
}
#clip_navigation ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#clip_navigation li {
	display: inline;
}
#clip_navigation a:link, #clip_navigation a:visited {
	padding: 5px 15px 5px 15px;
	text-decoration: none;
}
#clip_navigation a:link {
	color: #000000;
	text-decoration: none;
}
#clip_navigation a:visited {
	color: #000000;
	text-decoration: none;
}
#clip_navigation a:hover {
	color: #FFF;
	margin: 0 -3px;
	border: 3px double; 
	border-color: #F1F1F1 #C0C0C0 #C0C0C0 #F1F1F1; 
	background: #1e52a5; 
}
#clip_navigation a:active {
	color: #FFFFFF;
	background-color: #1e52a5;
}


/*Flash Player*/

#flash {
	float: left;
	padding-left: 100px;
	padding-right: 20px;
	padding-top: 10px;
}

/*Footer*/
#footer {
	clear: both;
	width: 1000px;
	height: 225px;
	background-image: url(../images/josh_footer.png);
}

#footer_about {
	clear: both;
	width: 1000px;
	height: 225px;
	background-image: url(../images/josh_footer_about.png);
}

#footer_music {
	clear: both;
	width: 1000px;
	height: 225px;
	background-image: url(../images/josh_footer_music.png);
}

/*Footer Spacer*/
#spacer	{
	width: 760px;
}

#spacer_about {
	height: 75px;
	width: 1000px;
}


