
/* Contents

 Reset 
 Global
 Header 
 Navigation
 Sidebar
 Post
 Footer
 Meta
 Misc
 Pagination
 Forms
 Typography
 Comment 
 
*/

/* Reset */
/* ---------------------------------------------------------- */

* {
	padding:0px;
	margin:0px;
}
/* Global */
/* ---------------------------------------------------------- */

body {
	background: #f3f3f3;
}

/* Flex Grid */

.outer-wrap {
	width:100%;
	overflow:hidden;
}

.inner-wrap { /* .outer-wrap */
	margin:0 auto;
	width:960px;
	position:relative;
}
/*
.inner-wrap {
	padding: 10px 0px 60px 0px;
	
}
*/
.flex_10 {
	width: 9%;
	float: left;
	padding: .5%;
}
.flex_20 {
	width: 19%;
	float: left;
	padding: .5%;
}
.flex_25 {
	width: 24%;
	float: left;
	padding: .5%;
}
.flex_33 {
	width: 32%;
	float: left;
	padding: .5%;
}
.flex_50 {
	width: 49%;
	float: left;
	padding: .5%;
}
.flex_66 {
	/*width: 64%%;*/
	float: left;
	padding: 5px 0 5px 0;
}
.flex_75 {
	width: 75%;
	float: left;
	padding: .5%;
}
.flex_80 {
	width: 79%;
	float: left;
	padding: .5%;
}
.flex_90 {
	width: 89%;
	float: left;
	padding: .5%;
}

.flex_vert_pad {
	padding: 10px 0px 15px 0px;
}
.clear {
	clear: both;
}
/* Header */
/* ---------------------------------------------------------- */

#header {
	margin:0px;
	padding:0px;
	/*height: 120px;*/
}

/* Hire Us */
/*----------------------------------------------------------- */
#hire-us {
	position:absolute;
	left:0px;
	top:0px;
	width:230px;
}

#hire-us a {
	display:block;
	width:100%;
	height:32px;
	float:left;
	padding:0px;
	margin:0px 10px 0px 0px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#hire-us-link {
	background-image:url('../images/hire-us-icon.png');
}

/* Social Icons */
/* ---------------------------------------------------------- */
#social-icons {
	position:absolute;
	right:0px;
	top:0px;
	/*width:230px;*/
}

#social-icons a {
	display:block;
	width:32px;
	height:32px;
	float:left;
	padding:0px;
	margin:0px 10px 0px 0px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position:0px 0px;
}

#social-icons a:hover {
	background-position:0px -32px;
}

#social-icons a:last-child {
	margin:0px;
}

#social-twitter {
	background-image:url('../images/icon-twitter.png');
}


#social-facebook {
	background-image:url('../images/icon-facebook.png');
}

#social-linkedin {
	background-image:url('../images/icon-linkedin.png');
}

#social-email {
	background-image:url('../images/icon-email.png');
}

/************************ Navigation **************************/

#navigation {
	background:#222;
	background:-moz-linear-gradient(#252525, #0a0a0a);
	background:-o-linear-gradient(#252525, #0a0a0a);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background:-webkit-linear-gradient(#252525, #0a0a0a);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#0a0a0a',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	clear:both;
	display:block;
	margin:0px 0px 10px 0px;
	padding:0px;
	width:100%;
}

#navigation a {
	color: #fff;
}

#navigation ul {
	font-size: 13px;
	list-style: none;
	margin: 0px 10px 0px 10px;
	padding-left: 0;
}

#navigation li {
	float: left;
	position: relative;
}

#navigation a {
	font-weight: bolder;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
	cursor:pointer;
}

#navigation div > ul > li:hover > a, #navigation div > ul > li.active:hover > a, #navigation div > ul > li > a:focus, #navigation div > ul > li.active > a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	color: #373737;
}

#navigation div > ul > li.active > a {
	background: #9b1900; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#9b1900, #4d0c00);
	background: -o-linear-gradient(#9b1900, #4d0c00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9b1900), to(#4d0c00)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#9b1900, #4d0c00);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1900', endColorstr='#4d0c00',GradientType=0 );
	color: #ffffff;
}

#navigation ul li:hover > ul {
	display: block;
}

#navigation-mobile {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	padding-bottom:10px;
	z-index:1000;
	overflow:hidden;
}

/* 1st Level Navigation */

/* 2nd Level Navigation */

#navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
	background: #f9f9f9;
}

