/*   
	Theme Name: ajack.org
	Theme URI: http://www.ajack.org
	Description: Theme for ajack.org
	Author: Jack Weeden
	Author URI: http://ajack.org
*/


* {
	margin: 0px;
	padding: 0px
}
	
body {
	background-color: #E8E1E1;
	font-family: "Tahoma", sans-serif;
	font-size: 12px;
}

p {
	color: #444444;
	font-size: 12px;
	line-height: 22px;
}

a {
        outline: none;
}

p a {
	color: #44659F !important;
	font-weight: bold;
}

p a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

#container {
	width: 100%;
	margin: 0 auto;
}



/* Header */
#header {
	height: 32px;
	background: #555555 url('images/header.jpg') repeat-x bottom left;
}

#header_bottom {
	background: #c9def4 url('images/header_bottom.jpg') repeat-x bottom left;
	height: 2px;
}

#header a#logo {
	display: block;
	height: 48px;
	width: 146px;
	background: url('images/logo.png') no-repeat top left;
	text-indent: -10000px;
	margin: 0 0 0 10px;
	float: left;
}

#header a#logo:hover {
	background-position: 0 -48px;
}


#nav {
	float: right;
	margin: 8px 10px 0 0;
}

#nav li {
	display: inline;
	list-style-type: none;
}

#nav li a {
	color: #b8dbff !important;
	text-decoration: none;
	font-size: 11px;
	padding: 8px 10px;
	margin: 0;
	height: 35px;
	font-weight: bold;
}

#nav li a:hover {
	color: #FFFFFF !important;
}

#categories {
	padding: 10px 20px 5px 10px;
	background: #424343 url('images/categories_bg.jpg') repeat-x bottom left;
	text-align: left;
}

#categories p.c {
	margin-top: 10px;
	padding-left: 20px;
	line-height: 35px;
}

#categories p.c a {
	color: #FFFFFF !important;
	padding: 4px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none !important;
	margin-right: 10px;
}

#categories p.c a.blue { background: #68a8ea url('images/category_button_blue.jpg') repeat-x bottom left; }
#categories p.c a.red { background: #eb6540 url('images/category_button_red.jpg') repeat-x bottom left; }
#categories p.c a.magenta { background: #bf4178 url('images/category_button_magenta.jpg') repeat-x bottom left; }

#categories p.c a.blue:hover { background: #2f8ded url('images/category_button_blue_hover.jpg') repeat-x bottom left; }
#categories p.c a.red:hover { background: #d93b11 url('images/category_button_red_hover.jpg') repeat-x bottom left; }
#categories p.c a.magenta:hover { background: #b52464 url('images/category_button_magenta_hover.jpg') repeat-x bottom left; }

#categories .close {
	margin: 10px 15px 0 0;
}

#categories .close a {
	font-size: 8px;
	color: #B4B8FD !important;
	text-decoration: none;
}

#categories .close a:hover {
	text-decoration: underline;
}



/* Content */
#content {
	margin: 30px auto 0 auto;
	width: 920px;
}

.posttitle {
	margin: 0 0 10px 0;
	color: #6775cb;
	font-size: 25px;
	font-family: "Georgia", sans-serif;
}

#bigpicture {
	margin: 0 auto;
}

#bigpicture a, #moremeta a {
	color: #be5050;
}

#bigpicture img {
	border: 10px solid #CFCCCC;
}

#bigpicture .button {
	border: none !important;
}

#bigpicture #mainimage {
	margin: 0 auto;
	text-align: center;
}


#bigpicture .prev-next {
	float: right;
	margin: 5px 0 0 0;
}
/*
#bigpicture .prev-next a {
	padding: 5px 10px;
	font-size: 11px;
	border: 1px solid #E8E1E1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #6775cb !important;
	font-weight: bold;
	text-decoration: none !important;
}

#bigpicture .prev-next a:hover {
	border: 1px solid #CFCCCC;
	background: #E8E1E1 url('images/button.png') repeat-x bottom left;
}

#bigpicture .prev-next a:active {
	border: 1px solid #CFCCCC;
	background: #d8d1d1 url('images/button_on.png') repeat-x bottom left;
}*/

#bigpicture #datetime {
	font-weight: bold;
	margin: 15px 0 4px 0;
}

