/*   
Theme Name: Attensity Blog
Theme URI: http://blog.attensity.com
Description: Custom theme produced for Attensity
Author: Joshua Levy
Author URI: http://www.linkedin.com/in/joshualevy
Version: 1.0
*/

strong {font-weight:bold;}
.story-content p em {font-style:italic;}


.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear:both;
}

.hidden {
	display: none;
}

body {
	padding: 10px;
	background: #fff;
	background-color: #F6F8F9;
}

#doc2 {
	min-width: 930px;
}

#hd {
	
}

#hd a {
	color: #000;
}

#bd {
	background: #fff;
	border: 1px #DDE3E5 solid;
	border-top: 0px;
	width: 930px;
}

.blogtitle {
	font-size: 3em;
	letter-spacing: -1px;
	padding-top: 20px;
	display: none;
}

.blogdescription {
	text-align: right;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #005699;
	float: right;
	display: none;
}

a:link,a:active,a:hover,a:visited {
	color: #005699;
	text-decoration: none;
}

h1 a:link,h1 a:active,h1 a:hover,h1 a:visited, h3 a:link,h3 a:active,h3 a:hover,h3 a:visited {
	color: #78aa0d;
}

h1,h2,h3,h4 {
	font-family: Tahoma, Arial, san-serif;
}

h1 {
	color: #78aa0d;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	color: #767670;
	font-weight: bold;
}

code {
	display: block;
	border: 1px solid #d2d2d2;
}

#topnav {
	margin-top: 40px;
	height: 45px;
	width: 932px;
	background: url(images/header-line.jpg) no-repeat;
}

#topnav a {
	line-height: 45px;
	text-decoration: none;
	color: #fff;
}

#topnav a:hover {
	text-decoration: underline !important;
}

#topnav ul li {
	line-height: 45px;
	display: inline;
	margin-left: 35px;
	padding-right: 30px;
	height: 45px;
	background: url(images/separator.gif) no-repeat 100% 11px;
	float: left;
}

#topnav ul li.first {
	margin-left: 28px;
}

#topnav ul li.last {
	background: none;
}

#topnav li a:hover {
	text-decoration: none;
}

.story-content {
		border-top: 1px dashed lightgray;
}

.story-content a:link,.story-content a:hover,.story-content a:visited {
	text-decoration: underline;
}

.story-content p, #commentwrap p, .commentbox, .aboutAuthor {
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 15px;
	color: #000000;
}

.story-content ul, .story-content ol {
	margin: 0 0 1em 3em;
}

.story-content ol li {
	list-style: decimal;
	line-height: 140%;
		color: #000000;
}

.story-content ul li {
	list-style: square;
	line-height: 140%;
		color: #000000;
}

.story-content h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}

.post-wrap, #commentwrap {
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}

.post-wrap a:link, .post-wrap a:active, .post-wrap a:hover, .post-wrap a:visited {
	color: #000000;
}

.post-wrap a:hover {
	text-decoration: none;
}

p.post-meta {
	padding-bottom: 15px;
}

.metawrap {
	padding-bottom: 10px;
	margin-bottom: 5px;
	color: #51A025;
	font-size: 12px;
	width: 500px;
}

.metawrap a:link, .metawrap a:active, .metawrap a:visited {
	color: #51A025;
	font-size: 12px;
	text-decoration: underline;
}

.metawrap a:hover {
	text-decoration: none;
}

/* My Comment */

.metawrap strong {
	font-weight: bold;
}

.post-title, .post-title a {
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #0078BC !important;
	font-size: 16px;
	font-weight: bold;
	width: 500px;
}

.post-title a:hover {
	text-decoration: underline;
}

.post-title-cat {
	padding-bottom: 5px;
}

h2.pagetitle {
	padding-bottom: 15px;
	color: #000000 !important;
	font-size: 16px;
	font-weight: bold;
}

/*comments*/

textarea {
	width: 100%;
}

/*comments*/

.singlemeta {
	padding-top: 5px;
}

