/*
Theme Name: Telescope Pictures
Author: Trevor Parscal
Version: 1.0
*/

/* =Theme
-------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: #CCCC66;
}
a:visited {
	color: #CCCC66;
	text-decoration: none;
}
a:hover {
	color: #CCCC66;
	text-decoration: underline;
}
a:active {
	color: #33CCFF;
	text-decoration: underline;
}

#fancybox-outer {
	box-shadow: 0 0 20px #000;
}

/* =Default Template
-------------------------------------------------------------- */
.template-default .page {
	width: 760px;
	margin: 3em auto;
}
.template-default .container {
	border: 1px solid #999966;
	overflow: hidden;
	z-index: 1;
	height: 500px;
	width: 760px;
	position: relative;
}
.template-default .header {
	width: 760px;
	top: 0px;
	background-image: url(images/title.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 46px;
}
.template-default .main {
	border: none;
	overflow: hidden;
	z-index: 1;
	height: 430px;
	width: 760px;
	position: relative;
	background-position: left top;
	background-repeat: no-repeat;
}
.template-default .content {
	line-height: 18px;
	color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	overflow: auto;
	z-index: 4;
	left: 405px;
	position: absolute;
	top: 73px;
	padding-right: 10px;
	height: 328px;
	width: 335px;
}
.template-default .title {
	display: none;
}
.template-default .menu {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	border: solid 1px #737452;
	border-left: none;
	border-right: none;
}
.template-default .menu li {
	display: inline;
	margin: 0;
	text-transform: lowercase;
	font-family: 'Questrial', sans-serif;
	letter-spacing: 0.125em;
	line-height: 22px;
	font-size: 13px;
}
.template-default .menu li:before {
	content: '\00B7';
	padding: 0 5px 0 2px;
	color: #e5e7a3;
}
.template-default .menu li:first-child:before {
	content: '';
}
.template-default .menu a {
	text-decoration: none;
	font-weight: normal;
	color: #e5e7a3;
}
.template-default .menu a:hover {
	color: #f9fac8;
}
.template-default .menu .current_page_item a {
	color: white;
}

/* =Stand-alone Template
-------------------------------------------------------------- */
.template-standalone .content {
	font-size: 12px;
	color: #CCCC99;
	font-weight: bold;
}
.template-standalone .title {
	display: none;
}

/* =Printable Template
-------------------------------------------------------------- */
.template-printable {
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.template-printable .page {
	width: 760px;
	margin: 3em auto;
	padding-top: 64px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/printable.gif);
}
.template-printable .content {
	font-size: 12px;
	color: black;
}
.template-printable .title {
	display: none;
}

/* =Pop-up Template
-------------------------------------------------------------- */
.template-popup {
	position: relative;
	width: 500px;
	height: 400px;
	background-image: url(images/popup.gif);
}
.template-popup .content-wrapper {
	position: absolute;
	width: 462px;
	height: 347px;
	top: 32px;
	left: 19px;
	overflow: scroll;
}
.template-popup .content {
	font-size: 12px;
	padding: 10px 20px 10px 10px;
}
.template-popup .title {
	position: absolute;
	display: block;
	font-size: 11px;
	color: #CCCC99;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
	bottom: 4px;
	left: 4px;
}

/* =Content
-------------------------------------------------------------- */

.page-synopsis .header {
	background-image: url(images/title-synopsis.gif);
}
.page-synopsis .main {
	background-image: url(images/main-synopsis.gif);
}
.page-buycontact .header {
	background-image: url(images/title-buycontact.gif);
}
.page-buycontact .main {
	background-image: url(images/main-buycontact.gif);
}
.page-trailersclips .header {
	background-image: url(images/title-trailersclips.gif);
}
.page-trailersclips .main {
	background-image: url(images/main-trailersclips.gif);
}
.page-gallery .header {
	background-image: url(images/title-gallery.gif);
}
.page-gallery .main {
	background-image: url(images/main-gallery.gif);
}
.page-bio .header {
	background-image: url(images/title-bio.gif);
}
.page-bio .main {
	background-image: url(images/main-bio.gif);
}
.page-credits .header {
	background-image: url(images/title-credits.gif);
}
.page-credits .main {
	background-image: url(images/main-credits.gif);
}
.page-reviewsarticles .header {
	background-image: url(images/title-reviewsarticles.gif);
}
.page-reviewsarticles .main {
	background-image: url(images/main-reviewsarticles.gif);
}
.page-telescopeinfo .header {
	background-image: url(images/title-telescopeinfo.gif);
}
.page-telescopeinfo .main {
	background-image: url(images/main-telescopeinfo.gif);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
