/*  
 * Theme Name: 		EIT - Tragic Kingdom
 * Theme URI: 		http://www.chomz.com/
 * Description: 	From OpenAir 
 * Author: 			Amy
 */

* 	{
    margin:					0;
	padding:                0;
	}

body, html {
	background-image:		url(images/tk-bg.png);
	background-repeat:		repeat;
	background-color:		#363859;
	font-size:				11px;
	font-family:			Verdana, Tahoma, Arial, serif;
	}



/*----------------------------- wrapper ------*/
	#wrap {
	    width:825px;
		margin:0 auto;
	}



/*-------------------------- main divs -------*/
.content {
    width:					610px;
	float:					left;
}


#header { 
	background-image:		url(images/header.png);
	height:					275px;
	width:					817px;
}
#header #text {
			font-family: Georgia;
	margin:					10px 0 0 10px;
}
#header #text h2 {
    font-size:				16px;
			font-family: Georgia;
	font-style:				italic;
	color:					white;
}


#middle { 
	margin:					0 5px 5px 5px;
}

#sidebar {
    width:					175px;
	margin:					1px 0 0 15px;
	float:					right;
}
		#sidebar .top, #sidebar .middle, #sidebar .bottom {
		    margin:					0;
			padding:                0;
		}
		#sidebar .top, #sidebar .bottom {
		    background-repeat:		no-repeat;
		}
		#sidebar .top { 
		    background-image:		url(images/sidebar_top.png);
			height:					5px;
		}
		* html #sidebar .top {
		    margin:					0 0 -15px 0;
		}
		#sidebar .middle { 
			padding:				0 1px;
		    background-image:		url(images/sidebar_middle.png);
			background-repeat:		repeat-y;
		}
		#sidebar .bottom { 
		    background-image:		url(images/sidebar_bottom.png);
			height:					4px;
			margin:					0 0 15px 0;
		}
		#sidebar p {
			padding:					0 4px 1px 4px;
			}
		#sidebar ul {
			margin:					0 5px;
			padding:                3px 0 5px 0;
			list-style-type:		none;
		}
		#sidebar ul.work {
		    margin-left:			20px;
			list-style-type:		none;
		}
		#sidebar ul ul {
		    list-style-type:		none;
			margin:					0 5px 5px 0;
		}
		
		#sidebar ul ul li {
	
}
		#sidebar #searchform input#s {
		    width:					154px;
			margin:					0 0 3px 3px;
			padding:                0 4px 2px 7px;
			border:					1px solid black;
		}
		
		#sidebar p#tagcloud {
		    margin:					0 3px;
			text-align:				center;
		}

 .side-welcome{
		    background:				url(images/sidebar-welcome.png) no-repeat top left;
		    height:					40px;
			width:					173px;
		    margin:					0;
			padding:                0;
		}

 .side-search{
		    background:				url(images/sidebar-search.png) no-repeat top left;
		    height:					40px;
			width:					173px;
		    margin:					0;
			padding:                0;
		}

 .side-calendar{
		    background:				url(images/sidebar-calendar.png) no-repeat top left;
		    height:					40px;
			width:					173px;
		    margin:					0;
			padding:                0;
		}
  .side-twitter{
		    background:				url(images/sidebar-twitter.png) no-repeat top left;
		    height:					40px;
			width:					173px;
		    margin:					0;
			padding:                0;
		}
		#twitter_update_list {
			color: black;
			}
		#twitter_update_list li {
			padding: 0 0 10px 0;
			}

