/* @override 
	http://dev.seogameplan.com/default/wp-content/themes/SEOGameplan/style.css
	http://blog.seascapelamps.com/wp-content/themes/SEOGameplan/style.css
*/

/* @group Layout */

/* .wrapper :: centers page */

div.wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: white;
}

/* .page-wrapper :: Using a float this generates the width of the page. */

div.page-wrapper {
	float: left;
	background-color: white;
	width: 100%;
	padding: 0 10px 10px;
}

/* .page content :: sets the height of the spave betweent the head and the footer via a float. */

div.page-content {
	float: left;
	width: 100%;
	clear: none;
}

/* @end */

/* @group Basics */

h1 {
	margin:0px;
	color: #2d2b20;
	float: none;
	font: bold 36px/100% Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
}
h1 a, h1 a:visited{
	color: #c9eefe;
	text-decoration: none;
}
h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}
h2 {
	color: #2d2b20;
	padding-bottom: 5px;
	font-style: normal;
	line-height: 100%;
	font-size: 170%;
	margin: 0;
}
h2 a, h2 a:visited {
	color: #1c8db9;
	text-decoration: none;
}
h2 a:hover {
	color: #191919;
	text-decoration: underline;
}
h3 {
	font: normal 140%/100% Helvetica, Arial, sans-serif;
	color: #1c8db9;
	margin: 10px 0px 5px;
}
h4 {
	font: normal 130%/100% Helvetica, Arial, sans-serif;
	color: #1f99c9;
	margin: 10px 0px 5px;
}

body {
	background-color: #F4F4F4;
	margin: 0;
	padding: 0;
	color: #333;
	font: 12px Helvetica, Arial, sans-serif;
	background-image: url(http://seascapelamps.com/images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

p {
	margin-bottom: 10px;
	font-size: 105%;
	line-height: 1.3;
	color: #4c4c4c;
}

a {
	color: #007ba4;
	text-decoration: none;
}

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

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

/* @end */

/* @group Header Elements */

div.header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-top: 4px;
}

div.contect-search {
	float: right;
	text-align: right;
	font-weight: bold;
	padding-top: 10px;
}

#searchform div {
	padding-top: 5px;
}

div.site-id {
	float: left;
	padding-left: 9px;
	padding-top: 8px;
}

div.tagline {
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	float: left;
	width: 915px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	padding-left: 5px;
	background-color: #e6e6e6;
}

div.contact {
	margin-bottom: 10px;
}

/* @end */

/* @group Body styles */

div.body-wrapper {
	padding: 0 10px 10px;
	float: right;
	width: 770px;
}

div.body-content {
	width: 100%;
	float: right;
}



/* @end */

/* @group alignments */
.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 0px 5px 10px;
}

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

/* @end */

/* @group Sidebar */

#sb-wrapper h2.sidebartitle {
	font-size: 15px;
}

#Sidebar {
	width: 120px;
	float: left;
}

ul.sb-categories {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#Sidebar ul.sb-categories li.sb-item {
	padding: 2px 5px 3px 9px;
	border-bottom: 1px solid #ccc;
}

#Sidebar ul.sb-categories li.sb-item:hover {
	background: url(http://seascapelamps.com/images/disc.png) no-repeat 0 7px;

}

#Sidebar ul.sb-categories li.sb-item a:hover {
	text-decoration: none;
	color: #0096c8;
}

div.catalog {
	text-align: center;
}

#Sidebar div.catalog strong {
	
}

#catalog-img img {
	padding: 10px;
}

#Sidebar a {
	color: #4c4c4c;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Ul2 li.sb-item a {
	color: #007ba4;
}

#specials li.sb-item a {
	font-weight: bold;
}

#legal li.sb-item {
}

/* Styles for the Designes items */

ul#Ul1.sb-categories {
	padding-bottom: 0;
	margin-bottom: 5px;
}

#Ul1 li.sb-item a {
	color: #007ba4;
	font-weight: bold;
}



/* @end */

/* @group footer */

.footer {
	float: left;
	width: 920px;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #808080;
}

.follow-links {
	float: left;
	font-weight: bold;
}

#follow {
	float: left;
	width: 920px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #808080;
}

#bottom-matter {
	float: left;
	width: 920px;
	background-color: white;
	margin-bottom: 10px;
	border-bottom: 1px solid #808080;
}

#bottom-matter div.footer-specials-sales #ctl00_Footer1_A1 p {
	border-left-style: hidden;
}

#bottom-matter div.footer-specials-sales p {
	float: right;
	padding: 10px 20px 10px 100px;
	width: 190px;
	background: #fff url(http://seascapelamps.com/images/New-Lighting.jpg) no-repeat -3px -25px;
	margin: 0;
	border-left: 1px solid #ccc;
}

