/*	Desc: *Stirling Rose* Screen Style Sheet
		Author: *Jesse Steinfort - Mediation Communications*
=== === === === === === === === === === */
/* STRUCTURE
=== === === === === === === === === === */
html {
	min-height: 100%;
	height: auto;
}

body {
	text-align: center;
	color: #333;
	font: 75%/18px helvetica, arial, sans-serif;
}

#container {
	width: 900px;
	margin: 0 auto;
}

/* HEADINGS
=== === === === === === === === === === */
h1, h2, h3, h4, h5 {
	color: #444;
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	font-size: 220%;
	margin-bottom: 15px;
	color: #666;
	line-height: 24px;

}

h2 {
	font-size: 140%;
	margin-top: 15px;
	margin-bottom: 5px;

}

h3 {
	font-size: 115%;
	text-transform: none;
	font-weight: bold;
	margin-top: 10px;

}

h4 {
	font-size: 100%;
	color: #AF262B;
}

h5 {

}
/* COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0;
	text-align: left;
}
p,
li {
	margin: 6px 0 6px 0;
}

a, a:link {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#blog_nav a:hover,
p.meta a:hover,
small a:hover,
a:hover,
a:active {
	color: #AF262B;
}

#home blockquote {
	position: relative;
	left: -40px;
	background: transparent url(../images/quote_left.gif) 0 2px no-repeat;
	padding-left: 40px;
	width: 260px;
	font-weight: bold;
}

small {
	font-size: 95%;
	color: #999;
}

small a,
small a:link {
	color: #999;
}


#blog_nav a,
#blog_nav a:link,
.meta,
.meta a,
.meta a:link {
	color: #888;
}


hr {
	border: none;
	height: 1px;
	background-color: #CCC;
	margin: 10px 0 20px 0;
}

a.button {
	margin-top: 10px;
	font-size: 9px; 
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	width: 86px;
	display: block;
	background: transparent url(../images/button.gif) 0 -1px no-repeat;
}

a.button:hover {
	background: transparent url(../images/button.gif) 0 -20px no-repeat;
}

.clear {
	clear: both;
}

.entry ol {
	margin-left: 20px;
}

.entry ul {
	margin-left: 20px;
	list-style-type: square;
}

.entry li {
	margin: 0;
}

.hilite {
	background-color: #ebc9ca;
	
}

/* HEADER
=== === === === === === === === === === */

#header {
	height: 140px;
	width: 850px;
	margin: 0 auto;
}

/* NAVIGATION
=== === === === === === === === === === */
#navigation {
	padding-top: 40px;
	float: right;
	width: 420px;
}

#navigation ul {
	list-style: none;
}

#navigation ul li {
	float: left;
}

#navigation ul li#link1 {
	width: 90px;
}
#navigation ul li#link2 {
	width: 70px;
}
#navigation ul li#link3 {
	width: 80px;
}
#navigation ul li#link4 {
	width: 120px;
}
#navigation ul li#link5 {
	width: auto;
}

#navigation ul li a {
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
}

#navigation ul li a:hover,
#services #navigation ul li#link1 a,
#blog #navigation ul li#link2 a,
#people #navigation ul li#link3 a,
#testimonials #navigation ul li#link4 a,
#contact #navigation ul li#link5 a {
	color: #AF262B;
}

/* CONTENT
=== === === === === === === === === === */

#content {
	width: 900px;
}

#logo {
	padding-top: 20px;
	float: left;
	width: 260px;
}

#frame {
	width: 460px;
	height: 473px;
}

#picture {
	width: 440px;
	height: 440px;
}

#text {
	width: 360px;
}

#blurb {
	opacity: 0.7;
	background-color: #FFF;
	padding: 15px;
	position: relative;
	top: 300px;
	left: 10px;
	width: 390px;
}

.entry {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}

#comments_col ul {
	list-style: none;
}

#comments_col .entry {
	border-bottom: 1px solid #EEE;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-top: 10px;
}

.paginate {
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

#blog_nav {
	border-bottom: 1px solid #AAA;
	margin-bottom: 20px;
	text-transform: uppercase;
}

img.right {
	margin-left: 5px;
	margin-bottom: 5px;
	border: 5px solid #EEE;
}

.right {
	float: right;
}

.left {
	float: left;
}

/* results and message */

#results #content,
#message #content {
	width: 600px;
	padding-left: 33px;
}

/* home */

#home #text {
	float: right;
}

