@import url("css/reset.css");
@import url("css/replacements-en-us.css");

/*
Theme Name: Pony : Back in the game Blog
Description: The Back in the game default theme for Wordpress.
Version: 1
Author: Hello Interactive
*/

/**
	Hello Interactive | Pony : Back in the game Blog
	Developer(s):
		+ Fellipe Cicconi (liperuf@gmail.com)
*/

/*
COLORS [text]
	header-tags: ba8e86
	post-title: 741d0d
	post-tags: 7f7f7f
	post-text: 666666
	post-info: 3a3a3a
	post-comments-call, digg-call: eb2818
	img-text: 5e5e5e
COLORS [bg]
	body: 1a1a1a
	header-tags: 741d0d
	img-text: 191919
	post-info-bar: b2b2b2
FONTS
	body: Trebuchet MS 
*/

body {
	font:10pt Trebuchet MS, Arial, Verdana;
	background:url(img/bg_gray.jpg) #1a1a1a no-repeat center top;
	text-align:center;
}

/* safari flash hack */
body:first-of-type { background:url(img/bg_almost_gray.jpg) #1a1a1a no-repeat center top; }

#wrapper {
	width:980px;
	margin:0 auto;
	text-align:left;
}

#header h1, #header h2 {
	display:none;
}

/* HEADER SEARCH */
.searchBox {
	float:right;
	color:#FFF;
	width:220px;
	height:25px;
	overflow:hidden;
	margin:30px 10px 0 0;
}

.searchBox label {
	float:left;
	padding:3px 0 0 0;
	text-transform:lowercase;
}
.searchBox button {
	float:right;
	text-transform:lowercase;
	border:1px solid #666;
	background-color:#111;
	color:#FFF;
	width:30px;
	font-size:8pt;
}
.searchBox input {
	float:left;
	width:140px;
	border:1px solid #333;
	font-size:8pt;
}

#header {
	overflow:hidden;
	
}
/* HEADER BAR */
#bar {
	width:580px;  
	position:relative;
	clear:both;
	height:61px;
	background-color:#000;
	float:right;
	margin-left:-12px;
	top:-81px; /*ie*/*top:-96px;
	
	
}


#bar #tags {
	float:right;
	width:300px;
	height:62px;
	background-color:#741d0d;
	position:relative;top:-1px;
	
	padding:0 10px;
}
#bar #tags li{
	float:left;
white-space:nowrap;
}
#bar #tags li.title{ margin:5px 0 5px 0; width:270px; }
#bar #tags li.first{ clear:left; }
#bar #tags li a { 
	color:#ba8e86; 
	font-size:8pt;
	padding:0 8px 0 0;
	text-decoration:none; 
	text-transform:uppercase; 
}
#bar #tags li a:hover { color:#daa; }

#container {
	clear:both;
}


/* POST */
#container .post {
	clear:both;
	background-color:#FFF;
	color:#666;
	margin:0 0 20px 0;
	
	position:relative;top:-81px; /*ie*/*top:-95px;
}
#container .post .info { 
	float:right;
	width:440px;
	margin-bottom:10px;
	clear:right;
}
#container .post .info h2.title a{ 
	color:#741d0d;
	font-size:20pt;
	text-decoration:none;
	display:block;
	margin:10px;
}
#container .post .info h2.title a:hover{ 
	color:#b54;
}
#container .post .info .tags li{ float:left; height:20px; }
#container .post .info .tags li.title{ background-position:0 3px; margin:0 0 0 10px; display:inline; }
#container .post .info .tags li.none { margin:0 0 0 10px;}
#container .post .info .tags li a { 
	color:#7f7f7f; 
	font-size:8pt;
	margin:0 0 0 8px;
	text-decoration:none; 
	text-transform:uppercase; 
}
#container .post .info .tags li a:hover { color:#999; }
#container .post .info .postInfo { 
	margin:10px;
	padding:5px 0;
	border-top:5px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	font-weight:bold;
	text-transform:uppercase;
}
#container .post .comments { 
	float:left;
	margin:0 0 0 10px;
	display:inline;
}
#container .post .follow { 
	float:right;
	margin:0 10px 0 0;
	display:inline;
}
#container .post .comments a, #container .post .follow a {
	color:#eb2818;
	text-decoration:none;
	text-transform:uppercase;
}
#container .post .comments a:hover, #container .post .follow a:hover { color:#daa } 
#container .post .resume p { 
	float:right;
	clear:right;
	width:420px;
	margin:10px;
	display:inline;
}

#container .post .resume p a {
	color:#eb2818;
}

#container .post .resume p.image {
	float:left;
	clear:none;
	width:530px !important;
	height:437px !important;
	padding:0 !important;
	margin:0 !important;
}

#container .post .commentBox {
	clear:right;
	float:right;
	width:420px;
	margin:10px;
	display:inline;
}

#container .post .commentBox h2#comments,
#container .post .commentBox h2#postcomment {
	color:#741d0d;
	font-size:14pt;
	margin:20px 0 0 0;
}
#container .post .commentBox h2#comments a,
#container .post .commentBox h2#postcomment a{
	color:#741d0d;
	font-size:14pt;
	text-decoration:none;
}
#container .post .commentBox #commentlist {
	margin:5px 0 10px 0;
}
#container .post .commentBox #commentlist li {
	margin:10px 0;
	padding:0 10px;
	background-color:#EEE;
	border-bottom:1px solid #aaa;
}
#container .post .commentBox #commentlist li  a {
	color:#710;
}
#container .post .commentBox #commentlist li p {
	padding:10px 0;
}
#container .post .commentBox #commentlist li cite {
	font-weight:bold;
	font-size:8pt;
}

#container .post .commentBox p.rssLink a {
	color:#eb2818;
	text-decoration:none;
	text-transform:uppercase;
}#container .post .commentBox p.rssLink a:hover { color:#daa; }

#container .post .commentBox label { 
	font-size:8pt;
	position:relative; top:-10px;
}
#container .post .commentBox input { 
	width:200px;
	border:1px solid #666;
	background-color:#FFF;
	color:#666;
	margin-bottom:10px;
	font-size:10pt;
}
#container .post .commentBox #comment { 
	width:400px;
	border:1px solid #666;
	background-color:#FFF;
	color:#666;
	font-size:10pt;
	margin:10px 0 10px 0;	
}
#container .post .commentBox #submit { 
	text-transform:lowercase;
	border:1px solid #666;
	background-color:#FFF;
	color:#666;
	width:150px;
	font-size:10pt;
	margin:0 0 10px 0;	
	cursor:pointer;
}


/* WIDE POST */
#container .post.wide .info { 
	width:970px;
}
#container .post.wide .resume p,
#container .post.wide .commentBox {
	width:950px;
}



/* FOOTER */
#footer {
	position:relative;top:-61px;
	margin:20px 0 0 0;
	clear:both;
	border-bottom:10px solid #FFF;
	width:980px;
}
#footer p.copyright {
	float:left;
	position:relative; top:20px;
}
#footer p.logo {
	width:980px;
	float:left;
	text-align:center;
}
#footer p.logo img { border:0; }
#footer ul {
	position:relative; top:-30px;
	float:right;
}
#footer ul li{
	float:left;
	margin:0 0 0 20px;
}

/* ADDITIONAL */
#additional {
	width:980px;
	clear:both;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #333;
}
#additional p.home{
	float:left;
}
#additional p.home a{
	color:#FFF;
}
#additional .searchBox {
	margin:0;
}