/**
 * Theme Name: BladeWatch Theme
 * Theme URI: http://27by7.com
 * Description: 
 * Version: 0.1
 * Author: 27 by 7
 * Author URI: http://27by7.com
 * Tags: theme-options, threaded-comments, sticky-post, one-column, two-columns, three-columns, fixed-width
 */


/* Reset */

* { margin: 0; padding: 0; }

/* WordPress.org Theme Submission Checklist */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignleft { float: left; }
.alignright { float: right; }
.alignnone { float: none; }
.aligncenter { text-align: center; }
.avatar {}
.wp-caption {}
.gallery {}
.wp-smiley {}

blockquote {
	background: #f2f5f6;
	border: 1px solid #E2E7E9;
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 10px;
}
ul {
	margin-left: 20px;
	list-style-type: disc;
}
ol li {
	list-style: decimal inside;
	margin-bottom: 5px;
}

.wp-caption {
	background: #f2f5f6;
	border: 1px solid #E2E7E9;
	padding: 5px;
	padding-bottom: 0px;
}

.wp-caption p {
	text-align: center;
	font-size: 12px;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}
/* Global Elements */

.clear { clear: both; }


body {
	text-align: center;
}

#container {
	width: 1078px;
	text-align: left;
	margin: 0 auto;
}

#featuredBlock {
	width: 964px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	text-align: left;
}

#footer {
	clear: both;
	width: 964px;
	margin: 0 auto;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
	color: white;
	font-size: 11px;
}

#footer a {
	color: white;
	text-decoration: none;
}

body {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #333333;
}


body {
	background: #00496c url('images/bodyBG.png') repeat-x;
}

#header {
	height: 75px;
}

#header h1 {
	margin-left: 57px;
	float: left;
	margin-top: 12px;
}

#header h1 a {
	display: block;
	text-indent: -9999px;
	width: 237px;
	height: 50px;
	background: url('images/logo.png') no-repeat transparent;
}

#header ul#nav {
	float: right;
	list-style-type: none;
	margin-top: 1px;
	line-height: 30px;
	background: url('images/navCornerBG.png') no-repeat top left;
	height: 33px;
	padding-left: 47px;
}

#header ul#nav li {
	float: left;
	display: inline;
	text-transform: uppercase;
	padding: 0 15px;
	height: 33px;
	background: url('images/navBG.png') repeat-x;
}


#header ul#nav li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#header ul#nav li a:hover {
	color: #7de6ff;
}

fieldset {
	border: none;
}

ul#featuredBlock {
	list-style-type: none;
	overflow: hidden;
}

ul#featuredBlock li {
	float: left;
}


ul#featuredBlock li#authorInfo {
	width: 400px;
	margin-top: 25px;
}

ul#featuredBlock li#bladeWatchLogo {
	margin: 0 25px;
	width: 71px;
	margin-top: 35px;
}

ul#featuredBlock li#advertiseBlock {
	width: 205px;
	margin-top: 25px;
}

ul#featuredBlock li#advertiseBlock h3 {
	font-size: 15px;
}

ul#featuredBlock li#authorInfo h3 {
	color: #3268a5;
	font-size: 18px;
	font-family: Calibri;
}

ul#featuredBlock li#authorInfo p {
	font-size: 11px;
	font-family: Calibri;
	margin-top: 10px;
}

ul#featuredBlock li#authorInfo a#exploreButton {
	display: block;
	text-indent: -9999px;
	width: 58px;
	height: 17px;
	background: url('images/exploreButton.png') no-repeat;
	margin-top: 15px;
}

ul#featuredBlock li#advertiseBlock p {
	font-size: 11px;
	font-family: Calibri;
	margin-top: 10px;
}

ul#featuredBlock li#subscribeBlock {
	float: right;
	width: 208px;
	background: url('images/rssBlockBG.png') no-repeat;
	height: 79px;
	text-align: right;
	padding: 35px 15px 0 0;
	margin-top: 2px;
}

ul#featuredBlock li#subscribeBlock h3 {
	text-transform: uppercase;
	color: #f88e2e;
	font-size: 14px;
}

ul#featuredBlock li#subscribeBlock p {
	font-family: arial;
	font-size: 11px;
	color: black;
	padding-left: 55px;
}

