/* site.css - montcocher.com */

br.clear { clear: both; }

/**
	*** ADMIN STUFF ***
**/
#admin_form  {
	width:80%;
	margin: 0 auto;
	color: #111;
	background: #e0ffe0;
	}
#admin_form p, #admin_form li {
	color: #111;
	}
#admin_form h1 {
	color: #dfd;
	text-align:left;
	font-size:14px;
	margin: 0 0 15px 0;
	}
#admin_form input,
#admin_form textarea {
	color: #222;
	background: #ecffd7;
	text-align:left;
	}
#admin_form fieldset {
	padding: 5px 5px 15px 5px;
	margin: 0 0 20px 0;
	border: 1px dotted #336;
	background: #efe;
	}
#admin_form legend {
	background:#333;
	color:#dfd;
	}
table.button_table a { color: #311; }
table.button_table a:hover { color: #f11; }
table.image_select_table { border:1px solid #ddd; }
table.image_select_table td {
	text-align:center;
	border:1px solid #ddd;
	}
table.image_select_table p.filename {
	font-size:9px;
	}
table.image_select_table p.checkbox { font-size:9px; }
table.metadata_form {
	margin: 0 10px;
	}
table.metadata_form th {
	font-weight: normal; font-size: 9px;
	padding: 0 10px 0 0;
	}

#admin_menu {
	background:#000;
	margin:0;padding:0;
	}
#admin_menu ul {
	list-style:none;
	margin:0;padding:0;
	}
#admin_menu li {
	display: inline;
	list-style:none;
	vertical-align: middle;
	padding:0;margin:0 10px 0 0;
	}
#admin_menu li a {
	color:#fff;
	text-transform:capitalize;
	}
#admin_menu li a:hover { color:#d00; }


/*
	APPLICATION COMPONENTS
*/
h1.app_page_heading {
	font-style:italic;
	margin: 0 0 10px 0;
	}

#app_page_intro {
	margin: 0 0 10px 0;
	}
#app_page_intro p {
	font-family: Georgia, 'Bitstream Vera Serif', Palatino, 'Times New Roman', serif;
	font-weight:bold;
	font-size:13px;
	color:#483819;
	line-height:1.8em;
	}

#app_page_text { }
#app_page_text p {
	line-height:1.5em;
	margin: 0 0 5px 0;
	}
#app_page_text a {
	font-weight:bold;
	color:#533;
	}
#app_page_text a:hover { color: #a00; }
#app_page_notice {
	}
#app_page_notice p { }
#app_page_notice span.xhead {
	font-family: Georgia, 'Bitstream Vera Serif', Palatino, 'Times New Roman', serif;
	color:#6A5A3B;
	font-weight:bold;
	font-style:italic;
	font-size: 120%;
	}

div.app_page_image { margin: 0 0 10px 0; }
div.app_page_image h2 { text-align:center; }
div.app_page_image p.caption {
	font-family: Georgia, 'Bitstream Vera Serif', Palatino, 'Times New Roman', serif;
	text-align: center;
	}

div.app_page_image.latest { text-align:center; }
div.app_page_image.latest h2 { }
div.app_page_image.latest p.caption {
	}



/**
	*** MAIN PAGE STRUCTURE ***
**/

#background {
	position:static;
	background: transparent;
	}

#centre {
	display:inline;
	float:left;
	width: 515px;
	margin: 0 0 0 170px;
	background: transparent;
	position:relative;
	}
#centre.wpPage {
	/* for Wordpress pages */
	width: 855px;
	margin:0 0 0 20px;
}
#content {
	text-align: left;
	width: auto;
	margin: 0px 145px 10px 130px;
	}

#footer {
	/* clear:both; */
	background: transparent;
	position:relative;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 90%;
	}

div.footer_text {
	margin: 10px 0;
	}

#footer p,
#footer a:link,
#footer a:visited { color: #889; }


/** *** MASTHEAD *** **/

#masthead {
	position:relative;
	border-bottom: 1px solid #000;
	background: #000 url(/graphics/masthead.jpg) top left no-repeat;
	height:125px;
	padding: 0;
	}
#masthead h1, #masthead h1 a, #masthead h1 a:link, #masthead h1 a:visited {
	color: #fff;
	font-size: 20px;
	}
