/*
Theme Name: Mosstika theme
Theme URI: http://www.bebostudio.com/
Description: The Mosstika WordPress theme based
Version: 1.6
Author: Viktor Belenyesi
Author URI: http://www.bebostudio.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFFFF url('images/background.gif');
	color: #3F3F3F;
	text-align: center;
}

#page_outer {
	width: 736px;
	height: 414px;
	padding-top: 172px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}

#page {
	background-color: white;
	width: 609px;
	float:right;
	height: 414px;
}

div#menu_outer {
	height: 414px;
	width: 110px;
	float:left;
	text-align:right;
}

div#main_menu{
	font-size:15px;
	background:white;
	width: 110px;
	height: 146px;

	padding: 0;
	padding-right:3px;
	padding-top:3px;
	line-height: 18px;
}

div#sub_menu{
	margin-top: 10px;
	
	background:white;
	width: 110px;
	height: auto;
	
	height: 235px;
	
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:3px;

	font-size: 12px;
	line-height: 23px;
	position: relative;
	overflow: hidden;
}

div.smaller_menu {
	font-size:12px;
}

div#main_title{
	background-color: white;
	padding-top: 5px;
	padding-left: 7px;
	width: 415px;
	height: 60px;
	
	float:right;
	position:absolute;
	font-size:22px;
	text-align: left;
	top: 19px;
	left: 19px;
	line-height:28px;
}

div#project_title {
	background-color: white;
	
	padding-top: 3px;
	padding-left: 7px;
	padding-right: 7px;
	
	height: 33px;
	
	font-weight: bold;
	
	float:right;
	position:absolute;
	font-size:22px;
	text-align: left;
	top: 78px;
	left: 19px;
	line-height:28px;
	color: #02DEE6;
	
	text-transform: uppercase;
}

div#content {
	background-color: white;
	font-size: 1.2em;
	height: 383px;
	width: 560px;
	
	padding-top: 14px;
	padding-left: 22px;
	
	text-align: left;
	text-transform: uppercase;
	line-height: 25px;
	
	overflow:hidden;
}

div#content img {
	border: none;
	height: 383px;
}

a {
	text-decoration: none;
	color: #3F3F3F;
}

a:hover {
	color: #02DEE6;
}

a:active {
	color: #02DEE6;
}

.storydate {
	font-family: Helvetica,Verdana,sans-serif;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	color: #1E1E1E;
}
.more-link {
	font-weight: bold;
}

div#sub_menu a {
	text-transform: uppercase;
}

.selected {
	color: #02DEE6;
}

div.rights {
	color: white;
	line-height: 30px;
}

div#contact {
	position:absolute;
	top: 245px;
	text-align:right;
	width: 110px;
	left: 0px;
}

.contentPressPaper {
	padding-top: 14px;
	padding-left: 22px;
	background: #FFFFFF  url('images/press-paper.jpg') 14px 14px;
}

.contentPressPaper strong {
	background-color: white;
}

.contentPressPaper a {
	background-color: white;
}

.contentPressOnline {
	padding-top: 14px;
	padding-left: 22px;
	background: #FFFFFF  url('images/press-online.jpg') 14px 14px;
}

.contentPressOnline strong {
	background-color: white;
}

.contentPressOnline a {
	background-color: white;
}