/*  
Theme Name: Ubernoobi
Theme URI: http://ubernoobi.linuxinit.net/
Description: Ubernoobi Webcomic.
Version: 3.0
Author: David Baines
Author URI: http://www.dbaines.com/

*/

/* INIT
*************************************************************/
body {
	background: #383838 url("images/body-bg.gif") top repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
a:visited,
a:link {
	color: #63942e;
	text-decoration: none;
	}
a:hover {
	color: #75ba2b;
	}

div.clear {
	clear: both;
	}
	
img {
	border: 0px;
	}
	
h1.header {
	text-align: center;
	font-family: "Trebuchet MS", Calibri, Verdana, Arial, sans-serif;
	}

ul {
	list-style-image: url("images/ul.gif");
	}
	
/* LAYOUT
*************************************************************/
#container {
	background: #464646;
	width: 780px;
	margin: 0 auto;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	}

#header {
	background: #464646 url("images/header.gif") top no-repeat;
	height: 154px;
	}

ul#tabs {
	float: right;
	margin: 123px 10px 0 0;
	padding: 0px;
	list-style: none;
	}
	ul#tabs li {
		display: block;
		float: left;
		background: #5d8532 url("images/header-tab-right.gif") top right no-repeat;
		list-style: none;
		margin-right: 3px;
		}
	ul#tabs li a {
		background: url("images/header-tab-left.gif") top left no-repeat;
		font-size: 14px;
		font-weight: bold;
		font-family: "Trebuchet MS", sans-serif;
		color: #354f18;
		padding: 5px 15px;
		display: block;
		}
		
	ul#tabs li.active {
		background-image: url("images/header-taba-right.gif");
		}
	ul#tabs li.active a {
		background-image: url("images/header-taba-left.gif");
		}

#quotes {
	padding: 8px 10px;
	background: #303030 url("images/quotes-bg.gif") top repeat-x;
	color: #7d7d7d;
	font-size: 10px;
	}
		
#content {
	background: #eee url("images/content-top.gif") top repeat-x;
	clear: both;
	}
#content-padding {
	padding: 15px;
	background: transparent url("images/content-bottom.gif") bottom left no-repeat;
	}
	
#footer {
	background: #464646 url("images/footer-bg.gif") top repeat-x;
	color: #898989;
	font-size: 10px;
	}
	#footer-padding {
		padding: 10px 10px 50px 10px;
		}
	#footer-shiznit {
		background: transparent url("images/footer-shiznit.gif") top left no-repeat;
		width: 53px;
		height: 53px;
		float: right;
		margin: 13px 18px;
		}

/* BLOG
*************************************************************/

			/* EACH BLOG POST */
.blog-post {
	margin: 0px 0px 30px 0px;
	}
	h1.blog-title {
		margin: 0px;
		padding: 0px;
		font-family: "Trebuchet MS", Verdana, sans-serif;
		font-size: 20px;
		}
	h1.blog-title a {
		color: #000;
		}
	.blog-meta div {
		padding: 2px 5px 2px 20px;
		}
		.blog-time {
			background: url("icons/clock.png") left no-repeat;
			}
		.blog-cats {
			background: url("icons/folder.png") left no-repeat;
			}
		.blog-music {
			background: url("icons/music.png") left no-repeat;
			}
		.blog-edit {
			background: url("icons/pencil_go.png") left no-repeat;
			}
	.blog-body {
		padding: 10px;
		}
	.blog-perma {
		clear: both;
		background: url("icons/link.png") left no-repeat;
		padding-left: 20px;
		}
	.blog-comments {
		background: url("icons/comment.png") left no-repeat;
		padding-left: 20px;
		}
		
.blog-body .imagelink { /* Used for Image-Attachments */
	margin: 0px 5px 5px 0px;
	float: left;
	border: 1px solid #ccc;
	background: #eee;
	padding: 3px;
	}
	.blog-body .imagelink img {
		border: 1px solid #ccc;
		}
	.blog-body .imagelink:hover {
		border: 1px solid #000;
		}
	.blog-body .imagelink:hover img {
		border: 1px solid #000;
		}

			/* SUBNAV */