#home #frame {
	background: transparent url(../images/left_corner_BG.gif) no-repeat bottom left;
	float: left;
	padding-left: 33px;
}

#home #picture {
	background: transparent url(../images/home.jpg) no-repeat top left;
}

/* services */

#services #text {
	float: left;
	padding-left: 33px;
}

#services #frame {
	background: transparent url(../images/right_corner_BG.gif) no-repeat bottom right;
	float: right;
	padding-right: 12px;
}

#services #picture {
	background: transparent url(../images/services.jpg) no-repeat top right;
}

/* blog */

#blog #text {
	float: left;
	padding-left: 33px;
}

#blog #frame {
	background: transparent url(../images/right_corner_BG.gif) no-repeat bottom right;
	float: right;
	padding-right: 12px;
}

#blog #picture {
	background: transparent url(../images/blog.jpg) no-repeat top right;
}

/* people */

#people #text {
	float: right;
	padding-right: 20px;
}

#people #frame {
	background: transparent url(../images/left_corner_BG.gif) no-repeat bottom left;
	float: left;
	padding-left: 33px;
}

#people #picture {
	background: transparent url(../images/people.jpg) no-repeat top left;
}

/* testimonials */

#testimonials #text {
	float: right;
	padding-right: 20px;
}

#testimonials #frame {
	background: transparent url(../images/left_corner_BG.gif) no-repeat bottom left;
	float: left;
	padding-left: 33px;
}

#testimonials #picture {
	background: transparent url(../images/testimonials.jpg) no-repeat top left;
}

/* contact */

#contact #text {
	float: right;
	padding-right: 33px;
}

#contact #frame {
	background: transparent url(../images/left_corner_BG.gif) no-repeat bottom left;
	float: left;
	padding-left: 33px;
}

#contact #picture {
	background: transparent url(../images/contact.jpg) no-repeat top left;
}

#header a img {
	border: none;
	text-decoration: none;
}

#header a {
	width: 100%;
	display: block;
}

#top_bar {
	background: #AF262B url(../images/search_BG.gif) repeat-x;
}

#page_header {
	width: 850px;
	height: 29px;
	margin: 0 auto;
}

#search {
	text-align: center;
	font-size: 11px;
	position: relative;
	left: 500px;
	text-transform: uppercase;
	width: 322px;
	height: 29px;
	padding-top: 8px;
	color: #FFFFFF;
	background: transparent url(../images/searchinput_BG.gif) no-repeat 0 0;
}

#search input {
	width: 190px;
	border: 2px solid #621618;
	border-top: 2px solid #491012;
	border-bottom: none;
	background-color: #7A1B1E;
	color: #FFFFFF;
	margin-bottom: 0;
}

label {
	line-height: 16px;
	height: 16px;
}

form {
	display: inline;
}

input {
	width: 100%;
	height: 16px;
	border: 2px solid #BBB;
	border-top: 2px solid #AAA;
	border-bottom: none;
	background-color: #CCC;
	color: #000;
	font-size: 11px;
	padding-left: 2px;
	margin-bottom: 10px;
}

.check {
	width: auto;
	height: auto;
	border:none;
	background: none;
	padding: 0;
	margin: 0;
}

input.mail {
	width: 190px;
}

textarea {
	width: 100%;
	border: 2px solid #BBB;
	border-top: 2px solid #AAA;
	border-bottom: none;
	background-color: #CCC;
	color: #000;
	font-size: 11px;
	padding-left: 2px;
	margin-bottom: 2px;
	font-family: helvetica, arial, sans-serif;
}

button.small {
	border: none;
	background-color: transparent;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 10px;
}

button.button {
	margin-top: 10px;
	font-size: 9px; 
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 20px;
	height: 18px;
	width: 86px;
	display: block;
	border: none;
	background: transparent url(../images/button.gif) 0 -1px no-repeat;
	cursor: pointer;
}

button.button:hover {
	color: #AF262B;
	background: transparent url(../images/button.gif) 0 -20px no-repeat;
}

/* FOOTER
=== === === === === === === === === === */
#footer {
	width: 850px;
	line-height: 14px;
	font-size: 90%;
	color: #AAA;
	margin-top: 10px;
	padding: 0 0 0 33px;
}

#footer ul {
	border-left: 1px dashed #AAA;
	list-style: none;
	margin: 0;
	padding: 0 0 20px 10px;
}

#footer ul li {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #AF262B;
}