/* CSS RESET
------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ZOE SITE STYLES
------------------------------------------------------------*/

html {
	height: 100%;
}

body {
	background: #000 url(../images/bg.gif) repeat;
	height: 100%;
	font-family: Verdana, Lucida, sans-serif;
	font-size: 13px;
}

.wrapper {
	width: 800px;
	margin: auto;
	background: #2f2f2f url(../images/wrapper-back.png) repeat;
	padding: 0;
	height: 100%;
	color: white;
	border-left: #242424 3px solid;
	border-right: #242424 3px solid;
}

.navbar {
	width: 800px;
	color: #ff3399;
	padding: 6px 0 8px 9px;
	font-weight: bold;
	font-size: 12px;
}

.navbar a {
	color: #12d7fc;
	text-decoration: none;
	margin: auto 12px;
}

.navbar a:hover {
	color: #ff3399;
	text-decoration: none;
}

.billboard {
	width: 800px;
	height: 224px;
	background: url(../images/billboard-back.png) repeat-x;
	border-top: 1px #12d7fc solid;
	border-bottom: 1px #12d7fc solid;
}

.zsactress {
	float: left;
}

.zphotos {
	width: 470px;
	height: 182px;
	float: left;
	margin: 21px 0 21px 0;
}

.linebreaker {
	margin: 0 0 17px 0;
	border-top: 1px #12d7fc solid;
	border-bottom: 1px #ff3399 solid;
}

.leftnav {
	float: left;
	width: 195px;
	margin: 6px 25px 0 20px;
	height: auto;
	overflow: hidden;
}

.leftnav a {
	height: 45px;
	width: 195px;
	margin: 0 0 10px 0;
	display: block;
	text-indent: -8000px;
}

#video {
	background: url(../images/video.png) no-repeat;
}

#video:hover {
	background: url(../images/video.png) no-repeat 0 -45px;
}

#reel {
	background: url(../images/reel.png) no-repeat;
}

#reel:hover {
	background: url(../images/reel.png) no-repeat 0 -45px;
}

#gallery {
	background: url(../images/gallery.png) no-repeat;
}

#gallery:hover {
	background: url(../images/gallery.png) no-repeat 0 -45px;
}

.contentarea {
	width: auto;
	float: left;
	line-height: 180%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.contentarea a {
	color: #12d7fc;
	text-decoration: none;

}

.contentarea a:hover {
	color: #ff3399;
	text-decoration: none;
}

.contentarea h2 {
	font-size: 18px;
	color: #ff3399;	
}

.contentarea hr {
	border: 2px solid #12d7fc;
}

.contentarea p {
	margin-bottom: 10px;
}

h2.gallery {
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
} 


.thumbs table {
  margin-left: auto;
  margin-right: auto;
  width: 420px;
  height: 225px;
}

.thumbs td {
  padding: 5px;
  text-align: center;
}
.thumbs img {
	border: 2px solid #12d7fc;
}
