/*
Theme Name: ISA r3
Description: A custom theme built for Itanium Solutions
Version: 1.0
Author: Lindsey Kirkbride for Opus Creative
Author URI: http://www.opuscreative.com
*/


/* basic styles */
body { 
	background-color: #b8bbbc;
	color: #080808;
	font: 14px/18px Arial, Helvetica Neue, Helvetica, sans-serif;
	margin-bottom: 50px;
} 


a { color: #0a2151; text-decoration: none; }
a:hover { text-decoration: underline; }

.alignleft { float: left; }
.alignright { float: right; }

.align-left { float: left;  width: 50%; }
.align-right { float: right; width: 49%; }


#wrapper {
	background: #fff url(images/background.gif) no-repeat;
	margin: 0 auto;
	width: 920px;
}

#header,
#content { margin-left: 60px; width: 860px; }

#header { margin-bottom: 30px; padding-top: 50px; position: relative; }

.post { float: left; width: 560px; }

#sidebar { float: right; margin-right: 14px; width: 200px; }

#footer { 
	clear: both; 
	display: block; 
	float: none; 
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 30px 0 10px 0;
	width: 620px; 
}
	


/* headers */
h1, h2, h3 { font: bold 2.14em Georgia, Times, Times New Roman, serif; }

h1,
h1 a { color: #6b6767; }

h2 { 
	color: #e15c22; 
	font-size: 1em; 
	font-style: italic; 
	font-weight: normal;
}

h3 { 
	color: #0a2151; 
	font-size: 1.5em;
	line-height: 1.2em; 
	margin-bottom: 23px;
	width: 460px;
}



/* search */


#search {
	bottom: 0;
	position: absolute;
	right: -8px;
	width: 205px;
}

#search label {
	float: left;
	font-size: 0.71em;
	line-height: 10px;
	margin-right: 10px;
	text-align: left;
	width: 87px;
	margin-top: 5px;
}


#search input { 
	border: 1px solid #ccc; 
	height: 19px;
	width: 135px; 
}

#search #searchsubmit { display: none; }



/* posts */

#content .post { margin-bottom: 37px; }

#content p {
	margin-bottom: 9px;
}

#content p.postmetadata { font-size: 0.85em; line-height: 1.2em; color: #6b6767;}

.entry a {text-decoration: underline;}


/* sidebar */

#sidebar { font-size: 0.79em; line-height: 1.5em; }

#sidebar li { margin-bottom: 4px; }


#sidebar a { color: #6b6767; }


#sidebar .other {
	font-size: 1.09em;
	font-weight: bold;
}

#sidebar .other a { color: #0a2151 }


#sidebar .main {
	margin: 1.5em 0 0 16px;
	width: 135px;
	}


#sidebar h4 {
	color: #e15c22;
	font-size: inherited;
	font-weight: bold;
	margin: 14px 0 8px 0;
	text-transform: uppercase;
}
	

#commentform {
width: 550px;
}

#commentform textarea {
width: 100%;
}
