#masthead h2 {
	color: #fff;
	font-size:13px;
	font-weight: normal;
	}


/** *** NAVBAR *** **/

#navbar {
	width: auto;
	padding: 5px;
	margin: 0;
	background: transparent;
	position: relative;
	}
#navbar  ul {
	list-style: none;
	}
#navbar li {
	display: inline;
	}
#navbar li.page_item  a,
#navbar li.section  a,
#navbar li.admintab  a {
	padding: 4px 10px 3px 0;
	}
#navbar li.current_page_item  a {
	color: #333;
	font-weight: bold;
	padding: 4px 10px 3px 0;
	}
#navbar li  a:hover {
	color: #c00;
	border:0;
	}

#page {
	position: relative;
	width: 900px;
	margin: 10px auto;
	border: 1px solid #666;
	background: #fff;
	}

#page_content {
	/* main content of page (not including masthead, straps etc) */
	position:relative;
	border:0;
	padding: 0;
	padding-bottom:20px;
	margin: 0 auto;
	background: #fff;
	}


/** *** SIDEBARS *** **/

div.sidebar { }

#sidebar_left {
	float: left;
	width: 150px;
	padding: 10px 5px 20px 5px;
	margin-left: -675px;
}
#sidebar_left h1,
#sidebar_left h2,
#sidebar_left { padding: 5px 0; }

#sidebar_right {
	float: left;
	width: 195px;
	margin:0 0 0 10px;
}

/** *** SIDEBAR MODULES/COMPONENTS/STYLES *** **/
div.sidebar_ad {
	text-align:center;
	margin: 0 auto;
	}

.sidebar h1 {
	font-size:12px;
	letter-spacing: normal;
	padding: 0px 0px 5px 0px;
	}
.sidebar h2 {
	font-size:11px;
	letter-spacing: normal;
	padding: 0px 0px 3px 0px;
	}
.sidebar p {
	font-size:11px;
	letter-spacing: normal;
	line-height:1.5em;
	padding: 0px 0px 3px 0px;
	}

div.sidebar #page_intro h1 { font-size:14px; }
div.sidebar #page_intro h2 { font-size:12px; }
div.sidebar #page_intro p { font-size:11px; }


div.sidebar_module {
	text-align: center;
	margin: 0 auto;
	}
div.sidebar_module .item {
	text-align: center;
	margin: 5px auto;
	}
div.sidebar_module .item img {
	text-align: center;
	margin: 0 auto;
	}

/*
	ADS
*/
div.sidebar_ad {
	text-align:center;
	margin: 5px auto;
	}


/**
	*** MAIN PAGE COMPONENTS ***
**/



/** *** BOOKMARKING *** **/
.bookmarking_links, .bookmarking_links p {
	text-align:center;
	}
.bookmarking_links fieldset {
	border: 1px solid #bbb;
	padding:2px;
	}
.bookmarking_links legend {
	letter-spacing:0.1em;
	font-size:9px;
	color:#999;
	font-weight:normal;
	border:0;
	}
.bookmarking_links p {
	margin:0 0 3px 0;
	padding:0;
	line-height:normal;
	font-style:normal;
	font-size:9px;
	}














#main_1col {
	/* background-image: url(graphics/edge-shadow-rt.gif) top right repeat-y; */
	background: transparent;
	/* width:99%; */
	position:relative;
	margin:0px;
	padding: 0px 10px;
	}
#main_2col {
	/* background: url(graphics/edge-shadow-rt.gif) top right repeat-y; */
	display: block;
	background: transparent;
	position:relative;
	margin:0px 0px 0px 220px;
	padding-right:15px;
	}
#main_2colR {
	/* background: url(graphics/edge-shadow-rt.gif) top right repeat-y; */
	width:auto;
	display: block;
	background: transparent;
	position:relative;
	margin:0px 200px 0px 0px;
	padding-left:15px;
	}
#main_3col {
	/* background: url(graphics/edge-shadow-rt.gif) top right repeat-y; */
	/* width: 100%; */
	display: block;
	background: transparent;
	position:relative;
	margin:0px 170px 0px 210px;
	padding:0;
	}