#navigation ul ul > li {
	border-bottom:1px dotted #ddd;
}

#navigation ul ul > li:last-child {
	border-bottom:1px solid #f9f9f9;
}

#navigation ul ul > li:hover, #navigation ul ul > li.active:hover {
	background: #252525;
	background: -moz-linear-gradient(#252525, #0a0a0a);
	background: -o-linear-gradient(#252525, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a));
	background: -webkit-linear-gradient(#252525, #0a0a0a);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#0a0a0a',GradientType=0 );
	color: #ffffff;
	border-bottom:1px solid #0a0a0a;
}

#navigation ul ul > li.active {
	background: #4d0c00; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#9b1900, #4d0c00);
	background: -o-linear-gradient(#9b1900, #4d0c00);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9b1900), to(#4d0c00)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#9b1900, #4d0c00);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1900', endColorstr='#4d0c00',GradientType=0 );
	color: #ffffff;
	border-bottom:1px solid #4d0c00;
}

#navigation ul ul > li a {
	color:#373737;
	font-size: 13px;
	font-weight: bolder;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px 9px 10px;
	width: 168px;
}

#navigation ul ul > li > a:hover, #navigation ul ul > li.active > a {
	color: #ffffff;
}

/* 3rd Level Navigation */

#navigation ul ul ul {
	left: 100%;
	top: 0;
}

#navigation .current_page_item > a, #navigation .current_page_ancestor > a {
	font-weight: bold;
}

/* Sidebar */
/* ---------------------------------------------------------- */

#sidebar {
	margin:0px;
	float:right;
	width:250px;
}

#sidebar img {
	max-width: 100%;
}

.sidebar-item {
	padding: 20px;
	margin: 0px 0px 10px 0px;
	background: #fff;
	border:1px solid #b0b0b0;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
}

#pages, #archives, #categories, #feeds, #sidebarmeta, #blogroll {
	margin: 0px 0px 0px 0px;
}

#sidebar ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}
.no-widgets h2 {
	margin: 15px 0px 0px 0px;
}
#sidebar ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
#sidebar #h3 {
	padding: 20px;
	margin: 0px;
}
/* Post */
/* ---------------------------------------------------------- */
.post table {
	width: 100%;
}
.post td, th {
	padding: 12px;
	border-bottom: 1px solid #ccc;
}
.post td {
	text-align: center;
}
.post th {
	font-weight: bolder;
}
dt {
	font-weight: bolder;
}
dd {
	margin: 0px 0px 10px 10px;
	color: #333;
}
address {
	border: solid 1px #ccc;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	width: 200px;
}
.postdate {
	position:absolute;
	margin-left:-71px;
	padding:5px;
	background:#222;
	background:-moz-linear-gradient(#252525, #0a0a0a);
	background:-o-linear-gradient(#252525, #0a0a0a);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background:-webkit-linear-gradient(#252525, #0a0a0a);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#0a0a0a',GradientType=0 );
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	text-align:center;
	width:40px;
	z-index:-1000;
}
.post, .type-post, .type-page, #home, #forum, #comment-block, #respond {
	padding:20px;
	margin:0px 0px 10px 0px;
	background:#ffffff;
	border:1px solid #b0b0b0;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
}

#forum {
	padding:0px;
}

iframe {
	border:none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin: 0px 20px 20px 0px;
	clear: both;
}
.alignright {
	float: right;
	margin: 0px 0px 20px 20px;
	clear: both;
}
.attachment-post-thumbnail {
	float: left;
	min-width: inherit;
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px #888;
	box-shadow: 0 0 2px #888;
	overflow: hidden;
	margin: 0px 20px 20px 0px;
}
/* Footer */
/* ---------------------------------------------------------- */

#footer {
	margin:0px 0px 10px 0px;
	padding:0px 10px 0px 10px;
	text-align:right;
	color: #848484;
}

#footer-links {
	float:left;
}

#footer-links ul li {
	padding:0px 12px 0px 0px;
	margin:0px;
	list-style:none;
	display:inline;
}

/* Meta */
/* ---------------------------------------------------------- */

.time {
	background: url('../images/calender-icon.gif') no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	color:#777777;
	font-size:10px;
	line-height:18px;
	text-transform:capitalize;	
}
.post-comments {
	background: url('../images/comment-icon.gif') no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
}
.categories {
	background: url('../images/file-icon.gif') no-repeat center left;
	margin: 0 0 0 2px;
	padding: 0 0 3px 20px;
}
.tags {
	background: url('../images/tag-icon.gif') no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 4px 18px;
}
/* Misc */
/* ---------------------------------------------------------- */

