/*
Theme Name: CBn old
Theme URI: http://commanderbond.net
Description: Old CBn design for Wordpress.
Version: 1.0
Author: David Winter
Author URI: http://commanderbond.net
*/

#category_index h2.type_heading {
    font-size: 1.5em;
}

#category_index .page_header {
    margin-bottom: 10px;
}

.alignleft {
    text-align:left;
}

.alignright {
    text-align: right;
}

.navigation {
    clear: both;
    font-size: 1.3em;
    padding: 10px;
}

.navigation .alignleft, .navigation .alignright {
    width: 45%;
}

.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
}

#menubar {
    color: #E2A656;
}

#error404 input {
    font-size: 1.4em;
}

span.edit {
    font-size: 0.5em;
}

p.tags {
    /* text-transform: uppercase; */
}

#index_latest_news h2 {
    display:inline;
    font-size:1.8em;
    font-weight:normal;
    line-height:95%;
    margin:10px 0 0;
    padding:0;
}


/* Wordpress styles */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #222;
   text-align: center;
   background-color: #131313;
   padding-top: 4px;
   margin: 10px;
}

.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;
}

.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 25%;	
}
.gallery-icon img {
	border: 1px solid #333;
}
.gallery-caption {
	margin-left: 0;
}

#message {
	border: 2px solid #660c0b;
	margin-bottom: 20px;
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 1.3em;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#message p, #message h2 {
	margin-top: 0;
}

#message .lastupdated {
	font-size: 0.7em;
}
