/*
	custom.css � custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/

.skipnav {
  display: none;
}

#masthead { width: 930px; height: 75px; background: white url('images/stpaulslogo.gif') no-repeat; }

/* logo is 223x75 */

#masthead a { display: block; width: 930px; height: 75px; }
	 
/* hide the text part of the masthead */
#masthead h1 { display: none;}
#masthead h3 { display: none;}

.entry h2 {
    font-size: 1.4em;
}

#container {
width:90%;
}
#content_box {
width:100%;
}

#content {
padding:0pt 0pt 0pt 2em;
width:55%;
}
#sidebar {
padding:0pt;
width:19%;
}

#l_sidebar {
padding:0pt 0pt 0pt 1em;
width:20%;
}

#footer {
width:100%;
}

#masthead {
width:100%;
}

li.widget {
width: 100%;
}

h1, h2, h3 {
font-weight: bold; font-family: Helvetica, Arial, sans-serif; color: #1F4D9A; }


.entry img.right {
border: none;
}

/*
@media handheld {

#l_sidebar, #content, #sidebar, #container {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

li.widget {
  margin: 0 !important;
}

li.widget ul {
  margin: 0;
}

li.widget li {
  list-style-type:none;
  margin:0;
  display:inline;
  padding-right: 1em;
}

.skipnav {
  display: inline;
  text-align: left;
}
*/
/* display the masthead in text-only form */
/*#masthead {
  width: 100%; height: auto; background: none;
}
#masthead a { display: inline; width: auto; height: auto; color: #1F4D9A; }
*/
/* show the main text part of the masthead */
/*#masthead h1 { display: inline; padding: 0; text-align:left; color: #1F4D9A; }

body.custom {
  text-align: left;
}

}
*/
