﻿/*
Theme Name: Beach WP Sales Letter
Theme URI: http://jmflad.com
Description: By Jason Fladlien
Version: 1.0
Author: Jason Fladlien
Author URI: http://jmflad.com
*/

/***************************************************/
* {
	font-family: arial, "Trebuchet MS";
	color: #000;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0 none;
	text-decoration: none;
	white-space: normal;
	vertical-align: baseline;
}

html, body {line-height: 1}

ul {list-style-type: none}
ol {list-style-type: decimal}
.clear {clear: both}
/***************************************************/
body {
	background: #e6f3f5 url(images/bg.gif) repeat-x top;
	text-align: center;
}

#container {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	width: 980px;
	height: 113px;
}
/***************************************************/


/***************************************************/
#logo {
	float: left;
	display: inline;
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 40px;
	padding-left: 40px;
	background-position: left 0px;
}

#logo h1 {
	padding-top: 9px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFF;
}

#logo h1 a {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #FFF;
}

#logo h1 a .green {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #aeec07;
}

#logo h1 a:hover {
	color: #aeec07;
}

#logo .description {
	color: #feffe3;
	font-size: 11px;
	line-height: 1.4em;
}

#about {
	float: left;
	display: inline;
	margin-top: 50px;
	width: 500px;
	font-size: 11px;
}

#about p {
	color: #FFF;
	font-size: 11px;
	line-height: 1.4em;
}
/***************************************************/
#column {
	float: left;
	width: 640px;
	margin-right: 20px;
}

.post {
	margin-top: 20px;
}



.post a {
	color: #0000FF;
	text-decoration:underline;
}

.post a:hover {
	color: #4ba5f2;
}

.post-top {
	width: 640px;
	height: 10px;
	background: url(images/post-top.gif) no-repeat;
	overflow: hidden;
}

.post-bottom {
	width: 640px;
	height: 10px;
	background: url(images/post-bottom.gif) no-repeat;
	overflow: hidden;
}

.entry {
	background: #FFF;
	border-right: 1px solid #bddbe6;
	border-left: 1px solid #bddbe6;
}




.entry h2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	line-height: 1.3em;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.entry h2 a {
	line-height: 1.3em;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

.entry .date {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	color: #999;
	padding-bottom: 5px;
	font-size: 11px;
}


/********* CSS For Article CONTENT ***************/
.content {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;

}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
	font-weight: bold;
	text-align: center;
	font-family:verdana, arial;
	letter-spacing:-1px;
	text-transform: capitalize;
	margin-bottom:20px;
	margin-top:20px;
}





.content p {
	font-size: 14px;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	padding: 0;
}



.content h1 {
font-size:28px;
	line-height:34px;
	text-align:center;
	color:#000000;
		
}


.content h2 {
font-size:24px;
		line-height:28px;
	color:#990000;

}

.content h3 {
	font-size: 20px;
    line-height:27px;
	font-weight: bold;
	color:#000000;

}


.content h4 {
	font-size:15px;
	margin:0;
	margin-left:15%;
	margin-right:15%;
}


.content h5 {
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

.content h6 {
	font-size: 11px;
	font-weight: bold;
}


.content ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.content ul li {
	line-height: 1.5em;
	color: #000;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	margin-bottom: 15px;
	margin-left:35px;
	margin-right:20px;
	font-size: 14px;
}


/***************************************************/
#sidebar {
	float: right;
	width: 250px;
}

#sidebar p{
margin-bottom:12px;
}

#sidebar h1{
	font-weight: bold;
	text-align: center;
	font-family:tahoma, verdana, arial;
	letter-spacing:-1px;
	text-transform: capitalize;
	font-size:16px;
	line-height:20px;
	text-align:center;
	color:#660000;
	margin-bottom:12px;
}



/***************************************************/
.box {
	width: 250px;
	margin:auto;
}

.box h2 {
	margin-top: 20px;
	display: block;
	background: url(images/header.gif) no-repeat;
	width: 250px;
	height: 30px;
	color: #FFF;
	line-height: 27px;
	font-weight: bold;
	text-indent: 10px;
	font-size: 11px;

}


.sidebar ul li div {
	padding: 10px;
	border: 1px solid #bfe3eb;
	background: #FFF url(images/corner.gif) no-repeat bottom;
	line-height: 1.4em;
	font-size: 11px;
	width:228px;

}




.entry blockquote {
	margin-left:auto;
	margin-right:auto;
	width:400px;
	padding:10px;
	background-color:#EBE9EA;
	border-top: #000 solid 1px;
	border-left:#000 solid 1px;
	border-right:#000 solid 1px;
	border-bottom:#000 solid 1px;
	font-style:normal;

}

.entry blockquote h1 {
	color:#990000;
	font-size:17px;
	margin-left:5%;
	margin-right:5%;
	line-height:23px;
}


.entry blockquote p {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	margin-left: 10px;
	line-height:15px;
}




.highlight {
	background-color:yellow;
	color:black;
}


.sidebarright {
	width: 185px;
	border:1px solid;
	border-color:#000033;
	background-color:#EBE9EA;
	float: right;
	padding:10px 10px 10px 10px;
	margin-left:15px;
}

.sidebarright h1{
	font-weight: bold;
	text-align: center;
	font-family:verdana, arial;
	font-size:16px;
	line-height:19px;
	letter-spacing:0px;
	margin-top:12px;
	text-transform:capitalize;
	margin-bottom:20px;
}

.sidebarright p {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	margin-left: 10px;
	line-height:15px;
}

.sidebarright ul {
	list-style-type:circle;
	margin-left:1px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom: 17px;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	line-height:15px;
	list-style-position:outside;
}


.sidebarleft {
	width: 185px;
	border:1px solid;
	border-color:#000033;
	background-color:#EBE9EA;
	float: left;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	margin-right: 20px;
}

.sidebarleft h1{
	font-weight: bold;
	text-align: center;
	font-family:verdana, arial;
	font-size:16px;
	line-height:19px;
	letter-spacing:0px;
	margin-top:12px;
	text-transform:capitalize;
	margin-bottom:20px;
}

.sidebarleft p {
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	margin-left: 10px;
	line-height:15px;
}


.img-right {
float: right;
margin-left:20px;
}

.img-left {
float: left;
margin-right:20px;
}

#order-start {
	text-align:left;
	width:76%;
	margin-left:auto;
	margin-right:auto;
	border:3px dashed;
	border-color:#111;
	background-color:#ffffcc;
	padding-left: 22px;
	padding-right:12px;
	padding-top:15px;
	padding-bottom:15px;
}

#order-start h1 {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:18pt;
	font-weight:bold;
	text-align:center;
}


#order-close {
	text-align:center;
	width: 74%;
	border: 2px solid;
	border-color:#000;
	background-color:white;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:14px;
	margin-top:14px;
}
.certifed-server {
	text-align:center;
	font-family: arial, verdana;
	font-size:12px;
	font-weight:bold;
}








/***************************************************/
