/*
Theme Name: Celerity CRM Theme
Theme URI: http://celerity-crm.nl/
Description: The theme for the Celerity CRM site
Version: 1.0
Author: Tomas Salfischberger
*/

/*
General styles
*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}
body {
	font-family: Arial, "MS Sans Serif", Helvetica , sans-serif;
	font-size:14px;
	line-height: 18px;
	background-color: #e7e7e7;
}

h1, h2, h3 {
	font-weight:bold;
	margin-bottom:5px;
	margin-top:11px;
}

h1 { font-size:22px; }
h2 { font-size:16px; }
h3 { font-size:14px; }

a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #0000ff;
}

p {
	margin-top: 0.4em;
	margin-bottom: 0.8em;
}

i, em {
	font-style: italic;
}

th {
	font-weight: bold;	
}

ol {
	margin-bottom: 1.2em;
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 10px;
	margin-bottom: 5px;
}

/*
Page setup
*/
#container {
	background-color: #ffffff;
}

#header {
	width: 960px;
	height: 75px;

	margin: 0 auto 15px auto;
	padding-top: 15px;

	background: url("images/menuBar.png") no-repeat bottom;
}

#logo {
	margin-top: 3px;
	margin-left: 3px;
}

#content {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 25px 0;
}

#footer {
	width: 100%;
	border-top: 1px solid #bebebe;
}

/*
Menu bar
*/
#menu {
	float: right;
	margin-top: 10px;
	margin-right: 10px;

	display: block;
}

#menu li {
	display: block;
	float: left;
	margin-left: 15px;
	margin-right: 5px;
	padding-bottom: 1px;
	border-bottom: 2px solid #083643;
}

#menu li a {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #222222;
}
#menu li.current_page_item, #menu li.current_page_parent {
	border-bottom: 2px solid #b1e001;
}

#menu li:hover {
	border-bottom: 2px solid #01b0e0 !important;
}

/*
Footer
*/
#footerContainer {
	width: 940px; /* 960 - 10px indentation at both sides */
	margin: 25px auto 20px auto;

	font-size: 11px;
	color: #808080;
}

#footer .column {
	width: 175px;
	float: left;
}

#footer .column a {
	display: block;
	text-decoration: none;
	color: #808080;
	margin-bottom: 1px;
}
#footer .column a:hover {
	color: #606060;
}

#footer .column span {
	display: block;
	color: #000000;
	margin-bottom: 1px;
}

#footer .column img {
	margin: 0 10px;
}

/*
Content columns
*/
#columnContainer {
	width: 100%;
	margin-top: 15px;
}

#columnContainer .column {
	width: 282px; /* 320 - 2 * 19px padding */
	padding: 0 19px;
	float: left;
}

#columnContainer h2 {
	font-size:14px;
}

/*
Blog styles
*/
#blogheader {
	width: 928px; /* 960 - 2 * 15px padding - borders (2px) */
	background-color: #f0f7ff;
	border: 1px solid #c0c7cf;
	padding: 2px 15px;
	margin-bottom: 20px;
}
#blogcontent {
	float: left;
	width: 685px;
	margin-left: 5px;
}
#sidebar {
	float: left;
	width: 230px;
	margin-left: 35px;
	font-size: 12px;
}
#sidebar .aktt_tweets li {
	margin-bottom: 5px;
}
#sidebar .aktt_tweet_time, #sidebar .postdate {
	color: #777;
	display: block;
	font-size: 10px;
}
#sidebar .sidebarItem {
	margin-bottom: 20px;
}
#sidebar #newestPosts a {
	color: inherit;
}

#blogcontent .post {
	margin-bottom: 20px;
	line-height: 130%;
}

#blogcontent .post img {
	margin: 10px 5px;
}

#blogcontent .postFooter, #blogcontent small {
	font-size: 11px;
	color: #777;
}

#blogcontent .postFooter a {
	color: #777;
}

#blogcontent .postFooter a:hover {
	text-decoration: underline;
}

#blogcontent h1 {
	margin: 2px 0 8px 0;
}

#blogcontent h1 a, #blogcontent h1 a:visited, #blogcontent h1 a:active {
	color: #000;
}

#commentList {
	border-left: 1px solid #bbbbc0;
	border-right: 1px solid #bbbbc0;
	border-bottom: 1px solid #bbbbc0;
}

#commentList .avatar {
	float: left;
	margin-right: 10px;
	border: 1px solid #bbbbc0;
}

#commentList .comment {
	position: relative;
}

#commentList .commentHeader {
	padding: 4px 5px;
	border-top: 1px solid #bbbbc0;
	border-bottom: 1px solid #e5e5f5;
	background-color: #f5f5f9;
}
#commentList .byuser .commentHeader {
	background-color: #d9eaff;
}
#commentList .commentBody {
	padding: 2px 8px;
}
#commentList .commentHeader a {
	color: inherit;
}
#commentList .commentHeader a:hover {
	text-decoration: underline;
}
#commentList a.comment-reply-link {
	float: right;
	margin-right: 5px;
	color: #999;
	font-size: 9px;
}
#commentList .comment .comment {
	padding-left: 50px;
	padding-right: 20px;
}
#commentList .comment .comment .comment {
	padding-right: 0;
}
#commentList .comment .comment .commentHeader {
	border: 1px solid #e5e5f5;
}
#commentList .celerityComment {
	float: right;
	font-size: 9px;
	color: #555;
}

h3#comments {
	margin-top: 20px;
}


#respond {
	margin-top: 20px;
}
#respond #comment {
	width: 680px;
}
#respond #submit {
	width: 100px;
}
