*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,label,fieldset,input,p,blockquote,th,td
{
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img
{
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style:normal;
	font-weight:400;
}

ol,ul,li
{
	list-style:none;
}

caption,th
{
	text-align:left;
}

h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:400;
}

q:before,q:after
{
	content:'';
}

em
{
	font-style:italic;
}

.content h2
{
	margin-left:10px;
}

.aligncenter
{
	display:block;
	margin:0 auto;
}

.clear
{
	clear:both;
}

html
{
	background: #DEDEDE url(images/bg-rep.png);
    min-height: 100%;
    height: 100%;
}

body
{
	text-shadow:0 1px 0 #FFF;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size:62.5%;
	color:#222;
	text-align:center;
	margin:0 auto -80px;
	height: 100%;
}

hr
{
    background: url(images/divider.png) no-repeat center center;
    width: 960px;
    height: 10px;
    border: none !important;
	margin-bottom: 10px;
}


#page-wrap
{
	width:980px;
	min-height:100%;
	height:auto !important;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	margin:0 auto -80px;
}

.content
{
	width:980px;
}

.content-full
{
	width:960px;
	margin-left:10px;
	margin-bottom:20px;
}

.post,#comments
{
	width:960px;
	margin-left:10px;
}

p
{
	color:#222;
	font-size:1.2em;
	line-height:1.5;
	margin-top:1.5em;
	margin-bottom:1.5em;
	text-align:justify;
}

p a,p a:visited,#disqus_thread a,li a,.navigation a,.navigation a:visited
{
	color:#0B96D0;
	text-decoration:none;
}

h1,strong
{
	font-size:1.4em;
	font-weight:700;
}

.post h2
{
	text-transform:none;
	padding-bottom:0;
	border-bottom:0;
	margin-top:0;
	margin-bottom:0;
}

h2,h4
{
	font-size:1.8em;
	color:#222;
    padding: 0 0 5px 0;
    text-shadow: 0 1px 1px rgb(255,255,255);
}

h3
{
	color:#222;
	font-size:1.6em;
	font-weight:700;
	margin-top:23.3px;
	padding-bottom:4px;
	text-transform: uppercase;
}

.post ul li,.post ol li
{
	font-size:1.2em;
	list-style-type:square;
	margin:5px 0 5px 15px;
}

#reply
{
	border-bottom:4px solid #C9C9C9;
	color:#222;
	font-size:1.8em;
	margin-top:28px;
	margin-bottom:16px;
	padding-bottom:4px;
}

#top
{
	margin-top:55px;
	padding-bottom:70px;
}

h1.logo a
{
	float:left;
	font-size:2.6em;
	font-weight:700;
	color:#000;
	text-transform:none;
	text-decoration:none;
}

#nav
{
	float:right;
	margin-right:0;
	margin-top:20px;
}

#nav a:link,#nav a:visited
{
	font-family:Helvetica, Arial, sans-serif;
	display:block;
	color:#111;
	margin-right:10px;
	float:left;
	text-decoration:none;
	font-size:1.4em;
	font-weight:700;
	text-transform:none;
	padding:5px;
}

ul#nav li.current_page_item a:link,ul#nav li.current_page_item a:visited,ul#nav li.current_page_item a:hover,ul#nav li.current_page_item a:active
{
	color:#0B96D0;
}

.front-post
{
	width:303px;
	margin-right:25px;
	float:left;
}

.front-post-last
{
	width:303px;
	float:left;
}

.featured-content
{
	position:relative;
	width:100%;
}

.featured-content p
{
	margin-top:1em;
}

.featured-post
{
	margin-top:-25px;
}

.featured-title h2
{
	margin-bottom:0;
	line-height:2em;
	font-size:1.4em;
	text-transform:none;
	padding-bottom:0;
	border-bottom:0;
}

.featured-title h2 a
{
	font-size:1.1em;
	display:block;
	color:#111;
	text-decoration:none;
	border-bottom:0;
}

