/*
Theme Name: tantrum-blog
Theme URI: http://www.yellowswordfish.com
Description: Sort of took Green Bug and destroyed it
Author: Andy
*/

/* === BASIC STRUCTURE ============================================== */

* { margin: 0; }

body {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 70%;
/*	background: url(images/balloons.jpg);*/
	}

#container {
	margin: 15px 0;
	}

#wrap {
	margin: 20px 0;
	width: 85%;
	}

#header {
	margin: 0;
	width: 85%;
	height: 162px;
	}

#menuwrap {
	background: url(images/stuff-menu-background-blue2.png) repeat-x;
	height: 33px;
	margin-top: -20px;
	}

* html #menu {
	margin-top: 0
	}

#page {
	margin: 20px 0px;
	}

#rightbar {
	float: right;
	width: 18%;
	margin: 0;
	padding: 0 0 0 15px;
	border-left: 1px solid silver;
	height: 100%;
	}

#leftbar {
	float: left;
	width: 18%;
	margin: 0;
	padding: 0 15px 0 0;
	border-right: 1px solid silver;
	height: 100%;
	}

#content {
	float: left;
	width: 55%;
	padding: 0 15px;
	}

#forumcontent {
	float: left;
	width: 75%;
	padding: 0 15px;
	}

#footer {
	margin: 0;
	padding: 0;
	}

/* === BASE STYLES ================================================ */

a {
	color: #5A78C8;
	text-decoration: none
	}

a:hover {
	color: #3057A8;
	}

img {
	border: none;
	}

h4 {
	text-align: center;
	margin: 0;
	padding-bottom: 8px;
	}

/* === STYLE SECTION ============================================== */

#wrap {
	background: #FFF;
	text-align: left;
	}

/* === HEADER ===================================================== */

#header .logo {
	background: url(images/blog-header.gif) no-repeat;
	background-position: center;
	margin: auto;
	height: 162px;
	}

/* === MENU ======================================================= */

#menu {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: .4em;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#menu ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
	}

#menu ul li {
	float: left;
	margin: 0 12px 0 0;
	}

#menu ul li a {
	padding: 10px 15px 10px 10px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	}

#menu ul li a:hover {
	background: url(images/stuff-menu-hover.gif) no-repeat;
	background-position: 0px 8px;
	}

/* === SIDEBARS =================================================== */

#leftbar, #rightbar {
	font-size: 110%;
	color: #000000;
	line-height: 1.2em;
	}

#leftbar .spacer, #rightbar .spacer {
	padding-top: 15px;
	}

#leftbar .box, #rightbar .box {
	border: 1px solid #0066CC;
	background-color: #f9f9f9;
	padding: 5px;
	margin: 0;
	}

#leftbar h3, #rightbar h3 {
	background: url(images/stuff-menu-background-blue2.png) repeat-x;
	height: 33px;
	font-weight: bold;
	font-size: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 1.8em;
	color: #FFFFFF;
	margin: 15px 0 15px 0;
	}

#leftbar p, #rightbar p {
	padding-bottom: 5px;
	}

#leftbar a, #rightbar a {
	color: #000000;
	}

#leftbar a:hover, #rightbar a:hover {
	color: #4D60A0;
	}

#leftbar ul, #rightbar ul {
	list-style-image: url(images/listimage.gif);
	list-style-position: outside;
	margin: 0 0 0 18px;
	padding: 0;
	color: #000000;
	font-weight: bold;
	}

#leftbar ul li ul, #rightbar ul li ul {
	list-style-image: url(images/bullet_blue.png);
	padding: 0;
	margin: 5px 0 10px 10px;
	color: #000000;
	font-weight: normal;
	}


#leftbar ul li ul li ul, #rightbar ul li ul li ul {
	list-style-image: url(images/bullet_red.png);
	padding: 2px 0 5px 0;
	margin: 5px 0 5px 10px;
	color: #000000;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	}

#leftbar ul li ul li ul li, #rightbar ul li ul li ul li {
	padding: 2px 0 0 0;
	color: #000000;
	}

#leftbar #taglist a:after,
#rightbar #taglist a:after {
	content: url(images/bullet_red.png);
	padding-left: 4px;
	}

#rightbar .blogrollmain	ul {
	list-style-image: url(images/england.png);
	font-weight: normal !important;
	margin-left: 20px;
	}

#rightbar .blogrollmain	ul li {
	font-weight: normal !important;
	margin-left: 20px;
	}

/* === NAVIGATION ================================================ */

.menubox {
	padding: 0 5px 5px 5px;
	font-size: 11px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, Verdana, Tahoma, sans-serif;
	text-align: center;
}

.pagenavigationbox {
	text-align: center;
	margin: 0 0 5px 0;
}

