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

*/

/* Begin Typography & Colors */

body {
	font-size: 100%;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	background-color:#444444;
	color:#BB77FF;
	text-align: left;
	padding:0;
	margin:0;
	line-height:120%;
	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: 200%; /* Resets 1em to 10px */
	line-height:120%;
	color:#FFFFFF;
}

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

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

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

.entry p {
	margin:15px 0 25px 0;
}

#header h1 {
	font-size: 200%; /* 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: 200%;
	line-height:120%;
}

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

.Worklink:hover {
	color:#FF8800;
}

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

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

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

.Newslink:hover {
	color:#994499;
}

.colonylink {
	font-size:130%;
	line-height:120%;
	color:#444444;
}

.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;
	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;
}

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

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

.spacer {
	height:10px;
}

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

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

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

#sidebar {
	width:200px;
	float:right;
	margin-bottom:10px;
}

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

#Work 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;
}

object {
	margin-bottom:20px;
}

#credit {
	position:absolute;
	width:200px;
	height:20px;
	bottom:10px;
	font-size:75%;
	color:#000000;
}

#credit_page {
	position:absolute;
	width:200px;
	height:20px;
	bottom:10px;
	font-size:75%;
	color:#CCCCCC;
}

#credit_work {
	/*position:absolute;*/
	width:200px;
	height:20px;
	bottom:10px;
	font-size:75%;
	color:#CCCCCC;
}

#credit_news {
	position:absolute;
	width:200px;
	height:20px;
	bottom:10px;
	font-size:75%;
	color:#CCCCCC;
}

/* End Structure */