/* CSS Document */
/* Built by iMellon */

/* Reset */
*										{ margin: 0; padding:0; }
img, img a								{ outline: none; border: none; }
body									{ background: url('../images/bg.jpg') repeat-x #faebdc; color: #31251b; font: 81.3% "Georgia", times, serif; margin: 0; padding: 0; }
a,a:visited								{ outline: none; color: #ef700e; text-decoration: none; }
a:hover									{ text-decoration: underline; }

/* HTML5 Fix */
header, section, footer, aside, nav, article 	{ display: block }

/* Base Structure */
.bodywidth								{ width: 960px; margin: 0 auto; clear: both; /*background: url('../images/screenshot.png') no-repeat; height: 2000px;*/}

/* General Type */
h1,h2,h3,h4,h5,h6						{ color: #2f2f2f; font-family: 'Yanone Kaffeesatz', sans-serif; }
p										{ font: 12pt 'News Cycle', sans-serif; font-weight: 400; text-align:justify; margin-bottom: 10px;}
.bold									{ font-weight: bold; }
.left									{ float: left;}
.right									{ float: right;}

/* Header */
#headerwrap								{ width: 100%; }
#mainheader								{ }
#mainheader .logo						{ float: left; }
#mainheader .top_twitter				{ float: right; margin-top: 27px;}

/* Intro */
#introductionwrap						{ width: 100%; background: url('../images/blue_border.PNG') repeat-x 0 0; height: 200px;  }
.introduction							{ margin-top: 0px;}
.introduction p							{ font-size : 11pt; }
#introtext								{ font: 48pt 'Yanone Kaffeesatz', sans-serif; font-weight:800; color: #fff; text-align: center; padding-top: 20px; -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; color: #31251b;  }	
#introleft								{ float: left; width: 570px; margin: 0 0 25px 0; }
#intromobile							{ float: right; width: 380px; text-align:right; margin-top: 20px; }
#main_description						{ font-size: 27pt; font-weight:800; color: #fff; text-align: left; padding-top: 0px; margin: 50px 0 10px 0; color: #31251b;  }
#intro_athens							{ font: 30pt 'Covered By Your Grace', cursive; font-weight:400; color: #fff; text-align: center; color: #ec5f1b; margin: -5px 0 0 -10px}	

/* Main Content & Profiles */
#maincontent							{ padding: 25px 0 0 0; overflow: hidden; font-size: 11pt; font-weight:400; }
#maincontent .features					{ font-size: 27pt; font-weight:800; color: #fff; text-align: left; padding-top: 80px; margin: 45px 0 10px 0; color: #31251b;  }
#maincontent p							{ font-size: 11pt; }
#maincontent .short_description			{ font-size: 14pt; width: 700px; margin: 0 auto; text-align: center; padding: 20px; border: 1px solid #ef700e; background-color: #FFF; opacity: 0.8; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#maincontent .short_description:hover	{ opacity: 0.5; }

.star									{padding: 7px 20px 0 10px; }


/* Footer */
#footerwrap								{ width: 100%; /*min-height: 60px;*/ margin: 0; }
#mainfooter								{ padding: 0; font: 12pt 'News Cycle', sans-serif; font-weight:400; color: #fff;}
#mainfooter a,#mainfooter a:visited		{ color: #ef700e; }
.product								{ float: left; color: #31251b; margin: 60px 0 20px 0;}
.copyright								{ float: right; color: #31251b; margin: 60px 0 20px 0;}

