/*
Theme Name: Sirius Prose
Author: micah
License: GPL http://www.gnu.org/licenses/gpl.txt
Version: 1.0
Tags: custom
*/

/* css reset!! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* start the rest of the styles */

body {
	background-color:#efe6da;
	background-image:url('images/background.jpg');
	background-repeat:repeat-x;
	background-position: top left;
	font-family: georgia;
	font-size:1em;
	line-height: 150%;
	margin:0;
	padding-bottom: 1em;
}

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px solid #405084;
	color: #2E3A61;
}

a:hover, a:active {
	text-decoration: none;
	border-bottom: 2px solid #2E3A61;
	color: #442A6D;
}

p {
	margin-bottom: 1em;
	text-align: justify;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul {
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: -1em;
}

li {
	list-style-type: circle;
}

h2 {
	font-size:1.7em;
	font-style: italic;
	color: #666;
	margin-bottom: 10px;
	text-align: center;
}

.imgleft {
	float:left;
	margin:0px 18px 5px 0px;
	padding:3px;
	border:1px solid #f2f4fd;
}

.imgright {
	float:right;
	margin:0px 0px 5px 18px;
	padding:3px;
	border:1px solid #f2f4fd;
}

.imgmiddle {
	padding:3px;
	margin:0 auto;
	border:1px solid #f2f4fd;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:3px;
	border:1px solid #f2f4fd;
}

.alignleft {
	float: left;
	margin:0px 18px 5px 0px;
	padding:3px;
	border:1px solid #f2f4fd;
}

.alignright {
	float: right;
	margin:0px 0px 5px 18px;
	padding:3px;
	border:1px solid #f2f4fd;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-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;
}

#container {
	width:780px;
	margin:0px auto;
}

#header {
	float:right;
	height:129px;
	width:559px;
}

#content {
	float:right;
	width:459px;
	min-height: 500px;
	background-image: url('images/paper_background.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	padding: 20px 50px;
}

#sidebar {
	float:left;
	width:221px;
}

#sidebar ul, #sidebar li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer {
	color: #ffffff;
	clear:both;
	text-align: center;
	background-color: #4D5E71;
	border: 3px solid #75879A;
	padding-top: 5px;
	font-size: 1.2em;
}

#footerinnen {
	height:20px;
	width:749px;
	float:right;
	padding-top:5px;
	font-size:0.8em;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	background:url(footer.jpg) top right no-repeat; /**/
	border-top:2px solid #000;
	border-left:1px solid #000;
}

#footerinnen a:link, #footerinnen a:visited {
	text-decoration:none;
	color:#fff;
}

#footerinnen a:hover, #footerinnen a:active {
	text-decoration:underline;
}

/* pages */
#pages {
	text-align: center;
	font-size:1.2em;
	line-height: 250%;
	font-weight: bold;
}

#pages a:link, #pages a:visited {
	border: 0;
	text-decoration: none;
	color: #000;
	display:block;
}

#pages a:hover, #pages a:active {
	border: 0;
	font-style: italic;
	color: #2E3A61;
}

