/*  
Theme Name: Glowing World
Theme URI: http://www.tacitus-media.de/glowing-world-wordpress-theme/
Description: Glowing World is a 3 columns WordPress Theme with nice effects with mouseover, shadow and transparency. Easy to customize, widget-ready sidebar and footer, special options etc.
Version: 1.0
Author: Tacitus Media
Author URI: http://www.tacitus-media.de 
Tags: black, blue, three-columns, threaded-comments, custom-header, fixed-width, theme-options, right-sidebar, sticky-post
.
	
 */

html{
     }

body {
	background: url(images/world-blue.jpg) fixed no-repeat center 0 #111;
	color: #c5eaff;
	font: 0.9em/1.3em Trebuchet MS, verdana, sans-serif;
	text-shadow: 0px 0px 10px #0000ff;
}

.wrap {
	width: 980px;
	margin: 0px auto;
}

/*-----------------------general------------------------*/

/*------------------------header------------------------*/


.header {
	background: url(images/header.png) no-repeat center 0;
	height: 170px;
}

.header:hover {
	background: url(images/headerhv.png) no-repeat center 0;
}

#description {
	height: 20px;
	overflow: hidden;
	padding: 20px 0 0 2px;
	text-align: center;
}

.header .bar {
	width: 285px;
	margin: 0 20px;
	float: left;
}

.header .bar .l {
}

.header .bar .c {
	text-align: center;
	width: 100%;
}

.header .bar .r {
}

.bar span {
	max-height: 200px;
	overflow: auto;
}

.bar img {
	float: left;
	margin: -9px 5px 0 -10px;
	padding: 3px 2px 2px 3px;
	border-right: 1px solid #50768f;
	border-bottom: 1px solid #50768f;
}

.header h1 {
	text-align: center;
	font: small-caps 40px Trebuchet MS, verdana, sans-serif;
	text-shadow: 0px 0px 10px #0000ff;
	margin: 14px;
	padding-left: 2px;
	height: 100px;
	overflow: hidden;
}

.header h1 a{
	text-decoration: none;
	color: #c5eaff;
}

.header h3 {
	padding: 15px 0 10px 10px;
	margin: 0;
	font-size: 15px;
}

.header a {
	background: none;
}

.header #description {
	text-align: center;
}

.pagenav {
	overflow: hidden;
}

.pagenav ul{
	list-style: none;
	margin: 0;
}

.pagenav li {
	background: url(images/pagenavliend.png) no-repeat right 0;
	float: left;
	padding: 0 17px 10px 0;
	margin: 0;
	overflow: hidden;
}

.pagenav li:hover {
	background: url(images/pagenavliendhv.png) no-repeat right 0;
}

.pagenav li a {
	background: url(images/pagenavlibg.png) no-repeat 0 0;
	color: #c5eaff;
	padding: 0px 4px 5px 20px;
	text-decoration: none;
  }
  
.pagenav li a:hover {
	background: url(images/pagenavlibghv.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
  }

/*--------------------content--------------------*/

.pagenavhd, .headerbg, .footerhdbg{
	background: url(images/headerbg.png) no-repeat center 0;
	height: 25px;
	margin-top: 10px;
}

.content {
}

.contentbg, .footerbg {
	background: url(images/contentbg.png) repeat-y center 0;
	width: 980px;
	overflow: hidden;
}

.contentleft {
	width: 490px;
	padding: 0 10px;
}

.contentleft .headline {
	background: url(images/headline.png) no-repeat center 0;
	height: 36px;
}

.headline h2 a {
	text-decoration: none;
}

.littleh2 {
	font-size: 16px;
	padding: 3px 0 0 30px;
	margin: 0;
}

.contentleft .date {
	padding: 8px 0 0 30px;
	display: block;
}

.contentleft .writer {
	padding: 8px 10px 0 0;
	float: right;
}

.entry {
	background: url(images/entrybg.png) repeat-y center 0;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}

.entrybottom {
	background: url(images/entrybottom.png) repeat-y center 0;
	height: 36px;
	margin-bottom: 10px;
}

.post:hover .headline {
	background: url(images/headlinehv.png) no-repeat center 0;
	height: 36px;
}

.post:hover .entry {
	background: url(images/entrybghv.png) repeat-y center 0;
	padding: 10px 10px 0 10px;
}

.post:hover .entrybottom {
	background: url(images/entrybottomhv.png) repeat-y center 0;
	height: 36px;
	margin-bottom: 10px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry h1 a, .entry h2 a, .entry h3 a, .entry h4 a, .entry h5 a, .entry h6 a {
	color: #c5eaff;
	text-shadow: 0px 0px 10px #0000ff;
	margin: 0 0 15px 0;
	text-decoration: none;
}

h1{
	font-size: 26px;
	line-height: 30px;
	padding-left: 10px;
}

h2 {
	font-size: 22px;
	line-height: 30px;
	padding-left: 10px;
}

h3 {
	font-size: 18px;
	padding-left: 10px;
}

h4 {
	font-size: 16px;
	padding-left: 10px;
}

h5 {
	font-size: 14px;
	padding-left: 10px;
}

h6 {
	font-size: 13px;
	padding-left: 10px;
}

.contentleft p a, .contentleft a, .footer a, .header a {
	color: #C5EAFF;
}

.contentleft a:hover {
	color: #fff;
	text-decoration: underline;
}

.left, #left, .alignleft {
	float: left;
	margin-right: 10px;
}

.right, #right, .alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
	margin: 0 auto;
	display: block;
}

