/* @override 
	http://abb.itchaway.net/wp-content/themes/abb1/style.css
	http://www.art-beyond-belief.com/wp-content/themes/abb1/style.css
*/

/*
Theme Name: Art Beyond Belief Theme
Theme URI: http://www.itchaway.net
Description: Art Beyond Belief Theme.
Version: 1.0
Author: John Sparrow (design and programming)
Author URI: http://www.itchaway.net
Tags: Art Beyond Belief
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";
@import "style/css/front_page_layout.css";

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	width: 1000px;
	margin: 15px auto;
}

#header {
	height: 150px;
	margin: 0 0 40px 0;
}

#logo {
	float: left;
	width: 260px;
	height: 150px;
	text-align: left;
	text-indent: -99999px;
}

#logo a {
	float: left;
	width: 260px;
	height: 150px;
	background: url(style/images/abb_logo_sm.jpg) no-repeat 0 0;
	margin: 5px 0 0 0;
}

#abb_address {
	float: right;
	width: 740px;
	height: 145px;
	text-align: right;
	background: url(style/images/nav_divider.png) no-repeat center bottom;
}

#abb_address p {
	padding-right: 20px;
}

#abb_address p {
	margin: 10px;
	color: #666;
	font-size: 13px;
	line-height: 150%;
}

#navigation {
	clear: right;
	width: 740px;
	height: 40px;
	float: right;
}

#navigation ul {
	margin: 0 0 0 50px;
}

#navigation ul li {
	display: inline;
}

#navigation ul li a {
	float: left;
	margin: 0 15px;
	height: 40px;
	text-align: left;
	text-indent: -99999px;
}

#navigation a.projects {
	width: 80px;
	background: url(style/images/sprites/projects.png) 0 0;
}
#navigation a:hover.projects {
	background: url(style/images/sprites/projects.png) 0 -40px;
}

#navigation a.about_us {
	width: 110px;
	background: url(style/images/sprites/about.png) 0 0;
}
#navigation a:hover.about_us {
	background: url(style/images/sprites/about.png) 0 -40px;
}

#navigation a.latest_news {
	width: 130px;
	background: url(style/images/sprites/news.png) 0 0;
}
#navigation a:hover.latest_news {
	background: url(style/images/sprites/news.png) 0 -40px;
}

#navigation a.links {
	width: 80px;
	background: url(style/images/sprites/links.png) 0 0;
}
#navigation a:hover.links {
	background: url(style/images/sprites/links.png) 0 -40px;
}

#navigation a.contact_us {
	width: 120px;
	background: url(style/images/sprites/contact.png) 0 0;
}
#navigation a:hover.contact_us {
	background: url(style/images/sprites/contact.png) 0 -40px;
}

#posts_container, #content {
	clear: right;
	float: right;
	width: 800px;
}

#content p, #content ul {
	color: #666;
	font-size: 12px;
	line-height: 200%;
	margin: 15px 0;
	padding: 0 10px;
}

#content ul li {
	list-style-type: disc;
	margin-left: 30px;
}

/*#content h1, #content h2, #content h3  {
	margin: 30px 0 10px 5px;
}*/

#sidebar_projects, .widget_links {
	float: left;
	margin: 20px 0 20px 0;
}

#sidebar h2 {
	margin-bottom: 10px;
	color: #002e9c;
	float: left;
	clear: both;
}

#sidebar_projects_list li a, .widget_links li a {
	margin: 5px 0 5px 15px;
	width: 130px;
	float: left;
	clear: both;
}

#sidebar_projects_list li a, .widget_links li a, #searchform label {
	color: #666;
	font-size: 12px;
	line-height: 200%;
	font-weight: normal;
	font-style: normal;
}

#sidebar_projects_list li a:hover, .widget_links li a:hover {
	color: #000;
	text-decoration: none;
}

#searchform {
	float: left;
	clear: both;
}

#searchform input#s {
	width: 100px;
	margin: 0 5px 10px 0;
	clear: both;
	float: left;
}

#searchform label {
	float: left;
	clear: both;
}

#searchform input#searchsubmit {
	font-size: 12px;
	float: left;
	color: #333;
}

a {
	color: #2a60ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Styling for category listings */

#content.categorylist, #content.single_post, #content.single_page {
	overflow: visible;
	margin: 20px 0 20px 0;
}

h2.category_heading {
	margin: 0 0 20px 0;
}

h1.single_heading {
	margin: 0 0 30px 0;
}

.cat_box_top, .cat_box_main {
	display: block;
	overflow: hidden;
	width: 770px;
	margin: 0 10px;
}

