/*
Theme Name: Fratres
Theme URI: http://fratres.de
Description: simple white, with header image.
Author: U. Uhlig
Author URI: http://www.curlybracket.org
*/


* {
	margin:0;
	padding:0;
}

body {
	font: 12px Arial, sans-serif;
	color: DimGray;
	margin: 0;
	background: #fff;
}

img {
	border:none;
}
.wp-caption-text {
        font-size: 0.8em !important;
        margin: 0 !important;
        padding: 0 !important;
        font-style: italic;
        text-align: center;
}
hr {
	display: none;
}

a, .inputbox:focus, .button:hover { 
	color: CornflowerBlue;
        cursor: pointer;
}
#header, #header h1 a {
	color: Beige;
}
a { 
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.more-link {
	display: block;
        clear: both;
        font-style: italic;
}
blockquote {
        border-left: 10px solid beige;
        padding: 0 1em;
        font: 1em "Palatino Linotype", serif;
}
code {
        font-size: 1.1em;
        padding: 0.4em;
        padding-left: 1em;
        border-left: 2px dotted #ddd;
        font-family: "Courier New", monospace;
        display: block;
        margin: 0.5em;
}
.alignright {
    float:right;
    margin-left: 0.5em;
}

.alignleft {
    float:left;
    margin-right: 0.5em;
}

.clear {
	clear:both;
}
/*************************************
* Structure
*************************************/
#wrap {
	text-align: left;
        width: 900px;
        margin: auto;
        background: url(images/bg.png) repeat-y top right;
        padding-right: 15px;
        border-left: 1px solid beige;
}
#header {
	padding: 15px;
	position: relative;
        height: 75px;
        background: url(images/header.jpg) no-repeat;
        margin-bottom: 2em;
}
#header h1 {
        font-size: 3em;
        font-family: 'Times New Roman',Times,serif;
        font-weight: normal; 
}
#header h2 {
        font-size: 1.1em;
	font-weight: normal;
}

#header h1 a {
	display: block;
        text-decoration: none;
}

/*************************************
* Sidebar
*************************************/
.sidebar {
	width: 180px;
        padding: 5px 10px;
        float: left;
        text-align: right;
}
.sidebar h3 {
	font-size: 1em;
        font-style: italic;
        font-family: Georgia, Times, serif;
        margin: 1.3em 0 0.2em;
}
.sidebar ul {
        margin-left: 0.5em;
        list-style: none;
}
.sidebar li {
	padding: 0.2em;
}

.sidebar li.current-cat a, .sidebar li.current_page_item a {
	font-weight: bold;
}
#wp-calendar {
    margin: 0.5em 0;
}
#wp-calendar caption {
    text-transform: uppercase;
    border-bottom: 1px solid;
    font-weight: bold;
    text-align: left;
}
#wp-calendar td {
    padding: 2px;
}
#wp-calendar a {
    font-weight: bold;
}
/*************************************
* Content
*************************************/
#content {
	margin-left: 200px;
	padding: 10px 25px;
}

#content p {
	padding: 0.5em 0;
	font-size: 1em;
}

#content p, #content li {
        line-height: 1.4em;
}

#content ul li {
	margin: 0;
	list-style-type: disc;
	padding: 0 0 5px 5px;
}
/*************************************
* Post
*************************************/
.post {
	margin: 0.5em 0 1em;
	padding: 0 10px;
	overflow: hidden;
}
.post h2 {
	font-size: 2.1em;
        font-weight: normal !important;
        font-family: "Times", "Georgia", serif;
}
.post h2#singletitle a {
	border-bottom: 3px solid beige;
}
.post h2 a {
	display: block;
	text-decoration:none;
        color: DimGray;
}

.post h2 a:hover {
	color: #111;
}

.post img {
	border: 1px solid beige;
	margin-bottom: 0.5em;
}

.post ul, .post ol, .post blockquote {
	margin: 15px 0 10px 15px;
}

.entry h2, .entry h3, .entry h4 {
        margin: 0.5em 0;
}
.entry img {
       margin: 0.5em;
}

.details {
	margin-bottom: 1em;
	border-bottom: 1px solid beige;
	padding: 0.3em;
        text-align: right;
        clear: both;
}

.details a {
        font-style: italic;
}

.details p {
	padding: 0 !important;
}

.details p a {
	color: #666;
}

.details p a:hover {
	color: #222;
	text-decoration: none;
}
/*************************************
* Footer
*************************************/
#footernav {
	overflow: hidden;
        font-weight: bold;
        padding: 0 0.5em !important;
}
* html #footernav {
	height: 1%;
}
#footernav .next {
	float: right;
}
#footernav .previous {
	float: left;
}

#footer {
	border-top: 5px solid beige;
	padding: 0.5em 1em;
        clear: both;
        margin-top: 3em;
}
#footer h4, #footer h2 {
        font-style: italic;
        font-family: Georgia, Times, serif;
	font-size: 1.3em;
	padding: 0.6em 0 0.1em 0;
}

#footer p {
        margin-top: 2em;
        font-size: 0.9em;
}

#footer ul { padding-top: 0.2em; list-style: none; }

#footer .linkcat {
    width: 31%;
    margin-right: 1%;
    margin-left: 1%;
    float: left;
}
#footer .linkcat li {
    margin: 0.5em 0;
}

/*************************************
* Commentaires
*************************************/
label {
        cursor: pointer;
}
label, input {
        vertical-align: middle;
}
fieldset {
    padding: 1em;
    border: 1px solid beige;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    background: beige;
}
legend {
    font-weight: bold;
    font-size: 1.3em;
}
fieldset dt, fieldset dd {
    float: left;
}
fieldset dt {
    width: 30%;
    clear: both;
    margin-bottom: 0.5em;
    margin-right: 4%;
}
fieldset dd {
    width: 65%;
}
fieldset input.submit {
    float: right;
    width: auto;
    clear: both;
}

.inputbox, fieldset input, fieldset textarea { 
	border: 1px solid beige; 
	color: #333;
	background: #fff;
	font-size: 11px;
	font-family: Verdana, sans-serif;
	padding: 0 2px;
	vertical-align: middle;
	width: 98%;
}
h3#respond, h3#comments, #commentform, .commentlist {
        clear: both;
        margin-top: 2em;
}
h3#respond, h3#comments {
        padding: 1em 0 0;
        font-family: Georgia, serif;
}
.commentlist li {
	margin-bottom: 0.5em;
	padding: 0.4em;
	border-bottom: 1px dotted beige;
}
.commentlist li.odd {
	background: beige;
}
.commentlist img.avatar {
        float: left;
        margin-right: 0.5em;
        margin-bottom: 0.5em;
}
/*************************************
* Search
*************************************/
#searchform .inputbox { 
	border: 1px solid beige; 
	background: #fff;
	font-size: 0.9em;
	font-family: sans-serif;
	padding: 0.3em 0.2em;
	vertical-align: middle;
	width: 120px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}

#searchform .button { 
	border: 1px solid beige; 
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
	background: #fff;
	display: inline; 
	margin-left: 0.3em; 
	font-size: 0.9em;
        padding: 0.2em;
        cursor: pointer;
}

.simplepie h3 { display: none; }
.simplepie strong { font-weight: normal; }
.simplepie ol { list-style: none; }

#themeswitcher {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1em;
    background: red;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #fff !important;
}
#themeswitcher a {
    color: #000 !important;
}