ul#featuredBlock li#subscribeBlock input#rssEmail {
	border: none;
	color: #000;
	font-size: 10px;
	background: url('images/emailInputBG.png') no-repeat transparent;
	width: 109px;
	height: 14px;
	padding: 3px 5px;
}

ul#featuredBlock li#subscribeBlock input#rssSubmit {
	border: none;
	background: url('images/emailSubmit.png') no-repeat transparent;
	width: 25px;
	height: 20px;
	text-indent: -9999px;
	cursor: pointer;
}

#wrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 15px;
	width: 964px;
}

#blogColumn {
	width: 657px;
	float: left;
}

#sidebarColumn {
	width: 303px;
	float: right;
}

#div1 {
	background: url('images/blogTop.png') no-repeat top left;
	width: 657px;
	height: 6px;
}

#div2 {
	background: url('images/blogBottom.png') no-repeat bottom left;
	width: 657px;
	height: 6px;
}

#contentDiv1 {
	background: url('images/blogSlide.png') repeat-y top left transparent;
	width: 544px;
	padding: 25px 75px 75px 38px;
}

#div3 {
	background: url('images/sidebarTop.png') no-repeat top left;
	width: 303px;
	height: 6px;
}

#div4 {
	background: url('images/sidebarBottom.png') no-repeat bottom left;
	width: 303px;
	height: 6px;
}

#contentDiv2 {
	background: url('images/sidebarSlide.png') repeat-y top left transparent;
	width: 295px;
	padding: 15px 4px 0 4px;
	overflow: hidden;
}

.latestPostMeta, .postMeta {
	width: 549px;
	height: 35px;
	background: url('images/lPostMetaBG.png') no-repeat top left;
	margin: 0 0 0 -55px;
	color: white;
	margin-bottom: 10px;
	padding: 5px 80px 0 40px;
	clear: both;
}

.postMeta {
	background: url('images/postMetaBG.png') no-repeat top left;
}

span.postText {
	text-transform: uppercase;
	font-size: 15px;
	float: left;
	width: 145px;
}

span.metaAuthor {
	float: left;
	line-height: 18px;
}

span.commentCount {
	float: right;
	font-size: 11px;
}

span.commentCount a {
	text-decoration: none;
	color: black;
	display: inline-block;
	width: 87px;
	height: 21px;
	background: url('images/commentBG.png') no-repeat;
	text-align: center;
	line-height: 19px;
}

.postTitleCont {
	border-bottom: 1px solid #8abbe7;
	padding-bottom: 15px;
	margin-bottom: 10px;
	overflow: hidden;
}

.postTitleCont span.dateIcon{
	margin-right: 15px;
	float: left;
}

.postTitleCont span.dateIcon {
	width: 51px;
	height: 53px;
	background: url('images/dateBG.png') no-repeat;
	display: block;
}

h2.postTitle a{
	text-decoration: none;
	font-size: 24px;
	color: #333333;
	font-weight: normal;
}

h2.postTitle {
	margin-bottom: 3px;
}

h3.postTitle {
font-family: Tahoma,Verdana,Arial,Sans-Serif;
font-size: 24px;
font-weight: normal;
}

span.subTitle a{
	text-decoration: none;
	color: #006aca;
	font-size: 14px;
	padding-top: 5px;
}

.postContainer {
	font-size: 12px;
	margin-bottom: 20px;
}

.postContainer p{
	margin-bottom: 10px;
	line-height: 148%;
}

.postContainer a {
	color: #003366;
	text-decoration: none;
}

span.featuredIcon {
	display: block;
	width: 128px;
	height: 24px;
	background: url('images/featuredIcon.png') no-repeat;
	text-indent: -9999px;
	float: right;
}

a.more-link {
	margin-left: 5px;	
}

img {
	outline: none;
	border: none;
}

ul#postsNavigation {
	list-style-type: none;
	overflow: hidden;
	margin-left: 0;
}

ul#postsNavigation li#PrevPageLink {
	float: left;
}

ul#postsNavigation li#NextPageLink {
	float: right;
}

ul#postsNavigation li a {
	color: #003366;
	text-decoration: none;
}