.sticky {
	background: url('../images/must-read.png') no-repeat right top;
	background-color: #fff;
}
.gallery-caption {
}
.bypostauthor {
}
.wp-caption-text {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Pagination */
/* ---------------------------------------------------------- */

.pagenavi {
	margin: 0 auto 20px auto;
	width: 400px;
	padding: 5px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 5px #fff;
	-webkit-box-shadow: inset 0 0 5px #fff;
	box-shadow: inset 0 0 5px #fff;
}
.pagenavi a {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	text-decoration: none;
	color: #666;
	background-color: inherit;
}
.pagenavi a:hover {
	color: #000;
}
.pagenavi span.pages {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	color: #333;
	font-weight: bold;
	background-color: inherit;
}
.pagenavi span.current {
	padding: 5px 6px 4px 6px;
	margin: 3px;
	font-weight: bold;
	color: #fff;
	background-color: #ccc;
}
/* Forms */
/* ---------------------------------------------------------- */

select {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: solid 1px #e3e3e3;
}
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: solid 1px #e3e3e3;
	width: 98%;
}
input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}
label {
	font-weight: bold;
}
fieldset {
	padding: 1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend {
	font-weight: bold;
	font-size: 1.2em;
}
#search {
	width: 300px!important;
	float: right;
	padding: 7px;
}
input[type="text"] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	border: 0px;
	padding: 5px;
	margin: 0px;
	width: 175px;
	height: 22px;
	display: block;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 10px #f3f3f3;
	-webkit-box-shadow: inset 0 0 10px #f3f3f3;
	box-shadow: inset 0 0 10px #f3f3f3;
}
#download {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #444;
	text-shadow: 0 1px 0 #eee;
	cursor: pointer;
	background: #aaa;
	background: -moz-linear-gradient(bottom, #aaa, #cecece);
	background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#cecece));
	
	border: 0px;
	padding: 5px 13px 5px 13px;
	margin: 0;
	height: auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	border: 0px;
	padding: 5px;
	margin: 0px;
	display: block;
	border: 1px solid #ccc;
	-moz-box-shadow: inset 0 0 10px #ececec;
	-webkit-box-shadow: inset 0 0 10px #ececec;
	box-shadow: inset 0 0 10px #ececec;
}
textarea:focus, input[type="text"]:focus {
	border: 1px solid #9a9a9a;
}
#s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444;
	border: 1px solid #ccc;
	padding: 2px 0px 2px 5px;
	margin: 0px;
	width: 190px;
	height: 22px;
	-moz-box-shadow: inset 0 0 5px #ececec;
	-webkit-box-shadow: inset 0 0 5px #ececec;
	box-shadow: inset 0 0 5px #ececec;
}
#s:focus {
	border: 1px solid #9a9a9a;
}
#searchsubmit {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #444;
	text-shadow: 0 1px 0 #eee;
	cursor: pointer;
	background: #aaa;
	background: -moz-linear-gradient(bottom, #aaa, #cecece);
	background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#cecece));
	border: 0px;
	padding: 5px 13px 5px 13px;
	margin: 0px 0px 0px 5px;
	height: auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
}
#submit {
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#ffffff;
	cursor: pointer;
	background: #222222;
	background:-moz-linear-gradient(#252525, #0a0a0a);
	background:-o-linear-gradient(#252525, #0a0a0a);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background:-webkit-linear-gradient(#252525, #0a0a0a);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#0a0a0a',GradientType=0 );
	
	border:0px;
	padding:5px 13px 5px 13px;
	margin:0px 5px 0px 0px;
	height:auto;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
}

#submit:hover {
	background:#9b1900; /* Show a solid color for older browsers */
	background:-moz-linear-gradient(#9b1900, #4d0c00);
	background:-o-linear-gradient(#9b1900, #4d0c00);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#9b1900), to(#4d0c00)); /* Older webkit syntax */
	background:-webkit-linear-gradient(#9b1900, #4d0c00);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1900', endColorstr='#4d0c00',GradientType=0 );
	color:#ffffff;
}

/*
#submit {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #444;
	text-shadow: 0 1px 0 #eee;
	cursor: pointer;
	background: #aaa;
	background: -moz-linear-gradient(bottom, #aaa, #cecece);
	background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#cecece));
	border: 0px;
	padding: 5px 13px 5px 13px;
	margin: 0;
	height: auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
}*/
/* Typography Framework */
/* ---------------------------------------------------------- */

body {
	font: 14px/22px Helvetica, Arial, Verdana, sans-serif;
}
/* Links */
a {
	color:#ca0000;
	text-decoration:none;
}

a img {
	border: none; 
}

a:focus, a:active, a:hover {
	/* color: #006699; */
	color:#400000;
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	padding: 0px 0px 0px 0px;
}
#header h1 {
	font-weight: bolder;
	margin: 45px 0px 0px 0px;
	padding: 10px 20px 10px 0px;
	border-right: 1px solid #ccc;
	float: left;
}
#header h1 a {
	color: black;
	font-size: 42px;
	letter-spacing: -2.5px;
	text-decoration: none;
}
#header h1 a:hover {
	color: #333;
	text-decoration: none;
}
.description {
	color: #777777;
	float: left;
	margin: 55px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}
