/*
Theme Name: Mario
Theme URI: http://wordpress.org/
Description: Mario Cavalli custom theme
Version: 1
Author: Joe Davis
Author URI: 
Tags: none

*/

/* Begin Typography & Colors */

body {
	font-size: 12px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	background-color:#444444;
	color:#BB77FF;
	text-align: left;
	padding:0;
	margin:0;
	line-height:140%;
	background-repeat:no-repeat;
	background-position:top center;
}

#page {
	/*background-color:#222222;
	background-image:url('images/bg1.jpg');*/
}

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

a:visited {
	color:#66AAFF;
	text-decoration:none;
}

a:hover {
	color:#FF8800;
	text-decoration:none;
}

h1 {
	font-size: 36px; /* Resets 1em to 10px */
	line-height:120%;
	color:#FFFFFF;
}

h2 {
	font-weight:normal;
	font-size: 24px;
	line-height:120%;
	color:#FFFFFF;
	
}

h3 {
	font-weight:bold;
	font-size: 100%;
}

p {
	margin:6px 0 6px 0;
	padding:0;
}

.entry p {
	margin:0  0 12px 0;
}

#header h1 {
	font-size: 36px; /* Resets 1em to 10px */
	line-height:120%;
}

#header a {
	text-decoration:none;
	color:#FFFFFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:0.5;
	border:none;
}

#sidebar ul h2{
	font-weight:bold;
	font-size: 36px;
	line-height:120%;
	padding:0 0 0 0;
}

.Worklink {
	font-size:36px;
	line-height:120%;
	color:#FF5577;
}

.Worklink:hover {
	color:#FF8800;
}

.infolink {
	font-size:36px;
	line-height:120%;
	color:#BB77FF;
}

.infolink:hover {
	color:#00CCCC;
}

.Newslink {
	font-size:36px;
	line-height:120%;
	color:#99EE66;
}

.Newslink:hover {
	color:#994499;
}

.colonylink {
	font-size:36px;
	line-height:120%;
	color:#888;
}

.colonylink:hover {
	color:#FF8800;
}

.contact {
	font-size:100%;
	color:#BB77FF;
}

.contact a {
	font-size:100%;
	color:#FF8800;
}

.contact a:hover {
	font-size:100%;
	color:#00CCCC;
}

.contact h1 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	margin-top:10px;
	padding:0;
	color:#FF5577;
}

.contact h2 {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0 0 0 0;
	color:#22DD55;
}

/* End Typography & Colors */


/* Begin Structure */

#page {
	padding:12px 20px 12px 20px;
	width:750px;
	min-height:600px;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	
	position:relative;
}

#header {
	margin:0px;
	height:60px;
	width:750px;
	padding:0px;
	
}

#content {
	margin:0;
	padding:0;
	width:500px;
	float:left;
}

.spacer {
	height:10px;
}

h1 {
	margin:0px;
	padding:0px;
}

h2 {
	margin:0px;
	padding:0 0 6px 0;
}

h3 {
	margin:0px;
	padding:0px;
}

#sidebar {
	position:absolute;
	top:12px;
	right:20px;
	width:200px;
	float:right;
	margin-bottom:10px;
}

#sidebar h3 {
	font-weight:normal;
	/*color:#FF5577;*/
	/*color:#CCC;*/
	margin:6px 0 3px 0;
}

#sidebar ul{
	list-style:none;
	margin:0;
	padding:0;
}

#Work li ul li{
	padding:3px 0 4px 0;
	line-height:110%;
}

#News li{
	padding:3px 0 4px 0;
	line-height:110%;
}

#info li{
	padding:3px 0 4px 0;
	line-height:110%;
}

#colony li{
	padding:3px 0 4px 0;
	line-height:110%;
}

#colony a{
	color:#444444;
}

#colony a:hover{
	color:#FF8800;
}

#sidebar ul h2{
	margin:0;
	padding:0 0 0 0;
}

object {
	margin-bottom:20px;
}

#credit,
#credit_page,
#credit_work,
#credit_news {
	position:fixed;
	width:520px;
	padding:0;
	bottom:0px;
	font-size:10px;
	color:#000;
}

#credit_page,
#credit_work,
#credit_news {
	color:#FFF;
	background-color:#222;
}

.work_sub_cat {
	color:#FF8800;
}

.work_sub_cat:hover {
	color:#FF5577;
	cursor:hand;
	cursor:pointer;
}

.news_sub_year_down, .news_sub_year_up {
	
}
.news_sub_year_down:hover, .news_sub_year_up:hover {
	cursor:hand;
	cursor:pointer;
	color:#FFF;
}
