/*
THEME NAME: Ripten 2012
THEME URI: http://ripten.com
DESCRIPTION: Ripten, redesigned for 2012.
VERSION: 1.0
AUTHOR: <a href="http://www.ripten.com/author/admin/">Chad Lakkis</a>
AUTHOR URI: http://www.ripten.com/author/admin/
*/

body {
	background: url(images/bg.png);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #191919;
        margin: 0;
        padding: 0;
}

a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

.left {
        float: left;
}

.right {
        float: right;
}

.clear {
        clear: both;
        margin: 0;
        padding: 0;
}

ul {
        margin: 0;
        padding: 0;
}

#header {
	background: #000000;
        color: #FFFFFF;
}

#header a,
#header a:visited,
#header a:hover {
        color: #FFFFFF;
        font-weight: bold;
}

#header .inside {
        width: 974px;
        margin: 0 auto;
        padding: 4px 0;
}

#header .aboutnav {
        float: right;
        font-size: 10px;
        color: #9a9a9a;
        margin: 2px 2px 6px;
}

#header .aboutnav a,
#header .aboutnav a:visited,
#header .aboutnav a:hover {
        color: #9a9a9a;
}

#header .aboutnav ul li {
        list-style-type: none; 
        float: left;
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
        border-left: 1px solid #9a9a9a;
}

#header .aboutnav ul li.first {
        border: none;
}

#header .quotebox {
        background: url(images/quotebox.png);
        width: 944px;
        height: 31px;
        padding: 15px 15px 0 15px;
}

#header .logo {
        background: url(images/logo.png);
        width: 145px;
        height: 61px;
        margin: 0 0 0 8px;
        float: left;
}

#header .nav {
        float: left;
        width: 821px;
}

#header .nav .upper {
        margin: 10px 0 0 18px;
        float: left;
}

#header .nav .upper ul {
        position: relative;
}

#header .nav .upper ul li {
        list-style-type: none;
        float: left;
        border-right: 2px solid #666666;
        margin: 0 15px 0 0;
        padding: 0 15px 0 0;
}

#header .nav .upper ul li.first {
        border-left: 2px solid #666666;
        padding: 0 15px;
}

ul.cssMenu li ul 						
{ 
        display: none;
        position: absolute !important;
        background: #0F0F0F;
        left: -9px;
        font-size: 12px;
        z-index: 5;
        min-width: 115px;
        border-top: 5px solid black;
}

ul.cssMenu li ul li {
        border-bottom: 1px solid #666;
        padding: 6px 8px !important;
        margin: 0 !important;
        float: none !important;
        border-right: none !important;
}

/* Hover effect for menu*/
ul.cssMenu li:hover > ul 			
{ 
	display:block;
}

#header .nav .social { 
        float: right;
        margin: 4px 0 0;
}

#header .nav .social ul li {
        list-style-type: none;
        float: left;
        margin: 0 0 0 5px;
}

#header .nav .lower {
        font-size: 11px;
        background: #666666;
        margin: 0 0 0 18px;
        padding: 4px 10px;
}

#header .nav .lower ul li {
        list-style-type: none;
        float: left;
        margin: 0 8px 0 0;
        padding: 0 0 0 8px;
        border-left: 1px solid black;
}

#header .nav .lower ul li.first {
        border: none;
        padding: 0;
}

#midway {
        width: 978px;
        height: 90px;
        margin: 10px auto 0;
}

#midway .search {
        float: left;
}

#midway .search .wrap {
        width: 232px; 
        height: 33px;
        background: #333333;
}

#midway .search .wrap #s {
        border: 1px solid #000000;
        padding: 2px 4px;
        color: #333;
        margin: 5px 0 0 5px;
        float: left;
        font-size: 11px;
        height: 16px;
        width: 149px;
}

#midway .search .wrap #searchsubmit {
        background: #000000;
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
        text-transform: lowercase;
        font-size: 11px;
        font-weight: bold;
        height: 21px;
        width: 58px;
        float: left;
        margin: 5px 0 0 5px;
}

#midway .search .contest {
        width: 230px;
        height: 46px;
        background: #999999;
        border: 1px solid #FFFFFF;
        margin: 0 0 11px;
} 

#midway .ad-728 {
        width: 728px;
        height: 90px;
        float: right;
        background: url(images/temp-728x90.png);
        border: 1px solid #999999;
}

#wrapper {
        width: 950px;
        background: white;
        padding: 12px;
        margin: 10px auto;
        border-bottom: 3px solid #777777;
        position: relative;
}

#content {
	float: left;
	width: 630px;
        margin: 0 5px;
}

#content img {
        max-width: 630px;
        height: auto;
}

#content .twitterten {
        background: url(images/twitterten.png);
        width: 494px;
        height: 28px;
        padding: 19px 0 0 136px;
        font-size: 12px;
        margin: 0 0 5px;
        font-family: Georgia;
}

#content .twitterten a,
#content .twitterten a:visited,
#content .twitterten a:hover {
        color: #5d6969;
}

#content .feed {
        margin: 0 0 18px;
}

#sheader-linkbar {
        background: #000000;
        font-size: 11px;
        font-weight: bold;
        margin: 0 0 1px;
        padding: 7px;
        color: #FFFFFF;
        text-align: right;
}

#sheader-linkbar a{
        background: #000000;
        font-size: 11px;
        font-weight: bold;
        margin: 0 0 1px;
        padding: 7px;
        color: #FFFFFF;
        text-align: right;
}

#sheader-linkbar  a:hover{
        background: #000000;
        font-size: 11px;
        font-weight: bold;
        margin: 0 0 1px;
        padding: 7px;
        color: #FFFFFF;
        text-align: right;
}

#sheader-linkbar  a:visited{
        background: #000000;
        font-size: 11px;
        font-weight: bold;
        margin: 0 0 1px;
        padding: 7px;
        color: #FFFFFF;
        text-align: right;
}

#sheader-main {
        background: #000000;
        font-size: 11px;
        font-weight: bold;
        margin: 0 0 1px;
        padding: 7px;
        color: #FFFFFF;
}

#sheader-sub {
        background: #999999; 
        color: #FFFFFF;
        font-size: 11px;
        border-bottom: 2px solid #000000;
        padding: 4px 8px;
}

#sheader-sub a,
#sheader-sub a:visited,
#sheader-sub a:hover {
        color: #FFFFFF;
}

#sheader-sub ul li {
        list-style-type: none;
        float: left;
        border-right: 1px solid black;
        margin: 0 5px 0 0;
        padding: 0 5px 0 0;
}

#sheader-sub ul li.last {
        border: none;
}

#sheader-sub ul li#last {
        border: none;
}

#sheader-sub ul li.current a,
#sheader-sub ul li.current a:visited,
#sheader-sub ul li.current a:hover {
        color: #000000;
        font-weight: bold;
}

#content .main.post.sticky {
        background: #657B8B url(/wp-content/uploads/2013/03/stickied.png) no-repeat bottom right;
        padding: 10px;
        border: 1px solid #eee;
        color: #eee;
        margin: -3px 0 16px;
}

#content .main.post.sticky .post-meta a,
#content .main.post.sticky .post-meta a:visited,
#content .main.post.sticky .post-meta a:hover,
#content .main.post.sticky .post-title a,
#content .main.post.sticky .post-title a:visited,
#content .main.post.sticky .post-title a:hover,
#content .main.post.sticky .post-excerpt a,
#content .main.post.sticky .post-excerpt a:visited,
#content .main.post.sticky .post-excerpt a:hover {
        color: #FFFFFF;
}



#content .main.post {
        border-bottom: 1px solid #dddddd;
        margin: 0 0 10px;
        padding: 0 0 10px;
}

#content .main.post .post-left {
        float: left;
        margin: 0 15px 0 0;
}

#content .main.post .post-image {
        background: #333333;
        width: 178px;
        height: 98px;
        border: 1px solid #000000;
}

