/* Font definition for Internet Explorer */
/*         (*must* be first)             */

@font-face {
  font-family: League;
  src: url(/res/fonts/LeagueGothic.otf) /* can't use format() */;
}

@font-face {  
	font-family: League;  
	src: local("League Gothic"),
		 local("LeagueGothic"),
		 url(/res/fonts/LeagueGothic.otf) format("opentype"); 		 
		 /* font-weight, font-style ==> default to normal */		   
}

body {
	/* background: url("/res/images/dotted.jpg") repeat; */
	background: url("/res/images/noise.gif") repeat;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 1.6;
}
.header-wrap,
.content-wrap,
.content-sub-wrap,
.footer-wrap,
.mid-wrap,
.menu-wrap {
	width: 100%;
	float: left;
}
h1, h2, h3, h4, h5, h6, b, strong {
	font-family: "Helvetica Neue", Helvetica, Arial, sans;
	font-weight: bold;
}
ul, ol {
	list-style-type: none;
}
a {
	color: #137FD3;
	text-decoration: none;
	}
	a:hover {
		color: #000;
}
a {
	-webkit-transition-property: color;
	-webkit-transition-duration: .4s;
	-webkit-transition-timing: ease-out;
}
a:active,a:focus {
	outline: none;
}
p {
	margin-top: 0;
}
.header {
	height:100px;
	margin-top:55px;
	position:relative;
}
.content-wrap,
.content-sub-wrap {
	margin-bottom: 25px;
}.menu-wrap {
	background: #000;
}
h1.logo {
	left: 0px;
	position: absolute;
	top: -50px;
	}
	h1.logo a {
		background: url("/res/images/logo-new.png") no-repeat scroll 0 0 transparent;
		display: block;
		height: 149px;
		text-indent: -9999em;
		width: 149px;
		}
		h1.logo a:hover {
			background-position: 0 -149px;
}
h3 {
	margin-bottom: 5px;
}
h2.single-header {
	font-size: 2.5em;
	margin-bottom: 5px;
	line-height: 125%;
	font-family: League, Impact, Helvetica, Arial;
	text-transform: uppercase;
	margin-bottom: 0px !important;
}
#sidebar h2 {
	font-size: 1.75em;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;	
	}
	#sidebar a {
		text-decoration: none;
		color: #137FD3;
		}
		#sidebar a:hover {
			color: #000;
}
.social-links {
	border-top: 6px solid #000000;
	padding-top: 5px;
}
p.tagline {
	position: relative;
	left: 165px;
	top: -15px;
	margin: 0;
	padding: 5px 0px 5px 15px;
	background: url("/res/images/tagline.png") no-repeat;
	width: 398px;
	height: 86px;
	text-indent: -9999em;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
}
p.view-more {
	background: #137FD3;
	display: inline;
	padding: 5px 7px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	text-align: right;
	float: right;
	}
	p.view-more a {
		color: #fff;
		text-decoration: none;
		}
		p.view-more a:hover {
			color: #000;
}
.nav-wrap {
	float: right;
}
ul.nav {
	margin: 0 0 0 0;
	}
	.nav li {
		float: left;
		font-size: 23px;
		line-height: 100%;
		padding: 8px 0 4px 0;
		}
		.nav li a {
			margin: 0 10px;
			padding: 5px 5px 0 5px;
			text-decoration: none;
			color: #fff;
			text-shadow: none;
			font-family: League, Impact, Helvetica, Arial;
			text-transform: uppercase;
			font-size: 1.1em;
			}
			.nav li a:hover {
				/* background: #eee; */
				/* border-bottom: 2px dashed #000; */
				color: #137FD3;
}

