

/* Resets 
--------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}


@font-face {
	font-family: 'RalewayThin';
	src: url('../fonts/raleway_thin-webfont.eot');
	src: local('Raleway Thin'), 
	     local('RalewayThing'),
	      url('fonts/raleway_thin-webfont.woff') format('woff'), 
		  url('fonts/raleway_thin-webfont.ttf') format('truetype'), 
		  url('fonts/raleway_thin-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

	
p { font-size:15px; margin:10px 0; line-height:20px; }

p.intro { font-weight:bold; }

ul, ol { margin:10px 0 20px; list-style:none; }

li { color:#000; margin:5px 0; }

a { color:#3aa7d6; text-decoration:none; outline:none; }

a:hover { color:#333; text-decoration:underline; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }

blockquote { line-height: 1.2em; font-style: italic; padding: 5px 20px 5px 60px; margin: 12px 0; }

strong { font-weight: bold; }

em { font-style: italic; }

hr { display: none; }

a:hover { text-decoration:underline; }

.right { float: right; }

.left { float: left; }

.hide {
	display: none;
}
.irelative {
	position:relative;
}
.text {
	padding:5px;
	font-family:Arial, Helvetica, san-serif;
}
.incomment {
	padding:5px 0 !important;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

h2 {
	color:#3399cc;
	font-family:RalewayThin, Helvetica, Arial, sans-serif;
	font-weight:normal;
	letter-spacing:1px;
	font-size:35px;
	padding:15px 0;
	text-shadow:1px 1px 1px #CCCCCC;
}

/* - - - - - - - - - - - - - - - - - - - - - - 
				  BASE STYLE					
- - - - - - - - - - - - - - - - - - - - - - - */
body { color:#444444; font-family:Arial, Helvetica, sans-serif; overflow-x:hidden;
	font-size:13px;
	background:#efefef;
	height: 100%;
}

#container .block {
	float:left;
	border-right:1px dashed #dfdfdf;
}

#container .inside {
	clear:both;
	height:100%;
	margin:0 auto;
	position:relative;
	width:980px;
}


#main {
	background:#efefef;
	padding-bottom:30px;
}
/* - - - - - - - - - - - - - - - - - - - - - - 
				  BUTTONS					
- - - - - - - - - - - - - - - - - - - - - - - */

#container a.button-LearnMore, #port-sub a.button-LearnMore {
	background:transparent url(images/button_LearnMore.png) no-repeat 0 0;
	display:block;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
	width:130px;
}
#container a:hover.button-LearnMore, #port-sub a:hover.button-LearnMore {
	background:transparent url(images/button_LearnMore.png) no-repeat 0 -25px;
}

/* - - - - - - - - - - - - - - - - - - - - - - 
				 HEADER				
- - - - - - - - - - - - - - - - - - - - - - - */

#header {
	height:108px;
	border-bottom:2px solid #3399cc;
	background: url(images/header-bg.jpg) repeat-x;
}
#header .inside {
	height:100%;
}
h1#logo a {
	background: url(images/logo.png) no-repeat 0 -115px;
	text-indent:-9999px;
	display:block;
	z-index:1000;
	height:108px;
	width:350px;
	overflow:hidden;
}
h1#logo a:hover { background-position:0px 0px; }

.title { height:65px; border-bottom:3px solid #3399cc; -moz-box-shadow:0px 2px 9px #ccc; background:#ffffff; }


/* - - - - - - - - - - - - - - - - - - - - - - 
				  NAVIGATION					
- - - - - - - - - - - - - - - - - - - - - - - */

#navigation {
	position:absolute;
	top:-26px;
	right:15px;
}
#navigation li {
	float:left;
	display:block;
	margin:16px 0 0 0;
	width:100px;
	font-size:16px;
	font-weight:bold;
}

