/*  
Theme Name: St. Boniface Museum
Theme URI: http://webriggers.net
Description: 
Version: 0.2
Author: Brent Toderash
Author URI: http://toderash.net/

	St. Boniface Museum
	http://webriggers.net/

	Built on WebRiggers' Blanktheme 0.5

	This theme was designed and built by Brent Toderash,
	whose blog you will find at http://toderash.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url('reset.css'); /* reset everything to reduce browser inconsistencies */
@import url('lists.css'); /* list styles (navigation, sidebars) */
@import url('forms-comments.css');
/*
@import url('handheld.css'); /* only here to un-comment for development purposes */
/*
@import url('calendar.css');
*/

/*********************************************/
/*      Global Styles & Basic Typography     */
/*********************************************/

body    {
/*
	font-family: "Bitstream Vera Serif", "Bookman Old Style", "DejaVu Serif", Georgia, Palatino, serif;
	font-family: "Trebuchet MS", Tahoma, "Nimbus Sans L", "Lucida Sans", "Bitstream Vera Sans", sans-serif;
*/
	font-family: 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #222;
	background: rgb(244,240,225);
	background: rgb(224,218,195);
	background: rgb(141,143,119);
	}
h1, h2, h3, h4 {
/*
	font-family: "Bitstream Vera Serif", "Bookman Old Style", "DejaVu Serif", Georgia, Palatino, serif;
*/
	font-family: 'Century Gothic', 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
	cursor: default;
	}
h1	{
	font-size: 3.5em;
	margin: 0; padding: 15px 0 0 25px;
	}
h2	{ font-size: 1.5em; }
h3	{ font-size: 1.2em; }
.entry h3 {
        margin: 27px 0 9px 0;
        }
p	{ margin: 3px 0 6px 0; padding: 0; }
.printonly { display: none; }

a	{
	outline: none;
	}
a:link	{
	color: rgb(44,90,160);
	text-decoration: none;
	border-bottom: 1px solid rgb(224,218,195);
	padding: 0 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}
a:visited {
	text-decoration: none;
	padding: 0 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	}
a:hover {
	color: rgb(161,43,90);
	background: rgb(244,240,225);
	border: 0;
	}

a.noeffect {
	display: inline;
	border: none;
	padding: 0;
	background: transparent;
	}
a.noeffect:hover {
	background: transparent;
	}

/*********************************************/
/*      Layout                               */
/*********************************************/

#wrap {
        position: relative;
	width: 960px;
	min-height: 650px;
	margin: 10px auto 10px auto; padding: 0;
	background: rgb(252,252,242);
	border: 1px solid rgb(182,195,175);
	}
   #header {
        margin: 0; padding: 0;
        height: 300px;
        background: rgb(36,74,33) url('images/headerbg_960x300.png') 0 0 no-repeat;
        }
      #headerimg {
        z-index: 4;
        position: relative;
        top: 40px; left: 25px;
        height: 150px; width: 280px;
        margin: 0 0 150px 0;
        background: url('images/msbm-logo.png') 0 0 no-repeat;
        }
      #header a#homelink {
        display: block;
        z-index: 9;
        height: 150px; width: 280px;
        margin: 0; padding: 0;
        }
      #header .description {
	margin: 85px 10px 0 50px; padding: 0;
	font-size: 2.5em;
	font-style: italic;
	}
      #title_img {
	z-index: 1;
	margin: 5px 0 0 30px;
	cursor: pointer;
	cursor: hand;
	background: orange;
	}
   #topnav {
   	margin-top: 10px;
	height: 27px;
	border-bottom: 1px solid rgb(224,218,195);
	}
   #content {
	clear: both;
	width: 660px;
	float: right;
	min-height: 600px;
	margin: 0 0 0 0; padding: 25px 50px;
	}
      #content .post {
	margin: 0; padding: 15px 5px;
	}
      #content .post p {
	margin: 9px 0; padding: 0 9px;
	line-height: 1.5em;
	}
      #content .post .entry {
	padding: 4px 0 0 0;
	}
      #content .post h2.post-title {
	display: block;
	font-size: 1.5em;
	padding: 3px 1px;
	background: rgb(224,218,195);
	color: rgb(9,31,8);
	}
      #content .post h2.post-title a {
	margin: -3px -1px; padding: 3px 1px;
	display: block;
	background: none;
	color: rgb(9,31,8);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	}
      #content .post h2.post-title a:hover {
	text-decoration: none;
	background: rgb(244,240,225);
	color: rgb(36,74,33);
	}
      #content .post .post-date {
	font-size: 11px;
	font-weight: normal;
	float: left;
	margin: -4px 7px 0 0;
	border: 1px solid rgb(224,218,195);
	background: rgb(244,240,225);
	color: rgb(36,74,33);
	width: 48px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	}
      #content .post .post-date .month {
	display: block;
	padding: 2px 0 2px 0;
	}
      #content .post .post-date .day {
	font-weight: bold;
	font-size: 21px;
	margin: 0; padding: 0;
	}
      #content .post .post-date .year {
	padding: 0 0 1px 0;
	}
   .sidebar {
	float: left;
	font-size: 85%;
	margin: 0; padding: 25px 0 0 0;
	}
      .sidebar #doubleside {
        position: absolute;
        top: 0; left: 0;
	width: 960px;
        margin: 0 0 0 0; padding: 0;
        }
      .sidebar #sideleft {
        width: 200px;
	}
      .sidebar #sideright {
        width: 200px;
	margin: 0 0 0 0; padding: 0;
	}
   #page {
	margin: 20px auto;
	padding: 0;
	}
   #footer {
	font-size: .85em;
	padding: 8px 0 0 0; margin: 0 auto;
	clear: both;
	border-top: 1px solid rgb(224,218,195);
	}
      #footer p {
	margin: 0; padding: 15px 0;
	text-align: center;
	}
