/*
Theme Name: Oliver's Design
Theme URI: http://wordpress.org/
Description: Design theme for Oliver's personal web design site <a href="http://oliversu.com/" title="oliversu.com">oliversu.com</a>.
Version: 1.6
Author: Oliver Su
Author URI: http://oliversu.com/
Tags: olive, earthy, fixed width, two columns left, design

	Oliver's Design v1.0
	 http://oliversu.com/

	This theme was designed and built by Oliver Su,
	whose blog you will find at http://oliversu.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* { margin: 0; padding: 0; 
	}
	ul, ol, ul li, ol li {
		padding: 0;
		margin: 0;
		list-style-position: outside;
		list-style-type: none;
		list-style-image: none;
		}
	td, th , td p, th p { vertical-align: top; text-align: left; font-size: 12px!important; }
	img { border: 0 none; }
	body {
		font-size: 12px;
		font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
		color: #313822;
		background-color: #868c77;
		text-align: center;
	}
	.mini-search {
		width: 220px; 
}

.wrapper { text-align: left; }

.header-wrapper {
	background: #313822 url('images/header/background-header.gif') 0 bottom repeat-x scroll;
	height: 48px;
	}
	.header {
		margin: 0 auto;
		width: 1000px;
		position: relative;
		}
	#logo { width: 162px; padding: 10px 0 0; }	
	.header-navigation {
		position: absolute;
		left: 242px;
		top: 0;
		width: 550px;
		height: 48px;
		}
		/**** Header Navigation ****/
		.header-navigation {}
			.header-navigation a, .header-navigation a span { display: block; font-family: "Lucida Sans", "Lucida Grande", Lucida, "Trebuchet MS", Arial, Helvetica, sans-serif; }
			.header-navigation a, .header-navigation a:hover, .header-navigation a:active { text-decoration: none; }
			/**** Level0 LI styling ****/
			.header-navigation li.level0 { display: block; float: left; }
				.header-navigation li.level0 > a {
					font-size: 14px;
					height: 46px;
					color: #eff5ea;
					}
				.header-navigation li.level0 > a:hover {
					color: #fff;
					border-bottom: 2px solid #d4c61b;
					}
				.header-navigation li.level0 > a span {
					padding: 16px 18px 12px;
					}
				.header-navigation #nav > .parent > a { background: transparent url('images/header/parent.png') -1px 6px no-repeat scroll; background: transparent url('images/header/parent.gif') 71px 0px no-repeat scroll; }
				.header-navigation #nav > .parent:hover > a { background: transparent url('images/header/parent.png') -1px 6px no-repeat scroll; color: #991f1d; }
				.header-navigation #nav > .parent > a span { width: 55px; }
				.header-navigation #nav .nav-services > a { letter-spacing: -0.04em; }
				
		.header-navigation #nav > li.level0 { position: relative; display: inline; }
		.header-navigation #nav ul.level0 {
			left:-10000px;
			position:absolute;
			top:46px;
			width:280px;
			background-color: #f3eddc;
			border-right: 1px solid #e3c36d;
			border-bottom: 1px solid #e3c36d;
			border-left: 1px solid #e3c36d;
			}
		.header-navigation ul#nav li.level0:hover ul, .header-navigation ul#nav li.over ul {
			left: 0;
			z-index: 1000;
			padding: 12px 10px;
			}
			/**** Level1 LI styling ****/
			.header-navigation #nav li.level1 a { color: #666666; padding: 4px 0; font-size: 0.9em; }
				.header-navigation #nav li.level1 a:hover { color: #000; }
			.header-navigation #nav li.level1 a span { color: #991f1d; font-size: 1.2em; }
				.header-navigation #nav li.level1 a:hover span { color: #711f1e; text-decoration: underline; }
			.header-navigation #nav li.level1 > a { color: #313822; }
			/**** Web Services Styling ****/
			.header-navigation #nav .nav-services li.level1 > a { font-size: 1.4em; }
			.header-navigation #nav .nav-services:hover ul.level0 { left: -150px; }
			.header-navigation #nav .nav-services ul.level0 { width: 520px; }
			.header-navigation #nav .nav-web-services,
			.header-navigation #nav .nav-creative-services { width: 50%; float: left; }
			
	.header-search {
		position: absolute;
		right: 0;
		top: 10px;
		}
		#searchform #s {
			width: 150px;
			padding: 4px 3px 5px;
			display: block;
			float: left;
			}
		#searchsubmit {
			text-indent: -9999em;
			line-height: 0;
			border: 0 none;
			padding: 0;
			float: right;
			background: #dbd132 url('images/header/btn-search.png') 0 0 no-repeat scroll;
			width: 46px;
			height: 27px;
			display: block;
			}
			#searchsubmit:hover { background-position: 0 bottom; cursor: pointer; 
}

