/* -----------------------------------
			
		    StPaul.com
	 ~ screen.css stylesheet ~
		  
   ----------------------------------- */

/* -----------------------------------
			 Body Styles
   ----------------------------------- */
   
body { 
	font-family: Arial, "Lucida Grande", Helvetica, sans-serif;
	background: #e7e7e7; 
	color: #000000; 
}

#container {
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding: 15px 5px;
	background: url('../images/backgrounds/bkgd.gif') repeat-y 0 0;
}
#container-cap {
	width: 930px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 15px;
	background: url('../images/backgrounds/bkgd-cap.gif') no-repeat 0 0;
}


/* -----------------------------------
		  Typography Styles
   ----------------------------------- */
   
p {
	font-size: 80%;
	margin-bottom: 15px;
	line-height: 140%;
}

/* -----------------------------------
			 Header Styles
   ----------------------------------- */

h1#logo { 
	position: absolute;
	bottom: 15px;
	right: 15px;
}
h1#logo a {
	display: block;
	background: url('../images/logo/StPaul.gif') no-repeat 0 0;
	width: 600px;
	height: 190px;
	text-indent: -9000px;
}

h2 {
	font-size: 110%;
	line-height: 160%;
	font-family: Georgia, Times, serif;
	color: #0054A6;
}

h2#contact-header {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	color: #000;
}

/* -----------------------------------
		    Navigation Styles
   ----------------------------------- */

ul#nav {
	margin: 0 0 30px 310px;
	width: 600px;
}
ul#nav li {
	float: left;
	margin-right: 15px;
}
ul#nav li a {
	text-decoration: none;
	color: #000;
	font-size: 90%;
}
ul#nav li.active a,
ul#nav li a:hover { color: #0054A6; }


/* -----------------------------------
		    Content Styles
   ----------------------------------- */

#sidebar {
	float: left;
	width: 280px;
	padding: 0 10px;
	color: #ffffff;
}

#content {
	float: left;
	width: 600px;
	padding: 0 10px 205px 10px;
	color: #000;
}

.col1-2,
.col2-2 {
	float: left;
	width: 280px;
	padding: 0 10px;
}

ul.white-list,
ul.blue-list { margin-bottom: 20px; width: 100%; }
ul.white-list li,
ul.blue-list li {  
	padding: 5px 0 0px 20px;
	font-size: 80%;
	line-height: 120%;
}
ul.white-list li 	{ background: url('../images/bullets/white.gif') no-repeat left 5px; }
ul.blue-list li 	{ background: url('../images/bullets/blue.gif') no-repeat left 5px; }

/* -----------------------------------
				Footer
   ----------------------------------- */
   

/* -----------------------------------
			Miscellaneous
   ----------------------------------- */

.clear-left 	{ clear: left; }
.clear-right 	{ clear: right; }
.clear-both 	{ clear: both; }
.left 			{ float: left; }
.right			{ float: right; }
.block			{ display: block; }
.none			{ display: none; }
.strong			{ font-weight: bold; }
.no-background 	{ background-image: none; }
.ampersand		{ font-family: "Baskerville", "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-style: italic; }
.lowercase		{ text-transform: lowercase; }
.flickr-blue	{ color: #0061dc; font-family: Arial, sans-serif; font-weight: bold; text-transform: lowercase; }
.flickr-pink  	{ color: #ff0084; font-family: Arial, sans-serif; font-weight: bold; text-transform: lowercase; }
.filckr-white	{ color: #ffffff; font-family: Arial, sans-serif; font-weight: bold; text-transform: lowercase; }
img.right		{ margin: 0 0 10px 10px; }
img.left		{ margin: 0 10px 10px 0; }

/* ----------------------------------------------------------------------------
						Clearfix Easy Clearing of Floats

			http://www.positioniseverything.net/easyclearing.html
   ---------------------------------------------------------------------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */