/*
Theme Name: Streamlyte
Theme URI: http://www.streamlyte.com/blog/streamlyte
Description: The Streamlyte Paddles Blog
Version: 1.0
Author: Pete Howard - Paddle Sport Designs
Author URI: http://www.streamlyte.com
*/

/*---------------------------------------------------------------------------------

[Table of contents]

1. Initial Styling - General tags, the background, global attributes (overridden by following regions).
2. Header Region - Styles specific to header region, title, slug, top menu, etc.
3. Content Region - Styles for content appearance, blockquotes, posts, pages, wp-caption, etc.
4. Comments Region – Styles for comment thread, forms, etc.
5. Sidebar Region – Styles for widgets, additional menus lists and links.
6. Footer Region – Styles specific to the footer region.
7. Misc. & Plugins – Miscellaneous, override plugins, define last rule, fix anomalies, etc.

-----------------------------------------------------------------------------------*/
/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	background-color: #F4F4F4;
}
#wrapper {
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	}
.alignleft {
	float: left;
	padding-left: 20px;
}
.alignright {
	float: right;
	padding-right: 20px;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
img.alignright {
    float: right; margin: 0 0 1em 1em;
}
img.alignleft  {
               float:left; margin:0 1em 1em 0
}
img.aligncenter  {
               display: block; margin-left: auto; margin-right: auto
}
img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}
/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 200px;
	width: 1024px;
	margin: 0px;
	background-image: url(images/layout/banner1.jpg);
	}
#header h1 a:link, #header h1 a:visited {
	text-decoration: none;
	font-size: 24px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 1000px;
	clear: both;
	color: #FFFFFF;
	text-align: right;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
}
#header h1 a:hover {
	text-decoration: underline;
}
.description {
	clear: left;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 35px;
}
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 20px 0 0 0;
	width: 800px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#logo {
	height: 200px;
	width: 240px;
	position: relative;
	background-image: url(images/layout/streamlyte%20logo.gif);
	background-repeat: no-repeat;
}
#navmenutop {
	background-image: url(images/layout/navmenutop.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 220px;
	margin-top: 15px;
	background-color: #777774;
}
#navmenu {
	height: 162px;
	width: 220px;
	background-image: url(images/layout/navmenubg.gif);
	background-color: #777774;
}
#navmenu a {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	display:block;
	width:220px;
	height: 27px;
	background-image:url(../../../../../assets/images/layout/navmenunew.gif);
	line-height: 27px;
	text-decoration: none;
}
#navmenu a:hover {
	color: #00CCFF;
	text-decoration: none;
}
#navmenubottom {
	height: 12px;
	width: 220px;
	background-image: url(images/layout/navmenubottom.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}


#maintop {
	background-image: url(images/layout/maintop.gif);
	height: 50px;
	position: relative;
}
#mainmenu {
	height: 30px;
	padding-left: 30px;
	top: 10px;
	position: relative;
	list-style-type: none;
	font-size: 18px;
	color: #0000FF;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#mainbottom {
	background-image: url(images/layout/mainbottom.gif);
	position: relative;
	height: 10px;
	background-position: bottom;
	background-repeat: no-repeat;
	color: #F4F4F4;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}
/*=== END SECTION 2 - Header Region ===*/

/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 1024px;
	background-color: #F4F4F4;
}
#content {
	width: 784px;
	float: right;
	background-image: url(images/layout/mainbg.gif);
	margin-top: 15px;
	background-color: #F4F4F4;
	margin-bottom: 10px;
	color: #333333;
}
#content a:link, #content a:visited {
	text-decoration: none;
	padding: 2px;
	color: #757571;
}
#content a:hover {
	text-decoration: underline;
}
#content h1 {
	font-size: 1.5em;
	color: #757571;
}
.wp-caption {
	border: 1px none #ddd;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0;
}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding-top: 20px;
}
#postbox {
	width: 724px;
	margin-left: 30px;
}

.post h2 {
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	text-align: left;
	color: #757571;
	font-size: 12px;
}
.post h3 {
	margin: 0;
	padding: 0;
	font-size: 19px;
	color: #757571;
}
.post-edit-link img{
	border: none;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
}
.entry-content, .entry-excerpt {
	clear: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.entry-content blockquote {
	color: #757571;
	width: 345px;
	background: url(images/blockquote1.png) no-repeat right bottom;
	padding: 0 0 0 30px;
	text-indent: -15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}
.entry-content blockquote p {
  background: url(images/blockquote2.png) no-repeat left top;
  padding: 0 0 0 60px;
  font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
.entry-date {
	display: inline;
	float: left;
	border: 2px none #757571;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 13px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: normal;
}
.entry-month {
	text-align: center;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
	padding: 0;
}
.entry-day {
	text-align: center;
	height: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	float: left;
}
.navigation {
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {

}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {
	width: 100%;
	padding-left: 30px;
}
.thread-even {
	background-color:#F9F9F9;
}
.thread-odd {
	background-color:#E5E5E5;
}
#commentform {
	padding: 10px;
}

ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ol.commentlist li {
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
}
ol.commentlist li a {
	text-decoration: underline;
}
/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 240px;
	float: left;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 14px;
}
#sidebar ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	color: #575757;
}
#sidebar ul ul {

}
#sidebar ul ul li, #sidebar ul ul li {
	font-size: .9em;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: 0.1em;
	padding: 1px;
	margin-left: -10px;
}
#sidebar ul li {
}
#sidebar #searchbox {
}

#sidebar li a:hover {
	text-decoration: underline;
}
/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/
#footer {
	height: 75px;
	clear: both;
	background-color: #838381;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	margin-top: 10px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #0066FF;
}
/*=== END SECTION 6 - Footer Region ===*/


/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/
#respond #commentform #comment {
	width: 700px;
	float: left;
}
#respond {
}
#sidebarwidgetstop {
	background-image: url(images/layout/sidebarwidgetstop.gif);
	height: 10px;
	width: 220px;
	background-repeat: no-repeat;
}
#sidebarwidgetsbottom {
	background-image: url(images/layout/sidebarwidgetsbottom.gif);
	height: 10px;
	width: 220px;
	background-repeat: no-repeat;
}
#sidebarwidgets  {
	background-color: #DEDEDE;
	width: 220px;
	margin-top: 15px;
	margin-bottom: 12px;
}
#content h2 {
	font-size: 18px;
	color: #757571;
}
