/*  
Theme Name: Patrick Burke
Theme URI: 
Description: Custom WordPress theme
Version: 
Author: {radiiate} creative web solutions
Author URI: http://www.radiiate.com
*/

/*>>>>> Setup and Reset <<<<<*/

body, html  {
	height: 100%;
}

body, html, p, ul, ol {
	margin: 0;
	padding: 0;
	border: none;
}

body  {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 1.5;  /*unitless for proper inheritance*/
	color: #474747;
	background: #cdd9dd url("img/design/bgtile.jpg") repeat-x left top;
}

h1, h2, h3, h4, h5, h6  {
	margin: 5px 0;
}

h1  {font-size: 24px}
h2  {font-size: 20px}
h3  {font-size: 18px}
h4  {font-size: 16px}
h5  {font-size: 14px}
h6  {font-size: 12px}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited  {
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover  {
	text-decoration: underline;
}

p  {
	margin: 18px 0;
}

ul, ol  {
	margin: 0;
	padding: 0;
}

/*>>>>> Navigation <<<<<*/

a:link, a:visited  {
	color: #474747;
}

a:hover  {
	text-decoration: underline!important;
}

.nav  {

}

.nav ul  {
	padding: 0 10px;
}

.nav ul li  {
	display: inline;
}

.nav ul li a:link, .nav ul li a:visited  {

}

.nav ul li a:hover  {
	
}

#topnav ul  {
	padding: 8px 5px 0 5px;
}

#topnav ul li  {
	margin: 0 30px 0 0;
}

#topnav a:link, #topnav a:visited  {
	color: #474747;
	text-transform: uppercase;
	text-decoration: none;
}

#topnav a:hover  {
	color: #000;
	text-decoration: underline;
}

#mainnav ul  {
	padding: 10px 5px 0 5px;
}

#mainnav ul li  {
	margin: 0 47px 0 0;
}

#mainnav a:link, #mainnav a:visited  {
	padding: 12px 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#mainnav a:hover  {
	color: #000;
	background: url(img/design/navcurrent-trans.png) no-repeat center bottom;
}

/*>>>>> Layout <<<<<*/

#bgoverlay  {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 640px;
	margin: 0 0 -640px 0;
	background: url("img/design/mainbg.jpg") no-repeat center top;
}

#header  {
	position: relative;
	z-index: 1;
	width: 940px;
	height: 246px;
	margin: 0 auto;
	padding: 0 20px;
	background: url("img/design/headerbg-trans.png") no-repeat center top;
}

#logo h1, #logo h2  {
	display: none;
}

#topnav  {
	height: 35px;
	margin: 0 0 15px 0;
}

#logo  {
	float: left;
	height: 143px;
	width: 380px;
}

#logo img  {
	margin: 30px 0;
	display: block;
}

#quote  {
	float: left;
	height: 110px;
	overflow: hidden;
	margin: 25px 0 0 0;
	padding: 0 0 0 15px;
	width: 240px;
	font-family: Georgia, Times, serif;
	background: url(img/design/topquote.jpg) no-repeat left top;
}

#quoterotator  {
	margin: 0 0 10px 0;
	line-height: 18px;
	font-size: 14px;
	font-style: italic;
}

#quoteauthor  {
	display: block;
	text-align: right;
	font-weight: bold;
	margin: 2px 8px 0 0;
}

#quote .botquote  {
	height: 10px;
	width: 12px;
	float: right;
	margin: -38px 0 0 0;
	background: url(img/design/botquote.jpg) no-repeat right bottom;
}

#mainnav  {
	float: left;
	width: 100%;
}

#content  {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

#blog  {
	padding: 0 20px 0 0;
	width: 520px;
	margin-left: 0;
}

#postnav  {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#postnav a  {
	text-decoration: none;
	color: #474747;
}

