/*
Theme Name: Blues
Theme URI: http://www.themes.derek-ang.com/blues
Description: Blue Made Simple. Comes with psd files for editing
Version: 1.0
Author: Derek Ang
Author URI: http://www.derek-ang.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Blog Structure*/

body {
	margin:0px;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	text-align: justify;	
}

#page {
	background-image:url(images/bg.gif)!important;
	background-repeat:repeat-y;
	width:900px;
	margin:0 auto;
	text-align: justify;
	
}

#header {
	width:900px;
	height:250px;
	text-align:left;
	background-color: #FFFFFF;
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	padding-top: 103px;
	
}

#content{
	margin: 0 auto;
	float:left;
	width:570px;
	padding:15px;
	text-align: justify;
	color: EEEEEE;
}

#sidebar{
	margin: 0 auto;
	float:left;
	width:300px;
	text-align:left;
}

#footer {
	clear:both;
	padding:10px;
	border-top:0.2em solid #555;
}

/* Typography */

body {
	background-color:#FFFFFF;
	color:#333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

a { 
	color:#258;
	text-decoration:none;
}

a:hover {
	text-decoration:none; 
}

h1, h1 a, h2, h2 a, h3, h4, h5, h6 {
	margin: 0 auto;
	color:#2f4f83;
	text-align:left;
	border-bottom-color:#999999;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

h1 {font-size:2.0em;}
h2 {
	font-size:1.8em;

}
h3 {font-size:1.6em;}
h4 {font-size:1.2em;}
h5 {font-size:1em;}
h6 {font-size:0.8em;}


img {
	border:0;
	margin:0 0 0px 0;
	padding: 0 0 10px 0;
	
}

img.wp-smiley {
	margin:0;
}

input {
	border:1px solid #aaa;
	font-size:12px;
}

textarea {
	border:1px solid #aaa;
	font-size:12px;
}

pre {
	font-size:12px;
}
code {
	font-size:12px;
	background-color:#f8f8f8;
	color:#111;
}


/* Header */
#logo {
	margin: 0 auto;
	width:200px;
	height:100px;
	float:left;
}

#headernav {
	padding: 12px 0 0 5px;
	margin: 0 auto;
	width:900px;
	height:25px;
	text-align:left;
}
#headernav .nav_link {
	padding: 0 10px 0 10px; 
}

#headernav .nav_link a{
	font-size: 12px ;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
	
#headernav .nav_link a:hover{
	font-size: 12px ;
	font-weight: bold;
	color: #CCCC00;
	text-decoration: none;
}

#main {
	padding:0;
	height: 211px;
	width: 900px;
}

/* Sidebar */


#sidebar ul {
	padding:0;
	margin-top:40px;
	margin-left:20px;
	list-style: none;
	font-size:1.1em;
}
#sidebar ul ul {
	font-size:1em;
}

#sidebar ul li {
	margin:0 0 2em 0;
}

#sidebar ul ul {
	margin:0;
	padding:0;
}

#sidebar li li {
	margin:0.1em 0;
}

#sidebar li li li {
	padding-left:10px;
}

#sidebar ul h2 {
	margin:0;
	padding:0;
	color:#4588c4;
	font-size:1.2em;
	text-transform:uppercase;
}


/* Footer */
#footer { 
	text-align:center;
	font-size:1em;
	background:#165279;
	color:#eee;
}

#footer a {
	color:#aac;
}

/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

 .post ol li, .post ul li{
	margin-top:0;
	font-size:11px;
	line-height:1.5em;
	text-align:justify;
}
.post li li {
	font-size:11px;
}
.post blockquote {
	padding:0 0 0 2em;
	border-left:0.4em solid #ccc;
	font-size:11px;
}
.post blockquote blockquote {
	margin-left:0;
	font-size:11px;
}

.postentry a {
	border-bottom:1px solid #ddd;
}
.postentry a:hover {
	border-bottom:1px solid #258;
	text-decoration:none;
}

.postmetadata {
	margin:1em 0;
	font-size:1.1em;
	color:#888;
	text-align:justify;
}

div.navigation {
	font-size:1.1em;
}

/* Comments */

#comments {
	margin:0 2em;
}

.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist li {
	padding:2em 0;
	overflow:auto;
	border-bottom:0.1em solid #eee;
}

.commentlist p {
	margin:0.5em 0;
	font-size:1.1em;
}

.commentlist p a {
	border-bottom:1px solid #ddd;
}
.commentlist p a:hover {
	border-bottom:1px solid #157;
	text-decoration:none;
}

.commentlist h4 {
	margin:0;
}

textarea#comment {
	font-size:1.6em;
	width:100%;
}
/* Comment ends */


/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#27a;
	text-align:center;
}
#wp-calendar thead th {
	font-weight:normal;
	color:#27a;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:none;
}
/* Calendar ends */

abbr {
	cursor:help;
	border-bottom: 0.1em dotted;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.post h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #496C90;
	text-decoration: none;
	border: none;
	font-weight: normal;
	letter-spacing: 4px;
} 

#welcome-intro{
	padding: 15px 0 0 0;
}
#featured{
	height: 230px;
	position: relative;
}
.featured-left{
	width: 275px;
	height: 230px;
	float: left;
}

.featured-right{
	width: 275px;
	height: 230px;
	float: right;
}

#vslider{
	margin: 2px 0 0 0px !important;
	padding: 0px !important;
	height: 211px !important;
	width: 900px !important;
}

#gallery{
	padding: 15px 0 0 10px;
}
#gallery-img{
	padding-top: 8px;
}
#gallery-img img{
	float: left;
	padding: 0 8px 0 8px;
}
#nbs-tag{
	width: 880px;
	font-size: 8px;
	text-align: right;
	padding: 5px 10px 10px;
	margin-right: auto;
	margin-left: auto;
        text-decoration: none;
        color: #ffffff;
}
#nbs-tag a{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#nbs-tag a:hover{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}



#bakery-img {
	float: left;
	width: auto;
	padding-right: 10px;	
}
#sipc-txt
{
	padding-left: 10px;	
	float: left;
	width: auto;
	padding-right: 10px;	
}
#Copyrighted{
	float: left;
	width: auto;
	}
#sipc-img4{
	padding-right: 10px;
	float:left;
	width:auto;
}

#sipc-img4-txt{
	word-spacing: normal;
	float:left;	
	float: left;
	width: auto;
}