#navigation li#nav-home a:hover { background:url(images/nav-current-bg1.png) no-repeat 0 0; color:#3aa7d6; }
#navigation li#nav-portfolio a:hover { background:url(images/nav-current-bg1.png) no-repeat -100px 0; color:#3aa7d6; }
#navigation li#nav-services a:hover { background:url(images/nav-current-bg1.png) no-repeat -200px 0; color:#3aa7d6; }
#navigation li#nav-about a:hover { background:url(images/nav-current-bg1.png) no-repeat -300px 0; color:#3aa7d6; }
#navigation li#nav-blog a:hover { background:url(images/nav-current-bg1.png) no-repeat -400px 0; color:#3aa7d6; }
#navigation li#nav-contact a:hover { background:url(images/nav-current-bg1.png) no-repeat -500px 0; color:#3aa7d6; }


.current-blog { background:url(images/nav-current-bg1.png) no-repeat -400px 0px; color:#3aa7d6 !important; }


#navigation li a {
	color:#ccc;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:120px;
	height:110px;
}
#navigation li a span:hover { color:#3aa7d6; }


#category-menu {
	height:40px;
	width:960px;
	margin:0 auto;
}

	#category-menu ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none; 
	list-style-image: none; 
	float: left;
	border-right:1px solid #dddddd;
	height:40px;
	}
	
	#category-menu ul li {
	float: left; 
	display: block; 
	padding-left: 0px;
	z-index:1000;
	}
	
	#category-menu ul li a:link,#category-menu ul li a:visited, #category-menu ul li a:active  {
	display: block;
	color: #666666;
	padding:12px 23px;
	*padding:11px 22px;
	float: left;
	text-transform:uppercase;
	letter-spacing:1.5px;
	margin-top:-5px;
	border-left:1px solid #ddd;
	}
	
	#category-menu ul li a:hover {
	text-decoration:none !important;
	color:#efefef;
	background:#666666;
	}

/* - - - - - - - - - - - - - - - - - - - - - - 
				   MAIN					
- - - - - - - - - - - - - - - - - - - - - - - */

#content-body {
	width:1010px;
	margin:0 auto;
	-moz-box-shadow:0 0 4px #cccccc;
	background:#f9f9f9;
	
	/*background: url(images/scissors-side.jpg) repeat-y scroll 640px top;*/
}

/* post */

