/* Body */

html {
height: 100%;
}

* {
margin: 0;
padding: 0;
}

body {
height: 100%;
width: 100%;
font: 13px Tahoma, Trebuchet MS, sans-serif;
background: #5CB3FF;
}

p {
	color: #3e3e3e;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 12px;
}

body a {
color: #2279a6;
text-decoration: none;
}

body a:hover {
text-decoration: underline;
color:#000066;
}

a img {
border: none;	
}

#wrap {
width: 950px;
margin-left: auto;
margin-right: auto;	
background: #FFFFFF;
border: 10px solid #004;
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}

#pre-header {
width: 960px;
padding-left: 10px;
height: 160px;
margin-left: auto;
margin-right: auto;	
}

/* My Comment */

#pre-header img {
	float: left;
	display: inline;
	height: 160px;
}

img#leadbanner{
float: right;
width: 468px;
height: 60px;
padding:10px;
background: #FFFFFF;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
margin-top:35px;
display: inline-block;	
}

/* Header Styles */

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica;
font-weight: 200;
}

h1 {
	padding-bottom: 25px;
	margin-top: 15px;
	color: #003;
	font-weight: 100;
	font-size: 60px;
	width: 450px;
	display: inline;
	float: left;
}

h1 a {
	text-decoration:none;
	color: #003;
}

h1 a:hover {
	color: #b11785;
	text-decoration: none;
}

h2 {
font-size: 24px;
color: #FFFFFF;
margin-bottom: 12px;
}
#posttitle{
font-size: 24px;
color: #FFFFFF;
margin-bottom: 12px;
}

h2 a {
color: #004;
text-decoration: none;
display: block;
background: #e2fff0;
border-bottom: 4px solid #d2ebe0;
padding: 12px 10px 6px;
}


#posttitle a{
color:#2279A6;
font-weight:bold;
text-decoration: none;
display: block;
background: #e2fff0;
border-bottom: 4px solid #d2ebe0;
padding: 12px 10px 6px;
}

h2 a:hover {
text-decoration: none;
background: #f0f0f0;
}
#posttitle a:hover {
text-decoration: none;
background: #f0f0f0;
}
h2#nolink {
color: #FFFFFF;
text-decoration: none;
display: block;
background: #35c3ff;
border-bottom: 4px solid #fdfecb;
padding: 6px 10px;
}

.sidebar h2 {
padding: 8px 10px;
background: #004;
margin-bottom: 6px;
font-size: 18px;
font-family: Arial,Helvetica;
}

.sidebar h2#featured {
	margin-bottom:0px;
}

h3 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 5px;
	text-align: left;
	padding: 5px;
}

h3 a {
	display: block;
	padding: 5px;
	color: #2279a6;
	text-decoration:none;
}

h3 a:hover {
	background: #008;
	color: #FFFFFF;	
	text-decoration:none;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius:6px;

}

h3#play {
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 5px;;
	text-align: center;
	background: #a20225;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius:6px;
border: 2px solid #770922;
display: inline-table;
width: 100%;
	padding: 0;
}

h3#play a {
	display: block;
	color: #FFF;
	text-decoration:none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

h3#play a:hover {
	background: #b01784;
	color: #FFFFFF;	
	text-decoration: none;
}

h3#free {
float: right;
width: 222px;
text-align: center;
clear:both;
border:none;
background-color: #003;
margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 20px;
}

h3#free a {
	color: #FFFFFF;
}

h3#free a:hover {
	background: #b01784;
}

h3.single, h3.single a {
	text-align: left;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	font-size: 20px;
}

h3.single a:hover {
	color: #000066;
	text-decoration:underline;
}

h4 {
	font-size: 12px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

h5 {
	font-size: 15px;
}

h6 {
font-size: 15px;	
}

/* Header */

.header {
	margin-bottom: 2px;
	padding-bottom: 1px;
	display: inline-block;
	width: 950px;
	border-bottom: 2px solid #005;
}

ul#nav {
list-style: none;
width:930px;
font-size: 12px;
display: inline;
float: left;
background: #004;
padding-left: 20px;
}

