/*  
Theme Name: Gynos
Theme URI: http://justoneofthegynos.com/
Description: Theme for Just One Of The Gynos website
Version: 1.0
Author: Jacob Reiff
Author URI: http://www.beprivy.com/
*/

@import 'blueprint/screen.css';

body {
	background: url(/wp-content/themes/gynos/images/bg.gif) 0 0 repeat;
}

.container {
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid #AFCAED;
}

/* Primary Blocks */

.pblock {
	margin-bottom: 30px;
	border-top: 1px solid #AFCAED;
	border-bottom: 2px solid #336699;
	border-left: none;
	border-right: none;
	padding-top: 18px;
	padding-bottom: 18px;
	display: block;
}


/* Masthead */

#title, #title span {
	width: 350px;
	height: 90px;
	background: url(/wp-content/themes/gynos/images/title.gif) 0 0 no-repeat;
}

#tag, #tag span {
	width: 270px;
	height: 90px;
	background: url(/wp-content/themes/gynos/images/tag2.gif) 0 0 no-repeat;
}

#nextscreentitle {
	width: 190px;
	height: 24px;
	background: url(/wp-content/themes/gynos/images/nextscreening.gif) 0 0 no-repeat;
}

#nextscreencont {
	margin-bottom: 2px;
}

#nextscreen p {
	margin-bottom: 0;
}


/* Navigation */

div#nav {
	height: 34px;
	padding-top: 10px;
	padding-bottom: 0;
	margin-top: 18px;
}

div#nav ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

div#nav ul li {
	float: left;
	margin-right: 35px;
}

#home, #home span {
	width: 41px;
	height: 24px;
	background: url(/wp-content/themes/gynos/images/nav/home.gif) 0 0 no-repeat;
	cursor: pointer;
}

#cast, #cast span {
	width: 32px;
	height: 24px;
	background: url(/wp-content/themes/gynos/images/nav/cast.gif) 0 0 no-repeat;
	cursor: pointer;
}

#crew, #crew span {
	width: 34px;
	height: 24px;
	background: url(/wp-content/themes/gynos/images/nav/crew.gif) 0 0 no-repeat;
	cursor: pointer;
}

#blog, #blog span {
	width: 73px;
	height: 24px;
	background: url(/wp-content/themes/gynos/images/nav/newsblog.gif) 0 0 no-repeat;
	cursor: pointer;
}

#behindthescenes, #behindthescenes span {
	width: 125px;
	height: 24px;
	background: url(/wp-content/themes/gynos/images/nav/behind.gif) 0 0 no-repeat;
	cursor: pointer;
}

#contact, #contact span {
	width: 53px;
	height: 24px;
	background: url(/wp-content/themes/gynos/images/nav/contact.gif) 0 0 no-repeat;
	cursor: pointer;
}

#whatdoyouthink, #whatdoyouthink span {
	width: 156px;
	height: 24px;
	background: url(/wp-content/themes/gynos/images/nav/givelove.gif) 0 0 no-repeat;
	cursor: pointer;
}


/* Links */

a:link {
	color: #336699;
}

a:visited {
	color: #0F3B67;
}

a:hover {
	color: #AFCAED;
}

a:active {
	color: #336699;
}


/* Trailer on Index Page */

#trailer img {
	margin: 0;
}

#themovie:hover {
	cursor: pointer;
}

#trailer p {
	margin-bottom: 0;
}

#trailer ul {
	margin: 0 0 1em 0;
	list-style-type: none;
	list-style-position: outside;
}


/* Actors on Index Page */

#actors {
	position: relative;
}

#actorstitle, #actorstitle span {
	width: 149px;
	height: 110px;
	background: url(/wp-content/themes/gynos/images/starringthese.gif) 0 0 no-repeat;
}

#actors ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

#actors ul li {
	display: inline;
	margin-right: 17px;
}

#actors ul li img {
	margin-bottom: 0;
}


/* Send Ecard */

#sendecardtitle, #sendecardtitle span {
	width: 211px;
	height: 22px;
	background: url(/wp-content/themes/gynos/images/sendecard.gif) 0 0 no-repeat;
}


/* Find us at */

#findustitle, #findustitle span {
	width: 143px;
	height: 22px;
	background: url(/wp-content/themes/gynos/images/findus.gif) 0 0 no-repeat;
}

#findustitlecont {
	margin-bottom: 18px;
}

#findus ul {
	list-style-type: none;
}

#findus ul li {
	text-align: center;
}


/* Single Page */

#singlepage p {
	margin-bottom: 13px;
}

#singlepage {
	position: relative;
}


/* Single Post */

#content {
	position: relative;
}

#hascomm {
	position: absolute;
	top: 0;
	right: 40px;
}

#hascomm li {
	margin-bottom: 15px;
	border-bottom: 1px solid #D6D8D8;
	padding-bottom: 0px;
}

.post-image {
	display: block;
	max-width: 550px;
}


/* Aux content */

#sidebar {
	position: absolute;
	top: 0;
	right: 120px;
}

#sidebarblog {
	position: absolute;
	top: 0;
	right: 40px;
}

/* Image Replacement */

.replace {
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	position: relative;
}

.replace span {
	display: block;
	left: 0px;
	position: absolute;
	top: 0px;
}

.replace strong {
	left: -5000px;
	position: absolute;
}


/* Footer */

#footer p {
	margin-bottom: 0;
}


/* Misc */

.nomargin {
	margin: 0;
}

.textright {
	text-align: right;
}

.caps {
	text-transform: uppercase;
}

.gray {
	color: #9E9E9E;
}

.clear {
	clear: both;
	height: 1px;
}