#posts {
	width:650px;
	margin:0 auto;
}
	
	#posts .heading {
		padding:5px 20px;
		color:#666666;
		font-size: 2.6em;
		line-height: 1.05em;
		padding-bottom: 10px;
		font-family: Helvetica, Arial, sans-serif;
		text-transform:capitalize;
		margin-bottom:20px;
	}

	#posts .post {
		padding:5px 20px;
	}
	
	#posts .post h1.post-heading {
		width:99%;
		font-size: 28px;
		letter-spacing:-1px;
		line-height: 35px;
		padding:10px;
		position:relative;
		top:69px;
		left:-20px;
		background:#f9f9f9;
		color:#393b3b !important;
	}
	
	
	#posts .post h1.post-heading-single {
		top:0 !important;	
		background:none;
		font-size: 30px;
		letter-spacing:-1px;
		line-height: 35px;
		padding:10px;
		color:#393b3b;
		text-shadow:1px 1px 4px #ddd;
	}
		
		#posts .post h1.post-heading a {
			color:#171615 !important;
			text-shadow: 1px 1px 4px #ddd;
		}
	
		#posts .post h1.post-heading a:hover {
			color:#3aa7d6 !important;
			text-decoration:none !important;
		}
	
	#posts .post h1.post-meta {
		width:135px;
		letter-spacing:-1px;
		line-height: 1.05em;
		padding: 19px 5px 10px 0px;
		font-weight:normal;
		color:#666666;
		text-align:right;
		bottom:0;
		right:0;
		position:absolute;
	}
	
	#posts .post .post-thumb {
		padding-top:10px;
	}
	
		#posts .post .post-thumb div {
			border:4px solid #444444;
			width:575px;
			
			-moz-box-shadow:0 0 5px #cccccc;
   		   -webkit-box-shadow:0 0 5px #cccccc;
   		   box-shadow:0 0 5px #cccccc;
		}
		
		#posts .post .post-thumb img {
			border:0;
			padding:0;
			margin:0;
		}
		
		.post-thumb img {
			width:575px;	
		}
	
	#posts .post .post-content-full {
		padding-top:10px;
		line-height:18px;
		border-bottom:2px solid #555555;
		margin-bottom:15px;
	}
	
		#posts .post .post-content-full p {
			padding:2px 0;
			font-size:
		}
		
		#posts .post .post-content-full blockquote {
			font-size:1.5em;
			color:#555;
			background:url(images/blockquote.png) no-repeat 3% 0;
		}
		
		#posts .post .post-content-full ul, #posts .post .post-content-full ol {
			/*padding-left:15px;*/
		}
		
		#posts .post .post-content-full ul li {
			padding:5px 0 5px 25px;
			background: url(images/list-image.jpg) no-repeat 0 6px;
			line-height:20px;
			font-size:14px;
		}
		
		#posts .post .post-content-full ol li {
			list-style-type:decimal;
		}
		
		#posts .post .post-content-full .post-image {
			padding:10px;
			background:#fff;
		}
		
		/* header */
		
		#posts .post .post-content-full h2, #posts .post .post-content-full h3, #posts .post .post-content-full h4, #posts .post .post-content-full h5, #posts .post .post-content-full h6 {
			letter-spacing:0;
			line-height: 26px;
			padding:13px 0;
			color:#000;
			text-transform:capitalize;
			font-weight:bold;
		}
		
		#posts .post .post-content-full h2 {
			font-size: 30px;
		}
		
		#posts .post .post-content-full h3 {
			font-size: 25px;
			border-top:2px dashed #ccc;
			margin-top:15px;
		
		}
		
		#posts .post .post-content-full h4 {
			font-size: 20px;
			padding:7px 0;
			color:#000;
		}
		
		#posts .post .post-content-full h5 {
			font-size: 18px;
		}
		
		#posts .post .post-content-full h6 {
			font-size: 15px;
		}
		
	
		
	#posts .post .post-bookmark {
		width:600px;
		padding:8px 0 30px 0;
		margin-left:18px;
		/*margin:0 auto;
		background: url(images/share-this.jpg) no-repeat center right;*/
	}
	
		#posts .post .post-bookmark a {
			display:block;
			height:65px;
			width:52px;
			padding-right:25px;
			float:left;
		}
		

		
		#posts .post .post-bookmark a.rss {
			background:url(images/blog-social.jpg) no-repeat 0 0;
		}
		
		#posts .post .post-bookmark a.rss:hover {
			background:url(images/blog-social.jpg) no-repeat 0 -88px;
		}
		
		#posts .post .post-bookmark a.digg {
			background:url(images/blog-social.jpg) no-repeat -76px 0;
		}
		
		#posts .post .post-bookmark a.digg:hover {
			background:url(images/blog-social.jpg) no-repeat -76px -88px;
		}
		
		#posts .post .post-bookmark a.delicious {
			background:url(images/blog-social.jpg) no-repeat -159px 0;
		}
		
		#posts .post .post-bookmark a.delicious:hover {
			background:url(images/blog-social.jpg) no-repeat -159px -88px;
		}
		
		#posts .post .post-bookmark a.facebook {
			background:url(images/blog-social.jpg) no-repeat -231px 0;
		}
		
		#posts .post .post-bookmark a.facebook:hover {
			background:url(images/blog-social.jpg) no-repeat -231px -88px;
		}
		
		#posts .post .post-bookmark a.designfloat {
			background:url(images/blog-social.jpg) no-repeat -302px 0;
		}
		
		#posts .post .post-bookmark a.designfloat:hover {
			background:url(images/blog-social.jpg) no-repeat -302px -88px;
		}
		
		#posts .post .post-bookmark a.twitter {
			background:url(images/blog-social.jpg) no-repeat -378px 0;
		}
		
		#posts .post .post-bookmark a.twitter:hover {
			background:url(images/blog-social.jpg) no-repeat -378px -88px;
		}
		
	#posts .post .post-foot {
		margin:7px 0 5px 0;
		padding-bottom:5px;
		background:#f9f9f9;
		line-height:20px;
		border-bottom:2px solid #efefef;
	}
	
	#posts .post .post-meta li {
		float:left;
		height:15px;
	}
	
	.readmore {
		float:right; font-size:18px; margin:-5px 25px 0px 0px;
	}
	.readmore a {
		color:#FFF !important;
		-moz-border-radius:4px;
		-webkit-border-radius:4px;
		border-radius:4px;
		padding:8px;
		background:#333;
	}
	.readmore a:hover { color:#333333 !important; text-decoration:none; background:#dddddd; }

	
	
/* - - - - - - - - - - - - - - - - - - - - - - 
				META TAGS					
- - - - - - - - - - - - - - - - - - - - - - - */

	#posts .post .post-meta li.meta-share {
		float:right !important;
	}
	
	#posts .post .post-meta li.meta-date {
		/*background:url(images/calendar.png) no-repeat 4px 0px;*/
		padding-left:5px;
		padding-right:3px;
		line-height:11px;
	}
	
	#posts .post .post-meta li.meta-comment {
		/*background:url(images/comment.png) no-repeat 5px 0px;*/
		padding-left:5px;
		padding-right:5px;
		line-height:11px;
	}
	
	#posts .post .post-meta li.meta-category {
		/*background:url(images/category.png) no-repeat 4px 0px;*/
		padding-left:5px;
		padding-right:5px;
		line-height:11px;
	}
	
	#posts .post-navigation {
		margin-top:10px;
		padding:15px 10px;
		font-size:1.2em;
		border-top:2px solid #efefef;
	}
	
	#posts .post .post-content-half {
		padding:10px;
		width:98%;
	}
	
	#authorbox {
	clear: both;
	height: auto !important;
	min-height: 115px;
	overflow: hidden; 
	}
 
	#authorbox h4 {
		font-family: "Helvetica Neue",helvetica,arial,sans-serif;
		color: #999;
		font-size: 16px;
		font-weight: bold;
		margin: 0;
		padding: 10px 10px 0px 10px; 
		}
 
	#authorbox p {
		color: #171615 !important;
		margin: 0px;
		padding: 0 10px 10px; 
		}
 
	#authorbox img {
		border:3px solid #ddd;
		float: left;
		margin: 13px 15px;
		position: relative;
		-moz-border-radius:3px;
		}
 