#content .main.post .post-cat {
        background: #000000;
        font-size: 11px;
        font-weight: bold;
        margin: 1px 0 0;
        padding: 4px 5px;
        color: #FFFFFF;
        width: 170px;
        height: 14px;
        overflow: hidden;
        line-height: 15px;
}

#content .main.post .post-cat a,
#content .main.post .post-cat a:visited,
#content .main.post .post-cat a:hover {
        color: #FFFFFF;
}

#content .main.post .post-title a,
#content .main.post .post-title a:visited,
#content .main.post .post-title a:hover {
        color: #095589;
        font-weight: bold;
        font-size: 16px;
}

#content .main.post .post-meta {
        font-size: 11px;
}

#content .main.post .post-meta a,
#content .main.post .post-meta a:visited,
#content .main.post .post-meta a:hover {
        color: #191919;
}

#content .main.post .post-excerpt {
        margin: 10px 0 0;
        line-height: 18px;
}

#content .main.post .post-excerpt a,
#content .main.post .post-excerpt a:visited,
#content .main.post .post-excerpt a:hover {
       color: #095589;
       font-weight: bold;
}

#content .main.post .post-excerpt p {
        margin: 0;
}

#content .single.post {

}

#content .single.post .post-cat {
	background: #EEEEEE;
	padding: 5px 9px;
	margin: 0 0 7px;
	text-transform: uppercase;
	font-size: 10px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
}

#content .single.post .post-cat a {
	font-weight: bold;
}

#content .single.post .post-title {
	font-size: 26px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 3px;
	color: #0e4d78;
}

#content .single.post .post-meta {
	font-size: 12px;
	margin: 6px 0 5px;
	border-bottom: 1px dashed #999;
	padding: 0 5px 10px;
}

#content .single.post .post-meta a,
#content .single.post .post-meta a:visited,
#content .single.post .post-meta a:hover {
        color: #191919;
}

#content .single.post .post-content {
        font-size: 16px;
        padding: 0 0px;
}

#content .single.post .post-content .twitter-tweet {
        margin: 0 auto !important;
}

#content .single.post .post-content a {
        color: #0e4d78;
        font-weight: bold;
}

#content .single.post .post-content p {
        line-height: 26px;
}

#content .single.post .post-content blockquote {
        border-left: 1px dotted #555555;
        margin: 20px 0 20px 20px;
        padding: 0 0 0 20px;
        font-style: normal;
        color: #555555;
}

#content .single.post .post-content .quoteout {
        background: #000000;
        color: #ffffff;
        padding: 10px 15px;
        width: 220px;
        font-size: 22px;
        line-height: 31px;
}

#content .single.post .post-content .quoteout.left {
        float: left;
        margin: 0 15px 0px -17px;
}

#content .single.post .post-content .quoteout.right {
        float: right;
        margin: 0 0px 0px 15px;
}

#content .single.post .post-content #bbpress-forums ul,
#content .single.post .post-content #bbpress-forums li {
        margin: 0;
}


#content .single.post .post-content ul {
        margin: 0 0 0 40px;
}

#content .single.post .post-content ul li {
        list-style-type: square;
}

#content .single.post .post-content ul li, 
#content .single.post .post-content ol li {
        margin: 0 0 5px;
        line-height: 26px;
}

#content .single.post .post-content img.aligncenter{
        margin: 0 auto;
        display: block;
}

#content .single.post .post-content img.alignright {
        float: right;
        margin: 0 0 10px 10px;
}

#content .single.post .post-content img.alignleft {
        float: left;
        margin: 0 10px 10px 0;
}

#content .single.post .post-content .link-pages {
        margin: 15px 0 20px;
        text-transform: uppercase;
        font-size: 11px;
}

#content .single.post .post-content .link-pages span.p {
        text-decoration: none;
        border: 1px solid #CCCCCC;
        padding: 3px 8px;
        margin: 2px;
        color: #555555;
}

#content .single.post .post-content .link-pages a span.n {
        text-decoration: none;
        border: 1px solid #CCCCCC;
        padding: 3px 8px;
        margin: 2px;
        color: #555555 !important;
        background: #FFFFFF !important;
}

