/*  
Theme Name: Repose
Theme URI: http://www.midnightfire.net.au/
Description: A plain and simple design intended for viewing on Gecko or Webkit browsers (e.g. Mozilla Firefox, Google Chrome or Apple Safari). Blue highlights Still looks ok in Opera and Internet Explorer. Other browsers remain untested. Tested on Firefox 3.6+, Chrome 6+ and Safari 4+ for WordPress 3.0+
Version: 1.0.3
Author: Ant Hill
Author URI: http://www.midnightfire.net.au/
Tags: fixed-width, two columns, widgets, right-sidebar, blue, widgets, widgetized
*/
/*
Design Copyright Ant Hill 2011. Theme subject to Australian and International Copyright Laws.
License: Anyone may use this theme on their WordPress managed site, and are welcome to modify the files or theme as they wish. I request that if you do edit the files, you still credit me as the original creator. You are under no circumstance allowed to sell this theme, or any part of it, either by itself or as part of a deal, package, or bundle. I, Ant Hill, retain the right to withdraw my permission to any user if I deem the theme to be used on a website which is considered offensive or illegal. I, Ant Hill, have no affiliation with any user through their use of this theme.

The background image for this page has been provided by a third party at the condition that it is not used for commercial purposes.
*/
/*
Version Number 1.0.3
Date: 17/01/2011 (DD/MM/YYYY)
*/

/*Fonts and Typography*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #2272cb;
	text-decoration: none;
}

a:visited {
	color: #2272cb;
	text-decoration: none;
}

a:hover {
	color: #51A2E1;
	text-decoration: underline;
}

a:active {
	color: #32ade8;
	text-decoration: underline;
	text-shadow: #000000;
}

#blog_title a:link, #blog_title a:visited {
	color: #44BB33;
	text-decoration: none;
}

#blog_title a:hover, #blog_title a:active {
	color: #449933;
	text-decoration: underline;
}

#blog_title {
	margin-top: 0;
}

.sidebar a:link, .sidebar a:visited {
	color: #000000;
	text-decoration: none;
}

.sidebar a:hover, .sidebar a:active {
	color: #999999;
	text-decoration: underline;
}

.widgettitle:link, .widgettitle:visited {
	color: #000000;
	text-decoration: none;
}

.widgettitle:hover, .widgettitle:active {
	color: #000000;
	text-decoration: underline;
}

#wp-calendar a:link, #wp-calendar a:visited {
	color: #000000;
	text-decoration: underline;
}

#wp-calendar a:hover, #wp-calendar a:active {
	color: #999999;
	text-decoration: none;
}

.foot a:link, .foot a:visited {
	color: #FFFFFF;
}

.foot a:hover, .foot a:active {
	color: #FFFFFF;
}

.credits-left, .credits-right {
	color: #FFFFFF;
}

.credits-left a:link, .credits-left a:visited, .credits-right a:link, .credits-right a:visited {
	color: #ECECEC;
	text-decoration: none;
}

.credits-left a:hover, .credits-left a:active, .credits-right a:hover, .credits-right a:active {
	color: #EEEEEE;
	text-decoration: underline;
}



#tiny {
	color: #FFFFFF;
	font-size: 0.7em;
	text-decoration: line-through;
}

/*End Fonts and Typography*/

/*Generic*/
body {
	background: /*this is darker? #28308C*/ /*This is the same?*/#283a90 url("images/background-2.jpg") fixed repeat-y;
	background-position: 0px -400px;
	text-align: center;
	/*width: 900px;*/
	margin: auto;
	margin-bottom: 50px;
}

.total-page {
	/*background: ;*/
	text-align: center;
	width: 900px;
	margin: auto;
}

#header {
	background: #d2d7d9 url("images/background_bar.png") repeat-x;
	text-align: center;
	margin-bottom: 25px;
	height: 120px;
	padding-top: 30px;
}

#blog_description {
	color: #ffffff;
}

.content {
	/*background: url("images/main-background-1.png") repeat-y;*/
	text-align: center;
	overflow: auto;
}

