/* general CSS */
html, body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	height: 100%;
}

body 
{ 
	font-size: 1.25em;
	color: #000000;
	background-image: url('../images/bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 0px 0px 20px 0px;
}

#wrapper
{
	width: 990px;
	margin: 0 auto;
}

.clr
{
	clear: both;
}

/* CSS for header */
#header
{
	height: 250px;
	text-align: center;
}

#gallery #header
{
	height: 150px;
	text-align: left;
}

#logo
{
	width: 391px;
	height: 216px;
	border: 0;
	margin: 0 auto;
}

#gallery #logo
{
	width: 246px;
	height: 133px;
	border: 0;
	margin: 0px 0px 0px 0px;
}

/* CSS for menu */
#menu
{
	float: right;
	width: 270px;
}

/* CSS for content */
#content
{
	float: left;
	width: 700px;
}

/* CSS for boxes */
.grey_box_header, .grey_box_footer
{
	width: 100%;
	background-color: #E1E1E1;	
}

.grey_box_header .top_left, .grey_box_footer .bottom_left
{
	float: left;
	background-image: url('../images/bg_grey_top_left.gif');	
	background-position: top left;
	background-repeat: no-repeat;
	width: 32px;
	height: 40px;
}

#gallery .grey_box_header .top_left
{
	background-image: url('../images/bg_grey_top_left2.gif');	
}

.grey_box_footer .bottom_left
{
	background-image: url('../images/bg_grey_bottom_left.gif');
}

.grey_box_header .top_right, .grey_box_footer .bottom_right
{
	float: right;
	background-image: url('../images/bg_grey_top_right.gif');	
	background-position: top left;
	background-repeat: no-repeat;
	width: 32px;
	height: 40px;
}

#gallery .grey_box_header .top_right
{
	background-image: url('../images/bg_grey_top_right2.gif');	
}

.grey_box_footer .bottom_right
{
	background-image: url('../images/bg_grey_bottom_right.gif');
}

.grey_box_content
{	
	background-color: #E1E1E1;
	padding: 10px 20px 10px 20px;
}

.grey_box_content img
{	
	border: 0;
}

.blue_box_header, .blue_box_footer
{
	width: 100%;
	background-color: #8CAAFF;	
}

.blue_box_header .top_left, .blue_box_footer .bottom_left
{
	float: left;
	background-image: url('../images/bg_blue_top_left.gif');	
	background-position: top left;
	background-repeat: no-repeat;
	width: 32px;
	height: 40px;
}

#gallery .blue_box_header .top_left
{
	background-image: url('../images/bg_blue_top_left2.gif');
}

.blue_box_footer .bottom_left
{
	background-image: url('../images/bg_blue_bottom_left.gif');
}

.blue_box_header .top_right, .blue_box_footer .bottom_right
{
	float: right;
	background-image: url('../images/bg_blue_top_right.gif');	
	background-position: top left;
	background-repeat: no-repeat;
	width: 32px;
	height: 40px;
}

#gallery .blue_box_header .top_right
{
	background-image: url('../images/bg_blue_top_right2.gif');
}

.blue_box_footer .bottom_right
{
	background-image: url('../images/bg_blue_bottom_right.gif');
}

.blue_box_content
{	
	background-color: #8CAAFF;
	padding: 10px 20px 10px 20px;
}

.blue_box_content img
{	
	border: 1px solid #000000;
}

/* CSS for posts */
.post_left, .post_right
{
	float: left;
	display: block;
	width: 302px;
	color: #9A9A9A;
	padding: 0px 0px 20px 0px;
}

.post_right
{
	float: right;
}

.post_left h2, .post_right h2, .movie_post h2, h1
{
	display: block;
	font-size: 1.5em;
	color: #9A9A9A;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.post_left img, .post_right img
{
	display: block;
	width: 300px;
	height: 300px;
	border: 1px solid #9A9A9A;
	margin: 5px 0px 5px 0px;
}

.post_left .tags, .post_left .source, .post_right .tags, .post_right .source
{
	display: block;
}

.movie_post
{
	float: left;
	display: block;
	width: 202px;
	color: #9A9A9A;
	padding: 0px 9px 20px 9px;
}

.movie_post img
{
	display: block;
	width: 200px;
	height: 200px;
	border: 1px solid #9A9A9A;
	margin: 5px 0px 5px 0px;
}

/* CSS for page navigation */
#page_nav
{
	margin-top: 20px;
	text-align: center;
}

/* CSS for movie clips */
#movie
{
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

#movie h1
{
	display: block;
	font-size: 1.5em;
	color: #9A9A9A;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

#movie #clip
{
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#movie a
{	
	font-size: 1.25em;
	font-weight: bold;
}