ul#nav li {
float: left;
list-style:none;
text-transform: uppercase;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul#nav li a {
float: left;
text-decoration: none;
color: #FFFFFF;
	padding: 10px 12px;
}

ul#nav li a:hover {
	background: #002
}
/* Main Content */

.main-content {
width: 900px;
margin: 0px 0px 15px 25px;
height: auto;
min-height: 100%;
display: inline-block;
}

.content-left {
	width: 610px;
	float: right;
	padding-left: 40px;
	padding-top: 30px;
}

.post {
	padding-bottom: 35px;
}

* html .post {
margin-bottom: 0px;
}

.post li {
list-style: url("images/bullet.gif") outside;
padding: 0px;
margin: 3px 0px;
}

.post ul {
margin-left: 30px;
padding-bottom: 15px;
padding-top: 5px;
}

.post li.linkcat {
list-style: none;
}

.post li ul {
margin-left: 0px;
}


.divider {
width: 530px;
height: 1px;
background: url("images/border.gif") repeat-x;
margin-top: 20px;
margin-bottom: 20px;
float: left;
}

img#lead {
float: right;
width: 200px;
height: 10-px;
margin-left: 10px;
margin-bottom: 0px;
}

.entry {
padding-top: 10px;

}

.entry p {
	
}

.entry img {
max-width: 530px;
}


.entry .right {
float: right;
margin: 0 0 0 5px;
}

.entry .left {
float: left;
margin: 0 5px 0 0;
}

.entry code {
font-family: Courier;
}

.entry blockquote {
padding: 20px;
font-style: bold;
width:480px;
margin-left: auto;
margin-right: auto;
overflow: auto;
border: 1px solid #d0d0d0;
margin-bottom: 15px;
}

/* Carousel */

ul#numbers {
	width: 50px;
	list-style:none;
	font-size:32px;
	color: #c0c0c0;
	float: left;
	height: 400px;
}

ul#numbers li {
	height: 80px;
	padding-top: 25px;
}

ul#carousel {
	width: 610px;
	list-style:none;
	padding-bottom: 5px;
	margin-right: 0;
	padding-right: 0;
	display: inline-block;
	height: 100%;
}

ul#carousel li {
height: 150px;
padding: 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius:6px;
background: #FFFFFF;
border: 2px solid #69d6ff;
margin-bottom: 10px;
	width: 268px;
	display: inline;
	float: left;
	margin-right: 6px;
	margin-left: 7px;
}

img.carousel {
height: 110px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
display: inline;
	padding-left: 20px;
	padding-top: 10px;
}

#carousel h3 {
border: none;
font-size: 24px;
background: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#carousel h3 a {
	padding-bottom: 2px;
	padding: 0;
	text-align: center;
}

#carousel h3 a:hover {
background: none;
color: #006;	
}

small {
font-size: 70%;	
}

/* Side Bar */

.sidebar {
width: 250px;
margin: 0;
float: left;
display: inline;
	padding-top: 30px;
}

.sidebar ul, .sidebar li {
margin: 0;
padding: 0;
list-style:none;
}

.sidebar ul li { 
padding-bottom: 15px;
margin-left: 0px;
}

.sidebar li.widget {
list-style: none;
margin: 0 0 15px;
padding: 0;
}

.sidebar li.widget ul li {
list-style-image: url("images/bullet.gif");
padding: 3px 0px 5px 0px;
margin-bottom: 3px;
}

.sidebar ul li {
list-style: none;
}

.sidebar li.linkcat {
}

* html .sidebar li.linkcat {
margin-top: -10px;

}
*+html .sidebar li.linkcat {
margin-top: -10px;
}

.sidebar ul li ul li {
list-style:none;
padding: 5px 0px 5px 0px;
margin-bottom: 3px;
}