.main {
	background: url("images/main-bg.png") repeat /*rbga(255, 255, 255, 0.3)*/;
	text-align: center;
	padding: 0 20px 20px;
	float: left;
	width: 640px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.align-left {
	float: left;
}

.align-right {
	float: right;
}

/*End Generic*/

/*Post*/
.post {
	text-align: justify;
}

.post h2 {
	margin-bottom: 0px;
}

.postmetadata {
	margin-top: 0px;
}

.postmeta {
	list-style: none;
	padding: 10px 15px;
	margin: 15px 0;
	background: #ECECEC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.in-cat {
	float: left;
}

.comm {
	float: right;
}

.auth {
	float: left;
}

/*Images Align... and anything else??*/
.alignnone, .alignnone a img {
	border: none;
	width: 100%;
	background: #ECECEC;
}

.alignleft, .alignleft a img {
	border: none;
	width: 100%;
	background: #ECECEC;
}

.aligncenter, .aligncenter a img {
	border: none;
	width: 100%;
	background: #ECECEC;
}

.alignright, .alignright a img {
	border: none;
	width: 100%;
	background: #ECECEC;
}

.wp-caption {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.wp-caption-text {
	padding: 10px;
	margin-top: 0;
}

/*End Post*/

/*Comments*/
.comments-container {
	text-align: justify;
}

.commentlist {
	list-style: none;
	padding: 0px;
}

#respond {
	text-align: left;
}

#author, #email, #url, #comment {
	width: 99%;
}
/*End Comments*/

/*Page Nav*/
/*.page-list {
	background: url("images/page-top-1.png");
	line-height: 29px;
}*/

/*End Page Nav*/

/*SideBar*/
.sidebar {
	text-align: left;
	/*padding: ;*/
	float: right;
	width: 220px;
}

.sidebar ul {
	list-style: none;
	padding: 0px;
}

/*SideBar widgets accordion*/
.ui-accordion-header {
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

.ui-accordion .ui-state-active {
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}

.ui-accordion-content {
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
}

/*Replacing default jQueryUI widget background image with my own. This means 
 *you can change the background colour without having to cook up a image for it
 */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: url("images/glass-overlay-1.png") repeat-x #D7EBF9;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: url("images/glass-overlay-1.png") repeat-x #3BAAE3;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background: url("images/glass-overlay-1.png") repeat-x #E4F1FB;
}

.ui-state-active .ui-state-hover, .ui-state-focus {
	background: url("images/glass-overlay-1.png") repeat-x #3BAAE3;
}

/*End accordion*/
/*Calendar*/
#wp-calendar {
	margin: auto;
	text-align: center;
}

#prev {
	text-align: left;
}

#next {
	text-align: right;
}

/*End Calendar*/
/*End Side Bar*/

/*Search*/
#searchform div {
	background: #3BAAE3 url("images/glass-overlay-1.png") repeat-x;
	padding-left: 5px;
	line-height: 30px;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}

#s {
	/*background: ;*/
	border: none;
	width: 130px;
}

/*End Search*/

/*Pages*/

/*Author Page*/
#author-title {
}

#entry-author-info {
	text-align: justify;
	overflow: auto;
	background: #FFFFFF;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#author-avatar {
	float: left;
}

#author-description {
}

/*End Pages*/

/*Error Pages*/
/*End Error Pages*/

/*Footer*/
.foot {
	background: #048EB5 url("images/foot-background-1.png");
	overflow: auto;
	text-align: justify;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}

.foot a:link, .foot a:visited {
}

.footer-recent-posts {
	float: left;
	width: 280px;
	padding: 0 10px;
	text-align: left;
}

.footer-recent-comments {
	float: left;
	width: 280px;
	padding: 0 10px;
	text-align: left;
}

.footer-recent-posts ul {
	list-style: none;
	padding: 0;
}

.footer-recent-posts ul li {
	margin-bottom: 10px;
}

.footer-recent-comments ul {
	list-style: none;
	padding: 0;
}

.footer-recent-comments ul li {
	margin-bottom: 10px;
}

.about-box {
	width: 200px;
	float: right;
	background: url("images/foot-glow-1.png") repeat-x;
	padding: 0 10px 5px;
	-moz-border-radius: 0 10px 0 0;
	-webkit-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}

/*Credits*/
/*.credits-left a:link, .credits-right a:visited, .credits-left a:link, .credits-right a:visited {
	color: #44BB77;
}*/

.credits-left {
	font-size: 10px;
	text-align: left;
	float: left;
	background: #0989b1;
	padding: 0 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-boder-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.credits-right {
	font-size: 10px;
	text-align: right;
	float: right;
	background: #0989b1;
	padding: 0 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-boder-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.credits-right ul {
	list-style: none;
	padding-left: 0;
}

.credits-right ul li {
	display: inline;
}

.rss {
	background: url("images/rss_icon_glass12.jpg") no-repeat left;
	padding-left: 14px;
	/*color: #44BB77;*/
}

/*End Credits*/
/*End Footer*/
/*End Document!! =] */