.bread-crumb {
	color: #777777;
	font-size: 10px;
	background: #f3f3f3;
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 5px 10px;
}
.postmonth {
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
}
.postday {
	color: #fff;
	font-weight: bolder;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 24px;
	color: #000000;
	letter-spacing: -1px;
	/*padding: 10px 0px 10px 0px;*/
	font-weight: lighter;
	/*margin: 0px;*/
	margin:0px 0px 10px 0px;
	padding:0px;
}
h1 a {
	line-height: 29px;
}
h2 {
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #000;
	letter-spacing: -.5px;
	margin: 0px;
	font-weight: 300;
}
h3 {
	font-size: 18px;
	color: #000;
	letter-spacing: -1px;
}
h4 {
	font-size: 16px;
	color: #000;
	letter-spacing: -1px;
}
h5 {
	font-size: 14px;
	color: #000;
	font-weight: lighter;
}
h6 {
	font-size: 12px;
	color: #000;
	letter-spacing: -.5px;
	font-weight: lighter;
}

p { font-size:14px; letter-spacing:0; padding:0px; margin:0px 0px 10px 0px; }
p:last-child { margin:0px; }

pre {
	font-size: 11px;
	color: #000;
	letter-spacing: 0;
	background-color: #f3f3f3;
}
cite {
	margin: 0px;
	padding: 0px;
}

blockquote {
	font-style: italic;
	color: #333;
	margin: 5px;
	padding: 10px 10px 0px 30px;
	background: url('../images/quotes.png') no-repeat top left;
}
em {
	font-style: italic;
}
/* Post */
/* ---------------------------------------------------------- */

#posts {
	float:left;
	padding:0px;
	margin:0px;
	width:100%;
}

.post ul, .post ol {
	padding: 0px 0px 10px 30px;
}
.postmetadata {
	border-top:dotted 1px #e3e3e3;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	color:#777777;
	font-size:10px;
	line-height:18px;
	text-transform:capitalize;
	clear:both;
}

/*
/* Title
/* ---------------------------------------------------------- */
#title {
	margin:10px 0px;
	text-align:center;
	font:0.000px Helvetica, Arial, Verdana, sans-serif;
}

/* Comment */
/* ---------------------------------------------------------- */

.comment-author {
	font-weight:bolder;
	font-size:14px;
	line-height:15px;
}

#comment-block .avatar {
	float:left;
	margin-right:5px;
}

#comment-block .comment-author-text {
	float:left;
	margin-top:1px;
}

#comment-block .comment-link {
	float:right;
	margin:0px;
	padding:0px;
	color:#777777;
	font-size:10px;
	line-height:18px;
	font-weight:bolder;
}

#comment-block ol {
	margin:0px;
	padding:0px;
	font-size:16px;
	list-style-type:none;
}

#comment-block ol li {
	margin:0px 0px 10px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:dotted 1px #b0b0b0;
}

#comment-block ol li:last-child {
	margin:0px;
	padding:0px;
	border-bottom:none;
}

#comment-block ol ul {
	list-style-type:none;
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 20px;
	border-top:dotted 1px #b0b0b0;
}

