/*  
Theme Name: SuddenMischief
Theme URI: http://www.suddenmischief.com
Description: SuddenMischief theme designed by <a href="http://www.suddenmischief.com">SuddenMischief</a>.
Version: 1.0
Author: Rob Wagner
Author URI: http://www.suddenmischief.com

	This theme was designed and built by Rob Wagner.

	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to SuddenMischief must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

*/
/*==========  CSS RESET  ==========*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/*==========  CSS BASE  ==========*/
h1 { font-size:138.5%; }
h2 { font-size:123.1%; }
h3 { font-size:108%; }
h1,h2,h3 { margin:1em 0; }
h1,h2,h3,h4,h5,h6,strong { font-weight:bold; }
abbr,acronym { border-bottom:1px dotted #000; cursor:help; } 
em { font-style:italic; }
blockquote,ul,ol,dl { margin:1em; }
ol,ul,dl { margin-left:2em; }
ol li { list-style: decimal outside; }
ul li { list-style: disc outside; }
dl dd { margin-left:1em; }
th,td { border:1px solid #000; padding:.5em; }
th { font-weight:bold; text-align:center; }
caption { margin-bottom:.5em; text-align:center; }
p,fieldset,table { margin-bottom:1em; }

.information {font-weight: bold;}
.success {color: green;}
.error, .important {color: red;}

/*==========  PAGE STRUCTURE  ==========*/
HTML{ background: #6F9ADB url(structural_images/bg_sky.jpg) center 0px repeat-x; }
body{ background: transparent url(structural_images/bg_frosted_glass_panel.jpg) center 0px no-repeat; }
body {
	font: 12px/1.231 "Trebuchet MS",Tahoma,Arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 30px;
	padding-top: 50px;
}
a { color: #CC6600; text-decoration: none; }
a:visited {	color: #CC6633;	text-decoration: none; }
a:hover { color: #FF6600; text-decoration: underline; }

/* H1 (used for site title -- overrides H1 base) */
h1 { padding: 0px; margin: 0pt; position: absolute; top: 10px; left: 20px; height: 96px; width: 297px; }
h1 a, h1 a:visited{ display: block; width: 100%; width: auto; line-height: 96px; text-indent: -9999px; }

/* H2 (used for post headings -- overrides H2 base) */
h2 { color: #93BF29; margin: 0px 0px 2px; border-bottom: 1px dotted #CCCCCC; letter-spacing: -1px; font: normal 190%/100% "Trebuchet MS", Tahoma, Arial; padding-bottom: 3px; }
h2 a, h2 a:visited { color: #93BF29; text-decoration: none; }
h2 a:hover { color: #59770e; text-decoration: none; }

/* H3 (used for...???) */
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}

/* H4 (used for...???) */
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}

/* PAGE encompasses the usable page area including header and footer */
#page { margin: 0px auto; width: 760px; background: transparent; }

/* header area */
#header { height: 135px; position: relative; background: transparent;}
#header, #header a, #header a:link, #header a:visited { color: #ffffff; }

/* top navigation menu*/
#menu { position: absolute; right: 20px; top: 77px; font-size: 14px; list-style: none; margin:0; padding: 0;  text-transform: lowercase; }
#menu li { display: inline; margin: 0 0 0 5px; }
#menu li a { color: ffffff; border-right: 1px solid white; padding: 0 7px 0 0; }
#menu li.current_page_item a, #menu li.current_page_item a:visited { color: #93BF29; }


/* content area */

#content-wrapper { background: #ffffff; }

#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 485px;
	overflow: hidden;
}

/* posts */
.post {
	clear:both;
	padding-top: 15px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(structural_images/bg_date.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 4px;
	margin-left: -3px;
}
.post-title {
	float: left;
	margin-left: 10px;
	width: 430px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(structural_images/mini-category.gif) no-repeat;
	padding-left: 0px/*20px*/;
	float:left;
	font-size: 95%;
	color: #999999;
}
.post-comments {
	background: url(structural_images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}
.post-calendar {
	background: url(structural_images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	background: url(structural_images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(structural_images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(structural_images/mini-nav-right.gif) no-repeat right center;
}

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #f1fedb;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#f1fedb;
	border: 1px solid #bdd77f;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(structural_images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/*sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
	color: #666666;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #dceeb7;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(structural_images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(structural_images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(structural_images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(structural_images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(structural_images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(structural_images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin: 0; padding: 0; display: inline;
}
#searchform br {
	display: none;
}
#searchform #s {
	/*border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;*/
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	/*background: url(structural_images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;*/
}

/* footer area */
#footer {
	clear: both;
	background: #048DB4 url(structural_images/bg_footer.gif);
	color: black;
	font-size: 95%;
	line-height: 130%;
	padding-bottom: 10px;
	border-top: 2px solid #93BF29;
}
#footer a, #footer a:visited {
	color: #5894D7;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	margin: 10px 0px 10px;
}
.footer-recent-comments {
	width: 240px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
.footer-recent-comments ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.footer-recent-comments ul li {
	background: url(structural_images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 0px;
}
.footer-recent-posts {
	width: 240px;
	float: left;
	margin-left: 10px;
	overflow: hidden;
}
.footer-recent-posts strong {
	font-size: 107%;
	line-height: 135%;
	font-weight: bold;
}
.footer-recent-posts ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.footer-recent-posts ul li {
	background: url(structural_images/mini-footer-post.gif) no-repeat;
	padding: 0px 0px 10px 0px;
}
.footer-about {
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(structural_images/footer-right-bg.gif) no-repeat;
}
/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited {
	color: #048db4;
}
.rss {
	background: url(structural_images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(structural_images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}

/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/* Twitter Box */
#twitter_update_list { padding: 0 10px 10px 10px!important; margin: 0; }
#twitter_update_list li { list-style: none; padding: 0.5em!important; margin: 0; }
#twitter_update_list li a:link { color: #59770E; }
.new-twitter-box-wrapper {position: relative; top: 15px;}
.new-twitter-box {-moz-border-radius: 10px; -webkit-border-radius: 10px; background: #E4EFF4 url(structural_images/bg_twitter.png) left top repeat-x; }
.new-twitter-header {position: relative; top: -15px; left: 10px; margin-bottom: -15px; background: transparent url(structural_images/header_twitter.gif) left top no-repeat; height: 25px; text-indent: -9999px;}

/* Flicker Widget Overrides */
.flickrpress-container {text-align:left!important;}


