/*
Theme Name: MIA Custom
Theme URI: http://wearethecreative.com/
Description: Custom theme made for MIA.
Author: We Are The Creative
Author URI: http://wearethecreative.com
version: 1.5
Tags: two-column, thousand width,
*/




/* basics */

*{margin:0; padding:0;}

body {
	background:#ffffff;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 10px 10px 10px 10px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

img.leftlogo {float:left;}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 800px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#ffffff;
	clear: both;
	color: #333;
	font:normal 10pt georgia, times;
  	width: 800px; 
  	height: 85px;
	}

#header h2{
	font: 16pt times;
	color: #000000;
	padding: 0 0 3px 0;
	margin: 0;
	}
	
.headbi {
    font: 12pt black;
    font-style: italic;
    font-weight: bold;
    }
    
.headother {
    color: #B3B3B3;
    font: 9pt times;
    }

#dleftcolumn  { width: 220px; float: left;}
#drightcolumn { width: 560px; float: right;}

/* main menu */


#menu {
	background-image: url('images/menu.jpg');
	background-repeat: repeat-x;
	width:800px;
	height:20px;
	overflow:hidden;
}


/* content */


#content {
	float: right;
	width:550px;
	overflow: hidden;
	margin: 14px;
	}
	
#content ul.homeunderscore li:before {
	content: "_ ";
	}

.titletype {
    color: #825C94;
    font: 10pt times;
    font-weight: bold;
    }
    
.maincontent {
    color: #4D4D4D;
    font: Helvetica 9pt;
    }

.post {
	font-size: 10pt;
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post a{
    color: #793f8f;
    }
	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	font-size: 10pt;
	margin: 0 10px 30px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
    color: #4A4A4A;
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:210px;
	float:left;
	margin: 5px 0 0 0;
	padding: 0;
	border-right: 2px dotted #ddd;
	}

#sidebar h2{
	font:normal 16pt arial, georgia, times;
	color: #4A4A4A;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding:0;}

#sidebar a {text-decoration: none;}

#sidebar a:hover {
    color: #80578B;
    text-decoration: none;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul.liunderscore li:before {
	content: "_ ";
	}

#e1sidebar {
    color: #4D4D4D;
	font-family: verdana, arial, tahoma;
	margin:10px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px dotted #ddd;
	}

#e1sidebar .current_page_item a {
	color:#875a8f;
	text-decoration:none;
}

#e2sidebar {
    color: #4D4D4D;
	font-family: verdana, arial, tahoma;
	font-size:13pt;
	margin:0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px dotted #ddd;
	}

#e2sidebar .current_page_item a {
	color:#875a8f;
	text-decoration:none;
}

#e2sidebar .current-cat a {
	color:#875a8f;
	text-decoration:none;
}

#e3sidebar {
    color: #4A4A4A;
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	margin:0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 2px dotted #ddd;
	}
	
#e4sidebar {
    color: #ACACAC;
	font-family: times;
	font-size:9pt;
	font-weight: bold;
	margin:0;
	padding: 0 2px 0 0;
	}
	


/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

/* custom */

img.borderthin {
	border: #A96AA7 1px solid;
	}

.uppercaset {
    text-transform: uppercase;
    }
    
.spages {
    font: 10pt times;
    font-weight: bold;
    color: #4D4D4D;
    text-transform: uppercase;
    }
    
.spages li {
    margin-bottom: 8px;
    }
    
.joinus {
    font: 9pt Helvetica;
    color: #B3B3B3;
    }
    
.blogdate {
    color: #333;
    font-size: 11pt;
    text-transform: uppercase;
    }    
    
.sbtitle {
    font-size: 16pt;
    text-transform: uppercase;
    }
    
.hometitle {
    color: #80578B;
    font-size: 14pt;
    text-transform: uppercase;
    }
    
.homecontent {
    color: #4D4D4D;
	font: Helvetica;
	font-size: 12pt;
	margin:0;
	padding:0;
	text-transform: uppercase;
	}