#content .single.post .post-content .link-pages span.n {
        background: #000000;
        color: #FFFFFF;
        text-decoration: none;
        border: 1px solid #000000;
        padding: 3px 8px;
        margin: 2px;
}

#content .post-tags {
        padding: 10px 5px;
        text-transform: uppercase;
        font-size: 11px;
        border-top: 1px solid rgb(233, 233, 233);
}

#content .post-nav {
         margin: 0 0 15px;
         border-top: 1px solid rgb(233, 233, 233);
         padding: 15px 0 0;
         font-size: 11px;
         text-transform: uppercase;
         font-weight: bold;
         color: #565656;
}

#content .post-nav a,
#content .post-nav a:visited,
#content .post-nav a:hover {
         color: #565656;
}

#content .post-nav .next,
#content .post-nav .prev {
         border: 1px dotted #BBBBBB;
         padding: 10px;
         width: 288px;
         border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
}

#zergnet {
        background: rgb(111, 120, 126);
        margin: 0 0 15px;
        padding: 0 0 8px;
}

#zergnet #zergnet-widget-13252 {
        padding: 4px 0 0;
}

#zergnet img {
        padding: 0 0 4px !important;
}

#comments {

}

#comments .disqus {
        margin: 19px 5px 0;
}

#comments a.policies,
#comments a.policies:visited {
        background: #FFF;
        color: #000;
        padding: 1px 4px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -khtml-border-radius: 4px;
}

#comments a.policies:hover {
        text-decoration: none;
        background: #DDDDDD;
}

#sidebar {
	float: right;
	width: 300px;
}

#sidebar .ad-300 {
        background: url(images/temp-300x250.png); 
        width: 300px;
        min-height: 250px;
        max-height: 600px;
        border: 1px solid #666666;
        margin: 0 0 20px;
}

#sidebar .item {
        margin: 0 0 20px;
}

#sidebar .item .box {
        background: #9a9a9a;
        padding: 4px;
        border: 1px solid #000000;
}

#sidebar .item .box .evenmore {
       margin: 0 0 4px;
       border: 1px solid #000000;
}

#sidebar .item .box .evenmore.last {
       margin: 0;
} 

#sidebar .item .reviews {
        margin: 5px 0 0;
}

#sidebar .item .review {
        margin: 0 0 7px;
        padding: 0 0 7px;
        border-bottom: 1px solid #DDDDDD;
}

#sidebar .item .usual a.selected,
#sidebar .item .usual a.selected:visited {
        color: #000000;
        font-weight: bold;
}

#sidebar .item .usual a.selected:hover {
        text-decoration: none;
}

#sidebar .item .review .post-image {
        float: left;
        margin: 0 8px 0 0;
        height: 42px;
        width: 42px;
        overflow: hidden;
}

#sidebar .item .review .post-title {
        padding: 3px 5px 0 0;
}

#sidebar .item .review .post-title span.ago {
        font-size: 85%;
        color: #657B8B;
}

#sidebar .item .review .review-score {
        background: #657B8B;
        float: right;
        color: white;
        font-weight: bold;
        font-size: 11px;
        padding: 13px 0;
        height: 16px;
        width: 42px;
        text-align: center;
}

#sidebar .item #top5games #availablenow ul li,
#sidebar .item #top5games #comingsoon ul li {
        list-style-type: none;
        padding: 4px 6px;
        font-size: 11px;
        margin: 1px 0 0;
}

#sidebar .item #top5games #availablenow a,
#sidebar .item #top5games #availablenow a:visited,
#sidebar .item #top5games #availablenow a:hover,
#sidebar .item #top5games #comingsoon a,
#sidebar .item #top5games #comingsoon a:visited,
#sidebar .item #top5games #comingsoon a:hover {
        color: #FFFFFF;
}

#sidebar .item #top5games ul li.l01 {
        background: #000000;
}

#sidebar .item #top5games ul li.l02 {
        background: #1f1f1f;
}