a.addthis_button {
	display: block;
	margin-top: 20px;
}

ul#sidebar {
	list-style-type: none;
	margin-left: 0;
}

ul#sidebar li#supportedSearch {
	padding-left: 25px;
}

form#searchForm {
	margin-top: 10px;
	overflow: hidden;
}

form#searchForm input#s {
	border: none;
	width: 150px;
	height: 17px;
	background: url("images/searchFormBG.png") no-repeat;
	padding: 5px 5px 5px 28px;
	float: left;
	margin-right: 3px;
}

form#searchForm input#searchSubmit {
	width: 64px;
	height: 27px;
	background: url('images/searchButton.png') no-repeat;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	float: left;
}

ul#sidebar li.widget {
	margin-bottom: 15px;
}


ul#sidebar li.widget  h3 {
	font-size: 15px;
	font-weight: normal;
	background: #f2f5f7;
	border: 1px solid #a3bfda;
	padding: 6px 0 6px 35px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #333333;
}

ul#sidebar li.widget ul {
	list-style-type: none;
	margin-left: 30px;
	margin-right: 10px;
}

ul#sidebar li.widget#recentPosts  h3,ul#sidebar li.widget#categories  h3  { 
	background: url('images/postsicon.png') no-repeat 11px 8px #f2f5f7;
}

ul#sidebar li.widget#twitterUpdates  h3 {
	background: url('images/twitterIcon.png') no-repeat 11px 5px #f2f5f7;
}

ul#sidebar li.widget#recentComments  h3, ul#sidebar li.widget#blogroll  h3 {
	background: url('images/commentIcon.png') no-repeat 11px 8px #f2f5f7;
}

ul#sidebar li.widget ul li{
	font-family: Georgia, serif;
	border-bottom: 1px solid #d5d5d5;
	padding: 5px 0;
}

ul#sidebar li.widget ul li a {
	color: #333333;
	text-decoration: none;
}

ul#sidebar li.widget#recentPosts ul li, ul#sidebar li.widget#twitterUpdates ul li  {
	border-bottom: none;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

ul#sidebar li.widget#recentPosts ul li {
	color: #333333;
	list-style-image: url('images/bullet.png');
}

ul#sidebar li.widget#twitterUpdates ul li  {
	color: #003366;
	background: url("images/twitterBullet.png") left 8px no-repeat;
	padding-left: 25px;
}

ul#sidebar li.widget#twitterUpdates ul li a {
	color: #003366;
}

ul#sidebar li.widget#twitterUpdates ul  {
	margin-left: 10px;
}

ul#sidebar li.widget#recentComments ul li {
	color: #00509f;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

ul#sidebar li.widget#recentComments ul li a {
	color: black;
	font-weight: bold;
}

ul#sidebar li.widget#blogroll ul li a  {
	color: #003399;
}

span.dateIcon {
	position: relative;
}

span.dateIcon span.month {
	font-size: 6px;
	color: white;
	position: absolute;
	top: 10px;
	left: 3px;
}

span.dateIcon span.year {
	font-size: 6px;
	color: white;
	position: absolute;
	top: 10px;
	right: 7px;
}

span.dateIcon span.day {
	font-size: 30px;
	color: black;
	position: absolute;
	bottom: 6px;
	left: 7px;
	font-family: georgia;
	font-weight: bold;
}

ul.pageLists {
	margin-top: 5px;
}

/* Comment */

li.comment {
	background:  #F2F5F7;
}

ul.pagination {
	list-style-type: none;
}

#comments-list ol  li{
	list-style-type: none;
	padding: 14px 17px;
	margin-bottom: 20px;
	border: 1px solid #A3BFDA;
}

#comments-list ol {
	margin-top: 20px;
}

img.avatar {
	float: right;
	padding: 3px;
	border: 1px solid #A3BFDA;
}

.comment-author {
	margin-bottom: 2px;
}

.comment-meta {
	margin-bottom: 10px;
}

form#commentform input{
	padding: 2px 5px;
	margin-bottom: 10px;
	border: 1px solid #A3BFDA;
}

form#commentform textarea {
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #A3BFDA;
}

form#commentform p {
	margin-bottom: 10px;
}

#comments a, #respond a {
	color: #003366;
}
