/*
Theme Name: M&O Marketing Consultants
Theme URI: http://www.momc.se/
Description: Wordpress theme for the M&O Marketing Consultants website.
Version: 1.0
Author: Jens Ljungblad
Author URI: http://jens.tjoff.com/
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
    font-family: arial, sans-serif;
    font-size: 12px;
}

p {
	margin-bottom: 16px;
	line-height: 20px;
}

a {
	color: #375d81;
	text-decoration: none;
}

a img {
	border: 0;
}

input, textarea {
	font-size: 12px;
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

/* @group column */

.column {
	float: left;
	margin: 20px 10px;
	width: 300px;
}

.column h3 {
	margin: 8px 0;
	font-size: 18px;
	font-weight: normal;
}

.column a.read-more {
	padding: 6px 8px;
	color: #333;
	background: #f5f5f5 url(images/gradient-silver.png) repeat-x 0 bottom;
	font-size: 11px;
}

/* @end */

/* @group header */

#header {
	background: #f5f5f5 url(images/gradient-silver.png) repeat-x 0 bottom;
}

#header img {
	margin: 15px 10px;
}

#header #navigation {
    margin: 0 10px;
	background: #1a3152 url(images/gradient-blue.png) repeat-x 0 bottom;
	font-size: 13px;
	font-weight: bold;
}

#header #navigation ul {
	list-style: none;
}

#header #navigation ul li {
	float: left;
	padding: 8px 14px;
}

#header #navigation ul li.current_page_item, #header #navigation ul li.current_page_parent {
	background: #1a3152 url(images/gradient-blue-dark.png) repeat-x 0 bottom;
}

#header #navigation a {
	color: #fff;
}

/* @end */

/* @group splash */

#splash {
	margin: 0 10px;
	padding: 70px 30px 29px 30px;
	background: #000 url(images/splash.png) repeat-x 0 top;
}

#splash p {
	margin-bottom: 28px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

#splash a.read-more {
	padding: 8px 12px;
	color: #fff;
	background: #1a3152 url(images/gradient-blue-dark.png) repeat-x 0 bottom;
	font-size: 18px;
}

/* @end */

/* @group content */

#content {
    float: left;
	margin: 20px 10px;
	width: 620px;
}

#content h1 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: normal;
}

#content h2 {
	margin-bottom: 16px;
    font-size: 16px;
    font-weight: normal;
}

#content ul, #content ol {
	margin: 0 0 16px 30px;
	line-height: 20px;
}

#content ul {
	list-style-image: url(images/bullet.png);
}

#content .post {
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

#content .post h2 {
    margin-bottom: 0;
}

#content .post .date {
	margin-bottom: 10px;
	color: #777;
	font-size: 11px;
	line-height: 20px;
}

#content img.alignleft, #content img.alignright {
	padding: 4px;
    border: 1px solid #ddd;
}

#content img.alignleft {
	float: left;
    margin: 0 15px 15px 0;
}

#content img.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

/* @end */

/* @group sidebar */

#sidebar .box {
	margin-bottom: 20px;
	background-color: #f5f5f5;
}

#sidebar .box h2 {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
	border-bottom: 4px solid #1a3152;	
}

#sidebar ul {
	line-height: 20px;
	list-style: none;
}

#sidebar ul li {
    padding: 8px 10px;
	border-bottom: 1px solid #ddd;
}

#sidebar ul li.current_page_item {
	background: #1a3152 url(images/gradient-blue-dark.png) repeat-x 0 bottom;
}

#sidebar ul li.current_page_item a {
	color: #fff;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	margin: 10px 10px;
}

#footer div {
	padding: 6px 0;
	color: #777;
	border: 1px solid #ddd;
	border-width: 1px 0 0px 0;
	font-size: 10px;
}

/* @end */

/* @group contact form */

.your-name input, .your-email input, .your-subject input {
	width: 250px;
}

.your-message textarea {
	width: 400px;
	height: 150px;
}

/* @end */

/* @group comments */

#comments h3 {
    margin-bottom: 16px;
}

#comments ol.commentlist {
    list-style: none;
}

#comments form input#author,
#comments form input#email,
#comments form input#url {
	width: 250px;
}

#comments form textarea {
	width: 400px;
	height: 150px;
}

/* @end */