#navigation {
		float: right;
	    width: 153px;
	    height: 37px;
	    display: block;
	}
	
	#navigation ul {
	    display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	#navigation li {
		list-style:none;
		}
	 
	#navigation li a:link, #navigation li a:visited {
	    border: none;
	    display: block;
	    position: absolute;
		text-decoration: underline;
	    text-indent: -7000px;
	    outline: none;
	}

		#navigation li.home a:link, #navigation li.home a:visited {
			background: url(images/nav-home.png) top left no-repeat;
		    top:0px;
		    width: 153px;
		    height: 37px;
		}
		#navigation li.band a:link, #navigation li.band a:visited {
			background: url(images/nav-band.png) top left no-repeat;
		    top:33px;
		    width: 153px;
		    height: 37px;
		}
		#navigation li.music a:link, #navigation li.music a:visited {
			background: url(images/nav-music.png) top left no-repeat;
		    top:66px;
		    width: 153px;
		    height: 37px;
		}
		#navigation li.downloads a:link, #navigation li.downloads a:visited {
			background: url(images/nav-downloads.png) top left no-repeat;
		    top:99px;
		    width: 153px;
		    height: 37px;
		}
		#navigation li.site a:link, #navigation li.site a:visited {
			background: url(images/nav-site.png) top left no-repeat;
		    top:132px;
		    width: 153px;
		    height: 37px;
		}
		#navigation li.links a:link, #navigation li.links a:visited {
			background: url(images/nav-links.png) top left no-repeat;
		    top:165px;
		    width: 153px;
		    height: 37px;
		}
		
		#navigation li.home a:hover {
		    background: url(images/nav-home.png) bottom right no-repeat;
		}
		#navigation li.band a:hover {
		    background: url(images/nav-band.png) bottom left no-repeat;
		}
		#navigation li.music a:hover {
		    background: url(images/nav-music.png) bottom left no-repeat;
		}
		#navigation li.downloads a:hover {
		    background: url(images/nav-downloads.png) bottom left no-repeat;
		}
		#navigation li.site a:hover {
		    background: url(images/nav-site.png) bottom left no-repeat;
		}
		#navigation li.links a:hover {
		    background: url(images/nav-links.png) bottom left no-repeat;
		}

		
		
 .side-navigation{
		    background:				url(images/sidebar-navigation.png) no-repeat top left;
		    height:					40px;
			width:					173px;
		    margin:					0;
			padding:                0;
		}
 .side-stats{
		    background:				url(images/sidebar-stats.png) no-repeat top left;
		    height:					40px;
			width:					173px;
		    margin:					0;
			padding:                0;
		}	
 .side-tagboard{
		    background:				url(images/sidebar-tagboard.png) no-repeat top left;
		    height:					40px;
			width:					173px;
		    margin:					0;
			padding:                0;
		}	
		
 .title{
		    background:				url(images/sidebar-themes.png) no-repeat top left;
		    height:					40px;
			width:					173px;
		    margin:					0;
			padding:                0;
		}	
		
 .side-webmasters{
		    background:				url(images/sidebar-webmasters.png) no-repeat top left;
		    height:					40px;
			width:					173px;
		    margin:					0;
			padding:                0;
		}	

 .side-archives{
		    background:				url(images/sidebar-archives.png) no-repeat top left;
		    height:					40px;
			width:					173px;
		    margin:					0;
			padding:                0;
		}
 .side-google{
		    background:				url(images/sidebar-google.png) no-repeat top left;
		    height:					40px;
			width:					173px;
		    margin:					0;
			padding:                0;
		}

		
/*----------------------------- post ---------*/
.post { }
.post-top, .post-bottom {
    background-repeat:		no-repeat;
	background-color:		transparent;
}
.post-top {
    background-image:		url(images/tablet_top.png);
	height:					10px;
	max-height:				10px;
}
* html .post-top {
    background-image:		url(images/tablet_top.gif);
	margin:					0 0 -9px 0;
}
.post-content {
    background-image:		url(images/tablet_middle.png);
	background-repeat:		repeat-y;
	font-size:				100%;
}
* html .post-content {
    background-image:		url(images/tablet_middle.gif);
}
.post-bottom {
    background-image:		url(images/tablet_bottom.png);
	height:					10px;
	position:				relative;
}
* html .post-bottom {
    background-image:		url(images/tablet_bottom.gif);
}
.post-content ul, .post-content dl {
    padding:				5px 0 5px 25px;
}
.post-title {
    background-image:		url(images/post-title.png);
    height:					30px;
    background-color:		#fff;
	border-top:				1px solid black;
	border-bottom:			1px solid black;
	margin:					0 2px;
	padding:                0 3px;
	position:				relative;
}

.post-title-overlap {
	position:				absolute;
	top: 0;
	left: 0;
	font-size:				24px;
	font-weight:			bold;
	font-family:			Georgia;
	text-decoration:		none;
	}
		
