/*

Theme Name: Summer Breeze
Theme URI: http://www.kaushalsheth.com/
Description:  A lightweight, simple and pleasant design.
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com/

*/

/*#############################################################
Name: Summer Breeze
Date: 2006-07-04
Description: A lightweight colorful design, feels like summer!
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */

* {
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	margin: 0;
	padding: 0;
}

a {
	color: #023866;
	text-decoration: underline;
	border: 0px;
}

a:hover, .footer a:hover {
	color: #2784BF;
	text-decoration: underline;
}

body {
	background: #000000 url('img/bg.jpg') repeat-y center top;
	color: #443;
	font-size: 12px;
	margin: 0;
}

p, cite, code, ul {
	margin-bottom: 1.2em;
}

h1 {
	font: bold 1.5em "Lucida Sans Unicode",sans-serif;
	height: 20px;
	line-height: 130%;
}

h2 {
	background: url('img/navigationC.jpg') repeat;
	color: #FFF;
	width: 450px;
	height: 15px;
	margin-top: 40px;
	margin-left: 40px;
	margin-bottom: 20px;
	letter-spacing: 0px;
	font: normal 1.3em "Lucida Sans Unicode",sans-serif;
}

h3 {
	font: normal;
	margin-top: 20px;
}

strong {
	font-weight: bold;
}

small {
	font-size: 9px;
}

em {
	font-style: italic;
}

ul {
	margin: 12px 0;
}

li {
	margin-left: 18px;
}

a img {
	border: 0;
}

code {
	display: body;
}

strike {
	font-style: strikethrough;
}

cite {
	display: block;
	background: url('') no-repeat;
	color: #663;
	padding-left: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Lucida Sans Unicode, serif
}

blockquote {
	display: block;
	background: url('') no-repeat;
	color: #663;
	padding-left: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Lucida Sans Unicode, serif
}

/* misc */

/*.divider {
	background: url('') no-repeat;
	height: 36px;
	margin: 16px 0
}*/

.divider {
	background: url('') no-repeat;
	height: 10px;
	margin: 16px 0 0 0
}

.clearer {
	clear: both;
}

/* structure */

.container {
	font-size: 1em;
	margin: 0 auto;
	/*width: 590px;*/
	width: 950px;
}

/* header */

.header {
	background: #000000 url('img/header.jpg') no-repeat center top;
	border-bottom: 0px solid #CCC;
	height: 180px;
	text-align: center
}

.header h1 a, .header h1 a:hover {
	color: #FFF;
	font: normal 3em "Trebuchet MS",sans-serif;
	line-height: 180px;
	text-decoration: none;
}

/* navigation */

.navigation {
	height: 10px;
	margin: 0 auto;
	padding-left: 35px;
	width: 632px;
}

.navigation a {
	background: url('img/navigationC.jpg') no-repeat;
	color: #FFF;
	float: left;
	height: 21px;
	letter-spacing: 0px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	width: 68px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 1em;
	font-family: sans-serif
}

.navigation a:hover {
	/*color: #023866;*/
	color: #2784bf;
	background-position: left bottom;
}

/* Pages Nav */

#pages_nav {
	width: 580px;
	text-decoration: none;
}

#pages_nav ul {
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	list-style: none;
	text-decoration: none;
}

#pages_nav ul.level {
	font-size: .9em;
	font-style: normal;
}

#pages_nav ul.children {
	font-size: .9em;
	font-style: normal;
}

#pages_nav li {
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	display: inline;
	text-decoration: none;
}

#pages_nav  a {
	color: #023866;
	font-weight: bold;
}

#pages_nav  a:hover {
	color: black;
	font-weight: bold;
}

#pages_nav li.current {
	
}

#pages_nav li.current a {
	color: #000000;
}

/* content */

.content {
	padding: 18px 60px 18px 70px;
	margin: 0 auto;
	/*margin-left: 14px;
	margin-right: 10px;*/
	width: 550px;
}

.content h1 {
	color: #553;
	font-size: 1.5em;
	padding-bottom: 10px;
	width: auto;
	display: block;
}

.entry {

}
.post h1 a {
	color: #553;
	font-size: 1.2em;
	text-decoration: none;
	float: left;
	line-height: 130%;
}

/* footer */

.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
	width: 550px;
	margin: 0 auto;
}

.footer a {
	color: #664;
}

/*post stylng*/

.post {
	margin: 0 0 25px 0;
}

.post .info {
	padding: 2px 3px 3px 8px;
	border: 1px solid #e3e4e4;
	background-color: #f5f5f5;
	font-size: 0.9em;
	color: #505050;
}

/* Comments Styling */

#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}

#commentform {
	margin: 1em 0;
	background: #f0f3ea;
	width: 280px;
}

#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}

#commentform textarea:hover {
	background: #f0f3ea;
	border: 1px solid #d6d3d3;
}

#commentform textarea:focus {
	background: #f0f3ea;
	border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 280px;
}

#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size: 1.1em;
	background: #f0f3ea;
	border: 1px solid #d6d3d3;
	width: 280px;
}

#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size: 1.1em;
	background: #f0f3ea;
	border: 1px solid #939793;
	width: 280px;
}

#commentform input {
	margin-bottom: 3px;
}

/* @group WordTube Player */

div#wordtube {
	text-align: center;
	position: absolute;
	top: 0;
	margin: 0 auto;
}

div#wordtube_player {
	float: left;
	display: inline;
}

div#wordtube_info {
	float: left;
	color: #fff;
	float: left;
	margin: 0;
	padding: 11px;
	vertical-align: middle;
	width: 100%;
	font: normal 1.1em Arial, Helvetica, Geneva, sans-serif;
	background: #00000;
}

div#wordtube_info a {
	text-transform: uppercase;
	font-size: .7em;
}

div#wordtube_info a:link, div#wordtube_info a:visited {
	color: #fff;
	text-decoration: underline;
	
}

div#wordtube_info a:hover, div#wordtube_info a:active {
	color: #ccc;
}

div#worktube span {
	vertical-align: middle;
}

span#wordtube_title {
	font-weight: bold;
	letter-spacing: .04em;
}

span#wordtube_albumlink {
	
}

div#wordtube a:link, div#wordtube a:visited {
	color: #c3c3c3;
	text-decoration: underline;
}

/* @end */

/* @group Sidebar */

div#sidebar {
	display: block;
	left: 5px;
	position: relative;
	top: -14px;
	width: 180px;
	z-index: 4;
	margin: 0;
	float: left;
}

div#sidebar-announce img {
	float: left;
	border: 0;
}

div#player-link {
	position: absolute;
	top: 0px;
	right: -795px;
	border: 0;
}

div#player-link a:link, div#player-link a:visted {
	border: 0;
}

div.mailinglist {
	padding: 3px 0 0 15px;	
}

div.mailinglist table {
	padding: 3px;
	color: white;
}

div.label {
	color: white;
	display: block;
	margin: 0 0 0 0;
	padding: 7px 0 0 0;
}

input.button {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

/* @end */

.ngg-galleryoverview {
	/*float: left;*/
	width: 550px;
	margin: 0 auto;
	clear: right;
}
