/* SPECIFIC STYLESHEET FOR WEBSITE: THE UNDERSTANDING TIMES */

body {
	background: #3E3E3E url(/sites/1/images/damask_tile.jpg) repeat;
	background: #5E220F url(/sites/1/images/UT_BackgroundTile.png) repeat;
	
	color: #222222;
	font-size: 10pt;
	margin: 0px;
	font-family: 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif;
	line-height: 18px;
	text-align: left;
}

p {
	margin-bottom: 0;
	margin-top: 1em;
}

#inner_body {
	margin: 0 auto;
	width: 1000px;
	-webkit-box-shadow: 0px 2px 15px #111;
}

#header {
	height:234px;
	background: #EDE8DB url(/sites/1/images/UT_PageHeader2.png) top left no-repeat;;
}

#header_link {
	cursor:pointer;
	width:1000px;
	height:100px;
	margin:0 auto;
}

#header_tag {
	position: relative;
	left: -40px;
	top: -170px;
}

#footer {
	min-height:85px;
	clear: both;
	background: #D1CBB2;
	color: gray;
	padding: 10px;
	border-top: 2px dashed black;
}

#content {
	background: #EDE8DB url(/sites/1/images/texture.jpg) repeat;
	color: black;
	padding: 15px;
}

#sidebar {
	float:right;	
	width:170px;
	padding-left:15px;
	margin-right:5px;
}

#sidebar2 {
	float:right;	
	width:170px;
	padding-left:15px;
	padding-right:10px;
}

#mainwindow {
	width:560px;
	padding:0 15px 0 5px;
}

/* Hack to make the content div expand to contain any column floats */
#content:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
#content {display: inline-block;} 
/* Hides from IE Mac \*/
* html #content {height: 1%;}
#content {display:block;}
/* End Hack */ 

#mooquee {
	margin:0 auto;
	line-height:30px;
	height:32px;
}

.mooquee_item a {
	color: black;
	text-decoration:none;
	font-weight:bold;
}

.newsflash {
	font-size:14pt;
	font-weight:bold;
	color:#5E220F;
}

.newsflash a {
	color:red;
	text-decoration:none;
}

.header_date {
	position: relative;
	top: 46px;
	text-align:right;
	font-weight:bold;
	font-size:12pt;
	height:33px;
	line-height:33px;
	padding-right:22px;
}

.blog_admin_line {
	text-align: center;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index:1000;
}

.blog_admin_links {
	background: #EFEFEF;
	border-top:1px solid gray;
	padding-top:8px;
	display:inline-block;
	width:1000px;
	height: 26px;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}

.blog_admin_links .bloglink {
	font-family: 'Segoe UI', 'Lucida Grande', Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:black;
}

.title {
	text-align:left;
	font-weight:bold;
	font-size:22pt;
	padding:5px 0;
	border-bottom:2px solid black;
	line-height:1.2;
}

.title a {
	color:#5E220F;
	font-weight:bold;
	text-decoration:none;
}

.scripture {
	color: darkblue;
}

.sidebar_title {
	background: #7C745F;
	color:white;
	font-weight:bold;
	padding:4px 5px;
	border-bottom:1px solid #CCCCCC;
}

.sidebar_title a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

.bloglink {
	color:#5E220F;
	font-weight:bold;
	text-decoration:none;
	font-size:8pt;
}

.bigbloglink {
	color:#5E220F;
	font-weight:normal;
	text-decoration:none;
	font-size:12pt;
}

#sidebar .bloglink, #sidebar2 .bloglink {
	color:black;
	line-height:1em;
}

.sidebar_item {
	border-bottom:1px solid #B2AA8E;
	padding:5px 2px 6px 2px;
}

.sidebar_item:hover {
	background:#F5E379 !important;
	color:black;
}

.section_image {
	background:white;
	padding:3px;
	border: 2px solid black;
}

.postbox {
	display:inline-block;
	width:100%;
	margin-bottom:20px;
	border: 2px solid black;
	background: #DBD6BC;
	-webkit-box-shadow: 0px 5px 8px #666;
}

.post_title {
	/*
	background: #E0E0E0;
	border-left:10px solid #555555;
	height:52px;
	background: #5E220F url(/sites/1/images/TDT_PostHeader_Curl.png) top right no-repeat;
	*/
}

.post_title .title_text {
	color: #481707;
	font-weight:bold;
	font-size:20pt;
	line-height:1em;
	padding:10px 10px 0px 10px;
}

.post_line {
	/*
	background: #EEEEEE;
	border-left:10px solid #666666;
	*/
	padding: 5px 10px 10px 10px;
	font-size: 8pt;
	font-weight:bold;
	color:gray;
}