#description {
	padding-top: 15px;
	clear: both;
}

#description p {
	text-align: justify;
	margin-bottom: 10px;
	font-size: 11px;
}

#edit-link {
	font-size: 9px;
	text-align: right;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

#bigpicture #exif {
	font-size: 11px;
	text-align: right;
	margin-top: 15px;
        color: #858585 !important;
}

.post-categories a {
	font-weight: bold;
}

.post-categories {
	font-size: 10px;
}

.clear {
	clear: both;
}

#comments {
	margin-top: 30px;
}

#comments .left {
	float: left;
	width: 5%;
	vertical-align: middle;
}

#comments .left p {
	line-height: normal;
	text-align: center;
	font-size: 30px;
	color: #c9c3c3;
	font-family: "Georgia", sans-serif;
}

#comments .right {
	float: right;
	width: 95%;
	margin-bottom: 20px;
}	

#comments .nameanddate a {
	color: #3d52f7;
	text-decoration: none;
}

#comments .nameanddate {
	font-weight: bold;
}

#comments .nameanddate span {
	font-weight: normal !important;
	font-size: 9px !important;
}

#comments .commenttext {
	margin: 5px 0 0 10px;
}

#nocomments {
	padding: 0;
	font-size: 12px;
	margin: 0;
}

#comments h2 {
	color: #608df3;
	border-bottom: 1px solid #93ADE8;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#commentbox {
	padding-bottom: 20px;
}

#commentform label {
	font-size: 10px;
	padding-top: 1px;
	margin: 0;
	width: 60px;
	display: inline-block;
	color: #444444;
	vertical-align: top;
}

#commentform .input {
	padding: 5px;
	font-size: 11px;
	color: #333333;
}

#commentform ol li {
	list-style-type: none;
	margin-bottom: 3px;
}

#commentform fieldset {
	border: none;
}

#commentform .submit {
	background: url('images/add_comment.jpg') no-repeat top left;
}

#commentform .cancel {
	background: url('images/cancel.jpg') no-repeat top left;
}

#commentform .submit, #commentform .cancel {
	width: 98px;
	height: 26px;
	text-indent: -10000px;
	border: none;
	margin-top: 10px;
}

#commentform #comment, #commentform .input {
	background: #EBEBEB;
	border: 1px solid #686868;
}

#commentform #comment:focus, #commentform .input:focus {
	background: #FFFFFF;
	border: 1px solid #6F94CB;
}

#comments #leavecomment {
	display: block;
	background: url('images/add_a_comment.jpg') no-repeat top left;
	width: 108px;
	height: 26px;
	text-indent: -10000px;
	margin-top: 15px;
}

#comments #leavecomment:hover {
	background-position: 0 -26px;
}




#archive {
	width: 920px;
	margin: 0 auto;
}


#archive img {
	border: 5px solid #CCCCCC;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
}

#archive img:hover {
	border: 5px solid #6f91f1;
}


#prevlink a, #nextlink a {
	padding: 6px;
	color: #5B5B5B;
}


.cattitle {
	border-bottom: 1px solid #7cacf1;
}

.category-item {
	clear: both;
}

.category-thumb {
	float: left;
	width: 250px;
	padding-bottom: 30px;
}

.category-thumb img {
	border: 5px solid #CCCCCC;
}

.category-thumb img:hover{
	border: 5px solid #6f91f1;
}

.category-meta {
	float: left;
}

.category-meta h2 a {
	font-size: 22px;
	font-family: "Georgia", sans-serif;
	color: #3759d6;
	text-decoration: none;
}

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


.catdatetime {
	font-weight: bold;
	font-size: 10px;
	margin-top: 15px;
}


/* Footer */

#pre_footer {
	background: #c9def4 url('images/header_bottom.jpg') repeat-x bottom left;
	height: 2px;
	margin: 30px 0 0 0;
}

#footer {
	background: #424242 url('images/header.jpg') repeat-x top left;
	height: 50px;
}

#footer .right {
	float: right;
}

#footer p {
	padding: 12px 20px 0 0;
	font-size: 11px;
	font-weight: bold;
}

#footer p a {
        color: #b8dbff !important;
	text-decoration: none;
}

#footer p a:hover {
        color: #FFFFFF !important;
}
