/*
Theme Name: Amuse
Description: WP theme for Amuse Consulting
Author: the SplitMango team
Version: 1.1
License: GNU General Public License
License URI: license.txt
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* 
-------------------------------------------------------------- */

body {
	background: url('images/backg_stripe.gif');
	font-family: Georgia, "Times New Roman", Times, serif; 
	color: #333;
	font-size: 14px;
}
h1 {
	font-size: 40px;
	color: #00AEEF;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}
h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 20px;
}
p {
	line-height: 22px;
	margin-bottom: 20px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #00AEEF;
}
a:hover {
	text-decoration: none;
	color: #00AEEF;
}
.wrap {
	width:960px;
	margin: 0 auto;
}
.cl {
	clear:both;
}
hr {
	background: #CCC;
	height: 1px;
	border: 0;
	margin: 20px 0;
}
#top_bar {
	height: 40px;
	background: url('images/top_bar.png') no-repeat center;
	float: right;
	width: 100%;
}
#header {
	clear: both;
	height: 190px;
	background: url('images/menu.png') no-repeat center bottom;
}
#header_inner {
	background: url('images/amuse_logo3.png') no-repeat left;
	height: 150px;
}
#logo {
	position: absolute;
	height: 80px;
	width:100px;
	top: 40px;left: 20px;
}
#banner {
	width:960px;
	height:300px;
	margin-bottom: 8px;
}

#top_bar .left {
	float:left;
	width: 600px;
	line-height: 25px;
	text-align: right;
	padding: 6px 0 0 0;
}
#top_bar .right {
	float:right;
	width: 285px;
	line-height: 38px;
	color: #FFF;
}

#searchform .input {
	border:1px solid #EEE;
	padding: 4px;
}
#searchsubmit {
	background: #EEE;
	color: #000;
	text-transform: uppercase;
	padding: 4px;
	border: 0;
	margin-left: 5px;
}
#social {
	float: right;
}
#social li {
	float: left;
	margin-right: 10px;
	vertical-align: sub;
}

/* MENU
-------------------------------------------------------------- */
#menu {
	margin: 0 auto;
	width: 65%;
	display:block;
	float:right;
	top: 110px;
	position: relative;
}
#menu .menu-main-menu-container,
div.menu {
	font-size: 16px;
	margin-left: 12px;
}
#menu .menu-main-menu-container ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#menu .menu-main-menu-container li,
div.menu li {
	float:left;
	position: relative;
}
#menu a {
	display:block;
	text-decoration:none;
	color:#FFF;
	padding:0 10px;
	line-height:40px;
	text-transform: lowercase;
}
#menu ul ul {
	display:none;
	position:absolute;
	top:40px;
	left:0;
	float:left;
	width: 180px;
	z-index: 99999;
}
#menu ul ul li {
	min-width: 180px;	
}
#menu ul ul ul {
	left:100%;
	top:0;
}
#menu ul ul a {
	background:#00AEEF;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#menu li:hover > a,
#menu ul ul :hover > a {
	color:#000;
}
#menu ul li:hover > ul {
	/*display:block;*/
}
#menu .menu-main-menu-container ul li.current_page_item > a,
#menu .menu-main-menu-container ul li.current_page_parent > a,
#menu .menu-main-menu-container ul li.current-menu-ancestor > a,
#menu .menu-main-menu-container ul li.current-menu-item > a,
#menu .menu-main-menu-container ul li.current-menu-parent > a {
/*	color: #000; */
}

* html #menu ul li.current_page_item a,
* html #menu ul li.current-menu-ancestor a,
* html #menu ul li.current-menu-item a,
* html #menu ul li.current-menu-parent a,
* html #menu ul li a:hover {
/*	color:#000; */
}


/* ACTIONS
-------------------------------------------------------------- */
#actions {
	margin-top: 8px;
}
#actions .cell {
	width:234px;
	height: 220px;
	background: #00AEEF;
	margin-right: 8px;
	float: left;
}

#actions .cell_last {
	margin-right: 0px;
}
#actions h2 {
	background: url('images/blue_star.jpg') no-repeat left top;
	line-height: 18px;
	font-family: Arial;
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 25px;
	margin: 0 5px;
}
#bubble {
	background:url("images/bubble.png") no-repeat scroll 0 0 transparent;
	height:96px;
	left:125px;
	position:absolute;
	top:0;
	width:138px;
	z-index:100;
}
#main {
	position: relative;
	background: #FFF;
}

/* CONTAINER, CONTENT
-------------------------------------------------------------- */

#content_outer {
	padding: 40px 20px;
	clear: both;
}
#content_body {
	width:600px;
	float: left;
}
#content_body ul {
	margin: 0 0 20px 20px;
}
#content_body ol li {
	list-style: decimal;
	list-style-position: outside;
	line-height: 24px;
	margin: 0 0 5px 20px;
	padding: 0;
}
#content_body ul li {
	line-height: 24px;
	padding: 0;
	margin: 0 0 5px 20px;
	list-style-position: outside;
	list-style: disc;
}
#content_body li ul {
	margin: 10px 20px;
}


/* FOOTER
-------------------------------------------------------------- */

