/* @group frame */

body {
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	color: #4e4e4e;
	background-color: white;
	margin: 0;
	padding: 0;
}

#container {
	width: 914px;
	margin: 0 auto;
	text-align: center;
}

#header {
	height: 92px;
	background: #4e4e4e url(http://michaelmurphy.ca/site/wp-content/themes/default/images/bg_head.gif) no-repeat;
}

#tag {
	position: absolute; 
	top:16px; 
	left:-19px; 
	width: 19px;
}

#content {
	background: white url(http://michaelmurphy.ca/site/wp-content/themes/default/images/bg_dots.gif) repeat-y;
	text-align: left;
	padding: 20px;
}

#banner {
	background-color: #ededed;
	text-align: center;	
}

#footer {
	background: white url(http://michaelmurphy.ca/site/wp-content/themes/default/images/bg_foot.gif) no-repeat;
	height: 41px;
	color: #898989;
	text-align: left;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0 0 28px;
}

.navBox {
	padding-top: 64px;
	padding-right: 20px;
}

.logoBox {
	padding-top: 16px;
}

.section {
	margin-bottom: 14px;
}

.sectionLong {
	margin-bottom: 28px;
}

.archive {
	margin-left: 14px;
}

.blurb {
	width: 380px;
}

#wideRightCol {
	width: 480px; 
}

#wideLeftCol {
	width: 543px; 
	padding-top:0;
	}

#newsCol {
	width: 305px;
	background: white;
}

/* @end */

/* @group general */

.pad {
	padding: 14px;
}

.pad3 {
	padding: 0 14px 14px 14px;
}

.dotLine {
	background: url(http://michaelmurphy.ca/site/wp-content/themes/default/images/bg_dotLine.gif) no-repeat 0 bottom;
}

.dotLineLong {
	background: url(http://michaelmurphy.ca/site/wp-content/themes/default/images/bg_dotLine.gif) repeat-x 0 bottom;
}
img {
	border: 0;
}

#banner img {
	padding-top: 10px;
	padding-bottom: 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.highlight {
	background-color: #ededed;
	width: 100%;
}

.rel {
	position: relative;
}

.whiteBord {
	border-left: 14px solid white;
}


/* @end */

/* @group text */

#header li, #banner li {
	display: inline;
}

h1 {
	font-size: 25px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0 0 10px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px;
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
}

h5 {
	font-size: 14px;
	font-weight: normal;
	margin: -5px 0 0 0;
}

h6 {
	font-size: 18px;
	font-weight: normal;
	margin: 14px 0 0 0;
}

h4 a, h1 a, h5 a, h6 a {
	font-weight: normal;
}

p {
	margin: 0;
	padding: 0 0 10px;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	padding-bottom: 20px;
}


 
a {
	color: #1cb2b4;
	font-weight: bold;
}


a:link {
	text-decoration: none;
}


a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

#nav a {
	color: white;
	font-weight: normal;
}

#nav a:hover, #nav a:active {
	color: #1cb2b4;
	text-decoration: none;
}

li#current a:link, li#current a:active, li#current a:visited, li#current a:hover {
		color: #1cb2b4;
	text-decoration: none;

	
}

#nav li {
	background: url(http://michaelmurphy.ca/site/wp-content/themes/default/images/nav-sep.gif) no-repeat right center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}

#nav li.no-sep {
	background: none;
	padding-right: 0;
}

#nav li.laurel {
	background: url(http://michaelmurphy.ca/site/wp-content/themes/default/images/laurel.gif) no-repeat right center;
	padding-right: 25px;
}

#banner li {
	padding-left: 40px;
	padding-right: 40px;
}

.txtCenter {
	text-align: center;
}

.txtLeft {
	text-align: left;
}

.gray {
	color: #a0a0a0;
}


/* @end */

* {
	
}