/*
Theme Name: Millstone
Theme URI: http://milneandstonehouse.com/
Description: 
Version: 0.1
Author: Wintermoss Snow
Author URI: http://houseoflaudanum.com/
Tags: multi column
*/


0div {
	border : gray 1px solid;
}

body {
	font-family : arial, helvetica, sans-serif;
	margin : 0;
	padding : 0px 12px 0 25px;
	font-size : 70%;
	line-height : 1.5em;
	color : #404040;
}

#page {
	width : 911px;
	width : 925px;
	padding-right : -13px;
}

#header {
	height : 105px;
	padding-top : 30px;
	position : fixed;
	width : 100%;
/*	100 is too high, its above lightbox */	
	z-index : 10;
	background-color : white;
}


h1 {
	font-weight : normal;
	text-transform : uppercase;
	padding : 0;
	margin : 0;
}

a {
	text-decoration : none;	
	color : black;
}

a:hover {
	color : #FF7F00;
}

.post {
	width : 172px;
	margin-right : 10px;
	padding-left : 2px;
	float : left;
	display : inline;
	margin-bottom : 2em;
}

hr {

}

#content {
	padding-top : 170px;
	position : relative;
}

#sidebar {
	height : 20px;
	margin-bottom : 16px;
	width : 912px;
	border-bottom : gray solid 1px;
	position : fixed;
	top : 135px;
/*	100 is too high, its above lightbox */
	z-index : 10;
	background-color : white;
}


#sidebar ul li a { 
	height : 10px; 
	display : block; 
	position : absolute; 
	top : 0; 
	text-indent : -9999px; 
	outline : none;
}

/*	
	page-item-2 contact
	page-item-4	download
*/

li#contact a, li#downloads a, li#public a, li#gallery a, li#planning a { 
	background:url(/wp-content/themes/millstone/images/nav.gif) 
}

li#public a { background-position : 0 0; width:174px; left:0; }
li#public a:hover, li#public.current-cat a { background-position : 0 -10px }

li#gallery a { background-position : -174px 0; width : 258px; left : 174px; }
li#gallery a:hover, li#gallery.current-cat a { background-position : -174px -10px }

li#planning a { background-position : -432px 0; width : 194px; left : 432px; }
li#planning a:hover, li#planning.current-cat a  { background-position : -432px -10px }

li#downloads a { background-position : -626px 0; width : 214px; left: 626px; }
li#downloads a:hover, li#downloads.current_page_item a { background-position : -626px -10px }

li#contact a { background-position : -840px 0; width : 72px; left : 840px; }
li#contact a:hover, li#contact.current_page_item a { background-position : -840px -10px }



li#navNews a 					{ background-position:0 0; width:70px; left:0 }
li#navNews a:hover				{ background-position:0 -41px }
body#pageNews li#navNews a 			{ background-position:0 -82px }


#sidebar ul {
	list-style : none;
	padding : 0;
	margin : 0;
	top : 5px;
	position:absolute;
}

#sidebar ul li {
	float : left;
	width : 20%;
	text-transform : uppercase;
}

.thumbnail img {
	width : 172px;
	height : 124px;
	background-color : #eeeeee;
}

.post h2, .post h2 a {
	font-size : 1em;
	color : #FF7F00;
}

.post .awards {
	color : #FF7F00;
}

.entry > p {
	margin-top : 0;
	padding : 0;
}

.postmetadata {
	font-size : 0.8em;
}

ul.title {
	margin : 0;
	margin-top : 16px;
	padding : 0;
	list-style : none;
	font-weight : bold;
}

ul.title h2 {
	margin : 0;
	padding : 0;
}

#home {
	width : 911px; 
	height : 500px;
	background-color : #333333;
	background-position : center;
	background-repeat : no-repeat;
}

#home .entry {
	color : #ffffff;
	font-weight : bold;
	width : 152px;
	margin-left : 20px;
	margin-top : 20px;
}

#home .footer {
	opacity : 0.7;
	font-size : 0.8em;

	position : absolute;
	top : 650px;
	width : 900px;
	z-index : 200;
	text-align : right;
}

.page li {
	list-style : none;
}

.page li:before {
/*	doesnt work well with siFR
	content : "\003e \0020";
*/
}

.page {
	border-bottom : none;
	font-size : 1.2em;
	width : 357px;
}

.page li {
	text-transform : uppercase;
}


li h3 {
	color : #404040;
	display : inline;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: none;
	overflow: hidden;
	visibility: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h3 {
	visibility: hidden;
}

img {
	border : none;
}

.pagebreak {
	clear : both;
}


