/*  
Stylesheet modified from GlossyBlue WordPress theme (designed and built by Nick La)
Description: WP glossy theme designed by <a href="http://www.ndesign-studio.com">N.Design Studio</a>.
Author URI: http://www.ndesign-studio.com
Modifications URI: http://www.cvwdesign.co.uk 
*/

/*----- Main global styles -----*/

body {
	font: 75%/150% Arial, Tahoma, Helvetica, sans-serif;
	color: #333;
	background: #FFF url(../blog/wp-content/themes/glossyblue-1-4/images/main-bg.gif) repeat;
	margin: 0;
	padding: 15px 0 0 30px;
}

html {height:100%;
overflow-y: scroll; /*fix for FF/Opera/Safari scrolbar jump*/}

/* body {min-height:101%} another fix for Firefox, Opera scrollbar jump*/
/* body { overflow: -moz-scrollbars-vertical; } alternative fix for Firefox scrollbar jump*/

img {
	border: none;
}

form {
	margin:0;
	padding:0;
}

/*----- Links -----*/

a {
	color: #147CC5;
	text-decoration: none;
}

a:visited {
	color: #147CC5;
	text-decoration: none;
}

a:hover {
	color: #F60;
	text-decoration: underline;
}

/*----- Paragraphs, headings and links -----*/

p {
	padding: 0px 0px 15px;
	margin: 0px;
}

h1 {
	margin:0;
	background: url(../blog/wp-content/themes/glossyblue-1-4/images/header-icon.gif) no-repeat;
	padding-left: 70px;
	height: 60px;
	font: bold 34px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c9eefe;
}

h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}

h1 a:hover{
	color: #FFF;
	text-decoration: none;
}

h2 {
	color: #59770e;
	margin: 0 0 2px;
	border-bottom: 1px dotted #CCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}

h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
}

h2 a:hover {
	color: #FF6600;
	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;
}

/*----- Main wrapper -----*/

#page {
	margin: 0 auto;
	width: 760px;
	border-bottom: 5px solid #d5e6eb;
	border-left: 5px solid #d5e6eb;
	border-right: 5px solid #d5e6eb;
	background: #FFF url(../blog/wp-content/themes/glossyblue-1-4/images/content-bg.gif) repeat-y;
}

/*----- Header -----*/

#header {
	background: #69F;
	height: 110px;
	border-bottom: 3px solid #D5E6EB;
	position: relative;
}

#headerimg {
	position: relative;
	padding: 30px 0 0 40px;
	height: 60px;
}

#headerimg .description{
	position: absolute;
	left: 110px;
	bottom: 3px;
	color: #F2F2F2;
	font-size: 14px;
}

/*----- Navigation -----*/

#nav {
	list-style: none;
	margin: 0;
	position: absolute;
	right: 10px;
	bottom: 0;
}

#nav li {
	float: left;
	margin-left: 5px;
}

#nav .current_page_item a, #nav .current_page_item a:visited{
	color: #000;
	text-decoration: none;
}

#nav .page_item a{
	color: #FFF;
	text-decoration: none;
	background: #5c8d0c url(../blog/wp-content/themes/glossyblue-1-4/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 -----*/

#content {
	padding: 10px 0px 30px 15px;
	float: left;
	width: 485px;
	overflow: hidden;
}

.post {
	clear:both;
	padding-top: 15px;
	margin-bottom: 3px;
}

.post-title {
	float: left;
	width: 430px;
	background: url(../blog/wp-content/themes/glossyblue-1-4/images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 20px;
}

.entry {
	clear: both;
	padding-top: 10px;
}

/*----- Sidebar -----*/

#sidebar {
	float: right;
	padding: 0 10px 20px 0;
	width: 220px;
	color: #666;
	overflow: hidden;
}

#sidebar h2, #sidebar .sidebartitle {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 20px 0px 2px;
	border-bottom: 1px solid #CFE1AC;
}

#sidebar a, #sidebar a:visited {
	color: #495233;
	text-decoration: none;
}

#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}

/*sidebar list level 1*/

#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 0;
	border-bottom: 1px solid #dceeb7;
}

/*sidebar list level3 */

#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

/*blogroll */

ul.list-blogroll li, li#links ul li {
	background: url(../blog/wp-content/themes/glossyblue-1-4/images/mini-blogroll.gif) no-repeat !important;
	padding-left: 16px !important;
}

/*category widget */

ul.list-cat li, li.widget_categories li{
	background: url(../blog/wp-content/themes/glossyblue-1-4/images/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}

/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(../blog/wp-content/themes/glossyblue-1-4/images/mini-monthly-archive.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*pages widget */

ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: url(../blog/wp-content/themes/glossyblue-1-4/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(../blog/wp-content/themes/glossyblue-1-4/images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}

/*recent comments widget */

li.widget_recent_comments li{
	background: url(images/../blog/wp-content/themes/glossyblue-1-4/mini-recent-comments.gif) no-repeat !important;
	padding-left: 20px !important;
}

/*----- Footer -----*/

#footer {
	clear: both;
	border-top: 3px solid #D5E6EB;
	background: #69F;
	color: #333;
	font-size: 100%;
	line-height: 130%;
	padding: 20px;
}

#footer a, #footer a:visited {
	color: #FFF;
}

/* feeds */
.rss, #sidebar #feeds li  {
	background: url(../blog/wp-content/themes/glossyblue-1-4/images/mini-rss.gif) no-repeat left center;
	padding-left: 20px;
	padding-bottom: 2px;
	margin-left: 8px;
}

#sidebar #feeds li  {
        margin-left: 0;}

/*----- Other styles -----*/

.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0 5px 10px;
}

img.alignright2 {
	margin-right: 10px;}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

hr {
	margin: 0.3em 0 0.7em;
	background:#CCC;
	height:1px;
	color:#CCC;
	border:none;
}

.highlighted {
     color: #F60;
     font-weight: bold;
     text-transform: uppercase;
}

.entry ul {margin-top: 0; 
	padding-top: 0;
}

.screenshot {
	border: 1px solid #CCC;
}