.authortext { padding-left: 100px; }
 
	
/* - - - - - - - - - - - - - - - - - - - - - - 
				SIDEBAR					
- - - - - - - - - - - - - - - - - - - - - - - */

#sidebar {
	width:320px;
	margin:0px auto 0px auto;
	line-height:18px;
	border-left:2px solid #efefef;
}

	#sidebar .widget {
		width:320px;
		padding-top:20px;
		margin-bottom:20px;
		/*background:url(images/widget-head-bg.png) no-repeat top center;*/
	}
	
	#sidebar .widget .widget-body {
		width:280px;
		padding:0 20px 10px 20px;
		/*background:url(images/widget-body-bg.png) repeat-y;*/
	}
	
		#sidebar a.rss-side {
			background:url(images/rss-sidebar1.jpg) no-repeat 0 0;
			display:block; float:left; height:77px; width:270px;
		}
		
		#sidebar a.rss-side:hover {
			background:url(images/rss-sidebar1.jpg) no-repeat 0 -87px;
		}
	
		#sidebar .widget .widget-body h2.widget-title {
			font-size: 2.0em;
			letter-spacing:-0.04em;
			line-height: 1.05em;
			padding-bottom: 15px;
			font-family: Helvetica, Arial, sans-serif;
			color:#393b3b;
			text-transform:capitalize;
		}
		
		#sidebar .widget .widget-body ul li {
			padding:0px 0;
	
		}
		
		#sidebar .widget .widget-body .rss-subscribe {
			border:3px solid #ccc; padding:8px; width:255px;
			background: #fff url(images/email.png) no-repeat 98% 50%;
			color:#999;
		}
		
	#sidebar .widget .widget-foot {
		width:320px;
		height:13px;
		/*background:url(images/widget-footer-bg.png) no-repeat top center;*/
	}
	
	/* widget body elements */

	.widget-body ul li {
		padding:0;
		/*background:url(images/hr-image.png) repeat-x bottom center;*/
	}
	
	
	/* -- social profiles - - */

