/*  
Theme Name: GlossyBlue - Advanced
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.1
Author: Nick
Author URI: http://www.ndesign-studio.com/

	This theme was designed and built by Nick La.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF url(images/main-bg.gif);
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6633;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	margin:0px;
	background: url(images/header-icon.gif$) no-repeat;
	padding-left: 70px;
	height: 107px;
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	margin: 0px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	/*font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;*/
	font: normal 190%/100% georgia, times, serif;
	padding-bottom: 3px;
	text-align: left;
	/*color: #59770e;*/
}
h2 a, h2 a:visited {
	/*color: #59770e;*/
	color: #f6931c;
	text-decoration: none;
}
h2 a:hover {
	/*color: #FF6600;*/
	color: #ce7308;
	text-decoration: none;
}
h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
}
form {
	margin:0px;
	padding:0px;
}
#page {
	margin: 0px auto;
	width: 1160px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFFFFF url(images/content-bg.gif) repeat-y;
}
#header {
	background: #0FACEA url(images/header-bg3.gif) no-repeat;
	height: 170px;
	border-bottom: 3px solid #477ca7;
	position: relative;
}
#headerimg {
	position: relative;
	padding: 30px 0px 0px 40px;
	height: 60px;
}
#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #c9eefe;
	font-size: 14px;
}
#nav {
	list-style: none;
	margin: 0px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#nav li {
	float: left;
	margin-left: 5px;
}
#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}
#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
	display: block;
}
#nav .page_item a:hover {
	color: #000000;
}
#content {
	padding: 10px 0px 30px 13px;
	float: left;
	width: 890px;
	overflow: hidden;
}
.post {
	clear:both;
	padding-top: 10px;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.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;
}
.entry {
	float:right;
	width: 832px;
	text-align: justify;
}


.post-title
{
	float: left;
	width: 100%;
	border-bottom: 1px dotted #999999;
	padding-bottom: 2px;
}
.post-title h2
{
	border-bottom: 0px;	
}

.post-header
{
	float: left;
	width: 100%;
	padding-top: 2px;
	/*padding: 4px;*/
	/*background-color: #f9f9f9;
	border-bottom: 1px dotted #d1d1d1;*/
}

.post-header a
{
	font-family: tahoma, arial, sans-serif;
	font-size: 95%;
	color: #666666;

}
.post-header a:hover
{
	text-decoration: none;
}

.post-cat
{
	clear: left;
	float:left;
	margin-left: 2px;
	padding-left: 20px;
	background: url(images/tag_purple.png) no-repeat left center;
}
.post-cat a
{
	border-bottom: 1px dotted #666666;
}
.post-cat a:hover
{
	color: #333333;
	border-bottom: 1px solid;
}

.post-author
{
	float: left;
	/*background: url(images/pencil.png) no-repeat left center;
	padding-left: 20px;*/
	margin-left: 2px;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	color: #888888;
}
.post-author strong
{
	color: #c25648;
}

.post-email
{
	float: right;
}
.post-email a
{
	display: block;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background: url(images/mail.gif) 0px 2px no-repeat;
}
.post-print
{
	float: right;
	margin-right: 10px;
}
.post-print a
{
	display: block;
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background: url(images/printer.gif) 0px 50% no-repeat;
}

.post-hotstuff
{
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
	margin-top: 16px;
	margin-left: -30px;
	background: url(images/coup2coeur.png) 0px 0px no-repeat;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}




.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content
{
	clear: both;
	font-family: georgia, times, serif;
	/*padding-top: 10px;*/
	padding: 10px 10px 0px 20px;
	text-align: justify;
	letter-spacing: 0.05em;
}
.post-content p
{
	color: #000000;
}

.post-content ul
{
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	padding-left: 10px;
	list-style: none;
}
.post-content li
{
	padding-left: 14px;
	background: transparent url(images/bullet_blue.gif) 0px 50% no-repeat;
}

