/*
    Theme Name: SolidState
    Theme URI: http://solidlystated.com
    Description: Solid Description
    Version: 3.0
    Author: Evan Meagher
    Author URI: http://solidlystated.com
    Tags: blue, custom-header, fixed-width, flexible-width, one-column, two-columns
*/

body {
    font-family: 'Open Sans', sans-serif;
}

p {
    margin: 0;
}

.row-no-padding {
    /*special bootstrap mod*/
    margin-left: 0;
    margin-right: 0;
}

.row-no-padding > [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content-wrapper {
    background: #f2f0f1; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f0f1 40%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#f2f0f1), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f0f1 40%,#cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f0f1 40%,#cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f0f1 40%,#cecece 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f0f1 40%,#cecece 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f0f1', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */

	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.single .content-wrapper {
    padding: 12px;
}

.excerpt, .home-sponsor {
    padding: 12px;
}

.excerpt.even {
    background: #dfdfdf;
}

.excerpt.odd {
    background: #f2f0f1;
}

.post-navigation {
    position: relative;
	padding: 12px;
}

.post-navigation .btn-group {
    width: 100%;
    height: 36px;
	border-radius: 4px;    
    background: #e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(top,  #e9e9e9 0%, #d2d2d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e9e9e9 0%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e9e9e9 0%,#d2d2d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e9e9e9 0%,#d2d2d2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #e9e9e9 0%,#d2d2d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
    border-top: 1px solid #aeaeae;
    border-bottom: 1px solid #aeaeae;
}

.post-navigation .btn-primary {
    position: absolute;
    left: 0;
    height: 36px;
    margin: -1px 0 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 1px solid #fff;
}

.post-navigation .btn-success {
    position: absolute;
    right: 0;
    height: 36px;
    margin: -1px 0 0;    
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 1px solid #fff;
}

.pushbutton-wide {
	position: relative;
	top: -10px;
    color: #fff;
    -moz-user-select: none;
    background: #337ab7;
    border: 1px solid #2e6da4;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.post-newer h2, .post-older h2 {
    position: relative;
    width: 78px;
    line-height: 37px;
    font-size: 18px;
    color: #305a74;
    text-align: center;
}

.post-pagenumber h2 {
    position: absolute;
    left: 84px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
	z-index: 1;   
	margin: 0;
}

.post-separation {
	height: 2px;
    background: url(images/border-dotted-blue.gif) repeat-x bottom;
}

.post-separation.last {
    background:  none;
}

.comment-count-holder {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 6px 4px 4px;    
    text-decoration: none;    
    background: #6592b6;
    border-radius: 4px;
}

.comment-count-holder i {
    width: 20px;
    height: 17px;
    display: block;
    float: left;
    background: url(images/comment-icon.png) no-repeat;
    margin: 2px 4px 0 0;
}

.comment-count span {
	font-size: 11px
}

.comment-count a,
.comment-count a:visited {
	color: #fff;
}

.featured-image {
    
    /* TEMPORARY MAX! */
    max-width: 300px;
    margin: 0 auto;
    
    
    padding: 2px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,1);
}

/* FEATURED IMAGE "IMG" ELEMENT */
.wp-post-image {
    height: auto;
    width: 100%;
}

.post-meta {
    margin-left: 10px;
}

.excerpt-inner .post-content {
    margin: 10px 0 0 10px;
}

.post-meta-top {
    background: url(images/border-dotted-grey.gif) repeat-x bottom;
}

.post-meta-mid {
	position: relative;	
	padding-top: 4px;
	min-height: 30px;	
}

.post-title h1 {
	position: relative;
	margin: 0 0 4px 0;
	padding-bottom: 4px;
}

.post-meta-top .entry-edit {
    position: relative;
	right: 0px;
	top: 2px;
}

.entry-edit a {
    position: absolute;
    bottom: 12px;
    right: 0px;
    width: 26px;
    height: 11px;
    z-index: 3;
    background: url(images/post-edit.png) no-repeat top;
}

.entry-edit a:hover {
    background: url(images/post-edit.png) no-repeat bottom;
}

.post-title h1, .post-title h1 a {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 25px;
    color: #23527c;	
    z-index: 2;
	font-family: helvetica, tahoma, arial, sans-serif;
}

.post-title h1 :hover {
    color: #000;
    text-decoration: none;
}

.post-date {
	float:left;
	margin-right: 6px;
}

.category {
    float: left;
}

.post-date div {
    float: left;
}

.category-pagehead {
    color: #e65700;
}

.home-sponsor {
    position: relative;
    margin: 0 auto 12px auto;
}

.home-sponsor-bottom {
    position: relative;
    margin: 18px auto 0;
	text-align: center;
}

.post-content {
    font-size: small;
    line-height: 21px;
    text-align: justify;
}

.post-content p { 
    margin: 20px 0;
    font-family: tahoma, verdana, arial, sans-serif;
}

.post-content h4 {
    color: #004C89;
    font-size: 19px;
    font-weight: normal;
    margin-top: 20px;
}

.excerpt-inner .post-content p {
    margin: 0px;
    padding: 0 0 12px 0;
}

.post-content ol,
.post-content ul {
    padding: 0 0 0 35px;
    margin: 20px 0;
}

.post-content ol li,
.post-content ul li {
    padding: 0 0 0 35px;	
    margin: 0 0 3px;
    padding: 0;
}

.home-share-links {
    position: absolute;
    top: 4px;
    right: 4px;
}

.share a { float: right; width: 32px; height: 32px; }
/*.share table { float: right; }*/
.addthis_button_compact { background: url(images/social/share_32.png) no-repeat left; }
.addthis_button_delicious { background: url(images/social/delicious_32.png) no-repeat left; }
.addthis_button_stumbleupon { background: url(images/social/stumbleupon_32.png) no-repeat left; }
.addthis_button_facebook { background: url(images/social/facebook_32.png) no-repeat left; }
.addthis_button_twitter { background: url(images/social/twitter_32.png) no-repeat left; }
.addthis_button_digg { background: url(images/social/digg_32.png) no-repeat left; }
.addthis_button_delicious:hover { filter: none !important; background: url(images/social/delicious_32.png) no-repeat right; }
.addthis_button_stumbleupon:hover { filter: none !important; background: url(images/social/stumbleupon_32.png) no-repeat right; }
.addthis_button_facebook:hover {filter: none !important; background: url(images/social/facebook_32.png) no-repeat right; }
.addthis_button_twitter:hover { filter: none !important; background: url(images/social/twitter_32.png) no-repeat right; }
.addthis_button_digg:hover { filter: none !important; background: url(images/social/digg_32.png) no-repeat right; }
.addthis_button_delicious span, .addthis_button_stumbleupon span, .addthis_button_facebook span,
.addthis_button_twitter span, .addthis_button_digg span, .addthis_button_compact span { 
    background: none;
}

.home-share-links .addthis_button_delicious:hover,
    .home-share-links .addthis_button_stumbleupon:hover,
    .home-share-links .addthis_button_facebook:hover,
    .home-share-links .addthis_button_twitter:hover,
    .home-share-links .addthis_button_digg:hover {
    background-position: left;
}

.sidebar {
    height: 100%;
    padding: 12px;
    background: #b2b6bd; /* Old browsers */
    background: -moz-linear-gradient(left, #b2b6bd 0%, #c6ccd3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#b2b6bd), color-stop(100%,#c6ccd3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #b2b6bd 0%,#c6ccd3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #b2b6bd 0%,#c6ccd3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #b2b6bd 0%,#c6ccd3 100%); /* IE10+ */
    background: linear-gradient(to right, #b2b6bd 0%,#c6ccd3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2b6bd', endColorstr='#c6ccd3',GradientType=1 ); /* IE6-9 */
    border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sidebar h2 { visibility: hidden;
}

.sidebar-link-holder {
    position: relative;
    height: 53px;
    margin-bottom: 4px;
    overflow: hidden;
		list-style: none;
    border-bottom: 1px dotted #eaeaea;
}

.sidebar-link-text-holder {
    max-height: 50px;
    text-align: right;
}

a.sidebar-link-text,
a.sidebar-link-text:visited {
    position: relative;
    top: 2px;
    right: 2px;
    border-bottom: 0px dotted #8f97a5;
    text-decoration: none;
    font-size: 11px;
    color: #646464;
}

a.sidebar-link-text:hover {
    color: #316e9f;
    border-bottom: 1px dotted #316e9f;
}

.sidebar-link-image img {	
    float: right;
    max-width: 69px;
    max-height: 45px;
    margin: 3px 0 0 5px;
    border: 1px solid #fff;
    background: #fff;
}

.sidebar-link-image img:hover {
    border: 1px solid #316e9f;
}

.widget_popular_entries { height: 23px; background: url(images/sidebar-titles.png) no-repeat right 0px; }
.widget_recent_entries { height: 23px; background: url(images/sidebar-titles.png) no-repeat right -23px; }
.widget_amazon { height: 23px; background: url(images/sidebar-titles.png) no-repeat right -46px; }
.widget_magazines { height: 23px; background: url(images/sidebar-titles.png) no-repeat right -46px; }
.widget_archives { height: 23px; background: url(images/sidebar-titles.png) no-repeat right -69px; }
.solidstuff img { border: 0; }

.solidstuff {
    position: relative;
    left: -18px;
    height: 192px;
    background: url(images/solidstuff-bg.jpg) no-repeat;
}

.solidstuff2 {
    position: relative;
    /*margin-left: -12px;*/
	margin: 0 -8px 0 -12px;
    min-height: 222px;
    border-top: 1px solid #3d80ab;
    background: #25455e; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #25455e 0%, #326c9a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#25455e), color-stop(100%,#326c9a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  #25455e 0%,#326c9a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  #25455e 0%,#326c9a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  #25455e 0%,#326c9a 100%); /* IE10+ */
    background: linear-gradient(135deg,  #25455e 0%,#326c9a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25455e', endColorstr='#326c9a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	box-shadow: inset 1px 0px 1px #1a3142;
}

.solidstuff2:first-child {
    border-top-right-radius: 8px;
	box-shadow: inset 1px 1px 1px #1a3142;
    border-top: 0;
}

.magazines, .amzwidget, .magazines a, .amzwidget a {
    color: #62ACE8;
}

.magazines a:hover, .amzwidget a .item-title:hover {
    color: #fff;
}

.magazines .mag-info {
    position: absolute;
    top: 15px;
    right: 145px;
    text-align: right;
}

.magazines .mag-title {
    position: relative;
    width: 95px;
    font-size: 16px;
}

.magazines .mag-year {
    position: relative;
    top: 20px;
    font-size: 11px;
}

.magazines .mag-price {
    position: relative;
    top: 25px;
    font-size: 30px;
    font-weight: bold;
    line-height: 25px;
    color: #dedede;
}

.magazines img {
    position: absolute;
    top: 17px;
    left: 120px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #FFFFFF;
}

.amzwidget img {
    position: absolute;
    top: 11px;
    right: 12px;
    display: block;
    border: 1px solid #143045;
}

.amzwidget .item-price {
    position: absolute;
    top: 24px;
    left: 12px;
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
    color: #dedede;
}

.amzwidget .item-title {
    width: 100%;
    position: absolute;
    height: 52px;
    padding: 0 6px;
    bottom: 0;
    right: 0;
    overflow: hidden;
    font-size: 12px;
    text-align: right;
    color: #88dde7;    
    border-bottom: 1px solid #1e4a71;    
    background: -moz-linear-gradient(-45deg,  rgba(37,69,94,0) 0%, rgba(52,140,162,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(37,69,94,0)), color-stop(100%,rgba(52,140,162,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg,  rgba(37,69,94,0) 0%,rgba(52,140,162,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg,  rgba(37,69,94,0) 0%,rgba(52,140,162,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg,  rgba(37,69,94,0) 0%,rgba(52,140,162,1) 100%); /* IE10+ */
    background: linear-gradient(135deg,  rgba(37,69,94,0) 0%,rgba(52,140,162,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0025455e', endColorstr='#348ca2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.amzwidget .item-from {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 11px;
}

.amzwidget .item-price span {
    display: block;
    width: 55px;
    line-height: 14px;
    font-size: 11px;
    color: #dedede;
}

.amzwidget .item-price span:hover {
    text-decoration: underline;
}

.contentjumpddl {
    width: 200px;
}

.sidebar-social {
    position: relative;
    width: 100%;
    height: 39px;
    margin-bottom: 4px;    
    background: #abb8c3; /* Old browsers */
    background: -moz-linear-gradient(top,  #abb8c3 0%, #93a2af 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#abb8c3), color-stop(100%,#93a2af)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #abb8c3 0%,#93a2af 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #abb8c3 0%,#93a2af 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #abb8c3 0%,#93a2af 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #abb8c3 0%,#93a2af 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abb8c3', endColorstr='#93a2af',GradientType=0 ); /* IE6-9 */
    box-shadow: inset 0 1px 1px #606a73;
    border-radius: 3px;
}

.sidebar-feed-rss {
    position: absolute;
    top: 10px;
    right: 40px;
    width: 142px;
    height: 20px;
    margin-bottom: 4px;
    background: url(images/feed-titles.png) no-repeat 0px 0px;
}

.sidebar-feed-twitter {
    position: absolute;
    top: 10px;
    right: 40px;
    width: 142px;
    height: 19px;
    margin-bottom: 4px;
    background: url(images/feed-titles.png) no-repeat 0px -20px;
}

.icon-rss {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    background: url(images/social/rss_32.png) no-repeat;
}

.icon-twitterwhite {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 32px;
    height: 32px;
    background: url(images/social/twitterwhite_32.png) no-repeat;
}

.icon-rss:hover { background: url(images/social/rss_32.png) no-repeat right; }
.icon-twitterwhite:hover { background: url(images/social/twitterwhite_32.png) no-repeat right; }

.widget {
    position: relative;
    min-height: 202px;
    margin: 10px 0px 36px 0;
}

.wpp-list { padding: 0; }

a.sidebar-archive-link {
    display: block;
    padding-top: 4px;
    border-bottom: 1px dotted #777;
    text-align: right;	
    color: #316d9e;
    font-size: 20px;
}

a.sidebar-archive-link:hover {
    background: #c6ccd3;	
    color: #23445d;
}

/* END SIDEBAR */






.hero {
    background: url(images/ss-pattern.gif);
}

.navbar-inverse {
    background: #20649b; /* Old browsers */
    background: -moz-linear-gradient(top,  #20649b 0%, #1a3d58 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#20649b), color-stop(100%,#1a3d58)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #20649b 0%,#1a3d58 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #20649b 0%,#1a3d58 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #20649b 0%,#1a3d58 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #20649b 0%,#1a3d58 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20649b', endColorstr='#1a3d58',GradientType=0 ); /* IE6-9 */
    
    border-top: 1px solid #34a4ff;
    border-bottom: 1px solid #34a4ff;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0,0,0,1);
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav > li > a {
    color: #c0d1de;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #20649b;
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    background-color: #d15800;
	outline: none;
}

.navbar-inverse .navbar-toggle {
    float: left;
    margin-left: 15px;
    border-color: #34a4ff;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus  {
    background: #20649b;
}

.navbar-collapse.collapse.in .navbar-nav > li > a {
    border-top: 1px solid #20649b;
}

.navbar-collapse.collapse.in .navbar-nav > li:first-child a {
    border-top: 0;
}

.navbar-nav {
    margin: 0 -15px;
}

.search-box {
    float: right;
	margin-top: 32px;
    max-width: 200px;
}

.search-box input, .search-box button {
    border-color: #fff;
}

.search-box input {
    background: #ddd;
    color: #444;
}

.form-control::-moz-placeholder {
    color: #444; 
}

.search-box button {
    background: #ff6b00; /* Old browsers */
    background: -moz-linear-gradient(top, #ff6b00 0%, #d15800 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6b00), color-stop(100%,#d15800)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff6b00 0%,#d15800 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff6b00 0%,#d15800 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff6b00 0%,#d15800 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ff6b00 0%,#d15800 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6b00', endColorstr='#d15800',GradientType=0 ); /* IE6-9 */
    
    color: #fff;
    /*padding: 7px 10px 6px;*/
	line-height: 20px;
    font-size: 13px;
}

.search-box button:hover {
    background: #ff6b00;
    border-color: #fff;
    color: #fff;
}

.form-control {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5) inset;
}

.logo {
    margin: 0 auto;
}

.logo img {
    width: 100%;
    max-width: 510px;
    margin: 10px 0 20px;
    padding-left: 15px;
}

html, body {
    width: 100%;
    height: 100%;
    background: url(images/page-bg-repeating.jpg) repeat-y #686e7c;  
}

.body-container {
    background: url(images/page-bg.jpg) no-repeat top center;
    /*height: 100%;*/
}

.body-container > .container-fluid {
    padding-top: 20px;
	max-width: 1170px;
}

a, a:active, a:visited { text-decoration: none;}

a { color: #2277DD;}

a:active { color: #BB4411;}

a:visited { color: #BB4411;}

a img {	border: 0px;}

/*h1, h2, h3, h4, h5, h6 { font-weight: 100;}*/

h2 {
	font-size: 24px;
	color: #23527c;
}

h5 {
	line-height: 35px;
	font-size: 16px;
}

.clear { clear: both; display: block;
}

.sidebar-clear { clear: both; display: inline-block;
}

.hidden { display: none;
}

.invisible { position: absolute; visibility: hidden;
}

.plusone {
    float: left;
    margin-top: 5px;
}

.author {
    position: relative;
    height: 110px;
}

.excerpt .author {
    display: none;
}

.authorimg {
    height: 110px;
    width: 90px;
    border: 1px solid #2e628d;	
    background: #b2c2cf;
}

.authorimg img {
    position: absolute;
    margin: 4px 0 0 4px;
    border: 1px solid #fff;
}

.authortitle {
    position: absolute;
    width: 620px;
    top: 0px;
    left: 110px;	
    font-size: 15px;
    color: #2e628d;
    border-bottom: 1px solid #2e628d;
}

.authorbio {
    position: absolute;
    /*width: 620px;*/
    width: 100%;
    top: 30px;
    left: 110px;	
    font-size: 11px;
    color: #444;
    font-style: italic;
}

.bqstart {
    position: absolute;
    top: 0;
    left: 20px;
    float: left;
    margin-left: -20px;
    font-size: 500%;    
    line-height: 40px;
    color: #1d5a9a;
}

.bqend {
    position: absolute;
    top: 0;
    right: 20px;    
    float: right;
    margin-right: -20px;
    font-size: 500%;
    line-height: 40px;    
    color: #1d5a9a;
}

a.at300b .at4-icon, a.at300m .at4-icon, .at-icon-wrapper {
    visibility: hidden;
}
/*

.excerpt-inner ins {
    display: none !important;
}

.excerpt.odd { background: #f2f0f1;
}

.excerpt.even { background: #dfdfdf;
}

.needajob {
    display: block;
    position: relative;
    left: 4px;
    width: 227px;
    height: 222px;
    background: url(images/needajob.png) no-repeat;
}
*/

.four-o-four .content-wrapper {
    min-height: 521px;
	text-align: center;
}

.four-o-four .content-wrapper .post-content {
	position: relative;
	margin-top: 12px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

.four-o-four .content-wrapper .post-content p {
	position:absolute;
	top:0px;
	left:20px;
}

.four-o-four .content-wrapper .post-content img {
	border: 4px solid #fff;
}

.four-o-four .content-wrapper h1 {
	margin-top: 34px;
	font-size: 40px;
}

.size-full,
.post-content img.alignnone, .post-content .alignnone img,
.post-content img.aligncenter, .post-content .aligncenter img,
.post-content img.alignleft, .post-content .alignleft img,
.post-content img.alignright .post-content .alignright img {
    display: block;
    border: 4px solid #fff;
}

.wp-caption > img {
    float: left;
    display: block;	
    border: 4px solid #fff;
}

.wp-caption a {    
    display: block;	
    border: 4px solid #fff;
}

.post-content .wp-caption > a > img {
    float: none;
    border: 1px solid #777;
}

.size-full {
	max-width: 100%;
	width: auto;
	height: auto;
}

.graytable img {
    border: 0px !important;
}

.portfoliotable {
    width: 728px;
    text-align: center;
}

.portfoliotable td {
    padding-bottom: 20px;
}

.wp-caption p {
    position: relative;
    top: -3px;
    height: 22px;
    line-height: 20px;
    display: inline-block;
    margin: 0px;
    padding: 0 10px; 
    background: #fff;
    vertical-align: top;
    text-align: center;
    font-size: 11px;
    color: #555;
    text-indent: 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
}

*:first-child+html .wp-caption-text {
    float: left;
}

.alignright, img[align="right"] {
    display: block;
    float: right;
    margin: 0 0 4px 8px;
}

.alignleft, img[align="left"] {
    display: block;
    float: left;
    margin: 10px 8px 10px 0;
}

.aligncenter, img.aligncenter {
    display: block;
    margin: 0 auto;
    float: none;
}

.post-content .alignright {
    margin: 0px 0px 4px 8px;
}

.post-content .alignleft {
    margin: 0px 8px 4px 0px;
}

.tags {
    position: relative;
    left: -4px;
    /*height: 38px;*/
    margin-bottom: 28px;
    color: #444;

	background: #2e6490; /* Old browsers */
	background: -moz-linear-gradient(top,  #2e6490 0%, #24455e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2e6490), color-stop(100%,#24455e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #2e6490 0%,#24455e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #2e6490 0%,#24455e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #2e6490 0%,#24455e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #2e6490 0%,#24455e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6490', endColorstr='#24455e',GradientType=0 ); /* IE6-9 */

	border: 2px solid #fff;
    border-radius: 7px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.tags span {
	position: absolute;
	line-height: 35px;
	color: white;
	font-weight: 600;
	margin-left: 14px;
}

.tags-content {
	/*height: 34px;*/
	padding-left: 12px;
    margin-left: 83px;
	line-height: 35px;    
    /*white-space: nowrap;
    overflow: hidden;*/
	
	background: #c6d4dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #c6d4dc 0%, #afc0ce 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c6d4dc), color-stop(100%,#afc0ce)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #c6d4dc 0%,#afc0ce 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #c6d4dc 0%,#afc0ce 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #c6d4dc 0%,#afc0ce 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #c6d4dc 0%,#afc0ce 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6d4dc', endColorstr='#afc0ce',GradientType=0 ); /* IE6-9 */

	border-left: 2px solid #fff;
	
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.tags a {
    color: #316d9e;
    text-decoration: none;
}

.tags a:hover {
    color: #444;
    text-decoration: underline;
}

.post-end-line {
    width: 100%;
    height: 2px;
    margin-bottom: 18px;
    background: url(images/post-end-line.png) repeat;
}

.related-title, .comments-title-a, .comments-title-b, .comments-reply {
    /*width: 726px;*/
    height: 23px;
    margin-bottom: 18px;
    margin-top: 28px;
    background: url(images/post-end-titles.png) no-repeat 0px 0px;
}

.related {
    position: relative;
    /*width: 728px;*/
    height: 55px;
    margin-bottom: 3px;
    /*background: url(images/related-bg.gif) no-repeat top;*/
    background: #e9e9ea;
    border: 1px solid #b1b2b3;
}

.related:hover {
    /*background: url(images/related-bg.gif) no-repeat bottom;*/
    background: #f9f9fa;
    
}

.related-img {
    position: relative;
    /*top: 5px;
    left: 5px;*/
    /*width: 69px;
    height: 45px;*/
    width: 77px;
    height: 53px;

    background: #fff;
    padding: 4px;
    border-right: 1px solid #dfdfe0;
}

.related-post {
    position: absolute;
    left: 96px;
    /*width: 688px;*/
}

.related-post:hover { text-decoration: underline;
}

.article-feed {
    float: right;
}

.comments-title-a {
    position: relative;
    background: url(images/post-end-titles.png) no-repeat 0px -23px;
}

.comments-title-b {
    position: relative;
    background: url(images/post-end-titles.png) no-repeat 0px -46px;
}

.comments-reply {
    position: relative;
    background: url(images/post-end-titles.png) no-repeat 0px -69px;
}

.comments {
    position: relative;
    padding-bottom: 38px;
}

.comment-digit-1 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 13px;
    height: 20px;
}

.comment-digit-2 {
    position: absolute;
    top: 0px;
    left: 12px;
    width: 13px;
    height: 20px;
}

.comment-number-1 { background: url(images/comment-sprite.png) no-repeat 0px 0px;
}

.comment-number-2 { background: url(images/comment-sprite.png) no-repeat 0px -20px;
}

.comment-number-3 { background: url(images/comment-sprite.png) no-repeat 0px -40px;
}

.comment-number-4 { background: url(images/comment-sprite.png) no-repeat 0px -60px;
}

.comment-number-5 { background: url(images/comment-sprite.png) no-repeat 0px -80px;
}

.comment-number-6 { background: url(images/comment-sprite.png) no-repeat 0px -100px;
}

.comment-number-7 { background: url(images/comment-sprite.png) no-repeat 0px -120px;
}

.comment-number-8 { background: url(images/comment-sprite.png) no-repeat 0px -140px;
}

.comment-number-9 { background: url(images/comment-sprite.png) no-repeat 0px -160px;
}

.comment-number-0 { background: url(images/comment-sprite.png) no-repeat 0px -180px;
}

.comment-number-1, .comment-number-2, .comment-number-3, .comment-number-4, .comment-number-5, 
    .comment-number-6, .comment-number-7, .comment-number-8, .comment-number-9, .comment-number-0,
    .comments-s{
    width: 13px;
    height: 20px;
}

.comments-s {
    position: absolute;
    top: 0px; 
    left: 124px;
    background: url(images/comment-s.png) no-repeat;
}

.comments textarea {
    width: 100%;
    height: 150px;
    margin: 10px 0;
    padding: 2px;
    border: 1px solid #888888;
    font-size: 11px; 
    color: #777777;
}

.comments .avatar {
    border: 1px solid #fff;
}

.comment-body {
    margin: 0px 0px 5px 0px;
    background: url(images/threaded.gif) no-repeat;
}

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

.comments li {
    margin: 0 0 10px 0;
}

.comments li li .comment-body {	padding-left: 20px;
}

.comments li li li .comment-body { padding-left: 40px;
}

.comments li li li li .comment-body { padding-left: 60px;
}

.comments li li li li li .comment-body { padding-left: 80px;
}

.comments li li li li li li .comment-body { padding-left: 100px;
}

.comment-content {
    margin-bottom: 15px;
    line-height: 16px;
    font-size: 11px;
    font-family: tahoma, arial;
    color: #555;
}

.comment-content p {
    margin: 10px;
}

.commentlist {
    position: relative;
    margin-left: 57px;
    background: #f9f9f9;
    border: 1px solid #b1b2b3;
}

.commentlist, .commentlist ul, .commentlist li {
    padding: 0;
}

.commentlist .comment {
    position: relative;
    min-height: 71px;
}

.commentlist .comment-head {

    height: 22px;
    margin: 5px 5px 0 5px;
    padding: 2px 3px 3px 5px;
    background: #e8e8e8;
    border: 1px solid #c2c2c2;
    color: #4a7495;
}

.commentlist .comment-author {
    float: left;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

.commentlist .comment-author-admin .comment-head  {
    background: #d6dff0;
    border: 1px solid #a8bbc9;
}

.commentlist .comment-meta {
    float: left;
    margin: 1px 0 0 10px;
    font-size: 11px;
    font-weight: 100;
    color: #696969;
}

.commentlist .comment-meta a {
    color: #696969;
}

.pinglist {
    margin: 10px 0 0 57px;
}

.pingback {
    position: relative;
}

.pingback .comment-head {
    min-height: 15px;
    margin: 0 0 5px 0;
    padding: 2px 3px 3px 5px;
    background: #ccc;
    border: 1px solid #949494;
    color: #696969;
}

.pingback .comment-author {
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
}

.pingback .comment-author a {
    color: #fff;
}

.pingback .comment-meta {
    float: left;
    width: 200px;
    margin: 1px 10px 0 0px;
    font-size: 11px;
    font-weight: 100;
}

.pingback .comment-meta a {
    color: #444;
}

.gravatar {
    position: absolute;
    left: -57px;
    top: 0px;
}

.comment-reply {
    float: right;
    position: absolute;
    top: 1px;
    right: 6px;
    width: 52px;
    height: 20px;
}

.comment-reply a {
    display: block;
    width: 52px;
    height: 20px;
    background: url(images/comment-reply.png) no-repeat left;
}

.comment-reply a:hover {
    background: url(images/comment-reply.png) no-repeat right;
    cursor: pointer;
}

.commentlist .comment-edit {
    float: right;
    margin-right: 80px;
    font-size: 12px;
}

.pingback .comment-edit {
    position: absolute;
    right: 5px;
    top: 4px;
}

.comment-navigation, .replying-to {
    margin: 10px 0;
    padding: 5px;
    border: 1px solid #bbb;
}

.comments-older a {
    float: left;
    display: block;
    width: 190px;
    height: 23px;
    background: url(images/comment-nav.png) no-repeat left;
}

.comments-newer a {
    float: right;
    display: block;
    width: 202px;
    height: 23px;
    background: url(images/comment-nav.png) no-repeat right;}

#cancel-comment-reply {
    float: right;
    position: relative;
    right: 8px;
    top: -34px;}

#cancel-comment-reply a {
    color: red;
}

.footer {
    position: relative;
    height: 230px;    
    top: 10px;
    background: url(images/footer.jpg) repeat-x;
    clear: both;	
	padding-top: 12px;
}

.footer [class*="col-"] {
    min-height: 138px;
	border-right: 1px dotted #f0f0f0;
}

.footer [class*="col-"]:last-child {
	border-right: 0px;
}

.footer-logo {
   	bottom: -46px;
    position: absolute;
    right: 0;
}

.footer-inner {
    position: relative;
    left: -4px;
    max-height: 160px;
    /*width: 1047px;*/

    margin: 0 auto;
    /*background: url(images/footer-inner.gif) no-repeat;*/
	background: #aab7c0; /* Old browsers */
	background: -moz-linear-gradient(top,  #aab7c0 0%, #94a2af 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aab7c0), color-stop(100%,#94a2af)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #aab7c0 0%,#94a2af 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #aab7c0 0%,#94a2af 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #aab7c0 0%,#94a2af 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #aab7c0 0%,#94a2af 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aab7c0', endColorstr='#94a2af',GradientType=0 ); /* IE6-9 */
	
	border-radius: 4px;
	box-shadow: inset 0px 1px 2px #1a3142;
}

.footer-inner .row {
	padding: 10px 0;
}

.footer-social-holder {
    /*position: absolute;*/
    top: 19px;
    right: 10px;
}

.footer-social {
    position: relative;
    /*width: 236px;*/
    height: 39px;
    margin-bottom: 4px;
}

.footer-box {
    float: left;    
    margin: 0 0 0 20px; 
    
}

.footer-box h2 {
    margin: 0 20px 6px 0;
    color: #FFFFFE;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
}

.footer ul {
    padding: 0;
}

.footer li {
    margin: 0 0 4px 0;
    font-size: 15px;
    list-style: none;
}

.footer li a {
	color: #316d9e;
}

.footer li a:visited {
	color: #23445d;
}

.footer li a:hover {
	color: #f0f0f0; text-decoration: underline;
}

table.graytable {
	border-spacing: 2px;
	border-collapse: separate;
}

.graytable td {
    background: #fafafa;
    padding: 0 10px;
    font-size: 11px;
    font-family: verdana, sans-serif;
}

.graytable td.current {
    background: #a2c8fa;
    color: #114180;
}

.graytable th {
    background: #ccc;
    padding: 0 10px;
    font-size: 90%;
    border-bottom: 1px solid #004C89;
}

.solid {
    font-weight: bold;
    color: #003366;
    border-bottom: 1px solid orange;
    font-family: verdana, arial, sans-serif;
}

code {
    color: #4444AA;
    font-family: "Courier New", Courier, monospace;
}

.wp_codebox pre {
    margin: 4px;
}

blockquote {
    position: relative;
    border-left: 0 none;
    font-size: inherit;
    margin: 0 0 20px;
    padding: 0 25px;
}

blockquote p {
    color: #1d5a9a;}

blockquote p a {
    text-decoration: underline;
}

.youmightlike.games {
    width: 764px;
    height: 194px;
    position: relative;
    left: -31px;
    padding-top: 20px;
}

.youmightlike.games {
    background: url(images/mightlike-bg.png) no-repeat;
}

.youmightlike.parts {
    background: url(images/upgradenow-bg.png) no-repeat;
}

.youmightlike .items {
    position: absolute;
    top: 50px;
    left: 3px;
}

.youmightlike .items a {
    color: white;
    font-size: 11px;
    font-weight: bold;
}

.youmightlike .items div {
    width: 182px;
    height: 21px;
    margin-top: 4px;
    padding-left: 10px;
    line-height: 18px;
    background: url(images/mightlike-title.gif) no-repeat;
}

.youmightlike .pics {
    height: 144px;
    position: absolute;
    top: 27px;
    left: 192px;
}

.youmightlike .pics td {
    width: 112px;
}

.youmightlike .pics img {
    border: 1px solid #000000;
}

.altrow td {
    background: #F3F3F3;
}

.custom-list1 {
    color: #666;
    font-family: Arial, Tahoma, sans-serif;
}

.custom-list1 h4 {
    position: relative;
    margin: 10px 0 0 0;
    padding: 8px 6px;
    border: 1px solid #bbb;
    border-bottom: 2px solid #004f8f;
    background: #efefef;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
}

.custom-list1 h4 span {
    float: right;
    font-size: 11px;
    font-weight: 100;
    margin-top: 6px;
    color: #999;
}

.custom-list1 .info {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #eff5f9;
    font-size: 14px;
}

.custom-list1 .info .title {
    width: 150px;
    color: #004f8f;
}

.custom-list1 .data .title {
    width: 120px;
    color: #004f8f;
    font-size: 14px;
}

.custom-list1 .info span {
    color: #959595;
}

.custom-list1 .info td {
    padding: 3px 6px;
    border-bottom: 1px solid #ccc;
}

.custom-list1 .info .altrow {
    background: #E5EEF5;
}

.custom-list1 .data {
    margin: 10px 0 30px 0;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    background: #fff;
    font-size: 12px;
}

.custom-list1 .data2 {
    margin: 0px 0 30px 0;
}

.custom-list1 .data th {
    padding: 6px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    background: #EFEFEF;
}

.custom-list1 .data td {
    padding: 3px 6px;
    vertical-align: top;
}

.custom-list1 .data2 td {
    padding: 4px 10px;
}

.custom-list1 .data2 img {
    border: 0px;
    margin-bottom: 2px;
}

.custom-list1 .data .altrow {
    border-top: 1px solid #ddd;
}

.custom-list1 .data .altrowb {
    background: #f4f4f4;
}

.custom-list1 .data .brgt {
    border-right: 1px solid #ddd;
}

.custom-list1 .data .bbot {
    border-bottom: 1px solid #bbb;
}

.custom-list1 .data .add { 
    padding: 4px 6px 0px 6px;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
    background: #d1eed8;
}

.custom-list1 .data .remove {
    padding: 3px 6px 0px 6px;
    font-size: 18px;
    font-family: Tahoma, Geneva, sans-serif;
    text-align: center;
    background: #eed1d1;
}

.custom-list1 .data2 .pros {
    width: 30px;
    background: #d1eed8;
    color: green;
}

.custom-list1 .data2 .cons {
    width: 30px;
    background: #eed1d1;
    color: red;
}

.custom-list1 .data2 ul {
    margin: 0px;
    padding: 0 0 0 10px;
}

.dark {
    font-family: "Courier New", Courier, monospace;
    color: #444;
    letter-spacing: 0.25px;
}

.textarea-bg {
    position: relative;
    /*width: 698px;*/
	width: 100%;
    height: 200px;
    padding: 15px;
    overflow: hidden;
    font-size: 11px;
    background: url(images/textarea-bg.jpg) no-repeat;
}

.textarea-bg textarea {
    /*width: 692px;*/
	width: 100%;
    max-width: 692px;
    height: 180px;
    margin: 0;
    padding: 2px;
    border: 1px solid #294b66;
    font-size: 11px; 
    color: #444;
}

.character-count {
    position: relative;
    /*width: 719px;*/
	width: 100%;
    height: 32px;
    padding-top: 7px;
    padding-right: 9px;
    background: url(images/charactercount.jpg) no-repeat;
}

.character-count .encodebtn {
    width: 90px;
    max-width: 90px;
    padding-left: 0px;
    padding-right: 0px;}

#countdisplay {
    position: absolute;
    left: 160px;
    top: 8px;
    width: 68px;
    font-size: 18px;
    text-align: center;}

#countlines {
    position: absolute;
    left: 340px;
    top: 8px;
    width: 68px;
    font-size: 18px;
    text-align: center;
}

.character-count input {
    position: relative;
    left: 456px;
}

.contactform p {
	/* HACK */
	/*display: none;*/
	margin: 10px;
}

.contactform {
    position: relative;
    padding: 0 15px;
    overflow: hidden;
    font-size: 11px;    
	background: #95c1de; /* Old browsers */
	background: -moz-linear-gradient(top,  #95c1de 0%, #80a4bc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95c1de), color-stop(100%,#80a4bc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #95c1de 0%,#80a4bc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #95c1de 0%,#80a4bc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #95c1de 0%,#80a4bc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #95c1de 0%,#80a4bc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#95c1de', endColorstr='#80a4bc',GradientType=0 ); /* IE6-9 */
	border: 1px solid #98c0e3;
}

.contactform-outer {
	border: 1px solid #7caac4;
}

.contactform-logo {
	float: right;
	position: relative;
	right: 10px;
	width: 267px;
	height: 25px;
	background: url(images/contact-form-logo.gif) no-repeat bottom right;
}

.contact-submit {
	float: left;
	margin: 0 !important;
}

.contact-form label {
	color: #22445d;
	font-size: 1.3em;
}

.contact-form label span {
	color: #fff !important;
}

.contacterror {
    border: 1px solid #ff0000;
}

.contact-form input[type="email"],
.contact-form input[type="text"] {
	width: 100% !important;
}

.contact-form textarea {
	width: 99% !important;
}

.contact-msg {
    position: absolute;
    bottom: 15px;
    left: 300px;
    width: 320px;
    height: 30px;
    overflow: hidden;
    color: #ff0000;
    text-align: right;
}

.contact-msg-success {
    height: 90px;
    padding-top: 60px;
    color: #444;
    text-align: center;
    font-size: 30px;
}

.article-pages {
    position: relative;
    height: 38px;
    padding-top: 9px;
    padding-right: 9px;
    margin-top: 20px;
    background: url(images/article-pages.jpg) no-repeat;
	border-right: 1px solid #5a849d;
}

span.contentjumplink {	
    width: 44px; 
    color: #aaaaaa !important; 
    vertical-align: middle;
    font-weight: bold;
    border: 1px solid #528cb2; 
    margin-left: -1px;
    background: #ffffff;}

a.contentjumplink {
    width: 44px;
    color: #3371A3 !important; 
    vertical-align: middle; 
    font-weight: bold;
    border: 1px solid #528cb2;
    margin-left: -1px;
    background: #ffffff;}

a.contentjumpall {}

span.contentjumpall {}

span.contentjumptitle { 
    vertical-align: middle; 
    color: #aaa; 
    font-weight: bold;
    border: 1px solid #528cb2;
}

a.contentjumptitle { 	
    vertical-align: middle;
    border: 1px solid #528cb2;
}

select.contentjumpddl {
    height: 20px;
    padding: 0px;
    vertical-align: middle;
    border: 1px solid #528cb2;
    font-size: 12px;
    font-family: arial, sans-serif;
}

select.contentjumpddl option{
	padding: 1px 0px 2px;
}

span.contentjumpnumber {
    width: 16px;
    vertical-align: middle;
    color: #ffffff; 
    font-weight: bold;
    border: 1px solid #528cb2; 
    background: #3371A3;
}

a.contentjumpnumber { 	
    width: 16px;
    vertical-align: middle; 
    border: 1px solid #528cb2;
    color: #3371A3 !important;
    background: #ffffff;
}

a.contentjumpnumber:hover, a.contentjumplink:hover { 
    border-color: #3371A3 !important;
    background: #ddd;
}

.contentjumpnumber, .contentjumplink {
    display: block;
    position: relative;
    float: left;
    min-width: 20px;
	height: 20px;
    line-height: 18px;
    margin-left: -1px;
    font-size: 11px;
    text-align: center;
}

.upgrading {
    position: absolute;
    top: 0px;
    left: 610px;
    width: 192px;
    height: 192px;
    background: url(images/upgrading.png) no-repeat;
}

.wp_codebox_msgheader {
    width: 100%;    
    margin: .5em 0 0 0 !important;
    border: 1px solid silver;
    height: 22px;
    border-bottom: 0;
    font-weight: bold;
    background: url(images/codebox/header.gif) no-repeat right top;
    color: #282828;
    overflow: hidden;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
}

.wp_codebox_msgheader.active {
    background-position: right bottom;
    border: 1px solid silver;
}

.wp_codebox_msgheader .right {
    float: right;
    text-align: right;
    padding-right: 5px;
    margin-right: 20px;
}

.wp_codebox_msgheader .left,.wp_codebox_msgheader .left2 {
    float: left;
    font-family: "segoe ui",tahoma, arial, verdana;

    padding: 2px 5px 2px 5px;
    margin-left: 5px;
    font-size: 11px;

    color: #777777;
    line-height: 18px;
}

.wp_codebox_msgheader .left {}

.wp_codebox_msgheader .left2 {
    background: url(images/codebox/down.gif) no-repeat left;
}

.wp_codebox_msgheader .left a { 
    font-size: 11px;
    color: #1e69c4;
    font-weight: normal;
    margin: 0 2px 0 10px;
}

.wp_codebox_msgheader .left2 a { 
    font-weight: bold;
}

.wp_codebox_msgheader .codebox_clear {
    clear: both;
}

.wp_codebox {
    color: #000099;
    width: 100%;
    background-color: #f7f7f7;
    border: 1px solid silver;
    margin: 0 0 .5em 0 !important;
    overflow: auto;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
}

.wp_codebox table {
    border-collapse: collapse;
    border: none;
    margin: 0px !important;
    width: 100%;
}

.wp_codebox div,.wp_codebox td {
    vertical-align: top;
    padding: 2px 4px;
}

.wp_codebox td.line_numbers {
    text-align: right;
    background-color: #def;
    color: #666;
    overflow: visible;
    border-right: 1px solid #B0BEC7;
    table-layout: auto;
    width: 10px;
}

.wp_codebox pre {
    border: none;
    background: none;
    margin: 2px;
    padding: 0;
    width: auto;
    float: none;
    clear: none;
    overflow: visible;

    font-size: 12px;
    line-height: 1.333;
    text-align:left;
}

.line_numbers pre {
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.clipboard-copy {
    font-size: 10px;
    font-weight: normal;
    position: relative;
    top: -2px;
    right: 0px;
}


.g27-info {
    position: relative;
    top: 5px;
    padding-right: 85px;
    width: 100%;
    /*max-width: 600px;*/
    
    height: 128px;
    margin: 0 15px 15px 0;
    border: 4px solid #fff;
    color: #234158;
    font-size: 12px;
    font-family: Arial, Tahoma, Verdana, Geneva, sans-serif;
    font-weight: bold;
    
    background: rgb(50,108,156); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(50,108,156,1) 0%, rgba(36,70,97,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,108,156,1)), color-stop(100%,rgba(36,70,97,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(50,108,156,1) 0%,rgba(36,70,97,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(50,108,156,1) 0%,rgba(36,70,97,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(50,108,156,1) 0%,rgba(36,70,97,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(50,108,156,1) 0%,rgba(36,70,97,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#326c9c', endColorstr='#244661',GradientType=0 ); /* IE6-9 */

}

.g27-info p { display: none; }

.g27-info a, .g27-info a:visited {
    color: #296492;
    text-decoration: underline;
}

.g27-info a:hover {
    color: #fff;
    text-decoration: underline;
}

.g27-info1,
.g27-info2,
.g27-info3,
.g27-info4,
.g27-info5,
.g27-info6,
.g27-info7,
.g27-info8 {
    padding-left: 12px;
    height: 30px;
    line-height: 29px;
    width: 50%;
}

.g27-info2,
.g27-info4,
.g27-info6,
.g27-info8 {
    background: rgb(157,157,157); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(157,157,157,1) 0%, rgba(149,149,149,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,157,157,1)), color-stop(100%,rgba(149,149,149,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(157,157,157,1) 0%,rgba(149,149,149,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(157,157,157,1) 0%,rgba(149,149,149,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(157,157,157,1) 0%,rgba(149,149,149,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(157,157,157,1) 0%,rgba(149,149,149,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9d9d9d', endColorstr='#959595',GradientType=0 ); /* IE6-9 */
}

.g27-info3,
.g27-info7 {    
    background: rgb(182,182,182); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(182,182,182,1) 0%, rgba(163,163,163,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(182,182,182,1)), color-stop(100%,rgba(163,163,163,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(182,182,182,1) 0%,rgba(163,163,163,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(182,182,182,1) 0%,rgba(163,163,163,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(182,182,182,1) 0%,rgba(163,163,163,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(182,182,182,1) 0%,rgba(163,163,163,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b6b6', endColorstr='#a3a3a3',GradientType=0 ); /* IE6-9 */
}

.g27-info1 {    
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.g27-info5 {
    top: 0;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.g27-info2 {
    border-top: 1px solid #d2d2d2;
}

.g27-info3 {
    border-top: 1px solid #d2d2d2;
}

.g27-info4 {
    border-top: 1px solid #d2d2d2;
}

.g27-info5,
.g27-info6,
.g27-info7,
.g27-info8 {
    position: absolute;
    left: 40%;
    width: 40%;
}

.g27-info6 {
    top: 30px;
    box-shadow: 2px 0 1px -1px #000;
    border-left: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;

}

.g27-info7 {
    top: 60px;
    box-shadow: 2px 0 1px -1px #000;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}

.g27-info8 {
    top: 90px;
    box-shadow: 2px 0 1px -1px #000;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
}

.g27-info img {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 77px;
    height: 109px;
    border: 1px solid #fff;
}

label {
    font-weight: normal;
}
    
.multi-page-nav-left {
     position:relative;
     top:3px;
     float:left;
}

 .multi-page-nav-right {
     position:relative;
     top:4px;
     float:right;
}

.wp-caption {
	max-width: 100% !important;
	width: auto !important;
}

@media(max-width:992px){
    .post-meta-top {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media(max-width:767px){
    .footer .sidebar-feed-rss,
    .footer .sidebar-feed-twitter,
    .footer .icon-rss,
    .footer .icon-twitterwhite {
        right: inherit;
        left: 10px;
    }
    
    .footer .icon-rss,
    .footer .icon-twitterwhite {
        left: 160px;
    }
    
    .footer-social {
        height: auto;
    }
        
    .footer-social-holder .sidebar-feed-rss,
    .footer-social-holder .sidebar-feed-twitter,    
    .footer-social-holder .icon-rss,
    .footer-social-holder .icon-twitterwhite {
        display: block;
        position: relative;
        left: 0;        
    }
    
    .footer-social-holder .sidebar-feed-rss {
        background-position: -48px 0;
    }
    
    .footer-social-holder .sidebar-feed-twitter {
       width: 92px;
    }
	
	.footer-social-holder {
		height: 126px;
		overflow-x: hidden;
	}
    
    .footer-social-holder .icon-rss,
    .footer-social-holder .icon-twitterwhite {
        left: 0;
        top: 10px;
    }
    
    .content-wrapper {
		border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;        
    }
    
    .sidebar {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
    .footer-box {
        margin: 0;
    }
    
    .footer-box h2 {
        font-size: 15px;
        font-weight: bold;
        line-height: 18px;
        margin: 0;
    }
    
    .footer li {
        font-size: 13px;
    }
    
    .home-share-links {
        /*right: -4px;*/
        top: 5px;
    }
    
    .excerpt-inner .post-content {
        margin-left: 0;
    }
    
    .post-meta {
        margin-left: 0;
        margin-top: 12px;
    }
	
	.body-container > .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	
	.search-box {
		position: absolute;
		top: 10px;		
		max-width: none;
		float: none;
		margin: 0 12px 0 75px;
		z-index: 1;
	}
    
    .wp-caption > a > img {
        max-width: 100%;
        height: auto;
    }
    
    .wp-caption > a > img, .wp-caption {
        width: 100% !important;
    }
    
    .post-content .alignleft,
    .post-content .alignright {
        margin: 0 auto;
    }
    
    .alignleft, img[align="left"],
    .alignright, img[align="right"] {
        float: none;
    }
    
    .post-pagenumber h2 {        
        line-height: 36px;
        font-size: 13px;        
    }
}

@media(max-width:375px){

    h5 {
        font-size: 11px;
    }
    
    .commentlist {
        margin-left: 33px;
    }
    
    .gravatar {        
        left: -44px;
    }
    
    .comments .avatar {
        border: 0px;
    }
    
    .comments li li .comment-content { margin-left: -20px; }    
    .comments li li li .comment-content { margin-left: -40px; }    
    .comments li li li li .comment-content { margin-left: -60px; }    
    .comments li li li li li .comment-content { margin-left: -80px; }    
    .comments li li li li li li .comment-content { margin-left: -100px; }
    
    .pinglist {
        margin: 10px 0 0 -40px;
    }
    
    #respond {
        font-size: .8em !important;
    }
    
    .single .comment-count-holder {
        top: 32px;
    }

    .multi-page-nav-right {
         position:relative;
         top:14px;
         float:left;
    }
    
    .g27-info {
        font-size: 0.8em !important
    }
    
    .g27-info1, .g27-info2, .g27-info3, .g27-info4, .g27-info5, .g27-info6, .g27-info7, .g27-info8 {
        padding-left: 6px;
        width: 130px;
        font-size: inherit;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .g27-info5, .g27-info6, .g27-info7, .g27-info8 {
        left: 130px;
        width: 124px;
    }
    
    .btn {
        font-size: 11px;
        z-index: 2;
    }
    
    .post-pagenumber h2 {
        font-size: 11px;
        left: 78px;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .graytable td {
        font-size: 10px;
        padding: 0 5px;
    }
    
    .custom-list1 td, .custom-list1 h4 {
        font-size: 0.9em !important;  
    }
}

#wpstats {
    display: none;
}

/* GRAPHICS CARDS DX12 ARTICLE */

.dx12table{
    font-size:11px;
}
.dx12table table {
    border: 4px solid #fff;
    border-radius: 6px;
    box-shadow: 0 1px 5px rgba(0,0,0,.5);
}
.dx12table th {
	font-size: 10.5px;
}
.dx12table.row-no-padding > [class*="col-"] {
    padding-left: 4px !important;
    padding-right: 4px !important;
}
.dx12table .nvidia, .dx12table .amd {
	position: relative;
	height: 118px;
	border-top-left-radius: 11px;
	border-top-right-radius: 11px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.dx12table .nvidia {	
	background: #609401; /* Old browsers */
	background: -moz-linear-gradient(top,  #609401 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #609401 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #609401 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#609401', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
}
.dx12table .amd {	
	background: #d81920; /* Old browsers */
	background: -moz-linear-gradient(top,  #d81920 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d81920 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d81920 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d81920', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat;
}
.dx12table .nvidia .desktop {
	position: absolute;
	right: 20px;
	bottom: 1px;
	width: 117px;
	height: 123px;
	background: url("images/nvidia-desktop-dx12.png") no-repeat;
}
.dx12table .nvidia .mobile {
	position: absolute;
	right: 20px;
	bottom: 1px;
	width: 199px;
	height: 132px;
	background: url("images/nvidia-laptop-dx12.png") no-repeat;
}
.dx12table .nvidia .oem {
	position: absolute;
	right: 0px;
	bottom: 1px;
	width: 183px;
	height: 132px;
	background: url("images/nvidia-oem-dx12.png") no-repeat;
}
.dx12table .amd .desktop {
	position: absolute;
	right: 20px;
	bottom: 1px;
	width: 117px;
	height: 123px;
	background: url("images/amd-desktop-dx12.png") no-repeat;
}
.dx12table .amd .mobile {
	position: absolute;
	right: 20px;
	bottom: 1px;
	width: 199px;
	height: 132px;
	background: url("images/amd-laptop-dx12.png") no-repeat;
}
.dx12table .amd .oem {
	position: absolute;
	right: 0px;
	bottom: 1px;
	width: 183px;
	height: 132px;
	background: url("images/amd-oem-dx12.png") no-repeat;
}
.dx12table .table > thead > tr > th.nvidia,
.dx12table .table > thead > tr > th.amd {
	padding: 0;
	border-bottom: 0;
}
.dx12table p {	
    position: absolute;
    bottom: 64px;
    left: 14px;
	z-index: 1;
}

/* GRAPHICS CARDS DX12 ARTICLE */