/*  
Theme Name: Melissa Lew Studios
Theme URI: http://www.melissalew.com/
Description: Melissa Lew Studios Unity Theme
Version: 3.0
Author: Eeltank Creative Enterprises
Author URI: http://www.eeltank.com/
*/

/* Basic, Generic Styles */

body {
	margin: 0; padding: 0;
	background: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a, a:visited {
	color: #701620;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.noborder, a.noborder img {
	border: 0 none;
	text-decoration: none;
}

ul { list-style-type: square; }

.alignright { float: right; } 
.alignleft { float: left; }

/* Design Elements */

div#headerbar {
	width: 100%;
	min-width: 770px;
	height: 100px;
}
div#headerbar div#topleft { float: left; }
div#headerbar div#topright { float: right; }

div#menubar {
	width: 100%;
	height: 25px;
	background: #701620;
}
div#menubar ul { padding: 6px 0 0 0; margin: 0; list-style: none; }
div#menubar ul li { float: left; margin: 0; }
div#menubar a, div#menubar a:visited {
	display: block;
	height: 12px;
	color: #ffffff;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	border-left: 1px solid #E8D6AE;
	padding-left: 10px;
	margin-right: 10px;
}
div#menubar a:hover { color: #E8D6AE; }
div#menubar a#home { border-left: 0 none; }

div#contentbar {
	min-height: 100px;
	background: #E8D6AE;
	padding: 10px 0;
}
div#contentbar table {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

td#metacol { padding: 0 10px; width: 252px; border-right: 1px solid #ffffff; }

div#lead {
	font-size: 10px;
	margin: 0 0 1.5em;
}
div#lead img {
	border: 1px solid black;
}

div.widget {
	background-color: #ffffff;
	padding: 0;
	border-color: #701620;
	border-style: solid;
	border-width: 1px 1px 5px;
	margin: 0 0 1.5em;
	font-size: 10px;
}
h2.widgettitle {
	margin: 0;
	padding: 0.5em 0.2em;
	color: #ffffff;
	font-size: 12px;
	background-color: #701620;
}
div.widget div { padding: 0.4em; background: #ffffff; margin: 0; border: 0 none; }
div.widget ul { padding: 0em 0em 0em 0.75em; margin: 0em 0em 0em 0.75em; }

td#contentcol { padding: 0 10px; }

div.post { margin-bottom: 30px; clear: both; }
div.post h2 { font-size: 16px; font-weight: bold; color: #000000; margin: 0; }
div.post p.postmetadata { font-size: 10px; margin: 0; }
div.post div.entry { margin-left: 10px; }

div.post dd.gallery-caption, div.post p.wp-caption-text { font-size: 10px; padding: 0 10px; text-align: center; margin-top: 1px; }

div#footerbar {
	height: 25px;
	width: 100%;
	padding: 7px 0 0 0;
	text-align: center;
	font-size: 10px;
}




/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font-size: 12px;
	color: #333333;
}

#TB_secondLine {
	font-size: 10px;
	color:#666666;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/wp-includes/js/thickbox/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	opacity: 0.75;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	border: 1px solid #555;
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:6px 10px 0;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:6px 10px 0;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	z-index:103;
	top: 50%;
	left: 50%;
	background-color: #E8E8E8;
	border: 1px solid #555;
	margin: -45px 0pt 0pt -125px;
	padding: 40px 15px 15px;
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	opacity: 0;
	height:100%;
	width:100%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
}

#TB_closeWindowButton, #TB_closeWindowButton img { border: 0px; }