/*
Motive Audio Visual Formatting Stylesheet
Designed by Digital Forge

This stylesheet controls the look and feel of the Motive AV site.

*/



/* body declarations to apply default styles to the document */
body
{
	background:url(../images/background_short.gif) repeat-y top center #fff;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-style: normal;
	font-weight: normal;
	color:#333333;
}

/* body text paragraphs */
p
{
	margin: 0px 0px 20px 0px;
}

/* body text large headings */
h1
{
	font-size: 1.6em;
	color: #04225F;
	font-style: normal;
	font-weight: bold;
}

/* body text medium headings */
h2
{
	font-size: 1.1em;
	margin: 0px;
	color: #04225f;
	font-style: normal;
	font-weight: bold;
}


li
{
	padding: 0px 0px 10px 0px;
	list-style: circle;
}

/* Instruction text about plugins and media formats for gallery and portfolio pages */
.instruction
{
	font-size: 80%;
	color: #04225F;
}

/* Title text of video previews on portfolio */
.video_title {
	font-size: 1.0em;
	margin: 0px;
	color: #04225f;
	font-style: normal;
	font-weight: bold;
}

/* The runtime of video previews on portfolio */
.video_runtime {
font-size: 75%;
color: #04225f;
}

.archive_list p
{
	font-size: 90%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

/* Titles of archive movies on the services page */
.archive_title
{
	font-style: normal;
	font-weight: bold;
}

/* Clears borders around images that are hyperlinks. */
a img {
border: 0px;
}

/* paragraph style for the footer section of the page */
.footer p
{
	font-size: 80%;
	color: #04225f;
}

/* Styles for the navigation menu bar rollovers */
.menu a
{
	font-size: 100%;
	text-decoration: none;
	margin: 0px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	font-weight: bold;
}

.menu a:link { color: #04225f;}

.menu a:visited {color: #666666;

}
.menu a:hover {color: #cc6600;

}
.menu a:active {

}




/* Styles for the footer rollovers */
.footer a
{
	text-decoration: none;
	font-weight: bold;
}

.footer a:link { color: #04225F;}
.footer a:visited { color: #04225F;}
.footer a:hover { color: #C60;}
.footer a:active {}


/* Styles for standard rollover links */
a
{
	text-decoration: underline;
	font-weight: normal;
}

a:link { color: #04225F;}
a:visited { color: #04225F;}
a:hover { color: #C60;}
a:active {}