#page_intro {
	position:relative;
	padding: 10px 0px;
	background:transparent;
	}
#page_intro h1 {
	color:#446;
	font-size:14px;
	margin-bottom:10px;
	}
#page_intro p a:hover { border-bottom: 1px dotted #99c; }
#page_intro h2 {
	color:#446;
	font-size:11px;
	margin-bottom:10px;
	line-height:1.5em;
	}



/*
	*** SIGNIN PANEL ***
*/
#signin_panel {
	text-align:center;
	padding: 2px;
	}
#signin_panel p { font-size:9px; }


/*
	FEEDBURNER
*/

#feedburner_sub_form {
	text-align:center;
	}
#feedburner_sub_form p {
	color: #222;
	text-align:center;
	line-height:1em;
	}
#feedburner_sub_form input.email {
	width:120px;
	}



/* class.css */
.admin_options_bar {
	text-align: center;
	background: #ffe;
	padding:2px;
	border:1px solid #c66; }
.alert {
	color:#BC2626;
	font-weight:bold;
	padding: 2px 10px;
	background: #FDF0D1;
	border: 1px solid #aaa;
	}
table.button_table {
	width:350px;
	text-align:center;
	margin:10px auto;
	border:1px solid #8F92A4;
	background:#E8FFFF;
	}
table.button_table td { border:0; }
table.button_table input.button {
	background: #BFFF9F;
	border:2px solid #A47D78;
	}
div.google_ad {
	text-align:center;
	margin:5px auto;
	}
.img_upload_box {
	background: #dfd;
	border: 2px solid #bee;
	}
.img_upload_box img {
	float: left;
	margin: 1px 5px 1px 1px;
	}
.img_upload_box table, .img_upload_box th, .img_upload_box td { border: none; }
p.infoline {
	font-size: 10px;
	color: #668;
	text-align:right;
	}
span.mono {
	font-family: "Andale Mono", Courier, "Courier New", Terminal, monospace;
	}

p.navbar_work_xhead {
	margin:0; padding:0 0 0 5px;
	font-weight:bold;
	font-size:9px;
	}
ul.navbar_work {
	list-style-image: url(graphics/ul.gif);
	margin: 0 0 0 5px;
	padding: 0px 0px 0px 10px;
	}

table.no-border {border:0; padding:0;margin:0;}
table.no-border th {border:0; padding:0;margin:0;font-weight:normal;font-size:9px;}
table.no-border td {border:0; padding:0;margin:0;}
.option_bar {
	text-align: center;
	background: #efefee;
	padding:2px;
	border:1px solid #c66; }

p.permalink {
	font-size: 10px;
	color:#666;
	text-align:center;
	margin:0;
	}
p.permalink a,
p.permalink a:link,
p.permalink a:visited {
	color: #667;
	}
p.permalink a:hover { color:#a00; }
span.permalink_label {
	font-style: italic;
	}


p.rss_info_link {
	text-align:center;
	font-size:8px;
	}

.warning { color: #c00; font-weight: bold; }

/* following have not been checked as to whether they're needed */
.section .box-out {
	float:right;
	margin-left:10px;
	width:310px;
	text-align:center;}
.section .box-out img {float:none;}
.section .box-out p {font-size:10px;}
span.strike { text-decoration:line-through; color: #00a; }
.button   { font-size: 10px; font-weight: bold; }
.button_bar {
	text-align:center;
	font-size:10px;
	}
.button_bar .page_nums { margin: 0px 90px; }
.button_prev { width: 40px; margin-right: 40px; text-align: left; }
.button_next { width: 40px; margin-left: 40px; text-align:right; }
.clearer {clear:both;}
.contact_info {}
.greytext { color:#aab; }
.img_caption { font-size:10px; font-style:italic; }
.morelink { text-align:right;font-size:9px; margin-right:5px; }

.picbox { float:right; width:300px; text-align: center }
.returnlink { font-size: 10px; font-weight: bold; margin:5px 0px; text-align:center; }
.smalltext { font-size:9px; }

.text_spacer { margin-left: 20px; margin-right:20px; }
.toplink {
	padding-left:20px;
	background:transparent url(graphics/arr-up.gif) left no-repeat;
	color:#933;
	}

