/*
THEME NAME: GenesisFlux
THEME URI: http://www.distrasdesigns.com
DESCRIPTION: Custom Design for Chris Cronin - http://www.genesisflux.com
VERSION: 1.0
AUTHOR: <a href="http://www.distrasdesigns.com">Mike Distras</a>
AUTHOR URI: http://www.distrasdesigns.com
*/

@import "reset.css";

body {
	background: #1e1e1e;
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #c6c6c6;
}

a {
	color: #c6c6c6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
	clear:both;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 80px;
}

#wrapper {
	width:919px;
	background-image:url(images/contbgtrans.png);
	background-repeat:repeat; 
	padding:10px; 
	margin:0px auto;
}

#header {
	overflow: hidden;
	width: 880px;
	border-bottom: 3px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	margin: 0 auto;
}

#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#menu ul li {
	float: left;
	text-transform: uppercase;
	font-size: 90%;
	padding: 10px;
}

#menu ul li a {
	color: #666666;
}

#container {
	width: 919px;
	overflow: hidden;
	margin: 0px auto;
}

#content {
	float: left;
	width: 510px;
}

.post {
	margin-bottom: 50px;
}

.post-title {
	font-size: 200%;
	line-height: 1.2;
	font-weight: normal;
}

.post-title a {
	color: #333333;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 1.3;
	margin-bottom: 10px;
}

.post-content img.alignnone {

}

.post-content img.alignleft {
	float: left;
	margin:0 18px 18px 0;

}

.post-content img.alignright {
	float: right;
	margin:0 18px 0 0;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 300px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	width:899px; 
	height:94px;
	padding:0px 20px;
	background-image:url(images/footertrans.png); 
	background-repeat:repeat-x; 
	margin:0px auto;
	overflow:hidden;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
	margin-right: 15px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#333333;
}

#footer-links li a {
	color:#333333;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}




/* Mike Styling Copyright Distrasdesigns.com */

#topbg { background-image:url(images/top.bg.gif); width:100%; height:70px; text-align:center; }
#links { width:100%; height:83px; text-align:center; }
#fullwidth { width:897px; border:1px #202020 solid; padding:10px; background:#111111; }
#fullwidthblank { width:919px; margin-top:-14px; }
#fullwidth2 { width:919px; }
#postlinks a { width:850px; color:#666666; }
#postlinks ul li { float:left; list-style:none; padding:5px 8px; }
.clear { clear:both; }
.left { float:left; }
.right { float:right; }
.left10 { margin-left:10px; }
.bottom10 { height:10px; }
#showreel { width:517px; height:287px; border:1px #202020 solid; padding:10px; background:#111111; }
#showreel img { width:517px; height:287px; }
#tweet { width:366px; height:287px; border:1px #202020 solid; padding:10px; background:#111111; text-align:center;	 }
#behindthescenes { width:350px; height:287px; border:1px #202020 solid; padding:10px; background:#111111; }
#behindthescenes img { width:350px; height:287px; }
#photogallery { width:500px; height:287px; border:1px #202020 solid; padding:10px; background:#111111; }
#social { width:366px; height:287px; border:1px #202020 solid; padding:10px; background:#111111; text-align:center; overflow:hidden; text-align:left; }
#social img { width:200px; height:auto; border:2px solid #fff; }

.filmscreensholder { width:420px; height:235px; border:1px #202020 solid; padding:10px; background:#111111; margin:5px; float:left; }
.filmscreenholder img { width:420px; border:none; }
.castholder { width:120px; height:190px; border:1px #202020 solid; padding:10px; background:#111111; margin:0 10px 10px 0; float:left; text-align:center; line-height:160%; }
.filmscover { width:410px; border:1px #202020 solid; padding:10px; background:#111111; margin:5px; float:left; }
.filmscover img { width:190px; height:auto; border:none; float:left; }

.filmscover2 { width:410px; border:1px #202020 solid; padding:10px; background:#111111; margin:5px; float:left; }
.filmscover2 img { width:410px; height:auto; border:none; }

.trailers { width:120px; height:100px; border:1px #202020 solid; padding:10px; background:#111111; margin:5px; float:left; }
.trailers img { width:120px; height:auto; border:none; }

#aboutimg { width:329px; height:465px; border:1px #202020 solid; padding:10px; background:#111111; }
#abouttext { width:517px; height:465px; border:1px #202020 solid; padding:10px; background:#111111; }

.filmographytitle { font-size:26px; text-decoration:none; }

#sociallinkstop {
	width:919px;
	margin:0px auto;
	text-align:right;
}

.attachment-post-thumbnail {
	float: left;
	margin: 0 18px 18px 0;
	border:3px solid #e1e1e1;
}

 .single-post-thumbnail {
	float: right;
	margin: 0 18px 18px 0;
	border:3px solid #e1e1e1;
}
	