/*
Theme Name: MilkTheme
Theme URI: http://www.milkstonestudios.com
Description: Original Theme for the <a href="http://www.milkstonestudios.com">Milkstone Studios</a> Website
Version: 3
Author: Miguel Herrero Obeso
Tags: white, light, setif, one-column, fixed-width, no-sidebar
*/

/*	###########
   	COMMON TAGS
	########### */

a img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #ff5003;
}

div.clear {
	width: 100%;
	height: 16px;
	clear: both;
}

a:hover {
	text-decoration: underline;
}

a.button{
	font-weight: normal !important;
	font-size: 0.9em !important;
	
	text-decoration: none !important;
	background-color: #d9d9d9 !important;
	padding: 2px !important;
	padding-left:6px !important;
	padding-right:6px !important;
	border-radius: 3px !important;
	display: inline-block !important;
	margin-right: 5px !important;
	margin-bottom: 2px;
	margin-top: 2px;
	line-height: 1.2em;
}

a.button:hover {
	background-color: #ff5003 !important;	
	color: #fff !important;
}

.post ul {
	padding: 0px;
}

.post li {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 22px;
	background-image: url('images/li1.png');
	background-repeat:no-repeat;
	background-position: left 3px;
	font-weight: normal;
}

.post li li {
	background-image: url('images/li2.png');
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	font-style:normal;
}

h1 {
	padding: 0px;
	margin: 0px;
	font-size: 1.5em;
	text-align: center;
	font-weight: normal;
	font-family: 'Droid Serif', serif;
	border-bottom: 2px solid #000;
	text-transform:uppercase;
}

.last{
	margin-right: 0px !important;
}

.opaqueOnHover{
	border: 0px;
	opacity: 0.9;	
	transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease; /* Firefox 4 */
	-webkit-transition: opacity 0.2s ease; /* Safari and Chrome */
	-o-transition: opacity 0.2s ease; /* Opera */
}

.opaqueOnHover:hover{
	opacity: 1;
}

/*	#################
   	BASIC PAGE LAYOUT
	################# */
	
html {
	margin: 0px !important;
}
	
body {
	margin: 0px !important;
	padding: 0px !important;
	font-family: 'Droid Sans',Helvetica, Lucida Sans, Arial, sans-serif;
	height: 100%;
	line-height: 150%;
	min-width: 1000px;
}

.pageWidth {
    width: 1000px; 
	margin: 0px auto;
	padding: 10px 0 10px 0;
}

/*	######
   	HEADER
	###### */

a.social {
	width: 34px;
	height: 34px;
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-left: 4px;
	background-repeat: no-repeat;
}
	
a.twitter {	
	background-image: url('images/social/twitter.png');
}

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

a.rss {
	background-image: url('images/social/rss.png');
}

a.youtube {
	background-image: url('images/social/youtube.png');
}
	
a#MilkstoneLogo {
	text-decoration: none;
	color: #fff;
	margin-right: 50px;
	float:left;
	text-transform:uppercase;
	font-size: 1.4em;
	font-family: Arial,Helvetica, Verdana;
	background-image: url('images/MilkstoneLogoSmall.png');
	background-repeat: no-repeat;
	padding-left: 92px;
	display:block;
	height: 83px;
	width: 362px;
}

header, div, footer {
	margin: 0px;
	padding: 0px;
}

body header hgroup#main{
	color: #fff;
	background-color: #000;
	padding: 5px 0 5px 0;
	box-shadow: 0 6px 10px 0px #999;
	height: 104px;
	position: relative;
}

body header hgroup#main div#searchAndShare{
	float: right;
	height: 100%;
	overflow: hidden;
	width: 180px;	
}

body header hgroup#main div#searchAndShare form#searchform input#search-text{
	border: 0px;
	margin: 0px;
	margin-top: 4px;
	margin-right: 2px;
	margin-left: 4px;
	padding: 0px;
	background-color: transparent;
	vertical-align: baseline;
	width: 118px;
	float:left;
}

body header hgroup#main div#searchAndShare img{
	border: 0px;
	opacity: 0.75;
}

body header hgroup#main div#searchAndShare img:hover{
	opacity: 1;	
}

