/*
Theme Name: Synergy Movies
Theme URI: http://www.synergymovies.com
Description: Custom theme for Synergy Movies.
Version: 1.0
Author: Adam Hughes
Author URI: http://www.gawdworx.com
Tags: grey, modern

*/

body	{
	behavior: url("csshover3.htc"); 
}


/* Typography */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #B2B2B2;
	text-align: center;
	}
	
p, ul li, h1, h2, h3, h4, h5 ,h6, span, div {
	font-family: Verdana, Arial, Sans-Serif;
	color: #325973;;
}
		
#content p	{
	color: #333;
	font-size: 10pt;
	margin: 10px auto;
	text-align: left;
}

a, a:link { color: #1b4865; text-decoration: none;}
a:visited { color: #666; text-decoration: underline;}

a:hover {color: #1b4865; text-decoration: underline;}	

/* Main Structure */
body {
	background: #1b4865;
	background-image: url(images/bkgrd-page.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	color: #fff;
	margin: 0;
	padding: 0;
	}

#page {
	background: transparent;
	margin: 0 auto;
	padding: 0;
	width: 899px;
	}

#header {
	background: transparent;
	background-image: url(images/bkgrd-header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0;
	padding: 0;
	height: 120px;
	width: 899px;
	}
	
#topbar-rndcorners	{
	background: #fd7b10;
	background-image: url(images/top-rndcorners.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 30px;
	width: 899px;
}
	
#content	{
	background: #fff;
	min-height: 400px;
	overflow: auto;
	padding: 10px 25px;
	width: 849px;
}

#content-left {
	float: left;
	padding: 10px;
	width: 230px;
}

#content-right {
	float: right;
	padding: 10px;
	width: 620px;
}

#footer	{
	background: #fff;
	height: 50px;
	padding: 10px 5px;
	text-align: center;
	width: 889px;
}	

/* HEADER PROPERTIES */

#header h1	{
	height: 100px;
}

/* MENU PROPERTIES */

#menu-list	{ 
	display: inline-block;
	position: relative;
	top: -6px;
	white-space: nowrap;
}

#menu-list li	{
	color: #fff;
	display: inline;
	font-size: 10pt;
}

#menu-list li a, #menu li a:link, #menu li a:visited { 
	color: #fff;
	display: block;
	float: left;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	padding: 4px 15px 7px;
	text-decoration: none;
}

#menu-list li a:hover {
	background: #fff;
	color: #325973;
	display: block;
	float: left;
	text-decoration: none;
}

/* CONTENT PROPERTIES */

#movie-info-box	{
	float: left;
	width: 500px;
}

#movie-poster-box	{
	float: right;
	width: 300px;
}

#movie-poster-box img	{
	border: 1px solid #ccc;
	margin-top: 45px;
}

/* CONTENT-LEFT PROPERTIES */

.content-left-box	{
	background: #ccc;
	background-image: url(images/bkgrd-tab.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 150px;
	margin: 10px auto 0 auto;
	padding: 10px 10px 0 10px;
	width: 180px;
}

.content-left-box-bottom	{
	background: #ccc;
	background-image: url(images/bkgrd-tab-bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 25px;
	margin: 0 auto;
	width: 200px;
}

.content-left-box h2	{
	color: #666;
	font-size: 10pt;
}

/* CONTENT-RIGHT PROPERTIES */

.content-right-box	{
	background: #fff;
	background-image: url(images/content-box-middle.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	height: 200px;
	margin: 0 auto;
	width: 600px;
}

.top-rnd-corner	{
	background: #fff;
	background-image: url(images/content-box-top.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 25px;
	margin: 0 auto;
	width: 600px;
}

.bottom-rnd-corner	{
	background: #fff;
	background-image: url(images/content-box-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 25px;
	margin: 0 auto;
	width: 600px;
}

/* BOTTOM CONTENT PROPERTIES */

.front-page-posts	{
	float: left;
	margin-left: 20px;
	width: 180px;
}

#bottom-content p	{
	font-size: 8pt;
	text-align: justify;
}

#bottom-content a img	{
	border: 1px solid #ccc;
}

/* FOOTER PROPERTIES */

#footer	{ border-top: 2px dotted #ccc;}

#footer-menu li	{ 
	display: inline;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	}

#footer-menu li a, #menu li a:link, #menu li a:visited { 
	color: #325973;
	text-decoration: none;
}

#footer-menu li a:hover {
	color: #325973;
	text-decoration: underline;
}

#footer p	{
	color: #325973;
	width: 100%;
}

.ddsg-wrapper h2	{ font-size: 12pt; text-align: left;}

.ddsg-wrapper ul	{ font-size: 12pt; line-height: 1.5em; text-align: left;}