#social-profiles { padding:20px 0; clear:both; }
#social-profiles h2 { color:#333; font-size:23px; padding:8px 0 4px 30px; background: url(images/social-posts.png) no-repeat scroll left center; }

#social {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin:5px 0;
	clear:both;
	background:#efefef;
	border:1px solid #dddddd;
	padding:5px 4px;
	height:50px;
}

 
	#social li { margin-bottom: 5px; }
 
		#social li a {
			display: block;
			height: 43px;
			width:44px;
			margin:0 5px;
			text-indent: -9999px;
			float:left;
			padding:0; }
			
 			#account-twitter, #account-twitter a { background: url(images/social-profiles.jpg) no-repeat; }
				#account-twitter a:hover { background-position:0px -46px; }
			
			#account-linked, #account-linked a { background: url(images/social-profiles.jpg) -101px 0px no-repeat; }
				#account-linked a:hover { background-position:-101px -46px; }
			#account-flickr, #account-flickr a { background: url(images/social-profiles.jpg) -151px 0px no-repeat; }
				#account-flickr a:hover { background-position:-151px -46px; }
			#account-stumble, #account-stumble a { background: url(images/social-profiles.jpg) -202px 0px no-repeat; }
				#account-stumble a:hover { background-position:-202px -46px; }
			#account-rss, #account-rss a { background: url(images/social-profiles.jpg) -253px 0px no-repeat; }
				#account-rss a:hover { background-position:-253px -46px; }
	
	/* - - POPULAR POSTS - - */

#popular-posts { padding-top:20px; clear:both; }

#popular-posts ul { border-top: 1px solid #ddd; }

#popular-posts ul li { margin:0; padding:0; }

#popular-posts li a { 
	border-bottom:1px solid #ddd;
	color:#333333;
	font-size:12px;
	padding:14px 5px;
	text-decoration:none;
	display:block;
}

#popular-posts li a:hover {
	background-color:#3399CC;
	color:#efefef;
} 

#popular-posts h2 {
	color:#333;
	font-size:23px;
	padding:8px 0 4px 30px;
	background: url(images/popular-posts.png) no-repeat scroll left center;
}

	
/* - - - - - - - - - - - - - - - - - - - - - - 
				COMMENTS					
- - - - - - - - - - - - - - - - - - - - - - - */