.clear, #clear {
	clear: both;
}

.contentleft img {
	height: auto;
	margin: 0;
	max-width: 470px;
}

.wp-caption {
	background: url(images/spacerblack.png) repeat center 0;
	padding: 0 0 0 10px;
	border: 1px solid #50768f;
	margin-bottom: 10px;
}

.wp-caption p {
	margin: 0 10px;
	text-align: center;
}

.wp-caption img{
	border: 1px solid #5078a7;
}

/*--------------------Sidebar-----------------*/

.contentright {
	width: 460px;
	float: left;
}

.contentright .leftsidebar, .contentright .rightsidebar{
	width: 200px;
	padding: 0 15px;
	float: left;
}

.contentright ul{
	padding-top: 20px;
}

.contentright ul, .contentright li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.contentright ul:hover, .contentright li:hover {
}

.contentright h2 {
	background: url(images/sidebarheader.png) no-repeat center 0;
	font-size: 16px;
	padding-top: 3px;
	text-align: center;
	margin: 0;
}

.contentright a {
	color: #C5EAFF;
	text-decoration: none;
}

.contentright .marg {
	background: url(images/sidebarbottom.png) no-repeat scroll center bottom transparent;
	padding-bottom: 36px;
}

.contentright .marg:hover {
	background: url(images/sidebarbottomhv.png) no-repeat scroll center bottom transparent;
}

.contentright li ul li, .contentright #searchform, .contentright #calendar_wrap, .contentright .textwidget, .contentright .widget_tag_cloud div {
	background: url(images/sidebarbg.png) repeat-y -2px 0;
	padding: 2px 10px 2px 10px;
}

.contentright li ul li:hover {
	background: url(images/sidebarlihv.png) repeat-y 0 0;
	padding: 2px 10px 2px 20px;
	font-weight: bold;
}

.contentright ul li:hover h2, .contentright .widget_search:hover h2, .contentright .widget_categories:hover h2, .contentright .widget_recent_comments:hover h2, .contentright .widget_meta:hover h2, .widget_tag_cloud:hover h2 {
	background: url(images/sidebarheaderhv.png) no-repeat center 0;
}

.contentright ul li:hover ul, .contentright #calendar_wrap:hover, .widget:hover ul, .contentright .widget:hover #searchform, .contentright .widget:hover .textwidget, .contentright .widget_tag_cloud:hover div{
	background: url(images/sidebarbghv.png) repeat-y -2px 0;
	}

.contentright #s, .contentright #searchsubmit {
	background: url(images/searchf.png) repeat-x center center transparent;
	color: #fff;
	padding: 5px;
	border: none;
}

.contentright #s {
	width: 168px;
}

#wp-calendar {
	width: 100%;
	empty-cells: show;
	text-align: center;
}

#wp-calendar a {
	background: url(images/searchf.png) repeat-x center center transparent;
}

.contentleft table {
	width: 100%;
	border: 1px solid #50768F;
}

.contentleft th {
	background: url(images/searchf.png) repeat-x center center transparent;
	height: 22px;
	text-align: left;
	padding: 0 0 0 20px;
}

.contentleft table .alternate {
	background: url(images/tablealternate.png) repeat-x center center transparent;
}

.contentleft ul {
	list-style: square outside none;
}

.contentleft ol {
	list-style: decimal outside none;
}

.contentleft ol ol {
	list-style: upper-alpha outside none;
}

.contentleft ol ol ol {
	list-style: lower-roman outside none;
}

.contentleft pre {
	background-color: #111;
	border: 1px dotted #50768F;
	padding: 10px;
}