#comment-block a.comment-reply-link, #comment-block a.comment-edit-link {
	display:inline-block;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#ffffff;
	cursor: pointer;
	background: #222222;
	background:-moz-linear-gradient(#252525, #0a0a0a);
	background:-o-linear-gradient(#252525, #0a0a0a);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a)); /* older webkit syntax */
	background:-webkit-linear-gradient(#252525, #0a0a0a);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#0a0a0a',GradientType=0 );
	border:0px;
	padding:5px 13px 5px 13px;
	margin:10px 5px 0px 0px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
}

#comment-block a.comment-reply-link:hover, #comment-block a.comment-edit-link:hover {
	background:#9b1900; /* Show a solid color for older browsers */
	background:-moz-linear-gradient(#9b1900, #4d0c00);
	background:-o-linear-gradient(#9b1900, #4d0c00);
	background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#9b1900), to(#4d0c00)); /* Older webkit syntax */
	background:-webkit-linear-gradient(#9b1900, #4d0c00);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1900', endColorstr='#4d0c00',GradientType=0 ); /* IE6-9 */
	color:#ffffff;
}

#comment-block .comment-body {
	margin:10px 0px 0px 0px;
}

.comment-meta {
	color:#777777;
	font-size:10px;
	font-weight:normal;
}

#comment-block a { color:#ca0000; }
#comment-block a:hover { color:#400000; }

#comment-reply {
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #cccccc;
}

#comments {
	margin: 20px 0px 10px 0px;
	padding: 20px 0px 10px 0px;
}

#respond .form-allowed-tags {
	padding:0px;
	color:#777777;
	font-size:10px;
	line-height:normal;
}

#respond .form-submit {
	margin:0px;
}

#respond #reply-title { margin:0px 0px 10px 0px; }

#respond #reply-title small {
	font-size:inherit;
	float:right;
}

#comment-block #respond {
	margin:10px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	border-top:dotted 1px #b0b0b0;
	border-bottom:none;
	border-left:none;
	border-right:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

/** Preview Gallery **/
/* styling for the image wrapper  */
#image_wrap {
    /*padding:15px 0;*/
    text-align:center;
    /*background-color:#efefef;*/
    /* border:2px solid #fff; */
    /* outline:1px solid #ddd; */
    /*-moz-ouline-radius:4px;*/
}

/******************* Rogue Vector Custom *********************/

#blog-wrap {
	position:fixed;
	left:0px;
	top:0px;
	height:100%;
	/*overflow:hidden;*/
	width:32px;
}

#blog-wrap.active {
	width:332px;
}

#blog-wrap #blog {
	position:absolute;
	top:100px;
	left:-300px;
	width:300px;
}

#blog-wrap.active #blog {
	left:0px;
}

#blog-tab {
	float:right;
	width:20px;
	height:184px;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	margin-top:30px;
	margin-right:-30px;
	padding:5px;
	cursor:pointer;
	overflow:hidden;
	background-color:#ffffff;
}

#blog-tab-text {
	background-image:url('../images/blog-tab.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:100%;
	height:100%;
}

#blog-tab:hover #blog-tab-text {
	background-position:-20px 0px;
}

body #blog-tab { font:0.000px Helvetica, Arial, Verdana, sans-serif }

#blog-body {
	background-color:#ffffff;
	padding:10px;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
}

#blog-body h1 {	padding:0px; margin:0px; line-height:24px; }
#blog-body h1 a { line-height:24px; }
#blog-body p { padding:0px; margin:10px 0px 0px 0px; }
#blog-body p:first-child { padding:0px; margin:0px; }

#twitter-wrap {
	position:fixed;
	right:0px;
	top:0px;
	height:100%;
	overflow:hidden;
	width:32px;
}

#twitter-wrap.active {
	width:332px;
}

#twitter-wrap #twitter {
	position:absolute;
	top:100px;
	right:-300px;
	width:300px;
}

#twitter-wrap.active #twitter {
	right:0px;	
}

#twitter-tab {
	float:left;
	width:20px;
	height:126px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	margin-top:30px;
	margin-left:-30px;
	padding:5px;
	cursor:pointer;
	overflow:hidden;
	background-color:#ffffff;
}

#twitter-tab #twitter-tab-text {
	background-image:url('../images/twitter-tab.png');
	background-repeat:no-repeat;
	background-repeat:0px 0px;
	width:100%;
	height:100%;
}

#twitter-tab:hover #twitter-tab-text {
	background-position:-20px 0px;
}

#twitter-shadow {
	position:absolute;
	width:20px;
	height:126px;
	top:30px;
	left:-30px;
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	padding:5px;
	z-index:-1000;
}



body #twitter-tab { font:0.000px Helvetica, Arial, Verdana, sans-serif }