.post_body {
	padding: 10px 10px 10px 10px;
}

.post_body .post_text {
	font-size: 12pt;
	font-family: Calibri, 'Segoe UI', 'Lucida Grande', Tahoma, Helvetica, Arial, sans-serif;
	padding-right: 5px;
	text-align:justify;
	display:inline-block;
	width:100%;
}

.post_footer {
	padding: 5px 10px 10px 10px;
	font-size: 8pt;
	text-align: left;
	clear:both;
}

.post_divider {
	height:20px;
}

.post_image {
	background:white;
	padding:3px;
	border: 1px solid black;
}

.right {
	float:right;
	margin:0 0 10px 25px;
}

.left {
	float:left;
	margin:0 25px 10px 0;
}

.top {
	text-align:center !important;
	padding-bottom:10px;
}

.bottom {
	text-align:center !important;
	padding-bottom:10px;
}

.post_video {
	margin:5px;
	padding:2px 5px;
	text-align:center;
	border:1px dotted #8B8BB2;
	background:#EFEFEF;
	clear:both;
}

.post_mp3 {
	margin:5px;
	padding:2px 5px;
	text-align:center;
	border:1px dotted #8B8BB2;
	background:#EFEFEF;
	clear:both;
}

.post_link {
	margin:10px;
	padding:5px 5px;
	text-align:left;
	border-right:1px solid #7C745F;
	border-left:8px solid #7C745F;
	border-top:1px solid #7C745F;
	border-bottom:1px solid #7C745F;
	background:#E9E3C9;
	font-weight: bold;
	clear:both;
}

.post_link .tinytext {
	color: #8B907E !important;
}

.post_link a {
	font-size:larger;
	color:darkgreen;
	line-height:1;
	text-decoration:none;
}

.post_link img, .post_slideshow img {
	vertical-align:middle;
}

.post_slideshow {
	margin:5px;
	padding:5px 5px;
	text-align:right;
	border-right:8px solid #D6CBBF;
	background:#F5EDE5;
	clear:both;
}

.post_slideshow a {
	font-size:larger;
	color:darkred;
	line-height:1;
	text-decoration:none;
}

.comment_alert {
	color:darkred;
	border:1px solid darkred;
	margin:5px 10px;
	padding:3px;
	font-size:8pt;
	background:#F5E8E8;
	line-height:16px;
}

.comment_box {
	padding:0 10px;
	margin-top:5px;
}

.comment_title {
	margin-top:10px;
	padding:5px;
}

.comment_title a {
	color: #5E220F;
	font-weight:bold;
	font-size:14pt;
	line-height:1em;
	text-decoration:none;
	vertical-align:middle;
}

.comment_postline {
	background:#D1DEBC;
	color:darkgreen;
	padding:5px;
	border-bottom:1px solid #A0AD89;
	border-right:1px solid #A0AD89;
	border-left:1px solid #A0AD89;
}

.comment_body {
	border-top:1px solid #A0AD89;
	border-right:1px solid #A0AD89;
	border-left:1px solid #A0AD89;
	padding:5px;
	font-family: Calibri, 'Segoe UI', 'Lucida Grande', Tahoma, Helvetica, Arial, sans-serif;
	font-size:10pt;
	line-height:1.2em;
	background:#E8F2D8;
}

.publish_options {
	background: #D1CBB9;
	border: 1px solid gray;
	padding:10px;
	margin:5px;
}

.publish_options button {
	width:150px;
	height:30px;
	vertical-align:middle;
	text-align:left;
	padding-left:3px;
}

.publish_options select {
	font-size:larger;
	vertical-align:middle;
}

.publish_options input[type=checkbox] {
	vertical-align:middle;
}

.form_field {
	background: #D1CBB9;
	border: 1px solid gray;
	padding:10px;
	margin:5px;
	font-weight:bold;
	color:darkgreen;
}

.form_field input[type=text] {
	width:98%;
	font-weight:normal;
	font-size:12pt;
}

.form_field textarea {
	font-family:Tahoma;
	font-size:12pt;
	width:98%;
	height:100px;
	font-weight:normal;
}

.sideboxlink {
	height:48px;
	line-height:48px;
	font-size:11pt;
	font-weight:bold;
	margin-bottom:10px;
	padding:0 10px;
	cursor:pointer;
	border:1px solid #B2AA8E;
}

img.social_icon {
	vertical-align: bottom !important; /* for firefox and all */
	*vertical-align: middle !important; /* for ie6 and ie7 */
	border: none;
	margin:0 2px;
}
