@font-face { /* for non-IE */
font-family:Midnight;
src:url(//:) format("No-IE-404"),url(Blackout-Midnight.ttf) format("truetype");
}
body {
	margin-top: 0px;
	background:#020202 url('../images/bg-texture.jpg') repeat 0 0;
}
/*Misc styling*/

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
	color: #2b82cb;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 32px;
	display:block;
}

h2 {
	font-size: 24px;
	display: block;
}
h3 {
	font-size: 14px;
	display: block;
}
h4 {
	font-size: 12px;
	display: block;
}
h5 {
	font-size: 10px;
	display: block;
}
.backlinks, .backlinks a {
	font-size:8px;
	margin:20px 0 4px;
	color:#3e3e3e;
	text-decoration:none;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:1.5;
	color: #959595;
	padding-right: 10px;
	padding-top: 10px;
}
.left-article p {
	padding-bottom: 10px;
}
.clear {
	clear: both;
}
/*End of misc styling*/

/*Wrapper*/

#wrapper {
	width: 975px;
	margin: 0 auto;
	padding-top: 10px;
}
/*Topbar*/

#wrapper #topbar {
	height: 50px;
	width: 940px;
}
#wrapper #topbar .logo {
	float: left;
	padding: 0;
}

/*End of topbar*/

/*Featured Item*/
#slider #featureditem1 .itemdescription span, #slider #featureditem2 .itemdescription span, #slider #featureditem3 .itemdescription span {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding-left: 10px;
}
#slider #featureditem1 .itemdescription, #slider #featureditem2 .itemdescription, #slider #featureditem3 .itemdescription {
	background-image: url(../images/itemdescription.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 825px;
	position:relative;
	top: 430px;
	padding: 16px 55px 0 60px;
}

#featureditem1 {
	background-image: url(../images/featured1.png);
	background-repeat: no-repeat;
	height: 486px;
	width: 940px;
	margin-top: 30px;
}
#featureditem2 {
	background-image: url(../images/featured2.png);
	background-repeat: no-repeat;
	height: 486px;
	width: 940px;
	margin-top: 30px;
}
#featureditem3 {
	background-image: url(../images/featured3.png);
	background-repeat: no-repeat;
	height: 486px;
	width: 940px;
	margin-top: 30px;
}
#slider {
	height: 486px;
	width: 940px;
	overflow: hidden;
	padding-bottom: 30px;
}
/*End of featured item*/

#gallery{
  width: 975px;
  /*height: 380px;*/
}

#gallery ul li {
  	display: inline;
  	float: left;
  	width: 300px;
 	height: 131px;
  	margin: 0px 0px 10px 10px;
	border:1px solid #3e3e3e;
	padding:4px;
}

#gallery ul li img{
  float: left;
}

#about-img {
padding:4px;
margin-bottom:24px;
border:1px solid #3E3E3E;
}

/*Category*/

#categorywrap p, #categorywrap-blog p {
	padding: 10px 10px 10px 5px;
	height:60px;
}
#categorywrap {
	margin: 10px 0 20px;
	padding: 20px 0px;
}
.category {
	float: left;
	width: 300px;
	margin:0 2px 0 10px;
}
.category .header {
	text-decoration: none;
}
#categorywrap a, #categorywrap .viewall a {
	font-family: Helvetica, Arial, sans-serif;
	color: #959595;
	margin-bottom: 10px;
	margin: 0px;
	display: inline;
	text-decoration: none;
}
#categorywrap a:hover {
	color: #2b82cb;
}

.category-picture {
	height: 141px;
	width: 300px;
	margin-top: 4px;
}

.category-picture img {	
	border:2px solid #959595;
	padding:2px;
}
#categorywrap .view-all {
	background-image: url(../images/viewall.png);
	background-repeat: no-repeat;
	height: 39px;
	width: 308px;
	position: relative;
	top: 4px;
}
/*End of category*/

/*Form*/
form {
	padding: 17px 0 0 60px;
}
/*End of Form*/

/*Blog*/

#blog-home #content .left-article .content {
	float: right;
	width: 400px;
}
#wrapper .left-article {
	float: left;
	width: 620px;
	padding : 35px 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}
