body {
	height:100%;
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-align:center;
	background:#c7cacc url(/images/site/bg_concrete_04.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		
}
/* TEXT FORMATTING ------------------------------------------------------- */

.homenav {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-shadow: 0px 1px 1px #CCC;
	line-height: 220%;
}
.gallerynav {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.gallerysep {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	padding-left: 1em;
	padding-right: 1em;
}
.sep {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 220%;
	padding-left: 2.5em;
	padding-right: 2.5em;
}
.header {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}
p.header {
	text-align: center;
	margin-bottom: 0.5em;
}
.bodycopy {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 140%;
}
p.bodycopy {
	text-align: left;
	padding-left:50px;
	padding-right:50px;
	margin-top: 0.15em;
	margin-bottom: 0.5em;
}
.caption {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 110%;
}
p.caption {
	text-align: center;
	padding-left:1em;
	padding-right:1em;
	margin-top: .5em;
	margin-bottom:1.25em;
}
.minitext {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 220%;
	text-shadow: 0px 1px 1px #CCC;
}
.backtotop {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 150%;
}

/* LINK FORMATTING ------------------------------------------------------- */

a.homenav:link {
	text-decoration: none
}
a.homenav:visited {
	text-decoration: none
}
a.homepnav:active {
	text-decoration: none
}
a.homenav:hover {
	color: #000;
	text-shadow: 0px 1px 1px #FFF;
}
a.gallerynav:link {
	text-decoration: none
}
a.gallerynav:visited {
	color: #454550;
}
a.gallerynav:active {
	text-decoration: none
}
a.gallerynav:hover {
	color: #000;
	text-shadow: 0px 1px 1px #fff;
}
a.caption:link {
	text-decoration: none
}
a.caption:visited {
	color: #454550;
}
a.caption:active {
	text-decoration: none
}
a.caption:hover {
	color: #000;
	text-shadow: 0px 1px 1px #fff;
}
a.minitext:link {
	color: #333;
	text-decoration: none;
	margin-left: 0px;
}
a.minitext:visited {
	text-decoration: none
}
a.minitext:active {
	text-decoration: none
}
a.minitext:hover {
	color: #000;
	text-shadow: 0px 1px 1px #FFF;
}
a.bodycopy:link {
	text-decoration: none
}
a.bodycopy:visited {
	text-decoration: none
}
a.bodycopy:active {
	text-decoration: none
}
a.bodycopy:hover {
	color: #000;
	text-shadow: 0px 1px 1px #fff;
}

/* HOME BUTTON FORMATTING ------------------------------------------------------- */

.rollover a{
   display: block;
   text-indent: -9999px;
   margin: auto auto auto auto;
   cursor: pointer;
   outline: transparent solid 0px;
}
#clients a{
   height: 25px; /*This height is the visible portion of the button only*/
   width: 106px; /*Put your image width here*/
   background: url('http://www.sometimesy.com/images/site/home_button_client.png') no-repeat left top;
}
#clients a:hover{
   background-position: left -25px; /*This negative value should match the height above*/
}
#cinema a{
   height: 25px; /*This height is the visible portion of the button only*/
   width: 106px; /*Put your image width here*/
   background: url('http://www.sometimesy.com/images/site/home_button_cinema.png') no-repeat left top;
}
#cinema a:hover{
   background-position: left -25px; /*This negative value should match the height above*/
}
#gallery a{
   height: 25px; /*This height is the visible portion of the button only*/
   width: 106px; /*Put your image width here*/
   background: url('http://www.sometimesy.com/images/site/home_button_gallery.png') no-repeat left top;
}
#gallery a:hover{
   background-position: left -25px; /*This negative value should match the height above*/
}
