/*
Theme Name: Rough Textile
Theme URI: http://www.holynameparish.org
Description: V4 of HNP, with roots in the old Postnuke theme
Version: 1.0
Author: Mike Haska
*/

body{
	background: #333 url(img/page_bg.gif) top repeat-x;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 15px;
	line-height: 1.5em;
	color: #333;
	margin: 0;
}

a
{
  outline: none;
}

/* ----- IDS ----- */

#container{
	width: 980px;
	margin: 0 auto;
	background: #fff url(img/container_bg.gif) top repeat-x;
	overflow: hidden;
}   
#navigation{
	width: 253px;
	background: #fff url(img/nav_bg.gif) top center no-repeat;
	margin-top: 51px;
	padding-top: 94px;
	float: left;
}   
#primaryContent{
	width: 677px;
	background: #fff url(img/content_bg.gif) top center no-repeat;
	margin-top: 51px;
	padding: 28px 25px 0 25px;
	float: left;
}   
#footer{
	width: 980px;
	height: 42px;
	background: #333 url(img/footer_bg.gif) top left no-repeat;
	float: left;
	padding: 0.7em !important;
	padding-top: 0.5em;
	font-family: Calibri, 'Trebuchet MS', Helvetica, sans-serif;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
#footer a{
	border: none;
}

/* ----- HEADINGS ----- */

h1{
	font-family: Calibri, 'Trebuchet MS', Helvetica, sans-serif;
	background: url(img/heading_bg.gif) no-repeat 0 90%;
	line-height: 1em;
	font-size: 2.5em;	
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	color: #8DB2C1;
	font-weight:normal;
}
h1 a{
	border: none;
}
h2{
	font-size: 1.7em;
	font-weight: normal;
	margin: 1em 0 0 0;
	color: #666;
	line-height: 1em;
	background: url(img/heading_bg.gif) no-repeat 0 90%;
}
h3{
	font-size: 1.2em;
	margin: 1em 0 0 0;
	color: #666;
	background: url(img/heading_bg.gif) no-repeat 0 90%;
}
h4{
	margin: 0.5em 0 0 0;
	background: url(img/heading_bg.gif) no-repeat 0 90%;
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

/* ----- IMAGES ----- */

img{
}
img a{
}
img a:hover{
}

/* ----- LINKS ----- */

a{
	color: #6690A0;
	text-decoration: none;
	border-bottom: 1px dotted #6690A0;
}
a:hover{
	color: #333;
	border-bottom: 1px solid #98C2D2;
}

/* ----- MISC ----- */

hr{
	border: none;
	border-top: 1px dotted #777;
}

/* ----- NAVBAR ----- */
.menu {
	font-family: Calibri, 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 14px;
	width: 229px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
	color: #333;
	background-color: #EBE7E0;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-left: 10px solid #B9B5AE;
	border-top: 1px solid #B9B5AE;
	border-right: 1px solid #B9B5AE;
	border-bottom: 1px solid #B9B5AE;
	text-decoration: none;
	text-align: left;
	margin-bottom: 2px;
	}
.menu-0 a:hover {
	border-left: 10px solid #8DB2C1;
	border-top: 1px solid #8DB2C1;
	border-right: 1px solid #8DB2C1;
	border-bottom: 1px solid #8DB2C1;
	font-weight: bold;
}
li.menu-1{
	margin-left: 29px;
}
.menu-1 a:link, .menu-1 a:visited, .menu-1 a:active, .menu-1 a:hover{
	color: #333;
	background: #EBE7E0 url(img/bullet-level2.gif) 8px center no-repeat;
	padding: 2px;
	padding-left: 18px;
	display: block;
	border: 1px solid #B9B5AE;
	border-top: none;
	text-decoration: none;
	text-align: left;
	margin-top: -6px;
	margin-left: -20px;
	}
.menu-1 a:hover {
	font-weight: bold;
}


