/*  
Theme Name: GlossyBlue
Theme URI: http://www.ndesign-studio.com
Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
Version: 1.4
Author: Nick La
Author URI: http://www.ndesign-studio.com

	This theme was designed and built by Nick La.

	By downloading and using this theme, you agree to the following terms:
    - You may NOT resell this theme
    - A link back to N.Design Studio must be retained in the footer (either modified or unmodified)
    - You may use this theme for personal or commercial projects
    - You may modify, translate or distribute

*/
body {
	font: 80%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
}

h1 {
	margin:0px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	background: #FFFFFF;
	text-align: right;
}
h1 a, h1 a:visited{
	color: #000;
	text-decoration: none;
}

h2, h2 a, h2 a:visited {
	margin:0px;
	padding-left: 30px;
	padding-top: 5px;
}

#pagex {
width: 100%;
	page-break-after: avoid;
}

#page {
  width: 93%;
	background: #FFFFFF;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
  border-top: 3px solid #59780a;
}

#header,#headerimg {
	height: 60px;
	background: #FFFFFF;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}

#headerimg .description{
	color: #666666;
	text-align: right;
	padding-bottom: 3px;
	right: 0px;
	position: absolute;
	left: auto;
}

#content {
	width: 100%;
}

.post-month {
	color: #FFFFFF;
}

.post-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	height: auto;
}
.post-month, .post-day {
	display: inline;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	display:block;
	line-height: 18px;
}
.post-title {
	margin: 0px;
	width: 100%;
	clear: both;
}
.post-auth {
	float:left;
	font-size: 11px;
}

.post-cat {
	float:right;
	font-size: 11px;
	padding-left: 20;
}
.post-comments, .post-calendar {
	float: right;
	font-size: 11px;
}
#comments, #wp-calendar, #searchform, #respond, .navigation, #nav, #commentform, #sidebar, #sidebarx, #footer, #credits, #creditsl, #creditsr {
	display: none;
}