.mid-wrap {
	float: left;
	background: #fff;
	margin:50px 0 85px;
	}
	.site-info {
		padding: 20px 0;
		font-size: 2.5em;
		font-family: "Helvetica Neue", Helvetica, Arial, sans;
		font-weight: normal;
		margin: 0;
		line-height: 125%;
		background: url("/res/images/bg-hash.png") repeat-x top left;
}
.content {
	padding: 5px 0;
}
/* .bordered {
	border-top: 10px solid #000;
}
*/
.white {
	padding: 10px;
	background: #fff;
}
.main-img-wrap img {
	position: relative;
	z-index:-1;
	border-top: 7px solid #000000;
	max-width:960px;
}
.home-feature {
	position: absolute;
	top: 20px;
	right: 0;
	border: none !important;
}
.featured-ex {
	width: 400px;
	background: #000;
	background: rgba(0,0,0, 0.5);
	text-shadow: none;
	padding: 10px;
	margin: 10px 0;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.featured-ex p {
	margin: 0 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
h2.article-head-home {
	font-size: 2.5em;
	line-height: 100%;
	margin-bottom: 10px;
	font-family: League, Impact, Helvetica, Arial;
	font-weight: normal;
	background: #000;
	background: rgba(0,0,0, 0.5);
	text-shadow: none;
	padding: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	h2.article-head-home a {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: normal;
		}
		h2.article-head-home a:hover {
			color: #137FD3;
}
.date-home {
	background: #000;
	background: rgba(0,0,0, 0.5);
	text-shadow: none;
	padding: 5px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial;
}
h2.main-article-head {
	font-size: 2.35em;
	line-height: 100%;
	margin-bottom: 10px;
	}
	h2.main-article-head a {
		color: #137FD3;
		text-decoration: none;
		}
		h2.main-article-head a:hover {
			color: #137FD3;
}
h2.main-article-head span.main-art-meta {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
.content-sub .grid_12 {
	/* height: 225px; */
}
ol.commentlist li {
	background: #fff;
	padding: 10px;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}
.avatar {
	display: none;
}
cite a,
cite {
	color: #137FD3;
	font-weight: bold;
	font-style: normal;
}
.comment-author {
	background: #eee;
	padding: 3px;
}
.comment-meta {
	margin-bottom: 10px;
}
.comment-meta a {
	color: #000;
	font-size: 12px;
}
.feed {
	position: relative;
	height: 225px;
	}
	.feed img {
		position: absolute;
		top: 0;
		/* before it was this but once i added the icon i modified it to the style below. left: 0; */
		right: 0;
		z-index: -1;
		max-height: 225px;
		max-width: 300px;
}
.feed-desc-back {
	background: #000;
	background: rgba(0,0,0,0.5);
	padding: 10px 10px 25px 10px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 280px;
	text-shadow: none;
	}
	.feed-desc-back p {
		margin: 5px 0 0px 0;
		font-size: 13px;
		line-height: 130%;
}
h3.sub-post-header {
	font-size: 1.5em;
	margin-bottom: 0px;
	}
	h3.sub-post-header a {
		color: #fff;
		}
		h3.sub-post-header a:hover {
			text-decoration: none;
}
.post {
	margin-bottom: 30px;
	border-bottom: 1px solid #EEEEEE;
	padding-bottom: 5px;
}
p.meta {
	position: absolute;
	bottom: 1px;
	right: 0;
}
span.comments {
	background: #137FD3;
	color: #fff;
	padding: 2px 8px;
}
span.comments a {
	color: #fff;
}
span.comments a:hover {
	color: #000;
}
span.categories {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 2px 15px;
}

h3.sidebar-header {
	color: #137FD3;
	font-family: League, Impact, Helvetica, Arial;
	font-size: 2em;
	margin: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 100%;
	text-shadow: none;
}
.sidebar p {
	font-size:13px;
	line-height:130%;
	margin: 5px 0 15px 0;
}
.sidebar-int {
	padding: 15px;
	margin-bottom: 20px;
	border-top: 1px solid #000;
	background: #fff;
}
.tech {
	float: left;
	display: inline;
	width: 620px;
	margin-right: 20px;
	margin-top: 20px;
	background: #fff;
	border-top: 1px solid #000;
}
.tech-int {
	padding: 10px;
}
.tech-artice-heading {
	margin-bottom: 10px;
	position: relative;
	font-family: League, Impact, Helvetica, Arial;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 25px;
	}
	.tech-artice-heading a {
		color: #000;
		margin: 0 !important;
		text-decoration: none;
		}
		.tech-artice-heading a:hover {
			color: #137FD3;
}
small.dia {
	position: absolute;
	top: -20px;
	right: 0px;
	text-align: center;
	background: #000;
	color: #fff;
	padding: 5px;
	line-height: 100%;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial;
}
.footer .grid_12 {
	background: #000;
	color: #fff;
	text-shadow: none;
	}
	.footer .grid_12 p {
		margin: 10px 0;
		}
		.bott-nav p {
			padding-left: 10px;
}

/* - - social links - - */

ul.friends {
	margin-bottom: 0;
}
ul.friends li,
ul.social li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #EEEEEE;
	}
	ul.friends li:last-child,
	ul.social li:last-child {
		border: none;
		}
		ul.friends li a,
		ul.social li a {
			text-decoration: none;
			font-weight: none;
			color: #000;
			}
			ul.social li a {
				padding-left: 5px;
				}
					ul.friends li a:hover,
					ul.social li a:hover {
						color: #137FD3;
						}
						ul.social li img {
							float: left;
}

ul#twitter_update_list {
	margin-bottom: 0;
}

ul#twitter_update_list li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #EEEEEE;
	}
	ul#twitter_update_list li a {
		color: #137FD3;
		text-decoration: none;
		}
		ul#twitter_update_list li a:hover {
			color: #000;
			}
			ul#twitter_update_list li:last-child {
				border: none;
}