.pagenav, .pagenavcurrent {
	border: 1px solid #CCCCCC;
	margin: 0 3px;
	padding: 5px;
	background-color: #FFFFFF;
}

.pagelink {
	border: 1px solid #9999FF;
	color: #9999FF !important;
	margin: 0 3px;
	padding: 5px;
	background-color: #FFFFFF;
}

.pagelink:hover {
	border: 1px solid #CCCCCC;
	background-color: #9999FF;
	color: #FFFFFF !important;
}

.menubox a {
	text-transform: uppercase;
	text-decoration: none;
}

/* === CONTENT ===================================================== */

#content {
	font-size: 115%;
	line-height: 1.6em;
	}

/* === POST ======================================================== */

#content ul, #content ol, #content .commentlist li.alt ol, #content .commentlist li.alt ul {
	list-style-image: url(images/listimage.gif);
	list-style-position: inside;
	margin: 0 0 0 20px;
	padding: 0;
	color: #000000;
	}

#content li, #content .commentlist li.alt li {
	padding: 0;
	margin: 0 0 0 15px;
	border: 0;
	color: #000000;
	}

#content .post p {
	padding-bottom: 10px;
	}

#content .post .title,
#forumcontent .post .title {
	margin-bottom: 10px;
	}

#content .post .title a,
#forumcontent .post .title a {
	font-size: 22px;
	text-decoration: none;
	color: #666666;
	}

#content .post .meta {
	color: #999;
	padding: 2px;
	margin: 0;
	font-size: 11px;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	}

#content .post .meta a {
	color: #777777;
	}

#content .post .meta a:hover {
	color: #000;
	}

#content .post .meta .posted {
	float: left;
	}

#content .post .meta .comments {
	float: right;
	}

#content .post .meta .comments a {
	background: url(images/comments.png) left no-repeat;
	padding-left: 20px;
	padding-bottom: 1px;
	display: block;
	text-decoration: none;
	}

#content .post .entry {
	text-align: justify;
	margin: 0 0 35px 0;
	padding: 6px 0 25px 0;
	border-bottom: 1px dotted silver;
	}

#content .post blockquote p {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	padding: 5px 20px 10px 30px;
	}

/* === COMMENTS ================================================= */

#comments, #respond {
	margin: 0;
	padding:1em 0 0 0;
	}

#commentform  {
	margin:10px 0;
	padding:10px;
	background:#f9f9f9;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	}

.commentnum  {
	font-size:1.5em;
	font-weight:bold;
	margin:0 5px 0 0;
	}

#content .commentlist {
	margin: 1em 0;
	padding: 0;
	border-top: #ddd 1px solid;
	}

#content .commentlist li.one, #content .commentlist li.alt {
	list-style:none;
	margin: 0;
	padding: 0.5em 0.5em 2em;
	background:#fff url(img/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	}

#content .commentlist li.alt {
    background:#f9f9f9;
	}

#content .commentlist li.authorcomment {
    background: #ECE9D8;
	}

#content .commentlist li.one .cmtinfo, #content .commentlist li.alt .cmtinfo {
	font-size:1em;
	}

#content .commentlist li.one cite, #content .commentlist li.alt cite {
	font-style:normal;
	font-weight:bold;
	}

#content .commentlist li.one .cmtinfo em, #content .commentlist li.alt .cmtinfo em {
	float:right;
	margin:0;
	padding:0;
	font-style:normal;
	font-size:0.9em;
	color:#999;
	}

/* === MISC CLASSES ================================================ */

#footer {
	border-top: 1px dotted silver;
	font-size: 11px;
	color: #555555;
	text-align: center;
	margin-top: 15px;
	}

/* === MISC CLASSES ================================================ */

.alignright {
	float: right;
	margin: 0;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-left: 15px;
	}

.alignleft {
	float: left;
	margin: 0;
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-right: 15px;
	}

.aligncenter {
	text-align: center;
	margin: auto;
	}

.yscontrol {
	border: 1px solid #4D60A0;
	margin-top: 10px;
	font-size: 11px;
	}

textarea.yscontrol {
	font-size: 13px;
	font-family: Tahoma, Verdana, Helvetica;
	width: 90%;
	}

#thearchive {
	border: 1px solid silver;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	margin: 15px 0 35px 0;
	padding: 20px;
	text-align: center;
}

.xmas1 {
	top: 0;
	left: 200px;
	position: fixed;
}

.xmas2 {
	top: 0;
	right: 200px;
	position: fixed;
}

/* === AD SPACE */
/*
.pwadbox {
	min-height: 125px;
	max-height: 125px;
	min-width: 125px;
	max-width: 125px;
	border: 1px solid #FFFFFF;
	}
*/
