/*
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: 2
Author: Miguel Herrero Obeso
Author URI: http://reyporundia.phplibre.com.es/personal
Tags: black, dark, purple, yellow, two-columns, fixed-width, right-sidebar
*/

h1
{
color: #fff;
}

h2
{
color: #fff;
}

body
{
	background-color: #111111;
	margin: 0px;
	padding: 0px;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	color: #aaa;
	font-size: 0.8em;
	background-image:url('images/bodyBG.png');
}

/*	#################
   	BASIC PAGE LAYOUT
	################# */

#page
{
	position:relative;
	background-color: #000000;	
	width: 818px;
	margin: 0 auto;
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #2a2a2a;
}

#social
{
	position: absolute;
	top: 82px;
	right: 5%;
	width: 140px;
	height: 32px;
	margin: 0 auto;
	padding: 0;
}

#page-content
{
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-top: 137px;
	margin-bottom: 16px;
	width: 95%;
	overflow: auto;
}

#posts
{
	margin-top: 16px;
	float: left;
	width: 69%;
}

/*	##########
   	SEARCH BOX
	########## */

div#search
{
	float: right;
	padding: 2px;
}

div#search input
{
	vertical-align:middle;
}

div#search img
{	
	vertical-align:middle;
	margin-right: 5px;
}

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

#menu-bar
{
	margin-top: 16px;
	font-size: 1.5em;	
	color: #000;
	height: 32px;
	
	background-repeat: repeat-x;
	background-color: #986c01;
	background-image:url('images/menu_bar.png');
	
	border-style: solid;
	border-width: 1px;
	border-color: #c9a756;
	font-family: "Tahoma";
}

div.menu
{
	float:left;
}

div.menu ul
{
	margin: 0;
	margin-left: 5px;
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}

div.menu li 
{
	margin: 0;
	margin-left: 2px;
	padding-right: 9px;
	line-height:32px;
	display: inline; 
	border-style: solid;
	border-width: 0px;
	border-right-width: 1px;
	border-color: #9f7205;
}

div.menu a 
{
	text-decoration:none;
	color: #000;
}

div.menu a:hover 
{
	text-decoration:underline;
}

/*	#############
   	POSTS & PAGES
	############# */

div.post
{
	margin-bottom: 10px;
}

div.post-title
{	
	background-repeat: repeat-x;
	background-color: #232323;
	background-image:url('images/post_title.png');
	
	border-style: solid;
	border-width: 1px;
	border-color: #4c4c4c;
}

div.post-title a
{
	text-decoration:none;
	color: #fff;
}

div.post-title a:hover 
{
	text-decoration:underline;
}

div.post-content
{
	background-repeat: repeat-x;
	background-color: #000;
	background-image:url('images/post_content.png');
	
	border-style: solid;
	border-width: 1px;
	border-color: #292929;

	margin-top: 2px;
	padding: 5px;
	line-height: 1.5em;
	text-align: justify;
}

div.post-content ul
{
	margin-bottom: 15px;
	margin-right: 18px;
	list-style-type: none;
}

div.post-content li
{
	background: url(images/bg-list-item-content.png) no-repeat left center;
	padding-left: 20px;
	border-bottom: 1px dotted #333333;
}

/*	#################
   	SIDEBAR & WIDGETS
	################# */

#sidebar
{
	margin-top: 16px;
	float: right;
	width: 30%;
}

div.widget
{
	margin-bottom: 10px;
}

div.widget-title
{	
	background-repeat: repeat-x;
	background-color: #1d022d;
	background-image:url('images/sidebar_title.png');
	
	border-style: solid;
	border-width: 1px;
	border-color: #492d58;
}

div.widget-content
{
	background-repeat: repeat-x;
	background-color: #080010;
	background-image:url('images/sidebar_content.png');
	
	border-style: solid;
	border-width: 1px;
	border-color: #241c2c;

	margin-top: 2px;
	padding: 5px;
	line-height: 1.5em;
}

/*	###########################
   	VARIOUS ICONS & OTHER STUFF
	########################### */

.meta-date {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-comments.gif) no-repeat 0px 2px;
}

.meta-author {
	padding: 0 10px 0 15px;
	background: url(images/bg-meta-author.gif) no-repeat 0px 2px;
}

.tags {
	padding: 0 0 0 15px;
	background: url(images/bg-meta-tags.gif) no-repeat left center;
}

/*	#############
   	HACKS & FIXES
	############# */

.clear
{
	clear: both;
}

div.title
{
	font-size: 1.7em;	
	color: #fff;	
}

