/*
Theme Name: Orange Curtain Games
Theme URI: http://wordpress.org/
Description: Initial Orange Curtain Games website theme.
Version: 1.0
Author: Ben Bateman
Author URI: http://www.benspants.com.com/
*/

@import url("navbar.css");

/* Set up float classes */
.clear {
clear:both;
}
.clear_left {
clear:left;
}
.clear_right {
clear:right;
}
.right {float:right}
img.right{}
.left, .ngg-left {float:left}
img.left, img.ngg-left {
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
}

/* Link formatting */
a:link {
	text-decoration: none;
	color: #EA9423;
}
a:visited {
	text-decoration: none;
	color: #EA9423;
}
a:active {
	text-decoration: none;
	color: #996600;
}
a:hover {
	color: #996600;
}

/* Begin basic formatting */
body {
	background-color: #FFFF99;
	background-image: url(img/bg_tile.png);
	background-repeat: repeat-x;
	background-position: top;
}
#container {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
#header {
	font-size: 52px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EA9423;
	margin-bottom: 30px;
	font-weight: bold;
}
#footer {
margin-top:10px;
}
#logo {
	width:205px;
	position: absolute;
	padding-top: 100px;
}
#logo img {
width:200px;
}
#news_wrapper {
	padding-top: 100px;
	margin-left: 230px;
}
#news_wrapper img {
	border: 2px solid #EA9423;
	padding:0px;
	}
#news_wrapper a img:hover {
border-color:#996600;
}
.feedback {
	font-size: small;
	margin-bottom: 15px;
}
.hl {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EA9423;
	margin-bottom: 15px;
}
h1.storytitle {
margin-top:10px;
}
.storycontent {
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
.storycontent p {
	margin-top: 10px;
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5 {
margin:0px;
font-family: Arial, Helvetica, sans-serif;
}
h3.storytitle {
margin:0px 0px 3px;
font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size: 1.05em;
}
.old_post {
}
.excerpt {
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.old_post .feedback {
font-size:x-small;
}

/* Comments */
img.avatar {
border:0px !important;
float:left;
margin-right:5px;
}
.commentmetadata {
font-size:small;
}
ol.commentlist {
	list-style-type: none;
	width:70%;
}
.comment {
padding:5px;
}
.comment p {
margin-bottom:0px;
}
.thread-odd {
	border: 1px dotted #EA9423;
}

/* Search */

#searchform{
	position: relative;
	left: -60px;
}
#navbar li ul#search {
	width:15em;
	}
.search_box {
margin-top:3px;
}

/* Game page */
#buy_now {
	width:100%;
	text-align: right;
}
#buy_now_button {
	float:right;
}
#game_desc li {
	list-style-position: inside;
}

/* Buttons */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
	background-color:#996600;
    border:1px solid #EA9423;
    color:#EA9423;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#EA9423;
    border:1px solid #996600;
    color:#996600;
}
.buttons a:active{
	background-color:#996600;
    border:1px solid #c2e1ef;
    color:#EA9423;
}

/* POSITIVE */

button.positive, .buttons a.positive{
	background-color:#669933;
	border: 1px solid #FFCC66;
	color: #FFCC66;
	font-size: 12px;
}
.buttons a.positive:hover, button.positive:hover{
	color:#CC9900;
	background-color: #336633;
	border: 1px solid #CC9900;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    color:#fbe3e4;
	background-color:#993300;
    border:1px solid #fbe3e4;	
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

