/* @override 
	http://127.0.0.1:8000/media/style/iridium.css
*/

body {
    font-size: 83.3331%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #424242 url(/media/image/background_shadow.png) repeat-y center;
}

/* Reduced header sizes from Blueprint. */
h1 {font-size:2em;margin-bottom:0.75em;}
h2 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h3 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h4 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h5 {font-size:1em;font-weight:bold;}
h6 {font-size:1em;font-weight:bold;}

hr {
    background: black;
}

.container {
    background: url(/media/image/background.png) no-repeat;
}

#header {
	margin-top: 1.5em;
}

#logo {
	width: 250px;
	display: block;
    margin: 0 auto 10px auto;
}

#leftside {
   	margin-top: 1.5em;
}

#rightside {
	margin-top: 1.5em;
}

/* @group Menu */

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style-type: none;
}

#menu li a {
	display: block;
	height: 1.5em;
	background-color: #e5e5e5;
	padding: 3px 1.5em;
    text-decoration: none;
    border-top: 1px solid #909090;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    color: #000;
}

#menu li a:hover {
    text-decoration: underline;
    color: #963424;
}

/* @end */

#content {
	margin-top: 1.5em;
	min-height: 20em;
}

#search {

}

#footer {
	margin-top: 1.5em;
    font-size: 75%;
}

tr.submit td {
    text-align: center;
}

/* @group journal */

.journal_entries .journal_entry {
    border-top: 1px solid #cacaca;
}

.journal_entry {
    margin-bottom: 1.5em;
    padding-top: 1.5em;
}

.journal_entry h2 a {
	text-decoration: none;
    color: #000;
}

.journal_entry h2 a:hover {
	text-decoration: underline;
}

.dateline, .categorized, .tagged {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-style: italic;
}

.categorized, .tagged {
    color: gray;
}

.journal_comment_body {
    border: 1px solid #cacaca;
    margin: 1.5em;
    padding: 1.5em 1.5em 0 1.5em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 5px 5px #cacaca;
	-moz-box-shadow: 0 5px 5px #cacaca;
}

.journal_comment_byline {
    text-align: right;
    padding-right: 3em;
}

/* @end */