#sidebar .item #top5games ul li.l03 {
        background: #363636;
}

#sidebar .item #top5games ul li.l04 {
        background: #4a4a4a;
}

#sidebar .item #top5games ul li.l05 {
        background: #5c5c5c;
}

#footer {
        background: #000000;
        color: #FFFFFF;
        padding: 10px;
        width: 954px;
        margin: 0 auto;
}

#footer a,
#footer a:visited,
#footer a:hover {
        color: #bbbbbb;
}

.wp-pagenavi {
	clear: both;
        margin: 14px 0 2px;
        font-size: 11px;
        text-transform: uppercase;
}

.wp-pagenavi a, .wp-pagenavi span {
        text-decoration: none;
        border: 1px solid #CCCCCC;
        padding: 3px 8px;
        margin: 2px;
        color: #555555;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000000;
}

.wp-pagenavi span.current {
	font-weight: bold;
	background: black;
	color: white;
}

#featured {
        max-width: 630px;
        overflow: hidden;
}

#featured .big {
	background: #666666;
	padding: 5px;
        color: #FFFFFF;
        position: relative;
}

#featured #bigoverflow {
        height: 217px;
        overflow: hidden;
        background: #666666;
}

#featured .big .post-image {
	border: 1px solid #FFFFFF;
	float: left;
	width: 370px;
	height: 205px;
	margin: 0 10px 0 0;
}

#featured .big .post-title a,
#featured .big .post-title a:visited,
#featured .big .post-title a:hover {
	font-size: 18px;
        font-weight: bold;
        color: #FFFFFF;
}

#featured .big .post-subtitle {
        line-height: 18px;
        margin: 8px 0 0;
        font-size: 12px;
}

#featured .big a.more,
#featured .big a.more:visited {
        background: #000000;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        padding: 3px 8px;
        position: absolute;
        right: 10px;
        bottom: 10px;
}

#featured .big a.more:hover {
        text-decoration: none;
        background: #333333;
}

#featured .big .shadow-top {
        background: url(images/featured-shadow-top.png);
        width: 628px;
        height: 14px;
        position: absolute;
        bottom: -14px;
        left: 1px;
}

#featured .small {
        background: #1c1c1c;
        width: 640px;
        margin: 0 0 0 -1px;
}

#featured .small .item {
        width: 146px;
        height: 52px;
        padding: 3px 6px;
        float: left;
        border-right: 1px solid #FFFFFF;
}

#featured .small .item .post-title {
        font-weight: bold;
        color: #666666;
        padding: 5px 2px 2px 2px;
        font-size: 11px;
}

#featured .small a .item,
#featured .small a .item:visited,
#featured .small a .item:hover {
        text-decoration: none;

}

#featured .small a .item .post-title,
#featured .small a .item .post-title:visited {
        color: #8e8e8e;
}

#featured .small a.selected .item .post-title,
#featured .small a .item .post-title:hover {
        color: #FFFFFF;
}

#featured .small a.selected .item {
        background: #666666;
}

#featured .small .shadow-bottom {
        background: url(images/featured-shadow-bottom.png);
        width: 628px;
        height: 14px;
        position: absolute;
        bottom: 0;
        left: -14px;
}

#featured .closer {
        background: #666666;
        height: 20px;
        width: 630px;
        margin: 0 0 4px;
}

#addthis {
        position: fixed;
}

#addthis #embedcode {
        position: absolute;
        left: -58px;
        top: -12px;
        padding: 7px 5px 5px 5px;
        background: #eee;
        border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -webkit-border-radius: 8px 0 0 8px;
        -khtml-border-radius: 8px 0 0 8px;
}

.wp-caption-text {
        font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.wp-caption {
	background: rgb(111, 120, 126);
        padding: 5px;
        text-align: center;
        width: 610px;
}

.wp-caption img {
	margin: 5px 5px 0;
        max-width: 100%;
}

.wp-caption p.wp-caption-text {
	color: #e9e9e9;
	font-size: 11px;
        margin: 5px;
}

.wp-caption p {
        margin: 5px;
}