.left-article .title {
	float: right;
	width: 400px;
}
#content .left-article .title a {
	text-decoration: none;
	color: #414141;
	font-family: Helvetica, Arial, sans-serif;
	color: #414141;
	font-size: 24px;
}
#content .left-article .title a:hover {
	color: #2b82cb;
	font-family: Helvetica, Arial, sans-serif;
}
#content .left-article .title .commentbubble {
	background-image: url(../images/commentbubble.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	margin-top: 12px;
	float: right;
	height: 26px;
	width: 113px;
}
#content .left-article .title .infobubble {
	background-image: url(../images/infobubble.png);
	height: 21px;
	width: 281px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	margin-top: 12px;
	float: left;
}
#content .left-article .title .commentbubble a {
	font-size: 11px;
	color: #FFFFFF;
}
#content .left-article .title .commentbubble a:hover {
	text-decoration: underline;
}
.left-article .content {
	float: right;
	width: 400px;
}
#content .left-article .content a {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #2b82cb;
	margin-top: 12px;
}
#content {
	float: left;
}
/*Sidebar*/

#sidebarwrap .sidebar {
	float: right;
	width: 240px;
}
.sidebar {
	margin-top: 20px;
	padding-bottom: 24px;
}
.sidebar p, .sidebar ul {
	font-size:24px;
	padding:0;
}

.sidebar ul li {
	color: #585858;
	font-size:12px;
}

#recentpost {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
	padding-bottom: 35px;
	overflow: hidden;
}
#sidebar #recentpost .post a {
	color: #585858;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-top: 12px;
	text-decoration: none;
}
#sidebar #recentpost .post a:hover {
	color: #2b82cb;
}
#sidebar #recentpost .post .popularcomments a {
	background-image: url(../images/popularcomments.png);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 113px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	float:left;
}
#sidebar #recentpost .post .popularcomments a:hover {
	text-decoration: underline;
}
#sidebar #recentpost .post .popularcomments .readit a {
	background-image: url(../images/readit.png);
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	width: 127px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 21px;
	float:left;
}
#sidebar #recentpost .post .popularcomments .readit a:hover {
	text-decoration: underline;
}
#blogcategory {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
#sidebar #blogcategory li a {
	color: #585858;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
#sidebar #blogcategory a:hover {
	color: #2b82cb;
}
#sidebar #sponsors .first {
	margin-top: 20px;
}
#content #sidebar #blogcategory li {
	margin-top: 9px;
}
/*End of sidebar*/

/*End of blog*/

/*End of menu*/

#footer {
	width: 940px;
	height: 50px;
	margin-bottom: 30px;
}
#footer {
	font-size: 10px;
	color: #959595;
	margin-top: 30px;
}
#footer .info {
	float:left;
	padding: 17px 0 0 10px;
}
#footer .infonav {
	float:right;
	padding: 17px 10px 0 0;
}
#footer a {
	color: #2b82cb;
}
#footer a:hover {
	color: #e8e8e8;
}
/*End of footer*/


#introtext {
	margin: 10px 0;
	width: 666px;
	float: left;
}
#introtext p {
	font-size:12px;
}
#content img {
	float: left;
	padding: 0 20px 20px 0;
}
#content .right {
	padding-right: 0px;
}

.name, .email {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
	width: 222px;
}
textarea {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
}
.map {
	float:right;
	padding: 12px 70px 0 0;
}
#contactform {
	width: 666px;
}
.button {
	background-image: url(../images/submitbutton.png);
	background-repeat:no-repeat;
	width: 74px;
	height: 23px;
	border: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #2b82cb;
}
.contact {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #3e3e3e;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
}
#blognav, #portfolionav {
	float:right;
}
#blognav ul li {
	float: left;
	margin-left: 5px;
	text-align: center;
	margin-top: 50px;
}
#portfolionav ul li {
	float: left;
	margin-left: 5px;
	text-align: center;
	margin-top: 10px;
}
#blognav ul li a, #portfolionav ul li a {
	display: block;
	width: 44px;
	height: 19px;
	background-image: url(../images/blognav.png);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 4px;
}
#blognav ul li a:hover, #blognav .on a, #portfolionav ul li a:hover, #portfolionav .on a  {
	background-position: bottom;
}
#blognav .next a, #portfolionav .next a {
	width: 74px;
	background-image: url(../images/blognavnext.png);
}
