/*  
Theme Name: Fantasy
Theme URI: http://software.cristianoleoni.com/
Description: Derived from the Sharpfolio theme http://sharpfolio.com/
Version: 2.1
Author: WebRevolutionary, Cristiano Leoni
Author URI: http://www.cristianoleoni.com/
*/

body {
	font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	font-size: 13px;
	color: #aaa;
	background: #222;
	border-top: 5px solid #111;
}

p,h1,h2,h3,h4,h5 {
clear:both;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	clear: both;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

div#left a, div#sidebar a {
	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
div#left a:hover, div#sidebar a:hover {
	border-bottom: 1px solid #333;
	color: #ccc;
}
strong {
	font-weight: bold;
}
div#wrapper {
	width: 990px;
	margin: auto;
	text-align: left;
}

.content-box li {
	background: url('images/star.png') 0px 2px no-repeat;
	padding-left: 20px;
        }

ul#navigation {
	display: block;
	float: right;
	list-style: none;
}
ul#navigation li {
	display: inline;
	color: #999;
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0 3px;
	font-weight: bold;
}
ul#navigation li a {
	text-decoration: none;
	color: #999;
}
ul#navigation li.current_page_item a {
	color: #aaa;
	background: #111;
}
ul#navigation li a:hover, ul#navigation li:hover a {
	color: #f55;
	text-decoration: underline;
}
div#header {
	padding: 0 0 10px 0;
	display: block;
	clear: both;
}
div#header h1 {
	font-size: 48px;
	color: #555;
	font-weight: bold;
	font-family:mael,arial,helvetica;
	letter-spacing: -2px;
	display: inline;
	margin: 0 5px 0 0;
}
div#header h1 a {
	color: #555;
	text-decoration: none;
}
div#header h1 a:hover {
	color: #666;
}
div#header h2 {
	font-size: 36px;
	color: #333;
	font-weight: bold;
	letter-spacing: -2px;
	display: inline;
}
div#left {
	width: 728px;
	float: left;
	margin: 0 20px 0 0;
}
div#sidebar {
	width: 190px;
	float: right;
	text-align: center;
}
div#sidebar h2, div#left h2 {
	font-size: 24px;
	color: #eee;
	font-weight: bold;
	margin: 20px 0 8px 0;
	border-bottom: 1px solid #333;
}
div#sidebar h3, div#left h3 {
	font-size: 24px;
	color: #eee;
	font-weight: bold;
	font-family:mael,arial,helvetica;
	margin: 44px 0 8px 0px;
	border-bottom: 1px solid #333;
}

div#sidebar h4, div#left h4 {
	font-size: 18px;
	color: #eee;
	font-weight: bold;
	margin: 0 0 8px 0;
	border-bottom: 1px solid #333;
}

div#sidebar2 {
	margin: 30px 0 0 0;
}
div.note {
	margin: 0 0 15px 0;
}
div.note h3 {
	font-weight: bold;
	font-size: 15px;
	color: #ccc;
}
div#footer {
	font-size: 10px;
	margin: 30px 0 50px 0;
	border-top: 1px solid #333;
	padding: 10px 0 0 0;
	text-align: center;
	clear: both;
	float: left;
	width: 990px;
	color: #666;
}
div#footer a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}
div#footer a:hover {
	color: #555;
	border-bottom: 1px solid #333;
}
div.work-image a {
	border: none!important;
}
div.work-image img {
	padding: 3px;
	background: #333;
	border: 1px solid #444;
}
div.work-image a img {
	border: 1px solid #444;
}
div.work-image a:hover img {
	background: #444;
	border: 1px solid #555;
}
div.content-box {
	margin: 0 0 20px;
}
div.content-box h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px;
}
div.content-box h3 em {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
div#left p {
	margin: 0 0 20px 0;
}
div.contactform label {
	display: block;
	margin: 15px 0 0 0;
	font-size: 12px;
	color: #888;
	font-weight: bold;
}
div.contactform input#contactsubmit {
	position: relative;
	top: 10px;
}

a div.navbar {
background-color: #333333;
border-width: 3px;
border-style: solid;
border-right-color: #999999;
border-bottom-color: #999999;
border-left-color: #cccccc;
border-top-color: #cccccc;
color: #FFFFFF;
padding: 1em;
font-size: 20px;
}

.addthis_toolbox.addthis_pill_combo a {
    float: left;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: left;
}

.addthis_toolbox a {
	float: left;
	margin-left:5px;
}
