/* -----------------------------------------------------------------------

   Magnivate Blog | Theme CSS | Noon
   http://blog.magnivate.com

   * Art Director: Erick Adi Saputra
   * Frontend: Stefan Damasena, Dewina Handayani
   * PHP/AJAX: Andy Kurniadi
   * Copyright (c) 2008. All rights reserved.
   
----------------------------------------------------------------------- */

/* Import Basic Style */
@import url(style.css);

/* General */
body {
	background: #20b2ed url(../images/noon/bg_gradient.jpg) -512px 0 repeat-x;
	color: #fafafa;
	}

h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#fafafa;}
	
a {
	color: #8cd2de;
	text-decoration: none;
	}
	
a:hover {
	color: #fafafa;
	}
	
#splat { background: url(../images/noon/splat.gif) top center no-repeat; *background: url(../images/noon/splat.gif) top center no-repeat; min-width: 960px;}
#main { background: url(../images/noon/corner-top.gif) 0 3em no-repeat; }


#content { background: url(../images/noon/corner-bottom-m.gif) bottom center no-repeat; padding-bottom: 1.5em; }
*html .container { background: url(../images/noon/corner-bottom-m.gif) no-repeat; }


#header { background: url(../images/noon/corner-bottom-l.gif) bottom left no-repeat; padding-bottom: 3em; }
#header h2 { font-size: 1em; line-height: 1.5; margin-bottom: 1em; font-weight: bold;}
#side { background: url(../images/noon/corner-bottom-r.gif) bottom right no-repeat; padding-bottom: 3em; }
#shoutbox { background-color: #CCFFFF; height: 235px; }	

/* added this, just to be sure */	
a:focus {
	color: #fafafa;
}

/* Entry */
#header h1 {
	background: url(../images/noon/logo.png) top left no-repeat;
	width: 263px;
	height: 198px;
	}

.post-date, .post-category, .post-footer, #side h5 span, .post-comment a:hover, .author-content h6, .author-content span, .author-date, .author-category, .comments-title h5 span, .comments-content h6, .comments-content span, .comments-date, .comments-category {
	color: #8cd2de;
	}
	
.post-comment a {
	color: #1c86ae;
	}

/* form -- overwrite present style with this */
.comment-input-name, .comment-input-email, .comment-input-website, .comment-input-text, .text-box {
	color: #fafafa;
	border-color: #fafafa;
}


/* Side */
#side-search, .side-search-keyword, .side-blogger-bor-b, .side-blogger-bor-r, hr.dashed {
	border-color: #8cd2de !important;
	}
	
.side-search-keyword:focus, .side-search-keyword:hover {
	border-color: #fafafa !important;
	}
	
.side-search-submit {
	background: url(../images/noon/side-search-loop.png) top center no-repeat;
	*background: url(../images/noon/side-search-loop.gif) top center no-repeat;
	}