#bottom-matter div.footer-specials-new p {
	float: right;
	width: 190px;
	background: #fff url(http://seascapelamps.com/images/sconces-callout.jpg) no-repeat -1px -14px;
	margin: 0;
	border-left: 1px solid #ccc;
	line-height: 1.2;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 100px;
}

#bottom-matter div.footer-specials-new p strong, #bottom-matter div.footer-specials-sales p strong {
	font-size: 15px;
	color: #eb4b29;
	padding-bottom: 10px;
	line-height: 25px;
}

#bottom-matter div.site-nav p strong {
	font-size: 14px;
	color: #492610;
}

#bottom-matter div.site-nav p {
	float: left;
	padding-right: 5px;
	padding-top: 10px;
	padding-left: 15px;
}

#bottom-matter div.site-nav p img {
	margin-bottom: 5px;
	margin-top: 0;
}

div.traditional-contact {
	text-align: center;
	padding-top: 5px;
}

#follow div.follow-links a img {
	padding-left: 7px;
}

div.addthis {
	float: right;
	width: 170px;
	text-align: right;
}



/* @end */

/* @group WP styles */

div.wp-box {
	float: right;
	width: 780px;
}

#post-box {
	float: left;
	clear: both;
}

div.breadcrumb {
	color: gray;
	font-size: 11px;
}

/* @group Sidebar and related */

/*sidebar */
#wp-sidebar {
	padding: 0px 0 20px;
	width: 180px;
	color: #666666;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	border-left: 1px solid #ccc;
	height: 100%;
	float: right;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	color: #720a09;
	border-bottom: 1px solid #7f7f7f;
	font-style: normal;
	font-size: 120%;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #4c4c4c;
	text-decoration: none;
	border-bottom-color: #e6e6e6;
}
#sidebar a:hover{
	color: #000;
	text-decoration: underline;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0 0 0 20px;
	padding: 0;
	background-position: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	border: none;
	border-left-style: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sb-wrapper {
	background: none no-repeat right;
	padding-left: 10px;
	margin-left: 10px;
	height: inherit;
}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
	border-bottom: 1px dotted #4c4c4c;
	margin-right: 10px;
	font-weight: bold;
}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
	font-weight: normal;
	font-style: normal;
}

#sidebar ul li ul li ul li ul li a:link, #sidebar ul li ul li ul li ul li a:visited{
	color: #7f7f7f;
}
/*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/mini-category.gif) no-repeat !important;
	padding-left: 20px !important;
}
/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: url(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(images/mini-page.gif) no-repeat !important;
	padding-left: 0;
}
/*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: 0;
	padding: 10px 20px 20px;
}

#page-search {
	float: right;
}

.breadcrumb {
	float: left;
}

#page-nav {
	background-color: white;
	background-image: none;
	padding-top: 8px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 740px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#searchform br {
	display: none;
}
#searchform #s {
	border: 1px solid #ccc;
	width: 135px;
	height: 15px;
	padding: 4px 5px 0px 5px;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
	margin-top: 0;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	width: 97px;
	height: 22px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666;
	vertical-align: middle;
	margin-top: 10px;
	border: 1px solid #ccc;
	background-color: #e5e5e5;
	float: right;
}

#search-form {
	float: right;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
	width: 180px;
}

/* @end */

/* @group Posts */



.post-content h2 {
	padding-bottom: 10px;
	margin-bottom: 6px;
}
.post {
	clear: left;
	padding-top: 15px;
	width: 590px;
	float: left;
	border-bottom: 3px solid #ccc;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.jpg) no-repeat;
	margin-right: 3px;
	padding-top: 1px;
}
.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-title {
	float: left;
	width: 580px;
	padding-right: 00px;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 5px;
}

.entry {
	clear: both;
	padding-top: 10px;
}
.post-cat {
	background: url(images/mini-category.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: 95%;
	color: #999999;
}

.post-cat a:link, .post-cat a:visited {
	color: #999999;
	font: 95% Helvetica, Arial, sans-serif;
}

.post-cat a:hover {
	color: #191919;
	font-size: 95%;
	text-decoration: underline;
}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
}

.post-comments a:link, .post-comments a:visited {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #999;
}

.post-comments a:hover {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #191919;
	text-decoration: underline;
}
.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}

/* @end */



/* @end */

/* @group Comments & related */

/* comments area */
#comments, #respond {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
}
.commentlist .alt {
	background: #e6e6e6;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #CC6600;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #333;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #787878;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background: #e6e6e6;
	border: 1px solid #b3b3b3;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	border: 1px solid #b3b3b3;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #e6e6e6;
}
#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

/* @end */