.post-date {
    background-color:		transparent;
	background-image:		url(images/orange-date.png);
	background-repeat:		no-repeat;
	width:					100px;
	height:					93px;
	position:				absolute;
	top:					-37px;
	left:					525px;
	text-align:				center !important;
}
* html .post-date {
    background-image:		url(images/orange-date.gif);
}
.post-date .month, .post-date .date {
	font-size:				12px;
	font-weight:			bold;
	color:					white;
}
.post-date p {
	margin:					25px 0 0 15px;

}
.post-date .month { 
	text-align:				center;
	font-size:				14px;
	padding:				0 0 5px 0;
}
.post-date .date { 
	text-align:				center;
	padding:                1px 0 0 3px;
}
.post-main {
	padding:                10px;
}
.post-main img {
		border: black 1px solid;
	}

		.post-title h2, #commentsdiv h4 {
			font-size:				24px;
			color:	white;
			font-family: Georgia;
			
		}
		
.post-comments {
    background-image:		url(images/comments-fly.png);
	background-repeat:		no-repeat;
	width:					77px;
	height:					79px;
	position:				absolute;
	top:					-37px;
	left:					-7px;
}
* html .post-comments {
    background-image:		url(images/comments-fly.gif);
}
.post-comments p {
    margin:                 25px 0 0 21px;
}

.post-info {
    position:				absolute;
	left:					55px;
	top:					-10px;
}
.post-archive .post-info {
    text-align:				left;
}




/*-------------------------- comments --------*/
#commentsdiv {
	margin:					0;
}
.comments-top, .comments-bottom {
    background-repeat:		no-repeat;
	background-color:		transparent;
}
.comments-top {
    background-image:		url(images/tablet_top.png);
	height:					10px;
	max-height:				10px;
}
* html .comments-top {
    background-image:		url(images/tablet_top.gif);
	margin:					0 0 -9px 0;
}
.comments-middle {
    background-image:		url(images/tablet_middle.png);
	background-repeat:		repeat-y;
	font-size:				100%;
}
* html .comments-middle {
    background-image:		url(images/tablet_middle.gif);
}
.comments-bottom {
    background-image:		url(images/tablet_bottom.png);
	height:					10px;
	position:				relative;
}
* html .comments-bottom {
    background-image:		url(images/tablet_bottom.gif);
}

.comments-textarea { 
    margin:					0 10px;
}
.comments-textarea textarea {
    width:					100%;
}
.comments-title {
    background-image:		url(images/post-title.png);
    height:					30px;
    background-color:		#fff;
	border-top:				1px solid black;
	border-bottom:			1px solid black;
	margin:					0 2px;
	padding:                0 3px;
	color:					white;
	font-family:				Georgia, Tahoma;
}
.comments-title h3 {
    font-size:				20px !important;
	padding:                2px 0 2px 2px;
}
.comments-title h4 {
    font-size:				16px !important;
	padding:                2px 0 2px 2px;
}
.comments-content {
    width:					460px;
	margin:					0 0 0 5px;
}
.comments-content ul, .comments-content ol, .comments-content dl {
    margin:					5px 0 0 25px;
}
.comments-poster {
    float:					right;
	clear:					right;
	width:					120px;
	margin:					0 5px 0 0;
	padding:                0 0 0 5px;
	border-left:			1px solid #333;
	font-size:				14px;
	text-align:				center;
}
* html .comments-poster {
    width:					115px;
}
.comments-poster img {
    margin:					0;
	padding:                5px;
	border:					1px solid #ddd;
}
.comments-poster-text {
    font-size:				13px;
}
.comments-inputs {
    margin:					0 0 10px 10px;
}
.comments-inputs label {
    float:					left;
    width:					100px;
}
.comments-inputs input {
    margin:					0 0 3px 0;
}
.comments-middle .buttons {
    text-align:				right;
}
.comments-middle .buttons input {
    margin:					0 10px 0 0;
	border:					1px solid #333;
	font-family:			Verdana, Tahoma, Arial, serif;
	font-size:				16px;
	font-weight:			bold;
}
.comments-middle .buttons input:hover {
    color:					#548cbd;
}
.comments .inputs {
    padding:                0 10px;
}



/*---------------------------- footer --------*/

#footer { 
	background-image:		url(images/footer.png);
	height:					40px;
	width:					817px;
	margin-top:				0px;
	margin-bottom:			10px;
}
	#footer p{
		font-family:			Verdana, Tahoma, Arial, serif;
		font-size:				9px;
		font-weight:			bold;
		color:			white;
		text-align:		center;
		}





