/*
--------------------------------------------------
Main CSS file for berkeleydigital.com

Created: 			08-12-07
Modified: 		03-17-08
Author: 			Ulan McKnight

Centered, 800px wide, 5 column website
column 1		140
column 2		280
column 3		420
column 4		560
column 5		700

Red           #991010
Rollover      #000000
Text          #0f0902


structure:

entire-page
  navigation
  body-content
  footer
entire-page
--------------------------------------------------
*/

/*
--------------------------------------------------
IE hacks
hide from IE
show only in IE
--------------------------------------------------
*/

/*\*/
html>body .ie-hack {
}
/**/

* html .ie-hack {
}

/* http://tlt.its.psu.edu/suggestions/international/web/tips/fontcss.html */
.utf8sans {
  font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
}

/*
--------------------------------------------------
main stuff
--------------------------------------------------
*/

html, body {
	height: 100%;
}

body {
  font-size: 62.5%;
  color: #0f0902;
	font-family: "Times New Roman", "Arial Black", Arial, sans-serif;
  background: url(/media/assets/background-color.jpg);
  background-repeat: repeat;
  width: 800px;
	margin: 10px auto 5px auto; 
	text-align: center; /* IE bug fix to center div */
}

/*\*/
html>body {
	text-align: left;
}
/**/

p { 
	font-size: 1.3em;
	line-height: 1.2em;
}

/*
--------------------------------------------------
styles
--------------------------------------------------
*/

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

a:link,
	a:visited {
		color: #991010;
		text-decoration: none;
}

a:hover,
	a:active {
		color: #000000;
}