.middle-wrapper {
	background: #ebe4d1 url('images/middle/background-middle-wrapper.jpg') 0 0 repeat-x scroll;
	}
	.breadcrumb-wrapper { background-color: #dfdcce; }
		.breadcrumb { 
			margin: 0 auto; 
			padding: 6px 0; 
			width: 1000px; 
			color: #666;
			font-weight: bold;
	}
	.middle {
		margin: 0 auto;
		padding: 15px 0 40px;
		width: 1000px;
		}
		.middle .content { 
			padding: 20px 30px 35px; 
			min-height: 372px;
			height: auto!important;
			height: 372px;
			border: 1px solid #ddd6c1; 
			background-color: #fff; 
			}
		.two-columns .content-wrapper {
			padding: 0 0 28px;
			background: transparent url('images/middle/background-content.jpg') 50% bottom no-repeat scroll;
			width: 775px;
			float: left;
			}
		.two-columns-left { width: 1015px; padding-right: 15px; }
		.two-columns .sidecol {	width: 225px; }
		/**** 2 Columns Right ****/
		.two-columns-right .sidecol { float: right; }
		.two-columns-right .content-wrapper { float: left; }
		/**** 2 Columns Left ****/
		.two-columns-left .sidecol { float: left; }
		.two-columns-left .content-wrapper { float: right; width: 790px; }
		
		.content-bottom .content-image { width: 480px;
}

.footer-wrapper { padding: 0 0 45px; }
	.stay-in-touch { width: 1000px; margin: 0 auto; padding: 0.8em 0; }
		.stay-in-touch  .email-sign-up { width: 750px; float: left; }
			.stay-in-touch h4 { float: left; width: 170px; color: #4A4D38; margin-top: 6px; }
			.stay-in-touch  .email-sign-up label { color: #eee; margin-right: 0.5em; }
			.stay-in-touch  .email-sign-up .input-text { padding: 0.2em 0.5em; margin-right: 0.5em; }
			.stay-in-touch  .email-sign-up .btn-subscribe { 
				padding: 0.2em 0.5em; 
				border: 2px solid #93850a; 
				background-color: #cbbc1b;
				color: #fff;
				font-weight: bold;
				}
				.stay-in-touch  .email-sign-up .btn-subscribe:hover { cursor: pointer; background-color: #b2a219; }
				a.more-link { display: block; margin: 0.8em 0; text-shadow: 0px 0px 1px #ddd; text-decoration: underline; }
		.stay-in-touch .social-links { float: right; }
			.social-links .label {
				color:#EEEEEE;
				display:block;
				float:left;
				margin-right:0.8em;
				padding-top:8px;
				}
			.social-links a:hover { text-decoration: none; }
			
			.social-links .twitter,
			.social-links .facebook,
			.social-links .linkedin,
			.social-links .RSS { display: block; float: left; background: transparent url('images/footer/social-media.gif') 0 0 no-repeat; height: 30px; width: 30px; overflow: hidden; margin-right: 0.8em; }
			
			.social-links .twitter span,
			.social-links .facebook span,
			.social-links .linkedin span,
			.social-links .RSS span { visibility: hidden; }
 	
			.social-links .twitter { background-position: -43px 0; }
			.social-links .facebook { background-position: -86px 0; }
			.social-links .linkedin { background-position: -129px 0; }
			.social-links .RSS { margin-right: 0; }
	
	.footer { background-color: #8b907e; padding: 30px 0 15px; }
	.footer-container { margin: 0 auto; width: 1000px; }
	
	/**** Footer Links ****/
	.footer-nav { padding: 0 0 25px; }
	.footer-nav li { display: block; }
	.footer-nav li a { color: #ffffff; display: block; font-size: 0.9em; }
		.footer-nav li a:hover, .footer-nav li a:active { color: #eaeaea; }
	.footer-nav li.level0 {
		margin: 0 30px 0 0;
		width: 150px;
		float: left;
		}
		.footer-nav li.nav-about { width: 225px; }
		.footer-nav li.nav-services { width: 385px; }
			.footer-nav li.nav-services li.level1 { width: 45%;	float: left; }
			.footer-nav li.nav-services ul.level0 > li.last { float: right; }
			.footer-nav li.nav-services li.level1 > a { font-weight: bold; }			
		.footer-nav li.nav-blog {}
		.footer-nav li.nav-customer-service { margin-right: 0; float: right; }
		
		.footer-nav li.level0 > a { 
			font-size: 14px; 
			font-weight: bold; 
			color: #4a4d38; 
			padding-bottom: 8px; 
			border-bottom: 2px solid #9ca18c;
			}
			.footer-nav li.level0 > a:hover, .footer-nav li.level0 > a:active { color: #292b1d; }
		.footer-nav .level0 li a { padding: 8px 0; border-bottom: 1px solid #949886; }
	.footer-logo, .legality { float: left; }
	.legality { padding: 10px 0 0 40px; font-size: 0.9em; color: #d7d8d2; }
		.legality a { color: #d7d8d2; text-decoration: underline; }
	.footer-search { float: right; }
	
	.abs-footer { 
		margin: 0 auto; 
		padding: 20px; 
		width: 1000px; 
		text-align: right; 
		}
		.abs-footer p {
			font-size: 0.9em;
}
.banner-wrapper { background-color: #8b9648; height: 132px; overflow: hidden; }
	.banner-large { height: 318px; background: #8b9648 url('images/middle/background-banner.jpg') 50% bottom no-repeat scroll; }
	.banner { margin: 0 auto; width: 1020px; }
	/**** JQuery UI Starts ****/
	.ui-tabs-vertical .ui-tabs-nav { 
		margin: 30px 0 38px;
		padding: 10px 0 0 11px; 
		width: 250px;
		height: 240px;
		float: left; 
		background: transparent url('images/middle/banner-menu.gif') 15px bottom no-repeat scroll;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 14px;
		}
		.ui-tabs-vertical .ui-tabs-nav li { clear: left; display: block; }
		.ui-tabs-vertical .ui-tabs-nav li a, .ui-tabs-vertical .ui-tabs-nav li a span { display: block; }
		.ui-tabs-vertical .ui-tabs-nav li a { padding: 12px 0 12px 35px; color: #575454; }
		.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected { background: transparent url('images/middle/banner-menu-active.png') 0 0 no-repeat scroll; margin: 0 0 -15px; }
			.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected a { padding: 15px 0 25px 35px; color: #fff; font-weight: bold; }
			.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected a:hover { cursor: text; text-decoration: none; }
			.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-selected a span { padding: 0 0 10px; }			
	.ui-tabs-vertical .ui-tabs-panel { padding: 5px 10px 0 0; float: right; width: 742px; height: 260px; }
		.ui-tabs-hide { display: none; }

.sidecol { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
	.sidecol .widget { margin: 0 0 25px; }
	.sidecol a { color: #1f6a9f; }
		.sidecol a:hover { color: #19486a; text-decoration: none; }
	.sidecol h2 { 
		margin: 0 0;
		padding: 12px 0 12px 15px;
		color: #807f7b; 
		border-bottom: #dad6c6;
		background: #e6e2d6 url('images/sidecol/background-navigation.jpg') right bottom no-repeat scroll;
		}
	.sidecol li { list-style-type: none; }
	.sidecol .widget_categories li a,
	.sidecol .widget_pages li a {
		padding: 12px 0 12px 15px;
		display: block;
		font-size: 14px;
		font-weight: bold;
		border-top: 1px solid #faf9f4;
		border-bottom: 1px solid #dad6c6;
		}
		.sidecol li.widget_pages li.page_item { display: none; }
		.sidecol li.widget_pages li.current_page_ancestor,
			.sidecol li.widget_pages li.current_page_ancestor ul li.page_item,
		.sidecol li.widget_pages li.current_page_parent,
			.sidecol li.widget_pages li.current_page_parent li.current_page_item,
		.sidecol li.widget_pages li.current_page_item,
			.sidecol li.widget_pages li.current_page_item li.page_item
		{ display: block; }
			
				.sidecol li.widget_pages li.page_item li.page_item li.page_item li.page_item { display: none; }
		/*
			.sidecol .widget_pages li.current_page_parent,
			.sidecol .widget_pages li.current_page_ancestor,
			.sidecol .widget_pages li.current_page_parent > li
			{ display: block; }			
				.sidecol .widget_pages li.current_page_parent li { display: block; }				
				.sidecol .widget_pages li li li { display: none; }				
				.sidecol .widget_pages li li.current_page_item li.page_item { display: block; }
			.sidecol .widget_pages li.current_page_item,
			.sidecol .widget_pages li.current_page_item > li { display: block; }
		*/
		.sidecol .widget_categories li a:hover,
		.sidecol .widget_pages li a:hover { background-color: #f1ede1; }
		.sidecol .current_page_item > a,
		.sidecol .current-cat > a { color: #313822; text-decoration: underline; }
			.sidecol .current_page_item > a:hover,
			.sidecol .current-cat > a:hover { cursor: text; }
	.col-left h2, 
	.col-left .widget_categories li a,
	.col-left .widget_pages li a { padding-left: 15px; }
		.col-left .widget_categories li li a,
		.col-left .widget_pages li li a { padding-left: 30px; }
			.col-left .widget_pages li li li a { padding-left: 45px; font-size: 1em; font-weight: normal; }
			.col-left .widget_pages li li li li a { display: none; }
	.col-left h2 { background-position: 60% top; }
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

.previous-post a, .next-post a { display: block; width: 198px; height: 78px; background: transparent url('images/previous-post.gif') 0 0 no-repeat scroll; font-size: 0; text-indent: -9999em; }
.next-post a { background-image: url('images/next-post.gif'); }
.previous-post:hover, .next-post:hover { cursor: pointer; }

/**** Typography ****/

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

a { text-decoration: none; color: #1f6a9f; }
	a:hover, a:active { text-decoration: underline; color: #1b4c6f; }
h1, h2, h3, h4, h5, h6, p { margin: 0 0 0.8em; }
h1, h2, h3, h4, h5, h6 { text-align: left; }
h2, h3, h4 { font-family: Arial, Helvetica, sans-serif; margin-top: 0.6em; }
h5, h6 {
	font-weight: normal;
	}

h1 {	font-size: 2em;	color: #9a1b1b;	letter-spacing: -0.02em; }
h2 {	font-size: 1.5em; color: #849619; }
	h2.post-title { font-size: 2em; margin-bottom: 0.3em; }
	h2.post-title a:hover { text-decoration: underline; }
	h2 a { text-decoration: underline; color: #9A1B1B; }
	h2 a:visited { text-decoration: underline; color: #8f3f3f; }
h3 {	font-size: 1.4em; color: #9a1b1b; }
	h3 a { text-decoration: underline; color: #9a1b1b; }
	h3 a:visited { color: #9d5656; }
h4 { color: #666666;font-size: 1.2em; }
p { font-size: 14px; font-family: Arial, Helvetica, sans-serif; line-height: 1.3em; }
.web, .web a, .web a:visited { color: #9a1b1b; }
.creative, .creative a, .creative a:visited { color: #7b6f04!important; }

	/**** List Styles ****/
	#content li { font-size: 14px; text-align: left; }
	#content ul,
	#content ol { margin: 0 0 0 2.5em; padding: 0 0 0.5em; font-size: 13px; font-family: Arial, Helvetica, sans-serif; }
	#content ul li,
	#content ol li { list-style-position: inherit; padding: 0 0 0.0em 0.5em; line-height: 1.2em; text-indent: 0!important; }
		#content ul li { list-style-type: disc; }
		#content ul li li { list-style-type: circle; }
		#content ul li li li { list-style-type: square; }
		#content ol li { list-style-type: decimal; }
		#content ol li li { list-style-type: lower-latin; }
		#content ol li li li { list-style-type: lower-roman; }
		
.action { padding: 15px; background-color: #ebe8dd; font-weight: bold; line-height: 1.5em; display: block; }

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post { text-align: justify;	}

.post hr {
	display: block;
	margin: 1.4em 0em;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 5px;
	
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
	background:#EBE4D1 url(images/middle/background-middle-wrapper.jpg) repeat-x scroll 0 0;
	border:1px solid #DFDCCE;
	font-size: 12px;
}

.table-portfolio {}
	.table-portfolio table { margin: 0 0 1.5em; }
		.table-portfolio table img { position: relative; right: 3px; z-index: 100; }
	.table-portfolio p { font-size: 12px; }
	.table-portfolio td { padding-bottom: 12px; text-align: left; font-size: 0.9em; }
	.table-portfolio td h4 { font-size: 1.3em; }
	.table-portfolio td .wp-caption { margin: 0 0 0 0!important; }


/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

image.centered, img.alignright, img.alignleft { 
	padding: 4px; 
	border: 1px solid #ddd; 
	margin-top: 3px; 
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 10px 10px;
	display: inline;
	}

img.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

/*.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 0px 0 0;
	}
#commentform textarea {
	width: 98%;
	padding: 6px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
.submit { 
	background:#EBE4D1 url(images/middle/background-middle-wrapper.jpg) repeat-x scroll 0 0;
	border:1px solid #DFDCCE;
	text-align: center;
	padding: 1em;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	font-size: 14px;
	font-weight: bold;
}
	#commentform #submit:hover { cursor: pointer; }

/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 0px 10px 0px;
	padding: 15px 20px 15px 20px;
	border-left: 3px solid #ded9cc;
	background: #f8f4e8 url('images/blockquote.gif') 10px 10px no-repeat scroll;
	color: #000000!important;
	}

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

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	border-top: 1px dashed #999;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	clear: both;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 1.2em 0;
	font-size: 12px;
	border-bottom: 1px solid #DFDCCE;
	padding: 10px;
	clear: both;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 3px  0 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/**** Homepage Styles ****/
body.home .middle {
	background: transparent url('images/middle/background-middle-home.gif') 0 0 repeat-x scroll;
	padding: 15px 77px;
	}
	body.home .middle-wrapper { border-top: 1px solid #ebe4d1; }
	body.home h1 { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; text-align: left; margin-bottom: 0.4em; letter-spacing: 0; }
	body.home h3 { font-size: 14px; color: #e5e1bf; font-weight: bold; }
	body.home .content ul li a, .sidecol .col-web-services ul li a, .sidecol .col-creative-services ul li a { padding: 0 0 8px 45px; display: block; }
		.sidecol .col-web-services ul li a, .sidecol .col-creative-services ul li a { padding-left: 35px; }
		body.home .content ul li a:hover,
		.sidecol .col-web-services ul li a:hover, .sidecol .col-creative-services ul li a:hover { text-decoration: none; color: #dadada; }
		body.home .content ul li a:hover span,
		.sidecol .col-web-services ul li a:hover span, .sidecol .col-creative-services ul li a:hover span { text-decoration: underline; }
		body.home .content ul li a span,
		.sidecol .col-web-services ul li a span, .sidecol .col-creative-services ul li a span
		{ font-size: 14px; font-weight: bold; margin-bottom: 5px; }
	body.home .content-wrapper { padding-bottom: 42px; background: transparent url('images/middle/background-content-wrapper.jpg') no-repeat 50% bottom scroll; }
	body.home #content, body.home .col-web-services, body.home .col-creative-services { padding: 4px; width: 293px; }
	body.home .middle div.first { margin-right: 45px; }
	body.home #content .post, .col-container { padding: 15px; }
		body.home #content ul { margin: 0; padding: 0; }
		body.home #content ul li, .tick li { 
			margin: 0 0 0 0!important;
			padding: 4px 0 4px 35px!important;
			color: #5b6e18;
			background: transparent url('images/tick.gif') left 50% no-repeat scroll;
			list-style-type: none!important;
			font-weight: bold;
			}
	.col-web-services { background-color: #9a1b1b!important; color: #fff; font-size: 0.9em; padding: 4px; }
		.col-web-services h4 { font-size: 1.6em; font-weight: bold; }
			.col-web-services h4 a:hover { color: #ddd; }
		.col-web-services h3 { color: #e6c6c6; }
		.col-web-services a { color: #fff; }
		.col-web-services ul li a { background: transparent url('images/icons.gif') 0 0 no-repeat scroll; }
			.col-web-services .home-ecommerce-website a { background-position: left 2px; }
			.col-web-services .home-lead-generation-website a { background-position: left -64px; }
			.col-web-services .home-express-website a { background-position: left -127px; }
			.col-web-services .home-online-marketing-services a { background-position: left -190px; }
		.col-web-services ul li a span { display: block; color: #fa8d8d; }
		.col-web-services .action { color: #fa8d8d; font-size: 14px; background-color: #5d0303; }
	.col-creative-services { background-color: #998900!important; color: #fff; font-size: 0.9em; padding: 4px; }
		.col-creative-services h3 { color: #e5e1bf; }
		.col-creative-services h4 { font-size: 1.6em; font-weight: bold; }
			.col-creative-services h4 a:hover { color: #ddd; }
		.col-creative-services a { color: #fff; }
		.col-creative-services ul li a { background: transparent url('images/icons.gif') 0 0 no-repeat scroll; }
			.col-creative-services .home-logo-design a { background-position: left -273px; }
			.col-creative-services .home-graphic-design a { background-position: left -339px; }
			.col-creative-services .home-flash-website a { background-position: left -402px; }
			.col-creative-services .home-multimedia a { background-position: left -466px; }
		.col-creative-services ul li a span { display: block; color: #e2d75a; }
		.col-creative-services .action { color: #e2d75a; font-size: 14px; background-color: #776400; }	

.sidecol .col-web-services, .sidecol .col-creative-services { margin-right: 10px; }
		
.sidecol-about-us { margin-right: 10px; background-color: #fff; padding: 4px; }
.sidecol-about-us p { font-size: 12px; font-family: "Trebuchet MS"; }
	.sidecol-about-us h4 { font-size: 1.6em; margin: 0 0 0.5em; background-color: #eee; padding: 4px; }
	.sidecol-about-us ul li a { font-size: 12px; }
	.sidecol-about-us .action { font-size: 12px; font-weight: bold; margin: 10px 0 0; }

.col-right .sidecol-about-us,
.col-right .col-web-services,
.col-right .col-creative-services { margin-left: 10px; margin-right: 0; }

#sidebar ul.children li { display: none; }
	#sidebar ul.children li a { font-size: 12px; padding-left: 30px; font-weight: normal; }
#sidebar .current-cat ul.children li { display: block; }

/**** Services Page ****/
.services-block { width: 445px; float: left;  }
	.services-block-small { width: 350px; float: left;  }
.services-block a { text-decoration: underline;  }
.services-block-right { float: right; }	
.services-block-web a ,
.services-block-web em { color: #9A1B1B; }
.services-block-creative a,
.services-block-creative em { color: #7b6f04; }

/**** Accordion ****/
.ui-accordion { margin-bottom: 1.6em; }
.ui-accordion-header { margin-bottom: 0; font-size: 14px; }
	.ui-accordion-header a { 
		display: block; 
		border: 1px solid #ddd5c0;
		border-bottom-width: 2px;
		padding: 7px;
		color: #878872;
		font-weight: bold;
		background-color: #ebe8dd;
		}
		.ui-accordion-header a:hover { background-color: #ddd5c0; }
	.ui-accordion .ui-state-active {}
	.ui-accordion .ui-state-active a { background-color: #8b907e; color: #fff; cursor: text; }
		.ui-accordion .ui-state-active a:hover { color: #fff; background-color: #8b907e; }
.ui-accordion-content {
	padding: 1em;
	height: 250px;
	overflow-y: scroll;
	border-bottom: 3px solid #ddd5c0;
	border-right: 1px solid #ddd5c0;
	border-left: 1px solid #ddd5c0;
	}

/**** Content Bottom ****/
.content-bottom-links { padding: 10px 0; }
.content-bottom-links * { text-align: left; }
	.content-bottom-links ul { padding: 0; margin-left: 0!important; }
	.content-bottom-links li.item { 
		margin: 0 14px 0 0; 
		padding: 0 5px 0 0!important;
		width: 167px;
		border-right: #d2cebb 1px solid;
		display: block; 
		float: left;
		list-style-type: none; 
		}	
		.content-bottom-links li.item h4 a { color: #1f6a9f; display: block; }
		.content-bottom-links li.item p { font-size: 12px; line-height: 1.3em; color: #545454; }
	.content-bottom-links li.last {
		padding-right: 0;
		margin-right: 0;
		width: 162px;
		border-right: 0;
		float: right;
}

/**** Google Form ****/
.google-form {}
.google-form br { height: 0; line-height: 0; overflow: hidden; }

/**** Resets ****/
.clear {
	clear: both;
	visibility: hidden;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
.left { float: left; }
.right { float: right; }
small { font-size: 11px; }

.grey { color: #999!important; }
#typekit-badge-pbd7rht { display: none!important; }
.linklove { display: none; }
.a-name { visibility: hidden; overflow: hidden; line-height: 0; height: 0; font-size: 0; }