.featured-image
{
	border: 3px solid #FFFFFF;
	-moz-box-shadow:1px 1.4px 2px rgba(0,0,0,0.19);
	-webkit-box-shadow:1px 1.4px 2px rgba(0,0,0,0.19);
	box-shadow:1px 1.4px 2px rgba(0,0,0,0.19);
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
	margin-bottom: 20px;
}

.featured-image:hover
{
	border: 3px solid #333;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

#feature
{
	margin-top:31px;
	padding-bottom:16px;
}

.pagination
{
	position:absolute;
	top:460px;
	bottom:-25px;
	right:18px;
	width:130px;
	text-align:right;
	z-index:100;
	vertical-align:bottom;
}

.markers li,#focusnext,#focusprev,.markers,.markers li a
{
	display:block;
	float:left;
}

.markers
{
	display:inline;
	vertical-align:bottom;
}

.markers li
{
	padding:0 1px;
}

.markers li a
{
	display:block;
	width:14px;
	height:14px;
	overflow:hidden;
	background:url(images/sprite.png) no-repeat -10px -594px;
	text-indent:-999em;
	text-align:left;
	margin-right:3px;
	padding:0 0 3px;
}

.markers li a:hover
{
	background-position:-10px -614px;
}

.markers li a.active
{
	background-position:-10px -634px;
}

#focusnext,#focusprev
{
	width:16px;
	height:16px;
	background:url(images/gallerynext.png) no-repeat;
	text-align:left;
	text-indent:-999em;
}

#focusprev
{
	margin-right:3px;
	background:url(images/sprite.png) no-repeat -10px -559px;
}

#focusarea
{
	height:550px;
	overflow:hidden;
	display:none;
}

#focusarea li
{
	height:550px;
	display:block;
	position:absolute;
}

.wrapper
{
	width:960px;
	position:relative;
	margin:0 auto;
}

#sidebar
{
	float:right;
	width:260px;
	padding-left:20px;
	overflow:hidden;
}

#sidebar h2
{
	font-size:1.8em;
	color:#222;
	text-align:right;
	text-transform:uppercase;
	border-bottom:4px solid #c9c9c9;
	margin-top:28px;
	margin-bottom:0;
}

#sidebar #searchform
{
	margin-bottom:20px;
}

#sidebar li a
{
	display:block;
	width:260px;
	border-bottom:1px solid #c9c9c9;
	list-style:none;
	font-size:1.2em;
	list-style-type:none;
	text-decoration:none;
	color:#222;
	margin:0;
	padding:8px 2px;
}

#sidebar a:hover
{
	color:#fff;
	background-color:#282828;
}

#sidebar h2 a
{
	color:#222;
	text-decoration:none;
	border-bottom:0;
	background-color:#FFF;
	font-size:1em;
	padding:0;
}

#sidebar li .socialhomes a
{
	display:inline;
	border-bottom:0;
	width:20px;
}

#sidebar li .socialhomes a:hover
{
	background-color:#FFF;
}

#front-bottom
{
	margin-left:10px;
}

#latest-wrap
{
	float:left;
	width:970px;
}

.latest-post-wrap
{
	float:left;
	width:182px;
	margin-right:10px;
	margin-bottom:10px;
	height:325px;
	padding:0;
}

.latest-post
{
	position:relative;
	width:180px;
	height:132px;
}

.latest-image
{
	position:absolute;
	z-index:1;
	border:2px solid #FFF;
}

.latest-title h2
{
	line-height:1.4em;
	font-size:1em;
	text-transform:none;
	padding-bottom:0;
	border-bottom:0;
	margin:8px 10px 7px;
}

.latest-title h2 a
{
	display:block;
	color:#0B96D0;
	text-decoration:none;
	text-shadow:none;
}

.latest-title h2 a:hover
{
	color:#fff;
}

.latest-title
{
	background:#000;
	display:block;
	width:100%;
	bottom:-1px;
	left:1px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	position:absolute;
	z-index:2;
}

.latest-content
{
	position:relative;
	width:180px;
	margin-bottom:20px;
}

.latest-content p
{
	color:#222;
	font-size:1.2em;
	line-height:1.5;
	margin-top:8px;
	margin-bottom:1.5em;
	text-align:left;
}

.front-more-link
{
	clear:both;
	text-align:right;
	margin-right:20px;
}

.miniposts ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.miniposts ul li
{
	float:left;
	display:block;
	margin-right:10px;
}

.miniposts li a
{
	text-decoration:none;
}

.miniposts li figure
{
	width:186px;
	height:138px;
	background:#FFF;
	-moz-box-shadow:1px 1.4px 2px rgba(0,0,0,0.19);
	-webkit-box-shadow:1px 1.4px 2px rgba(0,0,0,0.19);
	box-shadow:1px 1.4px 2px rgba(0,0,0,0.19);
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

.miniposts li a:hover figure
{
	background-color:#333;
	-moz-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

.miniposts figure img
{
	width:180px;
	height:132px;
	margin:3px 0 0 3px;
}

.miniposts figcaption
{
	font-size:12px;
	color:#2B2B2B;
	text-shadow:0 1px 1px #fff;
	margin-top:5px;
	padding-left:6px;
	font-weight:700;
	display:block;
	float:left;
	height:200px;
}

.miniposts figcaption .title
{
	color:#222;
	margin-top:6px;
	font-weight:700;
	text-shadow:0 1px 1px #FFF;
	display:block;
}

.miniposts figcaption .date
{
	color:#666;
	display:block;
	margin-top:3px;
	margin-bottom:10px;
	text-shadow:0 1px 1px #FFF;
	font-size:0.8em;
	font-weight:400;
}

.miniposts figcaption .excerpt
{
	color:#333;
	text-transform:none;
	text-shadow:none;
	font-weight:400;
	max-width:265px;
	display:block;
	margin:2px 0 10px;
}

#push
{
	height:80px;
}

#footer
{
	font-size:1.2em;
	padding-top:10px;
	padding-bottom:10px;
	width:960px;
	color:#444;
	text-align:left;
	margin-left:10px;
}

#footer li a
{
	color:#444;
}

#footer li a:hover
{
	color:#999;
}

#footer h3
{
	padding-left:18px;
	border:none;
	font-size:1em;
	font-weight:700;
	line-height:1.5em;
	text-transform:none;
	color:#222;
	margin:0;
}

#footer-pages,#footer-category,#footer-connect
{
	float:left;
	min-width:100px;
	margin-right:20px;
}

#footer-latest-post,#footer-latest-comment,#footer-latest-tweet
{
	float:left;
	width:275px;
	margin:0;
}

#footer-latest-tweet
{
	margin-right:20px;
}

#footer-latest-post li,#footer-latest-tweet li
{
	padding-bottom:5px;
	padding-top:5px;
}

#footer-pages h3
{
	background:url(images/sprite.png) no-repeat -10px -200px;
}

#footer-category h3
{
	background:url(images/sprite.png) no-repeat -10px -237px;
}

#footer-connect h3
{
	background:url(images/sprite.png) no-repeat -10px -272px;
}

#footer-latest-tweet h3
{
	background:url(images/sprite.png) no-repeat -10px -345px;
}

#footer-latest-post h3
{
	background:url(images/sprite.png) no-repeat -10px -490px;
}

#copyright
{
	font-size:0.8em;
	clear:both;
	margin-top:50px;
	text-align:center;
}

.footer-connect-facebook
{
	background:url(images/sprite.png) no-repeat -10px -309px;
	padding-left:16px;
}

.footer-connect-twitter
{
	background:url(images/sprite.png) no-repeat -10px -345px;
	padding-left:16px;
}

.footer-connect-delicious
{
	background:url(images/sprite.png) no-repeat -10px -381px;
	padding-left:16px;
}

.footer-connect-flickr
{
	background:url(images/sprite.png) no-repeat -10px -417px;
	padding-left:16px;
}

.footer-connect-linkedin
{
	background:url(images/sprite.png) no-repeat -10px -454px;
	padding-left:16px;
}

.postMeta
{
	font-size:1.2em;
	margin-bottom:18px;
	margin-top:8px;
	padding-bottom:24px;
}

.postMeta-featured
{
	margin-top:0;
	font-size:1em;
	width:150px;
}

.postMeta-front
{
	margin-top:8px;
	font-size:1em;
}

.postMeta-post
{
	font-size:1.2em;
	margin-bottom:18px;
	margin-top:8px;
	padding-bottom:10px;
}

.postMeta span.date,.postMeta-post span.date,.postMeta-featured span.date,.postMeta-front span.date
{
	color:#222;
	float:left;
}

.postMeta span.comments a,.postMeta span.date a,.postMeta-post span.comments a,.postMeta-post span.date a,.postMeta-featured span.comments a,.postMeta-featured span.date a,.postMeta-front span.comments a,.postMeta-front span.date a
{
	float:left;
	color:#222;
	text-decoration:none;
}

.postMeta span.comments,.postMeta-featured span.comments,.postMeta-post span.comments,.postMeta-front span.comments
{
	float:right;
	background:url(images/sprite.png) no-repeat -10px -527px;
	padding-left:15px;
	margin-left:2px;
}

.postMeta-post /*
-----------------------------------------
POSTS
----------------------------------------- */
.post-category
{
	color:#8a8a8a;
	float:left;
	margin-bottom:8px;
}

.post-tags
{
	color:#8a8a8a;
	float:right;
}

.post-category p,.post-tags p
{
	color:#8A8A8A;
	font-size:1em;
	line-height:1.5em;
	margin-bottom:0;
	margin-top:0;
	text-align:none;
}

.post blockquote p
{
	font-style:italic;
	margin:0 2.6em;
}

.post-actions span.share
{
	background:url(images/sprite.png) no-repeat -10px -72px;
	padding-left:15px;
	margin-left:10px;
}

.post-actions span.tweet
{
	background:url(images/sprite.png) no-repeat -10px -104px;
	padding-left:15px;
	margin-left:10px;
}

.post-actions span.feed
{
	background:url(images/sprite.png) no-repeat -10px -136px;
	padding-left:15px;
	margin-left:10px;
}

.post-actions span.print
{
	background:url(images/sprite.png) no-repeat -10px -167px;
	padding-left:15px;
	margin-left:10px;
}

.post-actions span.comment
{
	background:url(images/sprite.png) no-repeat -10px -8px;
	padding-left:15px;
	margin-left:10px;
}

.comment-heading
{
	margin-bottom:26px;
	text-transform:none;
	border:none;
}

.commentwrap
{
	border-top:3px solid #C9C9C9;
	padding-bottom:15px;
	padding-top:15px;
}

.commentpost
{
	float:right;
	width:510px;
}

.commentpost p
{
	margin-top:0;
}

.commentmetadata
{
	float:left;
	width:20%;
	line-height:1.5em;
	padding-right:20px;
	color:#999;
	font-size:1.1em;
}

.commentmetadata li
{
	list-style-type:none;
	margin:0 .5em 0 0;
	padding:.3em;
}

.commentmetadata li a
{
	border-bottom:1px solid #c9c9c9;
	color:#0B96D0;
	text-decoration:none;
}

.warning
{
	background:#282828;
	border:1px solid #323232;
	margin-bottom:10px;
	padding:10px;
}

#comments label input
{
	border:1px solid #E5E5E5;
	margin-bottom:10px;
	width:160px;
	padding:5px 4px;
}

#comments label span
{
	line-height:27px;
}

#comments label
{
	font-family:"Lucida Sans Unicode";
	font-size:1.1em;
}

#comment_author
{
	width:150px;
	float:left;
	margin:20px 20px 20px 0;
	padding:0;
}

#comments-content
{
	display:block;
	border-bottom:1px solid #C9C9C9;
	margin:10px 0;
	padding:0;
}

#comments textarea
{
	margin-top:10px;
	width:100%;
	border:1px solid #E5E5E5;
	padding:4px 0;
}

.button
{
	border:1px solid #E5E5E5;
	font-size:1.1em;
	font-weight:700;
	height:25px;
	margin-top:10px;
	margin-bottom:10px;
	text-transform:uppercase;
	padding:0 8px;
}

.children
{
	margin-left:50px;
}

.children .commentwrap
{
	border-top:1px solid #C9C9C9;
}

.children .commentmetadata
{
	padding-right:0;
}

.children .commentpost
{
	text-align:left;
	float:right;
	width:78%;
}

#searchform
{
	float:left;
	height:2.3em;
}

#searchsubmit
{
	border:1px solid #E5E5E5;
	font-size:1.1em;
	font-weight:700;
	height:2em;
	text-transform:uppercase;
	background-color:#F0F0F0;
	padding:2px 8px;
}

#s
{
	float:left;
	width:150px;
	margin-right:6px;
	border:1px solid #E5E5E5;
	font-size:1.1em;
	padding:4px 2px 3px;
}

#header
{
	height:50px;
	margin:10px 10px 0;
}

#logo
{
	float:left;
	margin-top:20px;
}

.stico_default,.stbutton a:hover
{
	color:#0B96D0;
	border-bottom:0;
}

.archives
{
	margin-left:10px;
	margin-top:30px;
}

.archives a
{
	color:#0B96D0;
	font-size:1.2em;
}

.piclenselink a,.piclenselink a:visited
{
	font-size:1.2em;
	border-bottom:1px solid #c9c9c9;
	color:#0B96D0;
	text-decoration:none;
}

.piclenselink a:hover
{
	border-bottom:1px solid #c9c9c9;
	color:#000;
	text-decoration:none;
}

#dsq-content h3
{
	font-size:1.4em;
}

.dsq-brlink
{
	display:none;
}

#nav-bottom a:link,#nav-bottom a:visited
{
	display:block;
	color:#222;
	margin-right:10px;
	float:left;
	text-decoration:none;
	font-size:1em;
	text-transform:uppercase;
	padding:10px;
}

.navigation
{
	font-size:1.2em;
}

.fancy_title,.dsq-tooltip-inner
{
	text-shadow:none;
}

strong,h1,h2,h3,h5,h5,h6
{
	font-weight:700;
}

a img,.children div
{
	border:none;
}

.alignleft,.floatLeft
{
	float:left;
}

.alignright,.floatRight,.post-actions
{
	float:right;
}

p a:hover,#disqus_thread a:hover,li a:hover,.navigation a:hover,.post-actions a
{
	color:#222;
	text-decoration:none;
}

h4 a,h3 a
{
	text-decoration:none;
	color:#222;
}

#nav ul,#nav-bottom ul
{
	list-style-type:none;
	width:100%;
}

#nav li,#nav-bottom li
{
	display:inline;
}

#nav a:hover,.featured-title h2 a:hover
{
	color:#555;
}

.featured-content h2,.latest-content h2
{
	margin-top:15px;
}

.featured-content h2 a,.latest-content h2 a
{
	color:#0b96d0;
	text-decoration:none;
}

.featured-content h2 a:hover,.latest-content h2 a:hover
{
	color:#000;
}

.navigation {
	height: 50px;
}

#archivesnav {
	margin-left: 10px;
	font-size: 12px;
}

#archivesnav div {
	margin-bottom: 10px;
}

#archivesnav h3 {
	margin-bottom: 20px;
}

#archivesnav ul {
	display: inline-block;
}

#archivesnav li {
	margin-right: 10px;
	display: inline;
}