body header hgroup#main div#searchAndShare form#searchform input#search-submit{
	background-image: url('images/SearchIcon.png');
	background-repeat: no-repeat;
	border: 0px;
	padding: 0px;
	width: 16px;
	height: 100%;
	margin-right: 5px;
	background-position:center;
	cursor: pointer;
}

body header hgroup#main div#searchAndShare form#searchform input:focus {outline: none;}

body header hgroup#main div#searchAndShare div{
	margin-right: 0px;
	margin-left:auto;
	text-align: right;
	clear: both;
}

body header hgroup#main div#search{
	background-color: #fff;
	width: 148px;
	height: 25px;
	margin-top: 5px;	
	border-radius: 5px;
}

/*	########
   	MENU BAR
	######## */

body header hgroup#sub{
	background-color: #cecece;	
	display: block;
}

hgroup#sub div {
	font-family: 'Droid Serif', serif;
	font-size: 1.1em;
}

hgroup#sub ul {
	padding: 0px;
	padding-left: 25px;
	margin: 0px;
	list-style: none;	
	text-transform:uppercase;
}

hgroup#sub ul li {
	display: inline;
	margin-right: 30px;	
	padding: 8px 30px 8px 0;
	vertical-align: middle;
	border-right: 1px solid #bbb;
}

hgroup#sub ul li a {
	color: #666;
	text-decoration:none;
}

hgroup#sub ul li a:hover {
	color: #000;
}

/*	######
   	FOOTER
	###### */

body footer {
	clear: both;
	padding: 0px;
	width: 1000px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

footer ul {
	font-family: 'Droid Serif', serif;
	font-size: 0.9em;
	padding: 0px;	
	margin: 0px;
	list-style: none;	
	text-transform:uppercase;
	text-align: center;	
}

footer ul li {
	display: inline;
	margin-right: 30px;
	margin-left: 30px;
}

footer ul li a {
	color: #666;
	text-decoration:none;
}

footer ul li a:hover {
	color: #000;
	text-decoration:none;
}

.footerText {
	border-top: 2px solid #555;
	text-align: center;
	font-size: 1.1em;		
	font-family: 'Droid Serif', serif;	
	padding: 15px;
}

/*	#########
   	SLIDESHOW
	######### */

div.slideshow{	
	height: 400px;
	width: 1000px;
	margin: 10px 0 10px 0;
	clear: both;
}

.slideshow a {
	width: 1000px;
	height: 400px;
	display:block;
	text-decoration:none;
}

.slideshow a:hover{
	text-decoration:none;
}

.slideshow a img {
	display:block;
}

div#slides {
	clear: both;
	margin-bottom: 15px;
}

div#slides a.button{
	float: left;
	margin: 0px;
	margin-right: 5px;
}

div#slides ul {	
	display: block;
	margin: 0px;		
	padding: 0px;
	height: 20px;
	clear: both;
	width: 100%;
	text-align: center;
}

div#slides li {
	list-style-type: none;
	display: inline-block;
	font-size: 0.9em;
	background-color: #aaa;
	width: 16px;
	height: 16px;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 8px;	
}

div#slides li:hover {
	background-color: #555;
}

div#slides li.current {
	background-color: #ff5003;
}

div#slides li a {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display:block;
	width: 100%;
	height: 100%;
}

/*	#########
   	GAME LIST
	######### */

.news {
	overflow:hidden;	
	font-size: 0.9em;
}

.news p {
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 0.9em;
	line-height: 1.3em;
	width: 100%;
	display: block;
	height: 40%;
}

.news a.title{
	margin-top: 5px !important;
	padding: 0;
	font-weight: bold;
}

div.thumbGroup {
	margin-top: 30px;
	clear: both;
	overflow: auto;
}

div.thumb {
	width: 244px;
	margin-right: 8px;
	margin-bottom: 8px;
	height: 137px;
	display: block;
	float: left;
	overflow: hidden;
	position: relative;
}

div.largeThumb {
	width: 496px !important;
	height: auto !important;
}

div.largeThumb img {
	width: auto;
	height: auto;
}

div.thumb a:hover div.title {	
	bottom: 0;
}