p.title
{
	margin: 0;
	margin-left: 5px;
	line-height:32px;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*	##################################
   	BASIC CSS ELEMENTS
	################################## */

a {
	color: #deb000;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 22px;
}

img {
	border: none;
}

ul {
	list-style-type:square;
	margin: 0;
	padding-left: 17px;
}
	
hr {
	height: 1px;
	margin: 20px 0;
	background: #3a3a3a;
	border: none;
}
	
table {
	width: 100%;
	margin: 0 0 20px 0;
}

th, td {
	padding: 5px 10px;
}

th {
	background: #deb000;
	color: #000;
}

tr.even {
	background: #2a2a2a;
}

pre {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #2a2a2a;
	line-height: 22px;
	border: 1px solid #3a3a3a;
	font-family: Courier, serif;
	overflow-x: scroll;
	overflow-y: visible;
}

blockquote {
	padding: 0 0 0 20px;
	border-left: 5px solid #2a2a2a;
}

/*	##################################
   	FORMS
	################################## */
	
/** GENERAL */

fieldset {	
	border: none;
}

legend {	
	font-size: 14px;
}

form
{
	margin: 0;
	padding: 0;
}

/** COMMENTFORM */

#comments, #trackbacks {
	margin: 40px 0 0 0;
}

#trackbacks {
	margin: 20px 0 0 0;
}

.comment {
	padding: 0 40px 40px 40px;
	background: #1a1a1a;
	border: 1px solid #3a3a3a;
}

#trackbacks ul {
	margin: 0 0 40px 0;
	padding: 40px 40px 30px 40px;
	background: #1a1a1a;
	list-style: none;
}

#trackbacks li {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	line-height: 22px;
}

.first {
	padding: 40px;
}

#response {
	margin: 60px 0 0 0;
}

#response fieldset {
	padding: 40px;
}

.comment-left, #commentform-left {
	float: left;
	width: 120px;
	height: 120px;
}

.comment-right, #commentform-right {
	float: left;
	width: 430px;
	min-height: 120px;
}

.comment-text {
	padding: 20px;
	line-height: 22px;
}

#respond textarea {
	width: 420px;
	height: 100px;
	margin: 0px;
	padding: 5px;
	background-color: #000;
	color: #ccc;
	border: 1px solid #3a3a3a;
}

#respond label {
	display: block;	
}

#respond input.text {
	width: 420px;
	height: 10px;
	margin: 0px;
	padding: 5px;
	background-color: #000;
	color: #ccc;
	border: 1px solid #3a3a3a;
}

#respond input.submit {
	float: right;
	height: 30px;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.comment-author {
	margin: 0px;
	padding: 5px 0;
	font-size: 14px;
	color: #fff;
}

.comment-author a {
	text-decoration: none;
}

.comment-author a:hover {
	text-decoration: underline;
}

/** COMMENTS IN WP 2.7 */

#commentfieldset {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-bottom: 20px;
}

.commentlist
{
	margin: 0;
	margin-bottom: 15px;
}

.commentlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: #1a1a1a;
	list-style: none;
}

.commentlist .avatar {
	float: right;
	margin: 0 20px 10px 20px;
}

.commentlist li p {
	margin: 0 20px 20px 0;
}

.commentlist .comment-meta {
	margin: 0 0 20px 0;
}

.commentlist .comment-author a {
	padding: 0 0 5px 0;
	color: #fff;
	font-weight: bold;
}

.commentlist ul.children {
	margin: 0px;
	padding: 0px;
}

.commentlist .children li {
	margin: 20px 0 0 0;
	padding: 20px 0 20px 20px;
	background: none;
	border: 1px solid #3a3a3a;
	border-right: none;
}

.reply {
	width: 50px;	
	text-align: center;	
	
	height: 25px;
	
	background-repeat: repeat-x;
	background-color: #986c01;
	background-image:url('images/menu_bar.png');
	
	border-style: solid;
	border-width: 1px;
	border-color: #c9a756;
	font-family: "Tahoma";
	color: #000;
}

.reply a {
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

#cancel-comment-reply {
	margin: 5px 0 20px 0;
}

.commentlist li.depth-1, .commentlist li.depth-3, .commentlist li.depth-5 {
	background: #1a1a1a;
}

.commentlist li.depth-2, .commentlist li.depth-4, .commentlist li.depth-6 {
	background: #0a0a0a;
}
	
/*	##################################
   	LEGACY FROM THEME_v1
	################################## */

.wp-caption {
	margin-bottom: 20px;
	padding-top: 4px;
   	border: 1px solid #3a3a3a;
   	text-align: center;
   	background-color: #2a2a2a;
}

.wp-caption img {
   	float: none;
   	margin: 0px;
   	padding: 0px;
   	border: none;
}

.wp-caption p.wp-caption-text {
   	padding: 0px;
  	margin: 0px;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   	display: block;
   	margin: 0 auto;
}

.aligncenter {
	margin-bottom: 20px!important;
}

.alignleft {
   	float: left;
   	margin: 0 5px 15px 0;
}

.alignright {
   	float: right;
   	margin: 0 0 15px 5px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 2px;
	background: #3a3a3a;
}

/** PLATFORM BADGES */
.platform
{
	font-family:sans-serif;
	font-size: x-small;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	color: #FFF;
	text-decoration: none;
}

.marketplace
{
	font-family:sans-serif;
	font-size: small;	
	font-weight: bold;
	padding: 5px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFF;
	text-decoration: none;
	display: block;
}

.bg_xbox360
{
	background-color: #009000;	
}

.bg_pc
{
	background-color: #808080;
}

a.marketplace:hover
{
	text-decoration: underline;
}

.bg_wp7
{
	background-color: #fe5815;	
}