/* sambecker.com Core Styles */

/* Page Tags */

body {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
	padding: 5px;
}

/* Utility Page Styles */

div.container {
	position: relative;
	margin: 0 auto;
	width: 860px;
	text-align: left;
	height: 100%;
}

div.breadCrumb {
	position: absolute;
	top: 26px;
	text-align: left;
	left: 359px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 24px;
	width: 285px;
}

div.pageDate {
	position: absolute;
	top: 27px;
	width: 200px;
	text-align: right;
	left: 660px;
	color: #FFFFFF;
}

div.left {
	position: relative;
	top: 75px;
	left: 0px;
	width: 240px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 860px;
	height: 70px;
}

div.main {
	position: absolute;
	top: 75px;
	left: 260px;
	width: 600px;
}

/* Main Article Styles */

div.article {
	position: relative;
	color: #000000;
	margin-bottom: 30px;
	clear: both;
}

div.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 5px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	clear: both;
	top: 0px;
	padding-top: 0px;
}

div.bodyCopyImage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-bottom: 0px;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	clear: both;
	top: 0px;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 5px;
}

div.articleTop {
	position: relative;
	width: 600px;
}

div.articleBase {
	font-size: 12px;
	color: #999999;
	clear: both;
	position: relative;
	width: 600px;
}

span.articleDate {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -3px;
	line-height: 26px;
	margin-right: 5px;
	color: #999999;
}

span.articleTitle {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: -1px;
	line-height: 26px;
}

span.articleAuthor {
	font-weight: bold;
	font-size: 22px;
	letter-spacing: -1px;
	text-align: right;
	line-height: 26px;
	color: #999999;
}

/* Major Box */

div.majorBox {
	border: 1px solid #CCCCCC;
	width: 600px;
	margin: 0px 0px 20px;
	padding: 0px;
}
div.majorBoxTitle {
	background-color: #CCCCCC;
	width: 580px;
	font-size: 24px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
}

div.majorBoxCopy {
	width: 580px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

/* SideBox Styles */

div.box {
	width: 240px;
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 5px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

div.boxTitle {
	font-weight: bold;
	background-color: #CCCCCC;
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.boxCopy {
	padding: 5px 10px 10px;
}

div.loginBox {
	border: 1px solid #000000;
	width: 240px;
	margin-bottom: 20px;
}

div.loginBoxTitle {
	font-weight: bold;
	background-color: #000000;
	width: 220px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
}

div.loginBoxCopy {
	padding: 5px 10px 10px;
}

div.comment {
	color: #666666;
	padding: 10px;
	border: 1px solid #EBEBEB;
	margin-bottom: 20px;
}

div.officialComment {
	color: #666666;
	padding: 10px;
	border: 1px solid #EBEBEB;
	margin-bottom: 20px;
	background-color: #FFECD5;
}
div.quote {
	font-style: italic;
	color: #666666;
	padding-left: 30px;
	font-size: 12px;
	padding-right: 90px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
hr {
	margin: 0px;
	padding: 0px;
}
p.first {
	margin-top: 5px;
	padding-top: 0px;
}
p.last {
	margin-bottom: 5px;
	padding-bottom: 0px;
}
p.single {
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
a.img:hover {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
