/*   
Theme Name: TikiDream
Theme URI: http://tikidream.com
Description: Tiki Dream Theme
Author: Tiki Idyll
Author URI: http://tikidream.com/
Template: thematic
Version: 0.1
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
TikiDream is (c) Tiki Idyll
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background: #000527;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	color: #292421;
}

/* Structure */
#branding, #access, #wrapper, #main, #branding, #footer {
	width:974px;
	padding:0;
	margin:0;
}
#wrapper {
	margin:0 auto;
}
#branding, 
#access,
#footer {
	background:#4253BD;
}
#main {
	background: #59C5ED;
}
#logo-image {

}
.sf-menu li {
	background: #0016B2;
	color:#59C5ED;
}
.sf-menu li a {
	color:#59C5ED;
	font-weight:bolder;
}
/* Asides */
.aside#primary {
	background: #000C5E;
	border:0 none;
	color:#fff;
	margin:1em;
}
	.aside#primary h3 {
		color:#fff;
		margin-bottom:1em;
	}
	.aside#primary h4 {
		color:#fff;
		margin-top:1em;
		text-align:center;
	}

/* Elements */
.aside a:link,
.entry-meta a:link,
.entry-utility a:link,
#siteinfo a:link {
	color:#000;
}
.entry-utility a:visited,
.entry-meta a:visited,
.aside a:visited, 
#siteinfo a:visited{
	color:#000;
}
.entry-utility a:active,
.entry-meta a:active,
.aside a:active, 
#siteinfo a:active{
	color:#000;
}
.entry-utility a:hover,
.entry-meta a:hover,
.aside a:hover, 
#siteinfo a:hover {
	color:#000;
}
.entry-title a:link {
	color:#000;
}
.entry-title a:visited {
	color:#000;
}
.entry-title a:hover {
	color:#000;
}
.entry-title a:active {
	color:#000;
}

#blog-title a {
	color:#C8F526;
}
#siteinfo {
	color:#000;
}