div.thumb img {
	width: 244px;
	height: 137px;
}

div.news img {
	display: none !important;
}

div.thumb a {
	padding: 0px;
	margin: 0px;
	display: block;	
}

span.video {
	background-image: url('images/VideoIcon.png');
	background-repeat:no-repeat;	
	background-position:center;
	display: block;
	width: 100%;
	height: 100%;	
	position: absolute;
	top: 0;
	left: 0;
}

div#gameInfo {	
	width: 70%;
	float: left;
}

div#gameBuyLinks{
	margin-top: 1em;
	width: 30%;
	float: right;
}

div#gameBuyLinks ul {
	margin: 0;
	padding: 0;
}

div#gameBuyLinks li {
	list-style-type: none;
	text-align: right;
	line-height: 0;
}

/*	####################
   	WORDPRESS EXTRA TAGS
	#################### */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
	
div.post {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 22px;
	display: block;
	position: relative;
	clear: both;
}

div.post fieldset {
	border: none;
}

div#comments {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 64px;
	display: block;
}

div#comments li{
	border: 1px solid #999;
	padding: 10px;
	font-weight: normal;
	background-image: none;
}

div#comments li li{
	border: none;
	border-left: 4px solid #999;
	padding-right: 0px;	
	background-image: none;
}

div#comments .avatar {
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	box-shadow: 0 3px 5px 0px #999;
}

a.comment-reply-link {
	text-decoration: none;
	background-color: #e0e0e0;
	padding: 5px;
	padding-left:10px;
	padding-right:10px;
	border-radius: 5px;
	display: inline;
	font-style: normal;
}

a.comment-reply-link:hover {
	background-color: #ff5003;	
	color: #fff;
}

div.reply {
	margin-bottom: 10px,
}

a#cancel-comment-reply-link {
	text-decoration: none;
	background-color: #e0e0e0;
	padding: 5px;
	padding-left:10px;
	padding-right:10px;
	border-radius: 5px;	
	display: inline;
	font-style: normal;
}

div#respond {
	padding-top: 10px;
	margin-top: 5px;
}

a#cancel-comment-reply-link:hover {
	background-color: #ff5003;	
	color: #fff;
}

div#commentform input.button {
	text-decoration: none;
	background-color: #555;
	color: #fff;
	padding: 5px;
	padding-left:10px;
	padding-right:10px;
	border-radius: 5px;
	border: none;
}

.required {
	font-size: 0.9em;
	font-style:italic;
	background-color: #ffd;
	padding: 5px;
}

div.userData {
	width: 45%;
}

div.userData p {
	clear: both;
	margin: 0px;
}

div.userData label {
	clear: both;
	font-weight: bold;
	font-size: 0.9em;
}

div.userData input {
	float: right;
	width: 65%;
}

fieldset input.button:hover {
	background-color: #ff5003;
}

div#commentform textarea {
	width: 99%;
	height: 150px;
}

div#comments p {
	clear: both;
	padding-top: 10px;
}

h1 a{
	color: #000 !important;
	text-decoration: none !important;
}

h1 a:hover {
	text-decoration: none !important;
}

div.navigation {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 0.9em;
}

div.navigation a {
	text-decoration: none;
	background-color: #555;
	color: #fff;
	padding: 5px;
	padding-left:10px;
	padding-right:10px;
	border-radius: 5px;
}

div.navigation a:hover {
	background-color: #ff5003;	
}

.meta {
	background-color: #e0e0e0;
	padding: 5px;
	padding-left: 10px;
	font-size: 0.9em;
}
	
.meta span{
	padding: 0 10px 0 20px;	
	background-position:left center;
	background: url(images/bg-meta-comments.png) no-repeat 0 0;
}
	
.meta .date {
	background-image: url(images/bg-meta-date.png);
}

.meta .categories {
	background-image: url(images/bg-meta-categories.png);
}

.meta .comments {
	background-image: none;
}

.meta .author {
	background-image: url(images/bg-meta-author.png);
}

.tags {
	background: url(images/bg-meta-tags.png) no-repeat 0 0;
	padding: 0 10px 0 20px;	
	background-position:left center;
	font-size: 0.9em;
}