div#blog-subnav {
	padding: 10px;
	border: 1px solid #77a447;
	background: #afdd7d;
	}
	div#blog-subnav a {
		display: block;
		padding: 5px 20px;
		background: left no-repeat;
		float: left;
		}
	div#blog-subnav a.godate {background-image: url("icons/calendar.png");}
	div#blog-subnav a.gocats {background-image: url("icons/folder_page.png");}
	div#blog-subnav a.gosearch {background-image: url("icons/magnifier.png");}
	div#blog-subnav a.gorss {background-image: url("icons/feed_add.png");}
	div#blog-subnav a.gocomments {background-image: url("icons/comment.png");}
	
div#blogsubnav-bycats,
div#blogsubnav-bydate,
div#blogsubnav-bysearch,
div#blogsubnav-latestcomms,
div#blogsubnav-rss {
	border: 1px solid #77a447;
	border-width: 0px 1px 1px 1px;
	background: #9dc670;
	padding: 10px;
	}
	
	.blogsubnav-hidden {
		display: none;
		}
	.blogsubnav-expanded {
		display: block;
		}
		
div#blogsubnav-bysearch form {
	margin: 10px;
	}
		
div#blog-subnav-gap {
	height: 0px;
	}
	
div.blog-navigation {
	background: #e1e1e1;
	padding: 5px;
	margin-bottom: 10px;
	position: relative;
	}
	div.blog-nav-left a {
		display: block;
		float: left;
		background: url("icons/arrow_left.png") left no-repeat;
		padding: 5px 5px 5px 20px;
		width: 45%;
		position: relative;
		}
	div.blog-nav-right a {
		display: block;
		float: right;
		text-align: right;
		background: url("icons/arrow_right.png") right no-repeat;
		padding: 5px 20px 5px 5px;
		width: 45%;
		position: relative;
		}

/* COMMENTS (BLOG+GALERY)
*************************************************************/
p.nocomments {
	text-align: center;
	font-size: 14px;
	color: #cecece;
	font-weight: bold;
	}

#comment-overall {
	margin-top: 10px;
	}
.comment-container {
	margin-bottom: 10px;
	}
	.comment-header {
		background: #7db143 url("images/comment-header.gif") top repeat-x;
		border: 1px solid #577f2b;
		}
		.comment-gravatar {
			float: left;
			margin: 5px;
			border: 1px solid #577f2b;
			background: #a3cf70;
			}
		.comment-author {
			font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
			font-size: 14px;
			font-weight: bold;
			margin-left: 55px;
			padding: 8px 5px 0px 0px;
			}
		.comment-date {
			margin-left: 55px;
			font-style: italic;
			font-size: 10px;
			}
	.comment-body {
		border: 1px solid #577f2b;
		border-width: 0px 1px 1px 1px;
		background: #addc7b url("images/comment-body.gif") top repeat-x;
		}
		.comment-body p {
			margin: 0px;
			padding: 5px 10px;
			}
		.comment-edit {
			padding: 5px;
			}
			
h2#respond {
	font-family: "Trebuchet MS", Verdana, arial, sans-serif;
	font-size: 18px;
	}
	
	#gallery-subnav-latestcomms .comment-author,
	#blogsubnav-latestcomms .comment-author,
	#gallery-subnav-latestcomms .comment-date,
	#blogsubnav-latestcomms .comment-date {
		margin-left: 5px;
		}
	#gallery-subnav-latestcomms .comment-date,
	#blogsubnav-latestcomms .comment-date {
		padding-bottom: 2px;
		}

/* FORMS
*************************************************************/
input.input
	{
	background: #cecece url("images/input-textarea.gif") top left repeat-x;
	border: 1px solid #737373;
	}
textarea.input {
	background: #cecece url("images/input-textarea.gif") top left repeat-x;
	border: 1px solid #737373;
	padding: 2px;
	font-family: Verdana, arial, sans-serif;
	font-size: 12px;
	}
input.button {
	background: #cecece url("images/input-button.gif") top repeat-x;
	border: 1px solid #737373;
	padding: 1px;
	}
	