#postnav p.prev a   {
	margin-left: 30px;
	padding: 5px 0 5px 20px;
	background: url(img/design/prevarrow.jpg) no-repeat left center;
}

#postnav p.next a  {
	padding: 5px 20px 5px 0;
	background: url(img/design/nextarrow.jpg) no-repeat right center;
}

/*>>>>> Post Styling <<<<<*/

.post  {
	float: left;
	width: 490px;
	padding: 0 0 0 30px;
	border-bottom: 1px solid #e6e6e6;
}

.post.first  {
	margin-top: -12px;
}

.post .meta  {
	margin: -5px 0 0 0;
	font-size: 14px;
}

.post .meta a:link, .post .meta a:visited  {
	color: #474747;
	text-decoration: none;
}

.stripes  {
	width: 23px;
	height: 23px;
	margin: 0 0 0 -30px;
	background: url(img/design/poststripes-trans.png) no-repeat left top;
}

.post h2, .post h2 a:link, .post h2 a:visited  {
	margin: 0;
	color: #474747;
	text-transform: uppercase;
}

.botmeta  {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.tags  {
	float: left;
	margin: 0;
	font-weight: bold;
}

.tags a:link, .tags a:visited  {
	color: #474747;
	text-decoration: none;
	font-weight: normal;
}

.comments  {
	float: right;
}

.comments a:link, .comments a:visited  {
	color: #474747;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

/*>>>>> Sidebar <<<<<*/

#sidebar  {
	padding: 0 20px 0 0;
	width: 360px;
}

#sidebar h3  {
	margin: 15px 0 7px 0;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	text-transform: uppercase;
}

#subscribe  {
	height: 85px;
	background: url(img/design/subscribebg.jpg) repeat-x left top;
}

#subscribe ul li  {
	height: 42px;
	text-align: center;
}

#subscribe ul li.rss  {
	background: url(img/design/rssbg.jpg) no-repeat center center;
}

#subscribe ul li.email  {
	background: url(img/design/emailbg.jpg) no-repeat center center;
}

#subscribe ul li a:link, #subscribe ul li a:visited  {
	display: block;
	height: 33px;
	padding-top: 9px;
	color: #474747;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#twitter  {
	margin: 0 0 10px 0;
}

#twitter .aktt_tweets ul li  {
	padding: 0 25px 0 22px;
	background: url(img/design/topquote.jpg) no-repeat 5px top;
}

#twitter .aktt_more_updates  {
	display: none;
}

ul.twitstats  {
	text-align: right;
}

ul.twitstats li.counter  {
	margin: 3px 0 0 0;
	padding: 5px 0 0 30px;
	background: url(img/design/twiticon.jpg) no-repeat 240px bottom;
}

ul.twitstats li.followlink a:link, ul.twitstats li.followlink a:visited  {
	font-size: 11px;
	color: #007103;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

#facebook a  {
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 66px;
	width: 360px;
	background: url(img/design/facebook.jpg) no-repeat left top;
}

#ads  {
	padding: 5px 0 2px 0;
	border-bottom: 1px solid #e6e6e6;
}

#ads img  {
	margin: 0 4px 0 0;
}

#ads img.last  {
	margin: 0;
}

#mycontent  {
	float: left;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

#mycontent ul  {
	float: left;
	width: 360px;
}

#mycontent ul li  {
	float: left;
	width: 160px;
	padding: 0 0 0 20px;
	margin: 3px 0 3px 0;
}

#mycontent ul li a:link, #mycontent ul li a:visited  {
	color: #474747;
	text-decoration: none;
}

#mycontent ul li a img  {
	vertical-align: middle;
	margin: 0 8px 0 0;
}

#flickr .images  {
	float: left;
	border: 1px solid #e6e6e6;
	background-color: #f1f1f1;
	padding: 9px 0 0 9px;
	width: 360px;
}

#flickr .images img  {
	float: left;
	margin: 0 12px 12px 0;
}