/*-------------------------- calendar --------*/
/* wp-calendar refers to the table itself     */
#wp-calendar {
    margin:					0 auto;
	width:					95%;
	border:	1px solid black;
}
#wp-calendar caption {
    display:				none;
}
#wp-calendar thead tr { }
#wp-calendar thead tr th {
    text-align:				left;
} 
#wp-calendar tbody tr { }
#wp-calendar tfoot tr { }
#wp-calendar tbody td { 
    min-height:             11px;
	height:					11px;
	border-right:			0px solid #ccc;
	border-bottom:			0px solid #ccc;
	margin:					0 2px 2px 0;
	padding:                0px;
	vertical-align:			top;
}
#wp-calendar tbody td:hover {
    background-color:		#8aacd2;
}
#wp-calendar tbody td#today {
    background-color:		#d8dfef;
}
#wp-calendar tbody td#today:hover {
    background-color:		#ddd;
}

#wp-calendar tbody a {
    color:					#3e483d;
	font-weight:			bold;
}
#wp-calendar tbody a:hover {
    color:					#000;
}
#wp-calendar tfoot a {
    color:					#000;
	font-size:				11px;
	text-decoration:		none;
}
#wp-calendar tfoot a:hover {
    color:					#399;
}


/*----------------------------- links --------*/
a {
    color:					#861000;
}
a:visited {
    color:					#861000;
}
a:hover {
    color:					#861000;
}
h1 a, h1 a:visited {
    color:					white;
	text-decoration:		none;
}
h1 a:hover { 
    color:					white;
}
h2 a {
    color:					white;
	text-decoration:		none;
}
h2 a:visited {
    color:					white;
}
h2 a:hover {
    color:					white;
}

.post-title a, .post-title a:visited, .post-title a:hover {
	color:					#861000;
	font-stretch: ultra-condensed;
	}
.post-title-overlap a, .post-title-overlap a:visited, .post-title-overlap a:hover {
	color:					white;
	text-decoration:		none;
	}

.post-main a,  #sidebar a, #footer a {
    border:					0;
	color:					#861000;
}
.post-main a:visited, #sidebar a:visited, #footer a:visited {
    color:					#861000;
}
.post-main a:hover, #sidebar a:hover, #footer a:hover {
    color:					#861000;
}



/*----------------------------- misc ---------*/
.spacer {
    clear:					both;
}
.justify {
    text-align:				justify;
}
.centered {
    text-align:				center;
}
.navigation {
    text-align:				center;
}

.nav-top {
    background-image:		url(images/tablet_top.png);
	height:					10px;
	max-height:				10px;
}
* html .nav-top {
    background-image:		url(images/tablet_top.gif);
	margin:					0 0 -9px 0;
}
.nav-middle {
    background-image:		url(images/tablet_middle.png);
	background-repeat:		repeat-y;
	font-size:				100%;
}
* html .nav-middle {
    background-image:		url(images/tablet_middle.gif);
}
.nav-bottom {
    background-image:		url(images/tablet_bottom.png);
	height:					10px;
	position:				relative;
}
.small {
    font-size:				87%;
}
.uppercase {
    text-transform:			uppercase;
}
.align-left {
    margin:					0 0 0 4px;
	float:					left;
}
.align-right {
    margin:					0 4px 0 0;
	float:					right;
}
img {
    border:					0;
}
.post p {
    padding:                5px 0;
}
.post li {
    padding:                2px 0;
}

blockquote {
    background-color:		#f38012;
	border:					1px solid #222;
	margin:					5px 25px;
	padding:                2px 5px 5px 5px;
}
.comments blockquote {
    margin:					5px 25px 0 25px;
}
blockquote ul, blockquote ol, blockquote dl {
    margin:					0 0 0 15px;
}

h2 {
    font-size:				12px;
}


.clearfix:after {
    content: 				".";
    display: 				block;
    clear: 					both;
    visibility: 			hidden;
    line-height: 			0;
    height: 				0;
}

.clearfix {
    display: 				inline-block;
}

html[xmlns] .clearfix {
    display: 				block;
}

* html .clearfix {
    height: 				1%;
}


.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   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;
}

table {
   border-collapse:collapse;
   margin:0 0 15px;
}
table td {
   padding:5px;
   border:1px solid #000;
}
.post-main .current_page_item a:visited, .post-main .current_page_item a:link, .post-main .current_page_item a:hover, .post-main .current_page_item a:active, #sidebar .current_page_item a:visited, #sidebar .current_page_item a:link, #sidebar .current_page_item a:hover, #sidebar .current_page_item a:active {
	color:#000;
	cursor:text;
	text-decoration:none;
}