/*
Theme Name: M&A Communications
Theme URI: http://www.ma-communications.com/
Description: A WordPress theme for the company M&A Communications
Version: 1.0
Author: Markus Ackermann
Author URI: http://www.acky.de/
*/

* { padding: 0; margin: 0; border: 0; }

body {
	background: #aaa url("images/page-background.jpg") repeat-x;
	font: 80%/1.6em 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* text-align required for IE 5.5 */
}

#wrapper {
	width: 700px; /* For IE browsers */
	text-align: left;
	margin: 20px auto;
	background: #fff url("images/content-background.jpg") repeat-y;
}

#header {
	position: relative;
	height: 150px;
	background: #2b3033 url("images/header.jpg") no-repeat;
}

#page {
	float: left;
	width: 450px;
	min-height: 400px;
	margin: 10px 0;
	padding: 0 25px;
}

#sidebar {
	float: right;
	width: 160px;
	margin: 20px 0 10px 0; /* with search enabled top back to 60px */
	padding: 0 20px;
}

#footer {
	clear: both;
    height: 8px;
	background: #aaa url("images/footer.jpg") no-repeat center top;
}

/* ---------------------------------------------------------------------------------------
Menu Tabs
----------------------------------------------------------------------------------------*/

#menu {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1em;
    line-height: normal;
}
#menu ul {
    margin: 0;
    padding: 0 10px 0 18px;
    list-style: none;
}
#menu li {
    display: inline;
    margin: 0;
    padding: 0;
}
#menu a {
    float: left;
    background: url("images/menutableft.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 7px;
    text-decoration: none;
}
#menu a span {
    float: left;
    display: block;
    background: url("images/menutabright.gif") no-repeat right top;
    padding: 5px 15px 4px 7px;
    color: #333;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span { color:#333; }
#menu a:hover { background-position: 0% -42px; }
#menu a:hover span { background-position: 100% -42px; }
#menu #current a { background-position: 0% -42px; }
#menu #current a span { background-position: 100% -42px; }

/* ---------------------------------------------------------------------------------------
Phone
----------------------------------------------------------------------------------------*/

#phone {
    position: absolute;
    width: 220px;
    height: 45px;
    top: 125px;
    right: 1px;
    background: url("images/phone.gif") no-repeat;
}

/* ---------------------------------------------------------------------------------------
Search Form
----------------------------------------------------------------------------------------*/

#search {
    position: absolute;
    width: 199px;
    top: 172px;
    right: 1px;
    background: #84888c; /* url("images/search-background.jpg") no-repeat; */
}

form#searchform {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
}

form#searchform fieldset {
	margin: 0;
	padding: 12px 20px;
	border: none;
}

#searchform input#s {
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	width: 92px;
	border: 1px solid #d8dce0;
	background-color: #d8dce0;
	padding: 1px 5px;
}

#searchform input.submit {
	font: 0.8em/1em Verdana, Arial, Helvetica, sans-serif;
	width: 50px;
	height: 18px;
	border: 1px solid #ccc;
	color: #456;
	background-color: #ccc;
	padding: 1px 0;
}

/* ---------------------------------------------------------------------------------------
Links
----------------------------------------------------------------------------------------*/

a {
    font-size: 1em;
    color: #f80;
    text-decoration: none;
}

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

/* ---------------------------------------------------------------------------------------
Content
----------------------------------------------------------------------------------------*/

h2 {
    font: 1.1em/150% Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #f80;
    margin: 15px 0 7px 0;
}

h3 {
    font: 1em/150% Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #f80;
    margin: 10px 0 5px 0;
}

h4 {
    font: 1em/150% Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #456;
    margin: 0 0 10px 0;
}

p {
    font-size: 1em;
	color: #333;
	margin: 5px 0;
}

p.quote {
    padding: 3px 10px;
    background: #d0d8e0;
	border-left: 5px solid #f80;
	margin: 10px 0;
}

img {
	border: 0;
}

img.alignright {
    float: right;
    margin: 2px 0 7px 20px;
}

img.frame {
    padding: 2px;
    border: 1px solid #666;
    background: #fff;
    margin: 5px 0;
}

#page .post {
	margin: 0 0 30px 0;
}

#page ul,
#page ol
{
	margin: 0 0 10px 0;
	padding-top: 4px;
	list-style-type: none;
}

#page ul.indent
{
	margin: 0 0 10px 30px;
}

#page ul li,
#page ol li
{
	line-height: 150%;
	margin: 1px 0;
	padding: 1px 17px;
	background: transparent url(images/bullet.gif) no-repeat 0 0.5em;
}

table {
	width: 100%;
}

th {
	font-size: 1em;
	text-align: left;
	color: #c0c8d0;
}

/* ---------------------------------------------------------------------------------------
Sidebar
----------------------------------------------------------------------------------------*/

#sidebar h2 {
	font-size: 1.1em;
	color: #456;
}

#sidebar h3 {
	font-size: 1em;
	color: #c0c8d0;
}

#sidebar h3.mrg {
	margin-top: 20px;
}

#sidebar p {
	font-size: 1em;
	color: #eee;
}

#sidebar p.smallprint {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #456;
}

#sidebar ul {
	list-style: none;
	width: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	border-top: 1px solid #567;
}

#sidebar ul a {
	padding: 5px 0;
	width: 94%;
	padding-left: 6%;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #567;
	color: #ddd;
}

#sidebar ul ul {
	border: none;
	padding: 0;
	margin: 0;
}

#sidebar ul ul a {
	width: 90%;
	padding-left: 10%;
}

#sidebar ul ul ul a {
	width: 85%;
	padding-left: 15%;
}

#sidebar ul ul ul ul a {
	width: 80%;
	padding-left: 20%;
}

#sidebar ul a:hover {
	background: #567;
}

/* ---------------------------------------------------------------------------------------
Contact Form (Plugin Holler)
----------------------------------------------------------------------------------------*/

#holler {
	position: relative;
	overflow: hidden;
}

#holler fieldset {
	margin-top: 20px;
	border: 0;
}

#holler label {
	width: 120px;
	text-align: right;
	float: left;
	padding: 1px 0;
	margin:  0 10px 10px 0;
}

#holler select {
	width: 120px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	border: 1px solid #ccc;
	padding: 1px 0 1px 5px;
	margin: 0 0 10px 0;
}

#holler input, #holler textarea {
	width: 220px;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	border: 1px solid #ccc;
	padding: 2px 5px 3px 5px;
	margin: 0 0 10px 0;
}

#holler input#holler_cc {
	width: auto;
	height: 19px;
	margin-top: 4px;
	border: none;
	bottom: 0;
}

#holler input.submit {
	width: 110px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	color: #456;
	background-color: #ccc;
	border: 1px solid #ccc;
	padding: 0 5px 1px 5px;
	margin: 10px 0 10px 130px;
}

#holler br {
	clear: left;
}

#holler_response .error {
	color: #933;
}

#holler_response .success {
	color: #393;
}
