/*
Theme Name: Fortuna
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
Tags:
Text Domain:
*/

@import "_css/reset.css";

/* Begin Main View */
body{
	font-family: Times;
	font-size: 75%;
	color: black;
	background-color: white;
	}
#footer{
	border-top: 1px #c2c2c2 solid;
	}
h1, h2, h3{
	font-family: Georgia;
	}
h4, h5, h6{
	font-family: Arial;
	}
h1, h4{
	font-size: 1.6em;
	}
h3, h6{
	font-size: 0.9em;
	}
ol, ul, li{
	list-style: none;
	}
a{
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	color: #6fbdff;
	}
p{
	font-size: 1.2em;
	}
/* End Main View */


	
/* Begin Main Layout */
body{
	line-height: 1.5em;
	}
p{
	padding: 0 0 1em 0;
	}
#container{
	margin: 0px auto;
	padding: 25px 0 10px;
	width: 900px;
	}
#header{
	width: 900px;
	height: 60px;
	}
#content{
	float: left;
	margin: 15px 0px;
	width: 600px;
	}
#sidebar{
	float: right;
	margin: 15px 0px;
	width: 280px;
	}
#footer{
	width: 900px;
	clear: both;
	}
/* End Main Layout */



/* Begin Header */
#logo{
	display: block;
	height:45px;
	background: url("images/logo.png") no-repeat;
	}
/* End Header */



/* Begin Content */
#single .date{
	font-size: 1.1em;
	font-style: italic;
	color: #c2c2c2;
	padding: 0.15em 0;
	}
#content .entry{
	color: #383838;
	line-height: 2em;
	padding: 1em 0;
	}
#content #navigation a{
	color: #4589c3;
	}
#content #navigation .left{
	float: left;
	}
#content #navigation .right{
	float: right;
	}
/* End Content */



/* Begin Archive */
#archive .title{
	font-family: Georgia;
	font-weight: normal;
	font-size: 1.4em;
	color: black;
	}
#archive .date{
	font-size: 1.1em;
	font-style: italic;
	color: #c2c2c2;
	padding: 0.15em 0;
	}
#archive .entry{
	line-height: 1.9em;
	padding: 1em 0;
	}
/* End Archive */



/* Begin Single */
#single .author{
	line-height: 1.9em;
	padding: 1em 0;
	}
/* End Content */



/* Begin Contact */
#contact{
	font-family: Trebuchet MS;
	font-size: 0.9em;
	width: 100%;
	}
#contact .name{
	float: left;
	}
#contact .mail{
	float: right;
	}
#contact .field{
	width: 100%;
	height:20px;
	border: none;
	background-color: #eaeaea;
	-webkit-border-radius: 5px;
	}
#contact .textarea{
	width: 100%;
	border: none;
	background-color: #eaeaea;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
/* End Contact */



/* Begin Sidebar */
#sidebar .menu{
	border-top: 1px black dotted;
	padding: 10px 0;
	}
#sidebar h6{
	text-transform: uppercase;
	margin: 1em 0;
	border-bottom: 1px black dotted;
	}
#shortcut{
	padding: 1em 0;
	}
#sidebar .date{
	font-style: italic;
	color: #c2c2c2;
	line-height: 1em;
	}
#sidebar .entry{
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 1em 0 0;
	}
#sidebar .more{
	font-size: 0.9em;
	color: #4589c3;
	}
/* End Sidebar */


/* Begin WordPress Const */
.aligncenter,
div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.alignleft{
	float: left;
	}
.alignright {
	float: right;
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
/* End WordPress Const */