#comments {
	padding:0;
}

	#comments h3 {
		font-size: 25px;
		line-height: 20px;
		padding: 15px 0 12px 8px;
		font-family: Raleway, Helvetica, Arial, sans-serif;
		color:#393b3b;
		text-transform:capitalize;
		border-bottom:2px solid #555;
		border-top:2px solid #555;
		margin-top:25px;
	}
	
	#comments .comment-meta h2 {
		font-size: 20px;
		letter-spacing:-0.5px;
		line-height: 21px;
		padding:7px 0;
		color:#393b3b;
		text-transform:capitalize;
	}
	
	#comments .comment-meta span {
		font-size: 12px;
		letter-spacing:0;
		line-height: 12px;
		padding-bottom: 15px;
		color:#393b3b;
		color:#999;
	}
	
	#comments .comment-box {
		padding-top:20px;
	}
	
	.comments-box {
		border:1px solid #cfcfcf;
		margin:7px 0;
		padding:15px;
		height:auto !important;
	}
	
	.comments-box.color1 { background-color:#f9f9f9; }
	.comments-box.color2 { background-color:#efefef; }
	
	#comments .comment-box .comment-body {
		padding:15px 10px;
		line-height:18px;
		margin-bottom:5px;
	}
	
	#comments .comment-author-box {
		width:250px;
		border:1px solid #ccc;
		background:url(images/user.png) no-repeat 98% 50%;
		padding:5px;
		margin-left:15px;
	}
	
	#comments .comment-email-box {
		width:250px;
		border:1px solid #ccc;
		background:url(images/email.png) no-repeat 98% 50%;
		padding:5px;
		margin-left:15px;
	}
	
	#comments .comment-url-box {
		width:250px;
		border:1px solid #ccc;
		padding:5px;
		background:url(images/link.png) no-repeat 98% 50%;
		margin-left:15px;
	}
	
	#comments .comment-textarea-box {
		border:1px solid #cccccc;
		font-size:13px;
		height:140px;
		width:550px;
		padding:5px 10px;
	}
	
	#comments .submitbtn {
		padding:8px 12px;
		margin-right:10px;
		border:0;
		cursor:pointer;
	}
	
	#comments .submitbtn:hover, #comments .resetbtn:hover {
	
	}
	
	.bypostauthor {
    border:1px dashed #569CBD; background-color:#FFF;
}

.incomment label {
		display:block;
		float:left;
		text-align:right;
		width:65px;
	}

.trackbacks li a {
	background-color:#f9f9f9;
	padding:5px;
}
.trackbacks li { margin:20px 0; line-height:25px; }
.trackbacks li a:hover {
	background-color:#ffffff;
	color:#569cbd;
}


/* - - - - - - - - - - - - - - - - - - - - - - 
				    FOOTER					
- - - - - - - - - - - - - - - - - - - - - - - */

#footer {
	color:#666;
	clear:both;
	padding:10px 0 25px 0;
	width:100%;
	margin:20px auto 0px auto;
	position:relative;
	height:185px;
	background:#22272a url(images/footer-bg.jpg) repeat-x;
	border-top:2px solid #3399cc;
	overflow:hidden;
}
#footer .block {
	margin:0 15px;
	float:left;
	width:215px;
	border-style:none;
	color:#ccc;
}
#footer .big {
	width:435px !important;
}
#footer .short {
	height:160px !important;	
}
#footer h4 {
	border-bottom:1px dashed #E2E2E2;
	color:#E2E2E2;
	font-family:RalewayThin,Helvetica,Arial,sans-serif;
	font-size:20px;
	font-weight:normal;
	letter-spacing:1px;
	padding-bottom:5px;
}
#footer a {
	color:#3aa7d6;
}
#footer a:hover {
	color:#EEE;
}

#twitter_update_list {
	list-style:outside;	
}

#twitter_update_list li {
	list-style-type: none;
	padding:6px 0;
	background:transparent url(images/check_small_footer.png) no-repeat scroll 0px 8px;
	text-indent:20px;
}

#twitter_update_list span {
	color:#ccc;
}
#twitter_update_list a {
	display:inline;
	color:#3aa7d6;
}
.flickr-footer {
	display: block;
	height: 24px;
	width:46px;
	text-indent: -9999em;
	text-decoration: none; 
	z-index: 1000; 
	background: url(images/flickr-footer.png) no-repeat;
	position:relative;
	top:8px;
}
.flickr-footer:hover {
	background-position: 0px -24px;	
}
.twitter-footer {
	display: block;
	height: 46px;
	width:38px;
	text-indent: -9999em;
	text-decoration: none; 
	z-index: 1000;
	background: url(images/twitter-footer.png) no-repeat;
	position:relative;
	top:-29px;
	left:59px;
}
.twitter-footer:hover {
	background-position:0 -46px;	
}
.rss-footer {
	display: block;
	height: 45px;
	width:46px;
	text-indent: -9999em;
	text-decoration: none; 
	z-index: 1000;
	background: url(images/rss-footer.png) no-repeat;
	position:relative;
	top:-75px;
	left:115px;
}
.rss-footer:hover {
	background-position:0 -45px;	
}