p img {
	padding: 0;
	max-width: 100%;
	}
.centered, img.imgcenter, aligncenter {
	display: block;
	margin-left: auto; margin-right: auto; padding: 4px;
	border: 1px solid rgb(224,218,195);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}
.alignright, img.imgright {
	margin: 0 0 2px 7px; padding: 4px;
	display: inline;
	float: right;
	border: 1px solid rgb(224,218,195);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}
.alignleft, img.imgleft {
	margin: 0 7px 2px 0; padding: 4px;
	display: inline;
	float: left;
	border: 1px solid rgb(224,218,195);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}
.wp-caption {
        margin: 0;
        text-align: center;
        }
.wp-caption-text {
        margin: 0; padding: 0;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -1px;
        }
/* End Images */

   .postmetadata, .byline {
	font-size: .8em;
	}
   .postmetadata {
	clear: both;
	padding: 5px 0;
	}
   .byline {
	margin: 2px 0; padding-top: 2px;
	}
	
a, .sidebar ul li#tag_cloud a:hover {
	}
a, .sidebar ul li#tag_cloud a:hover, .sidebar li#recent-comments a {
	}

a:hover, .sidebar ul li#tag_cloud a:hover, .sidebar ul li#recent-comments a:hover {
	}

/*     BEGIN SIDEBAR SPECIFICS     */
#doubleside ul li#search input#s {
	width: 244px;
	}
#doubleside ul li#search input#searchsubmit {
	width: 65px;
	}
/*     END SIDEBAR SPECIFICS     */

/* Begin Various Tags & Classes */

.navigation .alignleft {
	margin: 10px 0 5px 5px;
	}
.navigation .alignright {
	margin: 10px 5px 5px 0;
	}
.navigation .alignleft, .navigation .alignright {
        border: 0;
	}
.more-link {
	display: inline block;
	float: right;
	margin: 0 5px 0 auto;
	padding: 3px 8px;
	background: #f5f5f5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
	}
blockquote {
	color: #333;
	margin: 0px 40px 10px 40px;
	padding: 0px 10px;
	background: #f5f5f5;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	}					
blockquote blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid rgb(224,218,195);
	}
cite	{
	margin: 0 40px 0 0;
	display: block;
	text-align: right;
	}
blockquote cite {
	margin: 0 10px 0 0;
	}

a.webriggers-logo {
        display: inline block;
        width: 125px; height: 40px;
        float: left;
        margin: 10px 5px 0 85px; padding: 2px 0 0 18px;
        text-align: left;
        color: rgb(172,172,173);
        font-size: 9px;
        font-weight: normal;
	background: url('images/webriggers-logo.125x40.sprite.jpg') top left no-repeat;
	}
a.webriggers-logo:hover {
	color: rgb(40,90,160);
	background: url('images/webriggers-logo.125x40.sprite.jpg') bottom left no-repeat;
	}
#address ul{
	list-style:none;
	float:left;
	margin-left: 55px;
	margin-top: 20px;
}
#address ul li{
	float:left;
	margin-left: 10px;
}
#address ul li a{
	border:none !important;
}
#address ul li a:hover{
	background:none !important;
}
/* End Various Tags & Classes */
#imgtemp{
	float: left;
   	list-style: none;
   	padding: 0;
}
#imgtemp li{
	float:left;
	margin-left:3px;
}
#stc-follow-3{
	float: right;
    	list-style: none;
  	margin-right: 190px;
}
.fb_share{
	float: left;
   	margin-top: 8px;
}
.twitter-share-button{
	float: left;   
 	margin-top: 8px;
}