#twitter-body {
	border-top:1px solid #b0b0b0;
	border-left:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	background-color:#ffffff;
	padding:10px;
}

#twitter-body p { padding:0px; margin:10px 0px 0px 0px; }
#twitter-body p:first-child { padding:0px; margin:0px; }
#twitter-body .time { text-align:right; background:none; }


/*********** Game Showcase Navigation *************/

#games-nav {
	width:960px;
	overflow:hidden;
	margin:0px;
}

#games-nav .scrollable {
	position:relative;
	overflow:hidden;
	width:960px;
	height:97px;
}

#games-nav ul {
	position:absolute;
	list-style:none;
	padding:0px;
	margin:0px;
	width:20000em;
}

#games-nav ul li {
	float:left;
	margin:0px 13px 0px 0px;
	background-color:#fff;
	padding:5px;
	border:1px solid #e3e3e3;
	height:75px;
	cursor:pointer;
	border:solid 1px #b0b0b0;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	width:114px;
	overflow:hidden;
}

#games-nav ul li:hover {
	border:1px solid #9b1900;
}

#games-nav .games-sublist {
	padding:0px;
	border:none;
	width:126px;
	height:87px;
}

#games-nav ul li ul {
	position:static;
	width:126px;
	height:87px;
}

#games-nav .games-sublist:hover {
	border:none;
}

#games-nav .scrollable > ul > li:last-child {
	width:auto;
	overflow:visible;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color:transparent;
}

#games-nav .scrollable > ul > li:last-child ul {
	width:auto;
}

#games-nav-arrow-left { width:75px; height:75px; float:left; margin:5px 5px 0px 25px; background-image:url('../images/arrow_left_grey.png'); cursor:pointer; }
#games-nav-arrow-left:hover { background-image:url('../images/arrow_left_red.png'); }
#games-nav-arrow-right { width:75px; height:75px; float:left; margin:5px 5px 0px 5px; background-image:url('../images/arrow_right_grey.png'); cursor:pointer; }
#games-nav-arrow-right:hover { background-image:url('../images/arrow_right_red.png'); }

/****************** Games Showcase ******************/

#games-showcase {
	position:relative;
	overflow:hidden;
	width:938px;
	margin:0px auto;
	padding:20px 10px;
	margin:0px 0px 10px 0px;
	background:#ffffff;
	border:solid 1px #b0b0b0;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
	box-shadow:rgba(0, 0, 0, 0.2) 2px 2px 3px;
}

#games-showcase .scrollable {
	position:relative;
	overflow:hidden;
	width:938px;
	height:730px;
}

#games-content {
	width:20000em;
	position:absolute;
	clear:both;
	height:730px;
}

.game {
	float:left;
	width:918px;
	height:730px;
	padding:0px 10px;
	overflow:hidden;
}

.game-links {
	float:right;
}

.game-links a img {
	vertical-align:top;
	margin-left:5px;
}

.game-weblink {
	background-image:url('../images/icon_weblink_combined.png');
	height:32px;
	width:32px;
	display:inline-block;
	margin-left:10px;
}

.game-weblink:hover {
	background-position:32px 0;
}

.game-download {
	background-image:url('../images/icon_download_combined.png');
	height:32px;
	width:32px;
	display:inline-block;
	margin-left:10px;
}

.game-download:hover {
	background-position:32px 0;
}

.game-download-windows {
	background-image:url('../images/icon_download_windows_combined.png');
	height:32px;
	width:42px;
	display:inline-block;
	margin-left:10px;
}

.game-download-windows:hover {
	background-position:42px 0;
}

.game-download-linux {
	background-image:url('../images/icon_download_linux_combined.png');
	height:32px;
	width:42px;
	display:inline-block;
	margin-left:10px;
}

.game-download-linux:hover {
	background-position:42px 0;
}

.game-download-android {
	background-image:url('../images/icon_download_android_combined.png');
	height:32px;
	width:42px;
	display:inline-block;
	margin-left:10px;
}

.game-download-android:hover {
	background-position:42px 0;
}

/********************** Misc ************************/

.align-center { 
	text-align:center;
}

.navigation {
	margin: 0px 0px 10px 0px;
	background: #fff;
	border: 1px solid #b0b0b0;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px;
	width: 100%;
	text-align: center;
}

.page-numbers {
	padding:2px;
}

video {
  width: 100%    !important;
  height: auto   !important;
}