.interact {
	padding-top: 5px;
	padding-bottom: 15px;
}

#commentwrap p {
	line-height: 140%;
	padding-top: 5px;
	padding-bottom: 5px;
}

#commentlist li {
	list-style: none;
	padding: 10px;
	background: #e2e2e2;
	border: 1px solid #ddd;
	margin: 5px 0px 10px 0px;
}

#commentlist li.alt {
	padding: 10px;
	border: 1px solid #ddd;
}

#commentlist li.authorpost {
	padding: 10px;
	border: 1px solid #ddd;
}

/*images*/

.story-content img {
	border: 0px solid #ccc;
	padding: 4px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}

img.alignleft {
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}

img.alignleft.feed {
	display: inline;
	margin: 0 7px 0 0;
}

img.fullwidth {
	width: 100%;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/*widgets*/

#sidebar {
	margin-top: 30px;
}

.widget,#sidebar ul li {
	margin-bottom: 10px;
}

#sidebar a:link, #sidebar a:active, #sidebar a:hover, #sidebar a:visited {
	color: #51A025;
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none !important;
}

#sidebar ul {
	margin-top: -10px;
	margin-right: 15px;
}

/* Sidebar */

#sidebar ul li {
	border: 1px solid #DDE3E5;
}

#sidebar ul li ul li {
	border: none;
	margin: 5px;
	line-height: 18px;
	background-image: url(images/bullet.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	padding: 0px 0px 6px 30px;
}

.widgettitle,#sidebar ul li h2 {
	color: #0078BC;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	height: 40px;
	padding-top: 10px;
	padding-left: 38px;
	padding-bottom: 5px;
	background: url(images/icons/1.gif) no-repeat 5px 10px;
}

.alert {
	background: #fff6bf url(images/exclamation.png) 15px center no-repeat;
	text-align: left;
	margin-bottom: 10px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	padding: 5px 20px 5px 45px;
}

blockquote {
	background: url(images/quote.gif) no-repeat;
	background-position: top left;
	padding-left: 20px;
	text-align: justify;
}

p.withunquote {
	background: url(images/unquote.gif) no-repeat;
	background-position: bottom right;
	padding-right: 5px;
	margin-bottom: 15px;
}

#ft {
	padding: 2px 10px 2px 10px;
	height: 100px;
}

#ft a {
	color: #000000;
}

#ft ul li {
	display: inline;
	line-height: 50px;
	height: 50px;
}

#search {
	margin-top: 13px;
	margin-right: 10px;
	float: right;
}

/* Custom */

#headerImg {
	height: 203px;
	width: 930px;
}

div.fadeBanner {
	
}

#yui-main {
	margin-top: -15px;
	padding-top: 30px;
	border-top: 0px;
	min-height: 1100px;
}

#archiveSelect {
	margin-left: 38px;
	margin-bottom: 20px;
}

.navigation li {
	display: inline;
}

.postHR {
	width: 80%;
	margin-bottom: 30px;
	height: 1px;
	border: 1px;
	background-color: #E2EADD;
}

#twitter-tools {
	color:#000000;
}

#fbConnect {
	float: right;
	margin-top: -100px;
}

div.ctc {
	padding: 0px 10px 10px 10px;
	width: 240px;
}
.ctc a {
	margin-right: 10px;
}

#sidebar ul li ul li.facebook {
	background: url(images/Vector_Social_Media_Icons/16px/facebook.png) no-repeat  10px 0;
	padding-left: 35px;
}

#sidebar ul li ul li.twitter {
	background: url(images/Vector_Social_Media_Icons/16px/twitter.png) no-repeat 10px 0;
	padding-left: 35px;
}

#sidebar ul li ul li.rss {
	background: url(images/Vector_Social_Media_Icons/16px/rss.png) no-repeat  10px 0;
		padding-left: 35px;
}

.aboutAuthor {
	font-size: 10px;
}

.aboutAuthor strong{
	font-weight: bold;
}

.aboutAuthor p {
	margin-bottom: 12px;
}


