/*  
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 {
#page {
	width: 100%;
	border: none;
	background: none;
	overflow: visible;
}
#header {
	border-bottom: 3px solid #59780a;
	height: 117px;
}
#headerimg {
	width: auto;
}
#headerimg .description{
	color: #666666;
	text-align: right;
	padding-bottom: 3px;
	right: 0px;
	position: relative;
	left: auto;
}
h1 {
	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;
}
body {
	font: 80%/150% Tahoma, "Trebuchet MS", Arial;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 30px;
	overflow: visible;
}
#content {
	padding: 10px 0px 30px 0px;
	width: 100%;
	background: #FFFFFF;
	line-height: 1.8em;
	overflow: visible;
}
.post-title {
	float: none;
	margin-left: 0px;
	width: 100%;
}
.post-comments {
	float: none;
	font-size: 11px;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: none;
	font-size: 95%;
	color: #999999;
}
.mini-add-comment {
	display: none;
}
.highlight {
	background-color: #ffff80;
}
.post {
	clear: both;
	padding-top: 15px;
}
.post-date {
	display: none;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float: none;
	font-size: 95%;
	color: #999999;
}
.post-time-and-author {
	padding-left: 20px;
	float: none;
	font-size: 95%;
	color: #999999;
}
.post-source-code {
	font-size: 85%;
}
.post-attachments {
	background-color: #fffbcc;
	border: 1px solid #e6db55;
	height: 20px;
	padding-top: 2px;
	padding-left: 2px;
	line-height: normal;
	margin-bottom: 6px;
}
.swf-link {
	background: url(images/swf-16x16.png) no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	float: none;
	font-size: 95%;
	color: #999999;
}
.source-link {
	background: url(images/source-16x16.png) no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	float: none;
	font-size: 95%;
	color: #999999;
}

/* Content tables */
#content table {
	border-collapse: collapse;
	border: 1px solid #ccc;
}

#content table th {
	border: 1px solid #ccc;
	padding: 2px 4px;
	background-color: #C7E9FF;
}

#content table td {
	border: 1px solid #ccc;
	padding: 2px 4px;
}

#credits {
	margin: 0px;
	width: 100%;
	color: #7a9299;
	font-size: 95%;
	overflow: visible;
	float: none;
	clear: both;
	display: block;
}
#credits .alignleft, #credits .alignright {
	display: none;
}
#comments, #respond, .navigation, #nav, #commentform, #sidebar, #footer, #header-ads, #content-ads, #sidebar-ads {
	display: none;
}
}