/*
Theme Name: i-Nalysis
Theme URI: http://www.i-nalysis.com/blog/
Description: A Wordpress theme for i-Nalysis.com
Author: Kevin Leary
Author URI: http://www.kevinleary.net
version: 1.0
*/

/* Plugins */
#wrapper div.sociable
{
	margin:12px 0;
}
div.sociable a
{
	border:none;
}

/* Bring in website CSS */
@import url('/css/master.css'); */

body
{
	font:12px/1.4em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#484848;
	background:url(/img/inner-bg.gif) top left repeat-x;
	margin:0;
	padding:0;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
a
{
	color:#196fb7;
	text-decoration:none;
	border-bottom:1px solid #c5dbed;
}
a:hover
{
	border-bottom:none;
	color:#005fb1;
}
a.button,
input#searchsubmit
{
	display:block;
	border:none;
	background:url(/img/topnav-cta.png) top left repeat-x;
	color:#fff;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	height:25px;
	width:auto;
	padding:0 9px;
	line-height:28px;
}
a.button:hover
{
	color:#015db2;
}
h1, h2, h3, h4, h5
{
	line-height:1.3em;
}
#primary-content h1
{
	font-size:36px;
	font-weight:bold;
	letter-spacing:-1px;
	display:none;
}
#primary-content h2
{
	font-weight:bold;
	font-size:18px;
	color:#000;
}
#primary-content h3
{
	font-weight:bold;
	border-bottom:1px solid #c5c5c5;
	margin:0 0 8px 0;
}
p.summary
{
	margin:0 0 14px 0;
}
strong
{
	font-weight:bold;
}
/* images and misc. */
img.left
{
	float:left;
	border:none;
	padding:6px;
}

img.right
{
	float:right;
	border:none;
	padding:6px;
}

blockquote
{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px;
}

h2.section
{
	text-transform:uppercase;
	font-size:8pt;
	font-weight:bold;
	line-height:1.5em;
	letter-spacing:0.1em;
	color:#11bcee;
	margin:1.25em 0 0 0;
}

/* content */
#wrapper #primary-content
{
	width:680px;
	padding-right:19px;
	margin:36px 20px 36px 0;
}

.post
{
	line-height:14pt;
}

.post small
{
	display:block;
	height:25px;
	position:relative;
	line-height:27px;
	font-size:8pt;
	background:#6e7072;
	color:#d4d5d5;
	padding:0 0 0 12px;
}

.post small strong { color:#fff; }
.post small span.edit
{
	position:absolute;
	right:9px;
}
.post small span.edit a
{
	color:#fff;
	border:none;
	display:block;
	font-weight:bold;
	padding:0 0 0 17px;
	background:url(images/edit.gif) center left no-repeat;
}

.post #commentssection small,
.post #commentform small
{
	display:block;
	font-weight:inherit;
	background:none;
	padding:0;
	color:#666;
	border:none;
	line-height:1.2em;
	height:auto;
	text-indent:inherit;
}

.post h2,
#commentssection h2
{
	margin-bottom:4px;
	line-height:1.3em;
}

.post h2 a
{
	border-bottom:none;
	text-decoration:none;
}

.post h2 a:hover
{
	
}

.post p
{
	
}

.post a
{
	text-decoration:underline;
}

.post a.more-link
{
	display:block;
	clear:both;
	font-weight:bold;
	margin-top:8px;
	border:none;
}
.entry ol
{
	list-style-type: decimal;
	list-style-position: inside;
}

.entry
{
	padding:1px 12px;
	border:1px solid #adaeaf;
	margin-bottom:2em; 
	border-top:none;
	background:#fff url(http://www.ftsdesign.com/nextup/coded/img/c-tile.png) top left repeat-x;
}

.entry p,
.entry ul
{
	margin:12px 0;
}

.postmetadata
{
	background:#717374;
	padding:3px 6px 1px 6px;
	font-size:8pt;
	color:#d4d5d5;
}

.postmetadata a
{
	color:#fff;
	border:none;
}

span.comments
{
	padding:0 0 0 20px;
	background:url(images/comment-bubble.gif) left center no-repeat;
	margin-left:7px;
}
span.comments a
{
	border:none;
	color:#fff;
	font-weight:bold;
}

p.cats
{
	margin:0;
	border-bottom:1px solid #adaeaf;
	padding:3px 0 0 0;
}
p.cats a
{
	border:none;
	font-size:8pt;
	text-transform:uppercase;
	text-decoration:none;
}
p.cats a:hover { text-decoration:underline }
.alignleft
{
	float:left;
	margin:4px 12px 4px 0;
}

.alignright
{
	float:right;
	margin:4px 0 4px 12px;
}

.notfound
{
	font-size:14pt;
	font-weight:300;
	padding:25px;
}
/* Secondary Content */
#secondary-content ul ul ul
{
	margin:0;
	padding:0;
}
#secondary-content h2
{
	font-weight:bold;
	font-size:14px;
	text-align:left;
	color: #000;
	margin:1em 0 0 0;
	padding:0;
}
#secondary-content p
{
	margin:0 0 12px 0;
}
#secondary-content img
{
	margin:0;
	padding:0;
}
#secondary-content ul li
{
	line-height:14pt;
	list-style-type:none;
	margin:12px 0 0 0;
	padding:0;
}
#secondary-content il li.categories
{
	margin:0;
}
#secondary-content ul li.top
{
	margin:0;
}
#secondary-content ul ul
{
	margin:0;
	padding:0;
	width:auto;
	background:none;
	min-height:inherit;
}
#secondary-content ul ul li
{
	list-style-type:none;
	list-style-position:inside;
	margin:0;
}
#secondary-content ul ul ul li
{
	list-style-type:disc;
	padding:0 0 0 15px;
}
#secondary-content ul ul ul li a
{
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
#secondary-content a:hover
{
	opacity: 0.99;
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
}
/* comments */
#commentssection
{
	margin:0;
	padding:0;
}
#commentssection a
{
	border:none;
}
#commentssection h2
{
	font-weight:normal;
}
#commentssection h2 em
{
	font-weight:bold;
	font-style:normal;
}
#commentform
{
	background:#eee;
	margin:12px 0 20px 0;
	padding:6px 12px;
	border:1px solid #dedede;
}

#commentform a
{
	color:#000;
	text-decoration:none;
	line-height:14pt;
}

#commentform h3
{
	font-weight:bold;
	font-size:14px;
	color: #ff770b;
	margin:0;
}

#commentform p
{
	margin:8px 0;
}
#commentform input.text
{
	margin-right:8px;
}

#commentform p,
ol.commentlist a
{
	color:#000;
}

#commentbox
{
	width:452px;
	min-width:400px;
}

ol.commentlist
{
	list-style-type:none;
	padding:0;
	margin:0;
	border:1px solid #adaeaf;
}

ol.commentlist li
{
	background:#fff;
	overflow:hidden;
	margin:0;
	padding:6px 12px;
	border-bottom:1px solid #dedede;
}

ol.commentlist li.alt
{
	background:#eee;
}

ol.commentlist li p
{
	line-height:14pt;
	margin:6px 0;
	padding:0 12px 0 0;
}

cite
{
	font-size:9pt;
	font-weight:700;
	font-style:normal;
}

cite a
{
	color:#000;
	text-decoration:none;
}

/* search */
#branding #searchform
{
	position:absolute;
	right:0;
	top:30px;
}
#searchform
{
	width:288px;
}
input#searchsubmit
{
	font-size:12px;
	font-weight:bold;
	height:auto;
	padding:3px 9px 4px 9px;
	float:right;
}
#searchform #s
{
	width:220px;
	background:url(/img/input-bg.png) 0 0 repeat-x;
	border:1px solid #cccccd;
	padding:3px;
	font-size:13px;
	color:#6e7679;
	float:left;
}

/* site info */
#site-info
{
	clear:both;
}