a.button-contact {
	background:transparent url(images/contact-button.png) no-repeat 0 0;
	display:block;
	height:30px;
	overflow:hidden;
	text-indent:-9999px;
	width:108px;
}
a:hover.button-contact {
	background:transparent url(images/contact-button.png) no-repeat 0 -30px;
}


/* - - - - - - - - - - - - - - - - - - - - - - 
				  EXTRA					
- - - - - - - - - - - - - - - - - - - - - - - */

/* wp-pagenavi
-------------------------
*/

.wp-pagenavi {
	font-size: 1.1em;
	text-transform: uppercase;
	clear: both;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
}
.wp-pagenavi .current {
	color:#CCC !important;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	padding: 8px !important;
	border: 1px solid #ccc !important;
	margin-left: 3px;
	color:#569cbd !important;
}
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #ccc;
	color:#000;
}
.wp-pagenavi .pages {
	float: left;
	border:0 !important;
}


/* related posts code
-----------------------
*/

ul.related-posts {
    float: left;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.related-posts li {
    list-style-type: none;
    float: left;
    width: 175px;
    padding:0 18px 5px 5px !important;
    font-size: 12px !important;
	text-align:center;
    line-height: 18px !important;
	background:none !important;
}
.related-posts img{
    width: 175px;
    padding: 0px;
    border:3px solid #444444;
    opacity:0.9;
    filter:alpha(opacity=90);
}

.related-posts img:hover {  opacity:1.0; filter:alpha(opacity=100); }

/* wordpress css codex
------------------------
*/



.alignleft {
   /*float: left;*/
   margin:3px 10px 20px 0px;
   border:3px solid #444444;
   opacity:0.9;
   filter:alpha(opacity=90);
   width:575px;
}
.alignleft.noborder { border:none;  }
.alignleft.noborder:hover { border:none; }

.alignleft:hover {
	-moz-box-shadow:0 0 5px #aaaaaa;
	-webkit-box-shadow:0 0 5px #aaaaaa;
    box-shadow:0 0 5px #cccccc;
    opacity:1.0;
	filter:alpha(opacity=100);
}
.alignright {
	float:right;
	margin:3px 10px 20px 0px;
	border:3px solid #444444;
   opacity:0.9;
   filter:alpha(opacity=90);
   width:575px;
}
.alignright:hover {
	-moz-box-shadow:0 0 5px #aaaaaa;
	-webkit-box-shadow:0 0 5px #aaaaaa;
    box-shadow:0 0 5px #cccccc;
    opacity:1.0;
	filter:alpha(opacity=100);
}
.imgright { float:right; margin:5px 0px 5px 15px; }

.wp-caption {
   text-align: center;
   -moz-box-shadow:0 0 5px #569cbd;
	-webkit-box-shadow:0 0 5px #569cbd;
    box-shadow:0 0 5px #569cbd;
	border:3px solid #393B3B;
	-moz-border-radius:3px;
   -webkit-border-radius: 3px;
   width:575px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.followers {
	position:absolute;
	top:-42px;
	left:610px;
	color:#569CBD;
}

.tip {
	background:#FAFAD6 url(images/tip.gif) no-repeat scroll 0px 1px;
	border:1px solid #F6D87D;
	font-size:13px;
	margin:20px 0 30px;
	padding:15px 15px 15px 43px !important;
}

.warning {
	background:#ffcccc url(images/warning.gif) no-repeat scroll 3px 6px;
	border:1px solid #cc0000;
	font-size:13px;
	margin:20px 0 30px;
	padding:15px 15px 15px 42px !important;
}