#footer {
	height: 40px;
	background: url('images/footer.png') no-repeat center;
	width: 100%;
	float: right
}
#footer .left {
	float:left;
	width: 450px;
	line-height: 40px;
	color: #FFF;
	margin-left: 20px;
}
#footer .right {
	float:right;
	width: 450px;
	line-height: 40px;
	color: #FFF;
	text-align: right;
	margin-right: 20px;
}
#footer a {
	text-decoration: none;
	color:#FFF;
}

/* SIDEBAR
-------------------------------------------------------------- */
#sidebar {
	float: right;
	width:300px;
	margin: 10px 0 0 0;
}
#sidebar h2 {
	font-size: 28px;
	margin-bottom: 20px;
	color: #00AEEF;
}
#sidebar h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
#sidebar .post {
	margin-bottom: 25px;
}
#sidebar .date {
	text-align: right;
	font-size: 12px;
}
#sidebar .actions {
	height: 175px;
	background: #00AEEF;
	margin-bottom: 8px;
}
#sidebar .actions h2 {
	background: url('images/blue_star.jpg') no-repeat left top;
	line-height: 18px;
	font-family: Arial;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	padding-left: 25px;
	margin: 0 5px;
}
#sidebar .bubble {
	background:url("images/bubble_sidebar.png") no-repeat scroll 0 0 transparent;
	height:96px;
	right:150px;
	position:absolute;
	top:5px;
	width:138px;
	z-index:100;
}
#ads {
	margin-bottom: 25px;
	height: 300px;
}
#ads img {
	margin: 2px;
}
#sidebar .widget-container {
	margin-bottom: 20px;
}
#sidebar .widget-container ul li {
	line-height: 18px;
}

/* BLOG
-------------------------------------------------------------- */
.post {
	margin-bottom: 25px;
}
.post h2, .post h1 {
	font-size: 30px;
	color: #00AEEF;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}
.post h2 a, .post h1 a {
	text-decoration: none;
}
.entry-meta, .entry-utility {
	font-size: 14px;
	padding: 10px;
	background: #EEE;
	line-height: 24px;
}
.entry-content, .entry-summary {
	margin: 25px 0;
}

/* COMMENTS
-------------------------------------------------------------- */
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 20px 0;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#comments ol li {
	list-style: none;
	padding: 20px;
}
#comments .children {
	margin: 0;
}
#comments .children li {
	margin: 20px 0 0 0;
}
#comments .alt {
	background: #E1E1E1;
}
#comments .even {
	background: #EEE;
}
.comment-author img {
	float: right;
}

/* IMAGES
-------------------------------------------------------------- */

#content_body img {
	margin: 0;
	max-width: 600px;
}
#content_body .attachment img {
	max-width: 900px;
}
#content_body .alignleft,
#content_body img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content_body .alignright,
#content_body img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content_body .aligncenter,
#content_body img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content_body img.alignleft, 
#content_body img.alignright, 
#content_body img.aligncenter {
	margin-bottom: 12px;
}
#content_body .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content_body .wp-caption img {
	margin: 5px 5px 0;
}
#content_body .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content_body .wp-smiley {
	margin:0;
}
#content_body .gallery {
	margin: auto;
}
#content_body .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content_body .gallery img {
	border: 2px solid #cfcfcf;
}
#content_body .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content_body .gallery dl {
	margin: 0;
}
#content_body .gallery img {
	border: 10px solid #f1f1f1;
}
#content_body .gallery br+br {
	display: none;
}



.page-id-25 table, .page-id-813 table {
	width:100%;
}

.page-id-25 table td, .page-id-813 table td {
	padding: 0 0 20px 0;
	vertical-align: top;
}
.page-id-25 object, .page-id-813 object {
	float: right;
}
.form-allowed-tags {
	display: none;
}

input, textarea {
	border:1px solid #CCC;
}

.wpcf7 {
	background:none repeat scroll 0 0 #EEEEEE;
	margin:0;
}

.wpcf7-text {
	margin:6px 0 0;
	padding:4px;
	width:250px;
}
.wpcf7-list-item {
	display:inline-block;
	height:30px;
	width:180px;
}
.wpcf7-form {
	padding: 20px;
}
.wpcf7-form textarea {
	width:530px;
	margin: 6px 0 0 0;
	padding:4px;
}

.wpcf7-submit, .form-submit #submit {
	background: #00AEEF;
	text-align: center;
	color: #FFF;
	padding: 6px;
	width: 150px;
	text-transform: uppercase;
	border: 0;
}

#testimonial_homepage {
	width:580px;
	position: relative;
	text-align: center;
}
#testimonial_homepage .message {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
}
#testimonial_homepage .quote_top {
	background: url('images/quote_top.jpg') no-repeat top left;
	padding: 15px 0 0 60px;
}
#testimonial_homepage .quote_bottom {
	background: url('images/quote_bottom.jpg') no-repeat bottom right;
	padding: 0 45px 2px 0;
}

#twitter-1 h3 a {
	color: #333333;
	text-decoration: none;
}

#banner {
    display: none;
    height: 300px;
    margin-bottom: 8px;
    width: 960px;
}

#connecting li {
	float: left;
	margin-right: 4px;
	margin-bottom: 20px;
}
#connecting {
}