.post-content a
{
	padding: 2px;
	color: #2056aa;
	/*border-bottom: 1px dotted #493ab6;*/
}
.post-content a:hover
{
	color: #ffffff;
	background-color: #2056aa;
	border-bottom: 0px;
	text-decoration: none;
}

.post-comments
{
	float: right;
	/*margin-top: -28px;*/
	padding-left: 20px;
	background: url(images/comments.png) no-repeat left center;
}
.post-comments a
{
	color: #888888;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}
.post-comments a:hover
{
	color: #888888;
	text-decoration: underline;
	background-color: transparent;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	color: #59770e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
#comments, #respond
{
	float: left;
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	margin-top: 30px;
	padding-bottom: 5px;
	font-family: georgia, times, serif;
	font-size: 18px;
	color: #666666;
}
#respond
{
	background: url(images/comment.gif) right 50% no-repeat;
}
.commentlist 
{
	float: left;
	width: 95%;
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li
{
	padding: 5px 10px;
	font-family: georgia, times, serif;
}
.commentlist .alt
{
	border: 1px solid #d5efa7;
	background-color: #f1fedb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

#commentform
{
	margin-left: 20px;
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p
{
	float: left;
	width: 100%;
	padding: 6px 0px;
	margin: 0px;
}
#commentform p em
{
	clear: left;
	float: left;
	font-size: 11px;
	color: #787878;
}
#commentform label
{
	float: left;
	color: #555555;
	font-size: 87%;
}
#commentform input
{
	clear: left;
	float: left;
	width: 200px;
	background:#fafafa;
	border: 1px solid #d1d1d1;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea
{
	clear: left;
	float: left;
	width: 485px;
	height: 115px;
	background:#fafafa;
	border: 1px solid #d1d1d1;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit
{
	width: 180px;
	height: 28px;
	margin: 0px auto;
	padding: 1px 2px;
	border: outset 1px #cccccc;
	
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: bold;
	
	color: #444444;
	background: url(images/bg-button.gif) left top repeat-x;
	cursor: pointer;
}
/*sidebar */
#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 220px;
	color: #666666;
	overflow: hidden;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	/*font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;*/
	font: normal 140%/100% georgia, times, serif;
	color: #888888;
	margin: 20px 0px 2px;
	border-bottom: 1px dotted #999999;
	letter-spacing: 0.05em;
}
#sidebar .sidebartitle.recent
{
	margin-top: 7px;
}

/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #555555;
	text-decoration: none;
}
#sidebar a:hover{
	color: #111111;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #d1d1d1;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}
/*blogroll */
ul.list-blogroll li{
	background: url(images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}
/*category widget */
ul.list-cat li, li.widget_categories li{
	background: url(images/tag_purple.png) 0px 50% no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(images/calendar_view_month.png) 0px 50% no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(images/mini-page.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*sub-pages */
ul.list-page li ul li, li.widget_pages li ul li{
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */
li.widget_recent_comments li{
	background: url(images/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}
/*text widget */
.textwidget {
	padding-top: 5px;
}

/*search form */
#searchform {
	margin-top: 8px;
	margin-bottom: 14px;
}
#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 100px;
	height: 18px;
	margin-left: 10px;
	padding: 1px 5px 0px 5px;
	border: 1px solid #a1a1a1;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	
	width: 90px;
	height: 28px;
	margin: 0px auto;
	padding: 1px 2px;
	border: outset 1px #cccccc;
	
	font-family: "trebuchet ms", arial, sans-serif;
	font-weight: bold;
	
	color: #444444;
	background: url(images/bg-button.gif) left top repeat-x;

	/*cursor: pointer;*/

	/*background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 82px;
	height: 20px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;*/
}
#footer {
	clear: both;
	background: #048DB4 url(images/footer-bg.gif) no-repeat;
	color: #ACD7EE;
	font-size: 95%;
	line-height: 130%;
}
#footer a, #footer a:visited{
	color: #ffffff;
}
#footer .left-col{
	width: 240px;
	float: left;
	margin-left: 10px;
}
#footer .right-col{
	width: 220px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	background: url(images/footer-right-bg.gif) no-repeat;
}
#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}
.recently-commented {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
}
.recently-commented li{
	background: url(images/mini-footer-comments.gif) no-repeat;
	padding: 0px 0px 10px 20px;
}
.recently-commented a{
	font-size: 115%;
	line-height: 130%;
	font-weight: bold;
}
.recent-posts, #sidebar .recent-posts
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 18px;
	font-family: georgia, times, serif;
}
.recent-posts li, #sidebar .recent-posts li
{
	background: url(images/article.gif) 0px 3px no-repeat;
	padding: 2px 0px 10px 22px;
}
.recent-posts a, #sidebar .recent-posts a
{
	/*font-size: 115%;*/
	line-height: 130%;
	/*font-weight: bold;*/
}
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: 85%;
	line-height: 120%;
}
#credits a, #credit a:visited{
	color: #048db4;
}
.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.loginout {
	background: url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.center {
	text-align: center;
}
img.center, a img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.center {
	border-color: #FF6600;
	background: #FF6600;
}
.alignleft {
	float: left;
}
img.alignleft, a img.alignleft {
	float:left;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignleft{
	border-color: #FF6600;
	background: #FF6600;
}
.alignright {
	float: right;
}
img.alignright, a img.alignright {
	float:right;
	margin: 4px 10px 5px 0px;
	border: 1px solid #D5E6AC;
	padding: 3px;
	background: #FFFFFF;
}
a:hover img.alignright{
	border-color: #FF6600;
	background: #FF6600;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

.post-content img
{
	padding: 2px;
	margin-right: 8px;
	border: 2px solid #d1d1d1;
}



#sidebar li#calendar
{
	margin-top: 15px;
}

#wp-calendar
{
    border: 1px solid #ddd;
    empty-cells: show;
    margin: 0px auto;
    width: 200px;
    background-color: #faf9fa;
	font-family: arial, sans-serif;
    font-size: 11px;
}

#wp-calendar #next a 
{
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a 
{
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a 
{
	color: blue;
    display: block;
    text-decoration: none;
}

#wp-calendar a:hover 
{
    background: #e0e6e0;
    color: #333;
}

#wp-calendar caption 
{
	width: 200px;
	margin: 0px auto;
	/*font-family: verdana, arial, sans-serif;*/
	font-family: georgia, times, serif;
    font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.3em;
	color: #ffffff;
    text-align: center;
	background: transparent url(images/header-calendar.gif) 0px 0px no-repeat;
	text-transform: uppercase;
}

#wp-calendar td 
{
    color: #333333;
    font: normal 11px tahoma, Verdana, sans-serif;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
}

#wp-calendar th 
{
	font-family: georgia, times, serif;
    font-style: normal;
    text-transform: capitalize;
}

#wp-calendar #today
{
	background-color: #a7d363;
    border: 1px solid #608f0f;
    color: #333;
}

#sidebar #wp-calendar a
{
	color: #ffffff;
	background-color: #a7d363;
	font-weight: bold;
}

#rss-button a
{
	display: block;
	width: 120px;
	height: 38px;
	margin: 0px auto;
	margin-top: 20px;
}

#cc-license
{
	clear: both;
	width: 238px;
	height: 51px;
	margin: 0px auto;
	margin-top: 10px;
	text-align: center;
}

#xiti-tag
{
	clear: both;
	width: 39px;
	height: 25px;
	margin: 0px auto;
	margin-top: 10px;
}

#searchfield
{
	height: 24px;
	padding: 0px;
	margin: 0px;
}

.more-link
{
	border-bottom: 1px dotted;
}

.jLanguage li
{
	padding-left: 4px;
	background: none;
}
.jLanguage li a:hover
{
	background: transparent;
}
