/*  
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

@media print {
body { background:none; color:black; margin:0; }
#page {
         background: none;
}
h1 a {
         color:black;
}
headerimg .description {
        color:black;
}
table {
	width: 97%;
}

#content {
        width: 100%;
}

#header, #comments, #respond, .navigation, #nav, #commentform, .cform, .linklove, .mini-add-comment, .post-comments, #sidebar, #footer, #credits {
	display: none;
}
}
*/
table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	width: 100%;

}
table th {
	font-weight: bold;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: #D5E6EB;
	-moz-border-radius: 0px 0px 0px 0px;
}
table td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

body {
	background: none;
}

#page {
	width: 100%;
	border: none;
	background: none;
}
#header {
	border-bottom: 3px solid #59780a;
	height: auto;
background:none;
}
#headerimg {
	width: auto;
}
#headerimg .description{
	color: #000000;
	padding-bottom: 3px;
	padding-left:10px;
}
h1 {background:none;
color:#C9EEFE;
font-family:"Trebuchet MS",Tahoma,Arial;
font-size:28px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:bold;
height:140px;
line-height:100%;
margin:0px;
padding-left:10px;
top:0;
	/*margin:0px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	text-align: right;
	padding-bottom: 3px;*/
}
h1 a, h1 a:visited{
	color: #000;
	text-decoration: none;
	background:none;
}
#content {
	padding: 10px 0px 30px 0px;
	width: 100%;
}
.post-date {
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	height: auto;
}
.post-month, .post-day {
	color: #666666;
	display: inline;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}
.post-title {
	margin: 0px;
	width: 100%;
	clear: both;
}
.post-cat {
	float:left;
	font-size: 11px;
	padding: 0;
}
.post-comments, .post-calendar {
	float: right;
	font-size: 11px;
}
#search, #nav, #comments, #respond, .navigation, #commentform, #sidebar, #footer, #credits {
	display: none;
}