/* Designed by François PLANQUE - http://fplanque.net/ */

@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */

body {
	padding: 0px;
	margin: 0px;
	color: #f87817;
	font: bold 75% georgia, Arial, Helvetica, sans-serif;
	background-color: #0021a5;
}

a {
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
}
a:hover {
	color: white;
	text-decoration: underline;
}


div#pageFooter {
	padding: 0 0 1ex 0;
}
p.baseline {
	text-align: center;
	font-size: 84%;
	padding: 6ex 0 4ex 0;
	margin: 0;
}


div.pageHeader {
	padding: 5px;
	background: #f87817;
	color: white;
}

h1#pageTitle {
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div.PageTop ul {
	background: #0021a5;
	border-bottom: 2px double #f87817;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: 5px 0;
}
div.PageTop li {
	border-right: 1px solid #f87817;
	display: inline;
	padding: 5px 1em;
}

div.PageTop a {
	font-weight: bold;
	text-decoration: none;
}
div.PageTop a.default {
	color: #f87817;
}
div.PageTop a.selected,
div.PageTop a.selected:visited {
	color: #f87817;
}
div.PageTop a:hover {
	text-decoration: underline;
	color: white;
}


/* Styles for main area (left) */
h2 {
	margin: 0;
	padding: 1ex 0 0 0;
}

/* Styles for posts */
.bPosts {
	width: 820px;
	margin: 0 auto;
}
div.action_messages {
	margin: 0 2ex;
}

.nav_right img
{
	vertical-align: top;
}
.nav_right a
{
	display: block;
	margin: 1ex 0;
	float: right;

}
.nav_right a:hover
{

}
img.no_nav
{
	margin: 1ex 0;
	float: right;

}

.bPost
{
	clear: both;
}
div.image_block img {
	background: #f87817;
	padding: 5px;

}
.bDetails {
	width: 80%;
	margin: 2em auto;  
	background: #666;
        color: white;
	border: 3px double #f87817;
}
h3.bTitle {
	font-size: 100%;
	display:inline;
	letter-spacing: 2px;
}
.bText {
	margin: 0;
	padding: 0 12px;
}
.bSmallHead
{
	margin: 0;
	padding: 12px 12px 6px 12px;
}
.bSmallPrint
{
	margin: 0;
	font-size: 84%;
	padding: 6px 12px 12px 12px;
}
.action_right
{
	font-size: 84%;
	float: right;
	margin: 0 0 0 1em;
}
.timestamp {
	margin: 0 0 0 1em;
	font-size: 84%;
}

input.bComment,
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}

.comments_popup {
	margin: 1em;
}

table.image_index {
	margin: 1ex auto;
}
table.image_index td {
	width: 88px;
	height: 88px;
	background: black;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #f87817;
}
table.image_index td:hover {
	background: white;
	border: 1px solid #f87817;
}

#pageFooter a
{
	color: #f87817;
        font-weight: bold;
}