#comment-form {}
	#comment-form #user-details {
		padding: 0px;
		}
	#comment-form label,
	#contact-form label {
		font-size: 12px;
		margin-bottom: 5px;
		padding: 5px;
		float: left;
		width: 300px;
		}
	#comment-form input.input,
	#contact-form input.input {
		margin-bottom: 5px;
		padding: 2px;
		float: left;
		}
	#comment-form textarea,
	#contact-form textarea {
		margin-left: 0px;
		width: 90%;
		}
	
	#comment-form #comment-buttons,
	#contact-form #contact-buttons {
		padding: 10px 0;
		}
	#comment-form input.button {}
	
/* PAGES
*************************************************************/
.page-edit a {
	padding: 2px 5px 2px 20px;
	background: url("icons/pencil_go.png") left no-repeat;
	}
.page-filler {
	height: 100px;
	}
.in-site-search {
	padding: 10px;
	}

/* GALLERY
*************************************************************/
	/* OVERALL */
	div.album img,
	div.imagethumb { /* Thumbnails */
		float: left;
		border: 1px solid #77a447;
		background: #9dc670;
		padding: 5px;
		margin: 3px;
		}
	div.imagethumb img {
		border: 1px solid #77a447;
		}
	div.album img:hover,
	div.imagethumb:hover { /* Thumbnails */
		background: #dff6c7;
		}
	
	/* INDEX */
div.album {
	margin: 10px 0px;
	}
	div.album div.albumdesc {
		margin-left: 100px;
		}
	div.album h3 { /* Album Title */
		padding: 5px;
		font-family: "Trebuchet MS", Calibri, Verdana, Arial, sans-serif;
		margin: 0px;
		}
	div.album p.image-description { /* Album Description */
		padding: 5px;
		margin: 0px;
		}
		
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}
	
	
	/* SUBNAV */
div#gallery-subnav {
	padding: 10px;
	border: 1px solid #77a447;
	background: #afdd7d;
	}
	div#gallery-subnav a {
		display: block;
		padding: 5px 20px;
		background: left no-repeat;
		float: left;
		}
	div#gallery-subnav a.gocomms {background-image: url("icons/comment.png");}
	div#gallery-subnav a.gojump {background-image: url("icons/folder_image.png");}
	div#gallery-subnav a.goimages {background-image: url("icons/images.png");}
	
div#gallery-subnav-latestcomms,
div#gallery-subnav-latestimages,
div#gallery-subnav-quickjump {
	border: 1px solid #77a447;
	border-width: 0px 1px 1px 1px;
	background: #9dc670;
	padding: 10px;
	}
	
	.gallerysubnav-hidden {
		display: none;
		}
	.gallerysubnav-expanded {
		display: block;
		}
		
div.latest-images {
	margin: 10px;
	}
		
div#gallery-subnav-gap {
	height: 0px;
	}
	
div#credit {
	text-align: center;
	font-size: 8px;
	margin-top: 10px;
	}
	
	/* GALLERIES */
div#gallery-summary,
div#image-summary {
	padding: 5px;
	margin-bottom: 10px;
	background: #e1e1e1;
	}
	h2.gallery-title {
		margin: 0px;
		padding: 0px;
		}
	p.gallery-descript {
		margin: 0px;
		padding: 0px;
		}

	/* IMAGES */
	div#image-summary h2.image-title {
		margin: 0px;
		}
	div#image-summary a.image-gallery {
		display: block;
		padding: 5px 5px 5px 20px;
		background: url("icons/images.png") left no-repeat;
		}
	div#image-summary p.image-description {
		margin: 0px;
		padding: 8px;
		}

div#image {
	padding: 5px;
	text-align: center;
	}
	div#image img {
		border: 0px;
		}
	div#image a.gallery-fullview {
		margin: 5px;
		background: url("icons/magnifier_zoom_in.png") left no-repeat;
		padding: 5px 5px 5px 20px;
		}


/* COMIC
*************************************************************/
#comic-functions-top form {
	display: none;
	}
	
.comic-buttons {
	text-align: center;
	padding: 10px;
	}
	
#comic-header {
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 6px;
	font-size: 14px;
	text-align: center;
	}
#comic-image {
	background: #000;
	text-align: center;
	}
#comic-image img {
	max-width: 740px;
	}
#comic-copyright {
	background: #000;
	color: #fff;
	font-style: italic;
	padding: 3px;
	text-align: right;
	}

form.comicdropdown-form {
	padding: 10px;
	border: 1px solid #77a447;
	background: #afdd7d;
	}

/* OTHER
*************************************************************/