/* - social links styles end - - */

/* - - bottom-nav-list - - */

ul.bottom-nav li {
	float: left;
	padding: 10px 0 0 0;
	}
	ul.bottom-nav li a {
		text-decoration: none;
		color: #fff;
		margin: 0px 10px 0 10px;
		}
		ul.bottom-nav li a:hover {
			color: #137FD3;
}

/* - - bottom-nav-list end - - */

/* - - search box - - */

.screen-reader-text {display: none;}



/* - - comment-form - - */

textarea, input {
	border:1px solid #C0C2B9;
	clear:both;
	color:#393939;
	padding:5px;
}
input#submit:focus, p.submit-p input:focus {
	position:relative;
	top:1px;
}
input#s {
	width:183px;
}
input#submit,
input#searchsubmit {
	background: #000;
	color: #fff;
	border: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* - - comment-form end - - */

.hentry {
	margin-bottom: 30px;
}
.single-entry .light img {
	width: 592px;
	box-shadow: 0 0 8px #666666;
    -moz-box-shadow: 0 0 8px #666666;
    -webkit-box-shadow: 0 0 8px #666666;

}
.post .post-head {
	margin-bottom: 0 !important;
}
.time-stamp {
	font-size: 12px;
	color: #999;
}
.single-entry img:hover {
	border-color: #fff;
}
.entry-noborder .hentry,
.single .hentry {
	border: none !important;
}

.interior-heading {
	margin-bottom: 15px !important;
}
.interior-heading a {
	color: #000;
}
.interior-heading a:hover {
	color: #137FD3;
}
.single {
	border-top: 1px solid #000;
	background: #fff;
}
.single-int {
	padding: 10px 15px 0px 15px;
}
.entry p {
	margin-bottom: 10px;
}
.feed {
	position: relative;
}
.int-sidebar li a {
	color: #000 !important;
}
.int-sidebar li a:hover {
	color: #137FD3 !important;
}
#sidebar ul {
	margin: 0;
}
.sidebar-int {
	position: relative;
}
.single-int .type-post {
	border-bottom: 1px solid #ccc !important;
	margin-bottom: 20px
}
img.type-icon {
	position: absolute;
	right: 10px;
	top: -15px;
	z-index: 0;
}
ul.nav li.search-form {
	font-size: 14px !important;
	margin-bottom: 2px;
	padding-top: 5px;
}
.search-form input#s {
	padding: 3px;
	border: none;
	width: 135px;
}
.search-form input#searchsubmit {
	background: #137FD3;
	padding: 3px 5px;
}
.post-credits {
	padding: 7px;
	background: #fffee8;
    border: 1px solid #f2eac5;
}
.tweetmeme_button {
	position: relative;
	top: -80px;
}
.tweet-button {
	position: relative;
	right: 30px;
}
.fb_share_count_wrapper {
	float: right !important;
	position: relative !important;
	right: 65px !important;
}
.post-thumbnail {
	float: right;
	margin: 0 0 10px 10px;
}
.post-thumbnail img {
	width: 160px;
	height: 113px;
	overflow: hidden;
	position: relative;
	top: 25px;
}