.page-link {
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

.page-link a {
	background: url(images/searchf.png) repeat-x center center transparent;
	border: 1px solid #50768F;
	padding: 0 10px; 
}


/*--------------------Footer------------------*/

.pagenavft, .contentft, .footerft {
	background: url(images/contentft.png) repeat-y center 0;
	height: 35px;
	overflow: hidden;
}

.footer {
}

.footer .leftsidebar, .footer .rightsidebar{
	width: 300px;
	padding: 0 0 0 10px;
	float: left;
}

.footer ul{
	padding-top: 20px;
}

.footer ul, .footer li{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer ul:hover, .footer li:hover {
}

.footer h2 {
	background: url(images/footerhdhd.png) no-repeat center 0;
	font-size: 16px;
	padding-top: 3px;
	text-align: center;
	margin: 0;
}



.footer a {
	background: none;
	text-decoration: none;
}

.footer .marg {
	background: url(images/footerbottom.png) no-repeat scroll center bottom transparent;
	padding-bottom: 36px;
}

.footer .marg:hover {
	background: url(images/footerbottomhv.png) no-repeat scroll center bottom transparent;
}

.footer li ul li, #searchform, #calendar_wrap, .textwidget, .widget_tag_cloud div {
	background: url(images/footerbg.png) repeat-y center 0;
	padding: 2px 10px 2px 10px;
}

.footer li ul li:hover {
	background: url(images/bottomlihv.png) repeat-y 0 0;
	padding: 2px 10px 2px 20px;
	font-weight: bold;
}

.footer .widget:hover h2, .footer ul li:hover h2, .footer .widget_search:hover h2, .footer .widget_categories:hover h2, .footer .widget_recent_comments:hover h2, .footer .widget_meta:hover h2, .footer .widget_tag_cloud:hover h2, .footer .widget_calendar:hover h2 {
	background: url(images/footerhdhdhv.png) no-repeat center 0;
}

.footer ul li:hover ul, #calendar_wrap:hover, .widget:hover ul, .widget:hover #searchform, .widget:hover .textwidget, .widget_tag_cloud:hover div {
	background: url(images/footerbghv.png) repeat-y center 0;
	}

.footer #s, .footer #searchsubmit {
	background: url(images/searchf.png) repeat-x center center transparent;
	color: #fff;
	padding: 5px;
	border: none;
}

.footer #s {
	width: 268px;
}

#wplogo {
	background: url(images/wp-logo.png) no-repeat right top transparent;
}

/*-----------------------Comments---------------------*/

#comments {
	padding-top: 50px;
}

.comment-body {
	background-color: #111;
	border: 1px solid #50768f;
	margin: 15px 15px 15px 0;
}

.comment-body p {
	padding: 0 0 0 10px;
}

.comment-body .reply {
	padding: 0 10px;
}

img.avatar {
	float: left;
	margin: 0 5px 0 0;
	padding: 3px;
	border-right: 1px solid #50768f;
	border-bottom: 1px solid #50768f;
}

#respond {
	padding-top: 50px;
}

#author, #email, #url {
	background: url(images/searchf.png) repeat-x center center transparent;
	color: #fff;
	margin-left: 20px;
	padding: 5px;
	border: none;
}

#comment {
	background-color: #111;
	color: #c5eaff;
	font: 0.9em/1.3em Trebuchet MS, verdana, sans-serif;
	width: 350px;
	margin: 10px;
	padding: 15px 5px 15px 15px;
	border: 1px solid #50768f;
	}

#commentform textarea {
	background-color: #111;
	overflow: auto;
	border: 1px solid #4b70ac;
}

#submit {
	background: url(images/searchf.png) repeat-x center center transparent;
	color: #fff;
	margin-left: 20px;
	padding: 5px;
	border: none;
}

.comment .children {
	padding: 0 0 0 20px;
	list-style: none;
}

/*--------------------search--------------------*/

#searchform{
	background: none;
	padding: 2px 10px 2px 10px;
}

input#s{
	background: url(images/searchf.png) repeat-x center center transparent;
	color: #fff;
	padding: 5px;
	border: none;
}

input#searchsubmit{
	background: url(images/searchf.png) repeat-x center center transparent;
	color: #fff;
	padding: 5px;
	border: none;
}

/*--------------everything-else-----------------*/


acronym, abbr, span.caps {
	cursor: help;
	}

select {
	background: url(images/searchf.png) repeat-x center center transparent;
	color: #c5eaff;
	width: 180px;
	height: 22px;
	border: none;
	margin: 0 10px;
}

blockquote {
	background: url(images/quote.png) no-repeat right top transparent;
	min-height: 60px;
}

dl, dd {
	margin: 0 0 20px;
}

dt {
	font-weight: bold;
}