.cat_box_top {
	height: 20px;
	background: url(style/images/box_750wide_top.png) no-repeat left top;
	display: block;
	overflow: hidden;
}

.cat_box_bottom {
	height: 20px;
	background: url(style/images/box_750wide_bottom.png) no-repeat left top;
	display: block;
	width: 770px;
	margin: -15px 10px 0 10px;
	clear: both;
	overflow: hidden;
}

.cat_box_main {
	background: url(style/images/box_750wide_bg.png) repeat-y left top;
}

.cat_list_main {
	display: block;
	width: 700px;
	margin: 0 auto;
	text-align: justify;
	clear: both;
}

.categorylist h3 {
	margin: 0;
}

.cat_list_main h3 {
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}

#pg_sectionlatest-news .cat_list_main h3 {
	margin-bottom: 0;
}
#pg_sectionlatest-news .cat_list_main .blog_date p {
	margin-top: 5px;
}

img.listings_thumbnail {
	float: left;
	margin: 0 20px 10px 0;
	
}

.listings_read_more {
	text-align: right;
	font-size: 10px;
}

.blog_date p {
	font-style: italic;
	font-size: 10px!important;
}

#sidebar {
	float: left;
	width: 185px;
	padding-left: 5px;
	overflow: visible;
}

#footer {
	clear: both;
	display: block;
	overflow: hidden;
	width: 1000px;
	background: url(style/images/footer_line.png) no-repeat center top;
}

#info_cr {
	width: 400px;
	float: right;
}

#lcn_itch {
	float: left;
	width: 600px;
	margin-top: 30px;
}

#lcn_itch div, #lcn_itch p, #lcn_itch #ia_logo a img {
	float: left;
}

#ia_logo a {
	font-size: 10px;
	line-height: 2.5em;
	float: left;
	margin-top: 2px;
}

#ia_logo a.ia_text {
	margin-left: 10px;
}

#lcn_itch img {
	margin-left: 20px;
}

#footer p {
	padding-top: 25px;
	margin: 0 30px 0 0;
	display: block;
	text-align: right;
	font-size: 10px;
	color: #666;
}

.project_year {
	position: absolute;
	z-index: 100;
	right: 0;
	top: 0;
	text-align: right;
	padding: 0 20px 0 10px;
	margin: 0;
	border-bottom: 2px solid #ccc;
	border-left: 2px solid #ccc;
}

.project_year p {
	margin: 0!important;
	padding: 0;
	font-size: 16px!important;
	color: #000;
}

/* Stylings for use in TinyMCE editor */

.box_in {
	padding-right: 10px;
	padding-left: 10px;
	margin: 20px 100px;
	border: 2px solid #ccc;
	display: block;
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

#wrapper p a.pdf_download {
	padding: 15px 0 15px 40px;
	height: 40px;
	background: url(style/images/pdf_link.jpg) no-repeat 0 4px;
}

.nextprevbox {
	display: block;
	overflow: hidden;
	margin: 0 auto 0 35px;
	width: 720px;
}

#content.categorylist .nextprevbox ul li {
	list-style-type: none;
	margin-left: 0;
	width: 350px;
}

#content.categorylist .nextprevbox ul li.olderlink {
	float: left;
	clear: left;
}

#content.categorylist .nextprevbox ul li.newerlink {
	float: right;
	text-align: right;
	clear: right;
}

/* CONTACT FORM STYLING */

#contact_form {
	display: block;
	overflow: hidden;
	margin-top: 20px;
}

#content .post #contact_form #contact_form_fields p {
	margin: 10px 0 0 10px;
}

#contact_form #contact_form_fields input, #contact_form #contact_form_fields textarea {
	margin: 0 0 0 30px;
	border: 1px solid #999;
	display: block;
	overflow: hidden;
}

#contact_form #contact_form_fields input {
	height: 20px;
	width: 220px;
	padding-left: 5px;
}

#contact_form #contact_form_fields textarea {
	width: 350px;
	height: 200px;
}

#contact_form input#subbtn {
	margin: 10px 0 0 35px;
}

#commentform label, #commentform input, #commentform h3#respond {
	display: block;
	overflow: hidden;
	margin-left: 0;
}

#commentform label {
	color: #333;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#commentform input#author, #commentform input#email, #commentform input#url, #commentform textarea {
	border: 1px solid #999;
	display: block;
	overflow: hidden;
	width: 220px;
	height: 20px;
	padding-left: 5px;
}

#commentform textarea {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 440px;
	height: 200px;
}

#commentform input#submit {
	margin: 10px 0 0 35px;
}