/* various tags */
:-moz-any-link:focus { outline: none; }

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.clear {
	clear: both;
}

.highlight {
	text-decoration: underline;
}

/* typography */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url('images/az_bg.png') repeat-x #fff;
	color: #151515;
	text-align: left;
	}

#content .post h2 {
	padding-bottom: 5px;
	margin-bottom: 0;
}
#content .post h2 a {
	font-size: 1.1em;
	text-decoration: underline;
	color: #545454;
	padding-left: 8px;
}

#content .post h2 a:hover {
	text-decoration: none;
	color: green;
}

#content .post small {
	padding-left: 8px;
	padding-top: 0;
	font-size: 1.1em;

	color: #969696;
}

#content .post img {
	margin-right: 20px;
	background-color: #ededed;
	padding: 16px;

}

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

a:visited { color: #545454; text-decoration: none; }

#content .company p, #content .post p {
	text-indent: 1.6em;
}

#content .column h3 {

	font-size: 1.5em;
	color: #545454;
	padding-left: 8px;
}

#content .services_item p {
	font-size: 1.3em;
	padding: 12px 50px 0px 24px;
	line-height: 1.8em;
	margin: 0;
}

#content .contact p {
	font-size: 1.6em;
	line-height: 1.8em;
	padding-left: 24px;
	}

#content .contact p .c {
	font-size: .8em;

	color: #444444;
}

#content .contact h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #545454;
	padding-left: 8px;
	margin-bottom: 2px;
}

#content .contact a {
	color: #646464;
}

#content .contact a:hover {
	text-decoration: none;
	color: green;
}

#content .company p, #content .post p {
	padding: 8px 50px 0px 24px;
	font-size: 1.5em;
	line-height: 1.8em;
	color: #151515;
}

#content .column .imdblink a {
	text-decoration: underline;
	color: #969696;
	
	font-size: .7em;
}

#content .column .imdblink a:hover {
	text-decoration: none;
	color: #252525;
	
}

#footer .date {
	float: left;
}


#footer p {
	font-size: 1.1em;
	padding: 8px 24px 8px 24px;
	
	color: #646464;
}

a {
	color: #646464;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.services_item {
	font-size: 1.2em;
}


/* structure */

body {
	margin: 0;
	padding: 0;
}

#wrap {
	margin: auto;
	padding: 0;
	width: 940px;
	padding-top: 36px;
}

#header {
	height: 70px;
	margin-top: 0px;
	margin-bottom: 36px;
}

#header .logo {
	float: left;
}

#header .menu {
	float: right;
	background: url('images/menu_bg.png') repeat-x;
	height: 12px;
	padding: 12px 24px 12px 24px;
	margin-top: 13px;
}

#content .banner {
	width: 940px;
	height: 261px;
	background-color: #fff;
	border: 1px solid #ededed;
	margin-bottom: 12px;
}

#content .banner .slideshow {
	background-color: #fff;
	width: 381px;
	height: 229px;
	padding: 16px;
	
}

#content .column {
	float: left;
	width: 630px;
}

#content .column .imdblink {
	
	margin-top: 0; padding-top: 0px;
	
}

#content .sidebar
{
	width: 260px;
	float: right;
	border-left: 1px solid #ddd;
	padding-left: 30px;
	margin-top: 10px;
	padding-top: 24px;

}


#content .sidebar .sidebar_item_box {
	margin-top: 20px;
	margin-bottom: 40px;
	background-color: #ededed;
	padding: 16px;
	width: 208px; height: 118px;
}

#content .sidebar .sidebar_item_search_box {
	margin-top: 20px;
	margin-bottom: 40px;
	width: 208px;
	text-align: center;
}

#content .sidebar .sidebar_item_search_box #s {
	width: 124px;
	 color: #252525; font-family: 'Lucida Grande'; font-size: 1.1em; margin-right: 4px;
	padding-left: 3px; padding-right: 3px;
}

#content .sidebar .sidebar_item_search_box #searchsubmit {
	font-size: 1.1em; font-family: 'Lucida Grande';
}

#content .sidebar .sidebar_item_list {
	margin-top: 20px;
	margin-bottom: 40px;
	width: 208px;
	
}

#content .sidebar .sidebar_feed_icon {
	margin-bottom: 30px;
	margin-left: 4px;
}

#content .banner .banner_text {
	padding-left: 26px;
}

#footer {
	width: 940px;	
	border-top: 1px solid #ddd;
	margin-top: 36px;
	margin-bottom: 36px;
}


.services_item {
	padding-top: 12px;
	padding-bottom: 16px;
}

.services_item .image {
	float: left;
	background-color: #efefef;
	padding: 16px;
	margin-right: 24px;
	margin-left: 8px;
	
}

#content .sidebar .sidebar_item a {
	text-decoration: underline;
}
#content .sidebar .sidebar_item a:hover {
	text-decoration: none;
}

.notice {
	font-size: 1.1em;
	color: #545454;
	background-color: #fffccc;
	padding: 8px 12px 8px 12px;
	margin-left: 6px;
	margin-bottom: 30px;
	border: 1px solid #ededed;
	margin-right: 24px;
}

.notice p {
	padding: 0; margin: 0;
}


#hometext h1 {
	padding-left: 12px;
	padding-right: 16px;
	border-top: 1px solid #ddd;
	padding-top: 30px;
	font-size: 24px;
	color: #454545;
	font-weight: normal;
	line-height: 34px;
}

#hometext p {
	padding-left: 12px;
	padding-right: 16px;
	font-size: 16px;
	line-height: 28px;
	
}

#hometext p a {
	font-size: 14px;
}

#hometext p a {
	
	color: green;
}