.widget  {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

.widget ul  {
	
}

.widget ul li  {
	line-height: 24px;
	padding: 0 0 0 10px;
	background: url(img/design/widgetbullet.jpg) no-repeat left center;
}

.widget ul li a:link, .widget ul li a:visited  {
	color: #474747;
	text-decoration: none;
}

/*>>>>> Footer <<<<<*/

#footer  {
	position: relative;
	z-index: 1;
	width: 960px;
	margin: 40px auto 0 auto;
	text-align: center;
}

#footer ul li  {
	margin: 0 15px;
}

#footer ul li a:link, #footer ul li a:visited  {
	color: #474747;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

#footer p  {
	font-family: Georgia, Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

#footer p a:link, #footer p a:visited  {
	color: #474747;
	text-decoration: none;
}

#footerbg  {
	width: 100%;
	margin: -330px 0 0 0;
	height: 344px;
	background: url(img/design/footerbg.jpg) no-repeat center bottom;
}

/*>>>>> Comments <<<<<*/

#comments {
	float: left;
	width: 490px;
	padding: 0 0 0 30px;
}

#comments .title  {
	margin: 20px 0;
}

.commentlist .comment {
	display: block;
	float: left;
	width: 490px;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.commentlist .meta p  {
	margin: 0;
}

.commentlist .meta .author {
	font-size: 18px;
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: bold;
}

.commentlist .meta img {
	float: left;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.commentlist .meta .author a {
	text-decoration: none;
}

.commentlist .meta .author a:hover {
	text-decoration: underline;
}

.commentlist .meta .says  {
	display: none;
}

.commentlist .meta .date {
	font-size: 11px;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
}

.commentlist .meta .date a:link, .commentlist .meta .date a:visited {
	text-decoration: none;
	color: #474747;
}

.commentlist .comment-text  {
	float: left;
	width: 490px;
	margin: 10px 0 0 0;
}

.commentlist .comment-text p  {
	margin: 0 0 10px 0;
}

.commentlist ul.children  {
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
}

.commentlist ul.children li  {
	border: none;
	border-left: 5px solid #e6e6e6;
	margin: 10px 0 0 0;
	padding: 10px;
	width: 89%;
}

.commentlist .reply {
	float: left;
	width: 490px;
	margin: 10px 0 0 0;
	display: block;
}

.commentlist .reply a {
	line-height: 14px;
	font-size: 12px;
	color: #474747;
	font-weight: bold;
}

.commentlist #respond  {
	margin-top: -10px;
}

.commentlist ul.children li  {
	width: 81%;
}

.commentlist ul.children #respond  {
	width: 83%;
	margin-bottom: -10px;
	border-left: 5px solid #e6e6e6;
	padding: 20px 0 0 10px;
}

.commentlist ul.children #respond #comment  {
	width: 95%;
}

#cancel-comment-reply-link  {
	font-weight: bold;
	color: red;
}

#respond {
	width: 490px;
	float: left;
}

#respond h3 {
	margin: 0 0 15px 0;
	text-transform: uppercase;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
}

#commentform p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin: 0 0 15px 0;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	padding: 5px;
	margin: 0 0 10px;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #e6e6e6;	
}

#commentform #author, #commentform #email, #commentform #url  {
	width: 200px;
}

#commentform #comment  {
	width: 98%;
	border: 1px solid #e6e6e6;
}

#commentform #submit
 {
	padding: 9px 7px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border: none;
	background-color: #474747;
	color: #fff;
	-moz-border-radius: 5px;
}

#commentform label {
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 0 10px;
}

/*>>>>> Comments Thread <<<<<*/

.commentlist .depth-2 .reply, .commentlist .depth-3 .reply, .commentlist .depth-4 .reply, .commentlist .depth-5 .reply  {
	margin: 0 0 15px 0;
	border: 1px solid #000!important;
}

/*>>>>> Custom Styles <<<<<*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}