/*
		Styles by gavjof
		www.gavjof.com
		
	\\ SCREEN.CSS (for Front End Styles) //
*/

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #fff;
	margin: 0;
	text-align; center;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

img.ImageFrame_image { vertical-align:bottom; border:none; }
table.ImageFrame_mish { direction: ltr; margin: 0 auto;}
table.ImageFrame_mish .TL { width:30px; height:30px; background:url(http://www.mishmorgenstern.com/gallery/modules/imageframe/frames/mish/TL.jpg) no-repeat; }
table.ImageFrame_mish .TT { height:30px; background:url(http://www.mishmorgenstern.com/gallery/modules/imageframe/frames/mish/TT.jpg) repeat-x; }
table.ImageFrame_mish .TR { width:30px; height:30px; background:url(http://www.mishmorgenstern.com/gallery/modules/imageframe/frames/mish/TR.jpg) no-repeat; }
table.ImageFrame_mish .LL { width:30px; background:url(http://www.mishmorgenstern.com/gallery/modules/imageframe/frames/mish/LL.jpg) repeat-y; }
table.ImageFrame_mish .LL div.V { width:30px; }
table.ImageFrame_mish .RR { width:30px; background:url(http://www.mishmorgenstern.com/gallery/modules/imageframe/frames/mish/RR.jpg) repeat-y; }
table.ImageFrame_mish .RR div.V { width:30px; }
table.ImageFrame_mish .BL { width:30px; height:30px; background:url(http://www.mishmorgenstern.com/gallery/modules/imageframe/frames/mish/BL.jpg) no-repeat; }
table.ImageFrame_mish .BB { height:30px; background:url(http://www.mishmorgenstern.com/gallery/modules/imageframe/frames/mish/BB.jpg) repeat-x; }
table.ImageFrame_mish .BR { width:30px; height:30px; background:url(http://www.mishmorgenstern.com/gallery/modules/imageframe/frames/mish/BR.jpg) no-repeat; }
table.ImageFrame_mish td { font-size:1px } /* For IE */
td div.H { width:1px; height:0; }
td div.V { width:0; height:1px; }





a:link, a:visited, a:active {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #603;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #333;font-weight:normal;font-family:"Times New Roman", Times, serif;}
h1  	{font-size:2.2em;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}

form {margin: 0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr				{}
acroynm			{}
cite				{}
address			{}
strong			{}
em					{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 100%;
	margin: 20px auto 0 auto;
	padding: 0;
	background: #fff;
}
#bordermain{
		border: 1px solid #fff;
		background-color: #fff;
		margin: 0;
		padding: 3px;
}
#subbordermain{
		border: 1px solid #fff;
		background-color: #fff;
		margin: 0;
		padding: 0px;
}
#banner {
	width: 100%;
	height: 150px;
	background: #666;
	font-weight: bold;
	background: transparent url('http://www.mishmorgenstern.com/gallery/themes/x_treme/templates/extra/logos/logo.jpg') top center no-repeat;

}
#banner a, #banner h1, #banner h2	{color: #fff; margin:0;padding:0;}
* html #banner {clear:both;height:120px;} /* ie6 misbehaves again */

#banner h1	{font-size: 3em;padding-top:6px;} /* WEBSITE_TITLE */
#banner h2	{ /* PAGE_HEADER */
	font-size: 0.8em;
	text-transform:uppercase;
	letter-spacing:8px;
	margin-top:-20px;
	padding-left:8px;
	font-family:Arial, Helvetica, sans-serif;
}
#content { /* main content from the WYSIWYG goes in here */
	margin: 0 auto;
	padding: 0px;
	clear: right;
	background-color: #fff;
	width: 100%;
}
* html #contentContainer #content {text-align:center;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
	font-family:"Times New Roman", Times, serif;
	font-size: 90%;
	text-align: center;
	color: #666;
	padding: 10px 5px 10px 5px;
	clear: both;
}
#baker_footer	{font-style:oblique;} /* Pulls information from PAGE_FOOTER */
#powered_by, #coding 	{text-align:right;}
#powered_by a, #coding a {color:#ddd; text-decoration:none; border-bottom: 1px dashed #ddd;}
#powered_by a:hover, #coding a:hover {color:#fff; border-bottom: 1px dashed #fff;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Search Box in banner */
#search_box {
	color: #fff;
	text-align: center;
}
#search_box {
	float: right;
	clear: right;
	width: 200px;
}
#search_box fieldset {border:0;}
#search_box legend, #search_box label {display:none;}

#search_string {
	width: 100px;
	height: 16px;
	font-size: 90%;
	vertical-align: middle;
	border: 1px inset #ccc;
}
#search_submit {
	width: 50px;
	height: 20px;
	font-size: 90%;
	vertical-align: middle;
	padding: 0 0 4px 0;
}


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}