.sidebar ul li ul li ul {
	margin-top: 10px;
	margin-bottom: -5px;
}

.sidebar ul li a {
text-decoration: none;
color: #2279a6;
}

.sidebar ul li a:hover {
text-decoration: underline;
}

.sidebar ul li a {
text-decoration: none;
color: #2279a6;
}

.sidebar ul li a:hover {
text-decoration: underline;
}

.sidebar img#featured {
overflow: hidden;
height: 123px;
width: 248px;
border:1px solid #d0d0d0;
}

ul#list li {
	font-size: 20px;
	padding: 0px;
}

#list li a {
background: #fafafa;
width: 230px;
/*-moz-border-radius: 6px;
-webkit-border-radius: 6px;*/
display: block;
margin-bottom: 0;
padding: 7px;
}

ul#list li a:hover {
text-decoration: none;
background: #ED1000;
color: #FFFFFF;
}

img#160ad {
	padding-left:45px;
	width:160px;
	height:600px;
}

/* Comments Template*/

form#commentform {
padding-top: 10px;	
}

.comments-template {
padding-top: 15px;
border-top: 1px dotted #d0d0d0;
padding-bottom: 20px;
}

.comments-template ol {
list-style: none;
width: 450px;
margin-top: 20px;

}

.comments-template ol li {
line-height: 18px;
margin: 0px 0px 10px 0px;
padding: 15px 20px 15px 15px;
border: 1px solid #d0d0d0;
background-color: #ffffff;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
width: 430px;
}

.comments-template p.nocomments {
padding: 0;
}

.comment-name {
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px dotted #e0e0e0;
	margin-bottom: 10px;
}

input#author, input#email, input#url {
width: 180px;
font-size: 14px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border: 1px solid #d0d0d0;
padding: 5px;
margin-top: 6px;
}

span.comment-text p {
padding: 10px 0;
}

textarea {
border: 1px solid #d0d0d0;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
margin-top: 5px;
font-size: 14px;
padding: 5px;
	width: 450px;
	height: 180px;
	margin-bottom: 4px;
font: 12px "Lucida Grande", Tahoma, Trebuchet MS, sans-serif;
}

textarea:focus {
outline: none;	
}

input#submit {
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
font-size: 14px;
border: 1px solid #d0d0d0;
background: #FFFFFF;
padding: 10px;
cursor: pointer;
}

input#submit[type="submit"]:hover {
	background: #b11785;
	color: #FFFFFF;
	border: 1px solid transparent;
}

input:focus {
	outline: none;
}

#hidden {
display: none;	
}

/* News Feed */

ul#news {
	list-style-type:none;
	padding-top: 10px;
}

ul#news li {
	padding: 15px;
	padding-right: 10px;
border:1px solid #d0d0d0;
margin-bottom: 10px;
-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
}

/* Subscribe Form */

.sidebar input {
	padding: 6px;
	font-size:22px;
	color: #A7107B;
	border: 1px solid #d0d0d0;
	width: 236px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.sidebar input#email {
	margin-top: 4px;
	margin-bottom: 6px;
	padding: 6px;
	font-size:22px;
	color: #A7107B;
	border: 1px solid #d0d0d0;
	width: 236px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

input#subscribe {
	background: #e2fff0;
	font: 100 22px;
	color:#2279a6;
	border: none;
	width: 250px;
	padding-top: 8px;
	text-align: center;
	height: 43px;
	cursor: pointer;
}

input#subscribe[type="submit"]:hover {
	background: #b11785;
	color: #FFFFFF;
}

/* Footer */

.footer {
    clear: both;
    margin-left: 140px;
    padding-bottom: 30px;
    padding-top: 15px;
    text-align: justify;
    width: 78%;
}

.footer ul {
width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.footer ul li {
	text-align: center;
	float: left;
	list-style:none;
	padding: 5px;
	font-size: 14px;
	
}