#content{
	position: absolute;
	left: 150px;

	padding-top: 10px;
	width: 550px;

}

#right-bar{
	position: absolute;
	left: 730px;
	padding: .3em .5em;
	margin-top: 2em;
	width: 175px;

	float: left;
	/* border: yellow solid 2px;  */

}
/******************** Global ***********************/
.title {
	font-family: "Comic Sans MS", arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 130%;
}

/********************* Crumbs **********************/
#top-crumbs{
	padding-top: .5em;
	padding-bottom: .2em;
	width: 550px;
	border-bottom: double #444 3px;

}

#bot-crumbs{
	padding: .5em 0;
	width: 550px;
	border-top: double #444 3px;

}

.crumbs{
	font-size: 80%;
	font-weight: bold;

	color: #ccc;
}

/******************** Pager ************************/

.pager{
	font-size: 80%;
	font-weight: bold;
	text-align: center;

	color: #ccc;

	margin-bottom: .5em;
}

.pager span.previous {
	text-align: left;
	float: left;
	margin-right: 1em;
}

.pager span.next {
	text-align: right;
	float: right;
	margin-left: 1em;
}

/******************** hfad  **********************/

div.hfad {
	border: #a80 solid 4px;
	background: #ec5;
	color: black;

	width: 142px;

	padding: 5px;
	margin-bottom: 1em;
}

div.hfad p{
	font-size: 80%;
}

/******************** Article **********************/
.article {
	line-height: 1.5em;
	margin-bottom: 2em; 
}

.article .header {
	padding-top: .7em;
}

.article .title {
	margin-left: 0px;
	width: 60%;
	float: left;
}

.article .date {
	font-weight: bold;
	font-size: 80%;
	width: 40%;
	text-align: right;
	float: right;
}
.article p {
	padding-right: 50px;
	margin-left: 50px;

	text-indent: 2em;
	text-align: justify;
}

.article .breakRight {
	position: relative;
	float: right;
	border: #a80 solid 4px;
	background: #ec5;
	color: black;

	padding: .5em;
	width: 8em;
	margin: .8em -3em .5em .8em;

	font-family: "Comic Sans MS", arial, helvetica, sans-serif;
	font-size: 130%;
	text-indent: 0;
	text-align: left;
	line-height: 1em;
}

.article .breakLeft {
	position: relative;
	float: left;
	border: #a80 solid 4px;
	background: #ec5;
	color: black;

	padding: .5em;
	width: 8em;
	margin: .8em .8em .5em -3em;

	font-family: "Comic Sans MS", arial, helvetica, sans-serif;
	font-size: 130%;
	text-indent: 0;
	text-align: left;
	line-height: 1em;
}

.article .img_right {
	position: relative;
	float: right;
	background: #ec5;
	color: black;

	padding: 3px;
	margin: 20px -30px 20px 20px;
	text-indent: 0;
}

.article .img_left {
	position: relative;
	float: left;
	background: #ec5;
	color: black;

	padding: 3px;
	margin: 20px 20px 20px -30px;
	text-indent: 0;
}

.article .img_ {
	background: #ec5;
	position: relative;
	left: 40%;
	float: left;

	padding: 3px;
	background: #ec5;
}

.article img {
	margin: 0 auto;
	border: #a80 solid 3px;
	padding: 2px;
}

/*************** End  Article **********************/

/***************** Footer **************************/
#footer {
	margin-bottom: 3em;
	border-top: double #444 3px;
	width: 550px;

	font-size: 80%;
	font-weight: bold;
}

#footer ul {
	list-style: none;
	margin: .5em auto;
	width: 32em;
}

#footer li {
	float: left;
	margin-right: 2em;
}

#copywrite {
	margin-top: 3em;
	font-size: 80%;
	font-weight: normal;

	color: #ccc;
	text-align: center;

	clear:both;
}

/****************** Images *************************/
.image_summary {
	text-align: center;
	border: #a60 solid 2px;
	background-color: #333;
	margin: 5px;
	padding: 5px;
	min-height: 120px;
}

.image_view img{

margin: .5em 0 2em 10px;

}

.image_view .title{
	padding-bottom: 1.3em;
	padding-top: 1em;
}

.add_image {
	margin-top: .5em;
}

/*************** End Images ***********************/

a:link { color: #3D7139; text-decoration: none; font-weight: bold;}
a:active { color: #7D393C; text-decoration: none; font-weight: bold; }
a:visited { color: #915F46; text-decoration: none; font-weight: bold; }
a:hover { color: #9D393C; text-decoration: underline; font-weight: bold; }


body {
	background: black url(/images/tap-column-3.jpg) repeat-y left top;
	/*background: black url(/images/test-column.jpg) repeat-y left top;*/
	color: #ffffff;

	margin: 0 0 1em 0;
	font-family: arial, helvetica, sans-serif;
}

img {
	border: 0;
}

