/* CSS Document */

body {
	background:white;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0 0 100px 0;
	padding:0;
}
#wrapper {
	width:900px;
	margin:69px auto;
	overflow:hidden;
}
#header {
	background:url(../images/header_bg.png) top left no-repeat;
	height:90px;
	position:relative;
}
#logo a:link, #logo a:visited {
	display:block;
	text-indent:-5000px;
	width:200px;
	height:90px;
	outline:none;
}
#nav {
	display:inline-block;
	position:absolute;
	bottom:26px;
	right:0;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li {
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	margin:0 0 0 2px;
	padding:0;
	float:left;
}
#nav ul li a:link, #nav ul li a:visited {
	display:block;
	background:#b2b2b2;
	color:white;
	text-decoration:none;
	padding:4px 15px;
}
#nav ul li a:hover {
	background:#959595;
}
#nav ul li.on a:link, #nav ul li.on a:visited, #nav ul li.on a:hover {
	background:#006699;
}
#content {
	margin:52px 0 46px 0;
	height:1%;
	overflow:hidden;
}
#col_main {
	float:left;
	width:570px;
}
#col_right {
	float:right;
	width:260px;
}
.content_main {
	padding-left:50px;
}
.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	font-size:28px;
	color:#ccc;
}
.quote.medium {	font-size:22px; }
.quote.long { font-size:18px; }

.author {
	margin:10px 0 0 0;
	font-size:13px;
	font-style:italic;
	font-weight:bold;
}
#blocks {
	clear:both;
	margin-top:70px;
}
#blocks ul {
	margin:0;
	padding:0;
}
#blocks ul li {
	margin:0;
	padding:0;
	display:inline-block;
	float:left;
}
#blocks ul li#block_1 a {
	display:block;
	text-indent:-5000px;
	background:url(../images/block_1.jpg) top left no-repeat;
	width:224px;
	height:74px;
	margin:0 2px 0 0;
}
#blocks ul li#block_1 a:hover {
	background:url(../images/block_1_on.jpg) top left no-repeat;
}
#blocks ul li#block_2 a {
	display:block;
	text-indent:-5000px;
	background:url(../images/block_2.jpg) top left no-repeat;
	width:224px;
	height:74px;
	margin:0 2px 0 0;
}
#blocks ul li#block_2 a:hover {
	background:url(../images/block_2_on.jpg) top left no-repeat;
}
#blocks ul li#block_3 a {
	display:block;
	text-indent:-5000px;
	background:url(../images/block_3.jpg) top left no-repeat;
	width:224px;
	height:74px;
	margin:0 2px 0 0;
}
#blocks ul li#block_3 a:hover {
	background:url(../images/block_3_on.jpg) top left no-repeat;
}
#blocks ul li#block_4 a {
	display:block;
	text-indent:-5000px;
	background:url(../images/block_4.jpg) top left no-repeat;
	width:222px;
	height:74px;
	margin:0 0px 0 0;
}
#blocks ul li#block_4 a:hover {
	background:url(../images/block_4_on.jpg) top left no-repeat;
}


.right_box {
	padding:20px 20px 10px 20px;
  background-color: #f2f2f2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #eee, #fff); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #eee, #fff); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #eee, #fff); /* IE10 */
  background-image:      -o-linear-gradient(top, #eee, #fff); /* Opera 11.10+ */
  background-image:         linear-gradient(to bottom, #eee, #fff);
	font-size:12px;
}



.img_inline {
	display:block;
	float:right;
	margin:0 0 10px 20px;
}
.caption {
	margin-top:8px;
	font-size:11px;
	text-align:center;
	line-height:1.2em;
	color:#888;
}

.post_date {
	color:#999;
	margin-top:-30px;
	margin-bottom:35px;
}



/************** Text Styles *************/
p, h1, h2, h3, h4 {
	margin:0 0 15px 0;
}
h1 {
	font-size:22px;
	margin-bottom:35px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
a:link, a:visited {
	color:#069;
	text-decoration:none;
}
a:hover {
	color:blue;
	text-decoration:underline;
}


/************** Utility *************/
.floatLeft { float:left; }
.floatRight { float:right; }
.clear { clear:both; }