img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.img {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.img-left {
	/* border: 8px solid #534f50; */
	border: 8px solid #231f20;
	float: left;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

/*
.img-center {
  text-align: center;
	border: 8px solid #231f20;
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
}
*/

.img-right {
	/* border: 8px solid #534f50; */
	border: 8px solid #231f20;
	float: right;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

.img-right-transparent {
	/* border: 8px solid #534f50; */
	border: 8px solid #e5e3e4;
	float: right;
	margin: 0px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}

.white-border {
	border: 1px solid #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.red {
  color: #991010;
 }
 
 /*
--------------------------------------------------
entire-page
--------------------------------------------------
*/

.entire-page {
	width: 800px;
	text-align: left;
}

/*
--------------------------------------------------
navigation
--------------------------------------------------
*/

.navigation {
	background-image: url(/media/assets/navigation.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
}

.logo-column {
	float: left;
	width: 280px;
  margin: 40px 0px 0px 0px;
}

.logo-column p {
	margin: 0px 0px 0px 10px;
}

.navigation-column {
	float: left;
	background-image: url(/media/assets/navigation-button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100px;
	height: 29px;
  margin: 52px 0px 0px 0px;
}

.category {
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
  margin: 0px 0px 0px 0px;
	padding: 6px 8px 0px 0px;
}

.category a:link,
	.category a:visited {
    /*background-image: url(/media/assets/forward-off.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 107px;
    height: 29px;*/
		color: #000000;
		text-decoration: none;
}

.category a:hover,
	.category a:active {
    /*background-image: url(/media/assets/forward-on.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 107px;
    height: 29px;*/
    color: #ffffff;
}

/*
--------------------------------------------------
body-content
--------------------------------------------------
*/

.body-image {
	background-image: url(/media/assets/content-background.jpg);
  background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.body-content {
  position: relative;
	background-image: url(/media/assets/content-camera.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
	margin: 0px 30px 0px 30px;
	padding: 20px 20px 100px 20px;
}

.body-content p {
  font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
breadcrumbs
--------------------------------------------------
*/

.breadcrumbs {
	background: url(/media/assets/navigation-gradient.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.breadcrumbs p {
	color: #991010;
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 20px 10px;
}

/*
--------------------------------------------------
footer
--------------------------------------------------
*/
.footer   {
	height: 15px;
	background: url(/media/assets/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.footer p {
  text-align: right;
	color: #ffffff;
	font-size: 1.1em;
	line-height: 150%;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 0px;
}

.footer a:link,
  .footer a:visited {
	  color: #ffffff;
	  font-weight: bold;
}

.footer a:hover,
  .footer a:active {
	  color: #999999;
}

/*\*/
html>body .global-footer {
	margin: -15px 0px 0px 0px;
	padding: 0px 0px 10px 15px;
}
/**/

/*\*/
html>body .global-footer p {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 10px 15px;
}
/**/

/*
--------------------------------------------------
vertical stuff
--------------------------------------------------
*/

.vertical-20 {
	width: 800px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.vertical-40 {
	width: 800px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
page classes
--------------------------------------------------
*/

.local-navigation {
  width: 175px;
	background: url(/media/assets/local-navigation.jpg);
	background-repeat: repeat-y;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
}

.local-navigation-head {
	height: 34px;
	background: url(/media/assets/local-navigation-head.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
  
}

/*
--------------------------------------------------
index stuff
--------------------------------------------------
*/

.pix {

}

.box {
	width: 334px;
	margin: 0px 0px 10px 0px;
	border: 1px dotted black;
}

.box p {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: none;
}

.everything-you-shoot {
	background: url(/media/assets/everything-you-shoot.jpg);
	background-repeat: no-repeat;
	height: 21px;
}

.index-image {
	position: relative;
	width: 800px;
	height: 388px;
	z-index: 0;
}

.index-tagline {
	/*background: url(/media/yvod/tagline-back.gif) no-repeat;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;*/
	width: 600px;
	height: 80px;
	margin: -320px 0px 0px 350px;
	padding: 10px 10px 0px 15px;
	position: relative;
	z-index: 3;
	clear: both;
}

/*\*/
html>body .index-tagline {
	padding: 10px 10px 0px 10px;
}
/**/

.index-tagline p {
	font-family: Arial, Verdana, san-serif;
  color: #ffffff;
	font-size: 2.0em;
	line-height: 0.7em;
	text-indent: -4.0em;
	font-weight: light;
}

.index-quote {
  color: #ffffff;
	font-size: 3.5em;
	position: relative;
	top: 30px;
}

.index-content {
  height: 200px;
	margin: 0px 0px 0px 0px;
	border: 1px solid black;
}

/*
--------------------------------------------------
slider code
--------------------------------------------------
*/

/* slider area definitions */
.slider {
	width: 320px;
	margin: 10px 0px 10px 0px;
	padding: 7px 7px 2px 7px;
	border: 1px solid #000000;

}

.slider-2 {
	width: 550px;
	margin: 0px 0px 15px 0px;
	padding: 7px 7px 2px 7px;
	border: 1px solid #000000;
}

.error-message {
	width: 334px;
	color: red;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

p.slider-header {
	color: #000000;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0px 0px 0px 100px;
}

.slider a,
  .slider-2 a {
    color: #606060;
    background: url(/media/assets/plus-button.jpg) no-repeat center right;
    min-height: 26px;
    display: block;
    /*
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    */
}

* html .slider a,
  * html .slider-2 a{
    height: 26px;
    /* padding: 4px 0px 0px 4px;*/
}

/* links within slider area */
.slider a.inline,
  .slider-2 a.inline {
    background: none;
    display: inline;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}

/*
--------------------------------------------------
column definitions
float left (organize as desired on page)
float-right allows text to flow around div
10px less than column width to allow for IE bug
universal padding of 5px (adjust spacing within section a required)
--------------------------------------------------
*/

.left-column {
  float: left;
  width: 350px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.right-column {
  float: left;
  width: 330px;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}

.one-column {
	float: left;
	width: 160px;
  margin: 0px 0px 0px 0px;
}

.one-column-slider {
	float: left;
	width: 120px;
  margin: 0px 0px 0px 0px;
}

.one-column-right {
	float: right;
	width: 200px;
  margin: 0px 0px 0px 0px;
}

.two-column {
	float: left;
	width: 200px;
  margin: 0px 0px 0px 0px;
}

.two-column-slider {
	float: left;
	width: 120px;
  margin: 0px 0px 0px 0px;
}

.two-column-small {
	float: left;
	width: 240px;
  margin: 0px 0px 0px 0px;
}

.two-column-right {
	float: right;
	width: 270px;
  margin: 0px 0px 0px 0px;
}

.three-column {
	float: left;
	width: 470px;
  margin: 0px 0px 0px 0px;
}

.three-column-right {
	float: right;
	width: 470px;
  margin: 0px 0px 0px 0px;
}

.four-column  {
	float: left;
	width: 540px;
  margin: 0px 0px 0px 0px;
}

.five-column  {
	width: 800px;
	margin: 0px 0px 0px 0px;
}

.one-column p,
  .one-column-right p,
  .two-column p,
  .two-column-small p,
  .two-column-right p,
  .three-column p,
  .three-column-right p,
  .four-column  p,
  .five-column p {
    font-size: 1.4em;
    padding: 5px 5px 5px 5px;
}

/*
--------------------------------------------
cleaner
--------------------------------------------
*/

.cleaner {
	clear: both;
}

.localnav {
	width: 138px;
}

.localnav-head {
  font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	text-decoration: none;
	background-image: url(/media/yvod/localnav/ln_head.gif);
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: list-item;
	margin: 0px 0px 0px 0px;
	padding: 8px 6px 0px 21px
}

.localnav-content {
	background-image: url(/media/yvod/localnav/ln_repeat.gif);
	background-repeat: reapeat-x;
}

.localnav-foot {
	background: url(/media/yvod/localnav/ln_foot.gif) no-repeat top left;
	height: 8px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.navlocallist  {
	font-size: 9px;
	font-weight: bold;
	line-height: 150%;
	list-style-image: url(/media/yvod/arrow.gif);
	list-style-position: inside;
	display: inline
}

ul {
  font-size: 1.2em;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	line-height: 1.4em;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}

li {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.arrow-list {
	font-size: 0.9em;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}

* html .arrow-list {
	margin: 0px 0px 0px 12px;
}

.localnav-list {
	font-size: 0.7em;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
}

* html .localnav-list {
	font-size: 0.8em;
}

li.blue,
	li.gray,
	li.green,
	li.orange,
	li.red,
	li.yellow,
	li.none {
		background-repeat: no-repeat;
		background-position: 0px 55%;
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 3px 16px;
}

* html li.blue,
	* html li.gray,
	* html li.green,
	* html li.orange,
	* html li.red,
	* html li.yellow,
	* html li.none {
		padding: 3px 0px 3px 0px;
}

li.blue {
	background-image: url(/media/yvod/arrow-blue.gif);
}

li.gray {
	background-image: url(/media/yvod/arrow-gray.gif);
}

li.green {
	background-image: url(/media/yvod/arrow-green.gif);
}

li.orange {
	background-image: url(/media/yvod/arrow-orange.gif);
}

li.red {
	background-image: url(/media/yvod/arrow-red.gif);
}


li.yellow {
	background-image: url(/media/yvod/arrow-yellow.gif);
}

li.none {
	margin-top: -7px;
}

/*
--------------------------------------------------
header text stuff
--------------------------------------------------
*/

h1  {
	color: #000000;
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h2 {
	color: #505050;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h3    {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h4  {
	color: #000000;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h5  {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------
copy related
--------------------------------------------------
*/

.copy   {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 5px 20px 0px 0px;
	padding: 0px 0px 3px 0px;
}

.copy:first-line  {
	margin: 0px 20px 12px 0px;
	padding: 0px 0px 0px 0px;
}

.copy-medium   {
	font-size: 0.8em;;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.copy-small   {
	font-size: 0.7em;;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

* html .copy-small   {
	font-size: 0.8em;;
}

.copyhuge   {
	font-size: 1.3em;
	line-height: 150%;
	margin: 0 20px 0 0;
	padding: 0 0 12px
}

.copy-notice   {
	font-size: 1.0em;
	line-height: 150%;
	margin: 0 20px 0 0;
	padding: 0 0 12px;
	color: #FF0000;
}

.red-text {
	color: red;
}

.orange-text {
	color: #f60f60;
}

.dark-orange-text {
	color: #f30f30;
}

/*
--------------------------------------------------
image related
--------------------------------------------------
*/

.arrow,
	.arrow-blue,
	.arrow-gray,
	.arrow-green,
	.arrow-orange,
	.arrow-red,
	.arrow-yellow {
		background-repeat: no-repeat;
		background-position: 8px 4px;
}

.arrow {
	background-image: url(/media/yvod/arrow.gif);
}

.arrow-blue {
	background-image: url(/media/yvod/arrow-blue.gif);
}

.arrow-gray {
	background-image: url(/media/yvod/arrow-gray.gif);
}

.arrow-green {
	background-image: url(/media/yvod/arrow-green.gif);
}

.arrow-orange {
	background-image: url(/media/yvod/arrow-orange.gif);
}

.arrow-red {
	background-image: url(/media/yvod/arrow-red.gif);
}

.arrow-yellow {
	background-image: url(/media/yvod/arrow-yellow.gif);
}

/*
--------------------------------------------------
form related
--------------------------------------------------
*/

.form-box {
	width: 420px;
	/*
	background-image: url(/media/new/form-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	*/
	margin: 0px auto 0px auto;
	padding: 0px 0px 20px 0px;
}

.form-box-top {
		/*
		background-image: url(/media/new/form-box-top.gif);
		background-repeat: no-repeat;
		*/
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 5px 0px;
}

.form-box-top p {
	color: red;
	font-size: 0.8em;
	padding: 10px 10px 0px 20px;
}

.form-box-repeat {
	/*
	background-image: url(/media/new/form-box-repeat.gif);
	background-repeat: repeat-y;
	background-position: bottom center;
	*/
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

.form-left {
	float: left;
	width: 120px;
	font-size: 0.8em;
	vertical-align: top;
	margin: 0px 0px 20px 20px;
	padding: 0px 0px 0px 0px;
}

.form-right {
	float: left;
	width: 280px;
	font-size: 0.8em;
	vertical-align: top;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

/*
--------------------------------------------------

--------------------------------------------------
*/

.list    {
	font-size: 10px;
	line-height: 1.4em;
	text-decoration: none;
	background-image: url(/media/yvod/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0 40px 0 0;
	padding: 5px 6px 8px 12px
}

.list_small_column {
	font-size: 10px;
	line-height: 1.4em;
	text-decoration: none;
	background-image: url(/media/yvod/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0 12px 0 0;
	padding: 5px 6px 8px 12px
}

.list_small_column1 {
	font-size: 10px;
	line-height: 1.4em;
	text-decoration: none;
	background-image: url(/media/yvod/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	text-align: left;
	text-indent: 12px;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0;
	padding: 3px 6px 6px 0
}

.linklist_small  {
	font-size: 9px;
	line-height: 1.4em;
	text-decoration: none;
	background-image: url(/media/yvod/arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0 40px 0 0;
	padding: 3px 6px 0 12px
}

.navlarge    {
	color: #7c7c7c;
	font-size: 14px;
	font-weight: bolder;
	margin: 0;
	padding: 6px 0 0 6px;
	list-stynew: none    
}

a.navlarge  {
	color: #7c7c7c;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0
}

a.navlarge:link  {
	color: #7c7c7c;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0
}

a.navlarge:visited  {
	color: #7c7c7c;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0
}

a.navlarge:hover {
	color: #f50;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0
}

.nav {
	font-size: 11px;
	line-height: 1.4em;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px
}

a.nav {
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px
}

.nav a:link,
	.nav a:visited {
	color: #505050;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0
}

.nav a:hover,
	.nav a:active,
	.login {
	color: #f50f50;
	text-decoration: none;
	list-style-type: none;
	display: list-item;
	margin: 0;
	padding: 0
}

.copylarge {
	font-size: 11px;
	line-height: 150%;
	margin: 0 24px 0 0;
	padding: 0 0 12px
}

.copy-feature {
	font-size: 11px;
	/* font-weight: bold; */
	line-height: 150%;
	background-image: url(/media/yvod/arrow.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0 12px 0 0;
	padding: 0 0 12px 21px
}

.copy-highlights    {
	font-size: 14px;
	/* font-weight: bold; */
	line-height: 150%;
	/* background-image: url(/media/yvod/arrow.gif); */
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	margin: 0 12px 0 0;
	padding: 0 0 12px 21px
}

.copy_larger {
	font-size: 13px;
	line-height: 150%;
	margin: 0 24px 0 0;
	padding: 0 0 12px
}

.image  {
	margin: 0;
	padding: 14px 0 6px
}

.copylargelist  {
	font-size: 11px;
	line-height: 150%;
	list-style-image: url(/media/yvod/arrow.gif);
	list-style-position: inside;
	display: list-item;
	margin: 0 12px 0 0;
	padding: 0
}

.copylargemarg {
	font-size: 11px;
	line-height: 150%;
	font-size-adjust: ;
	margin: 0 12px 0 0;
	padding: 4px 0 0
}

.copymarg {
	font-size: 10px;
	line-height: 150%;
	font-size-adjust: ;
	margin: 0 12px 0 0;
	padding: 1px 0 0
}

.copysml {
	font-size: 9px;
	line-height: 150%;
	margin: 6px 12px 6px 0;
	padding: 0
}

.dividerline {
	color: #f0f0f0;
	font-size: 1px;
	line-height: 0;
	text-decoration: overline;
	margin: 0;
	padding: 0 0 12px
}