/* @override 
	http://localhost:8888/sites/jaervelae/mollify/style.css
*/

body {
	background: #f1f4f6;
	text-align: center;
	line-height: 1.6;
	font-family: Georgia, fantasy, Arial, 'Lucida Grande', Verdana;
	font-size: 12px;
	color: #616161;
}

h1, h2, h3, h4, h5, h6 {
	color: #4b4745;
	font-weight: normal;
}

h1 {
	font-size: 26px;
	margin-bottom: 30px;
}

h2 {
	font-size: 21px;
	margin-bottom: 30px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 16px;
	margin-bottom: 11px;
}

h5 {
	font-size: 14px;
	margin-bottom: 10px;
}

h6 {
	font-size: 13px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #844370;
}

a:hover {
	text-decoration: underline;
}

p, pre {
	margin-bottom: 10px;
}

strong {
	color: #333131;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul.cool-li {
	list-style-type: none;
	margin-bottom: 12px;
}

ul.cool-li li {
	padding: 0px 0px 0px 15px;
	background: url(images/list-item.gif) no-repeat 0px 8px;
}

em, dfn {
	font-style: italic;
}

abbr,acronym {
	color: #353535;
	border-bottom: 1px dashed #868585;
}

dfn, dt {
	color: #353535;
}

dd {
	margin: 0px 0px 0px 10px;
}

div.hr {
	border-top: 1px solid #e9eced;
	height: 1px;
	width: 100%;
	margin: 10px 0px;
	clear: both;
}

fieldset {
	border: 3px solid #eeeeee;
	padding: 10px;
}

legend {
	font-size: 14px;
	color: #a1a0a0;
	font-weight: bold;
}

fieldset label {
	display: block;
	font-size: 13px;
}

fieldset input, fieldset textarea {
	background: #F1F1F1;
	border: 1px solid #E2E2E2;
	padding: 3px;
	color: #4C4C4C;
}

blockquote span {
	color: #77868b;
	font-weight: bold;
}

p.author {
	color: #437181;
	font-weight: bold;
}

p.author em {
	font-weight: normal;
	color: #616161;
}

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.clearfix {
	clear: both;
}

#header {
	background: url(images/header_bg.gif) repeat-x;
	height: 112px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#header h1 {
	background: url(images/mollify_logo.png) no-repeat;
	width: 156px;
	height: 107px;
	text-indent: -9990px;
	margin: 0px 0px 5px;
}

#banner {
	font-family: Georgia, fantasy, Arial, 'Lucida Grande', Verdana;
	font-style: italic;
	color: #8b7a71;
	font-size: 14px;
	position: absolute;
	top: 78px;
	left: 88px;
}

#header ul#top_menu {
	list-style-type: none;
	position: absolute;
	right: 0px;
	top: 42px;
	overflow: hidden;
}

#header ul#top_menu li {
	float: left;
}

#header ul#top_menu li a {
	color: #cb99bb;
	display: block;
	padding: 5px 13px;
	text-transform: uppercase;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-weight: bold;
}

#header ul#top_menu li a {
	text-decoration: none;
}

#header ul#top_menu li.active a, #header ul#top_menu li a:hover {
	color: #e6d2e0;
}

#header ul#top_menu li.active {
	background: #823b6c url(images/active_item.gif) repeat-x;
	margin: 0px 5px;
}

#main {
	float: left;
	width: 540px;
}

#content {
	background: #ffffff url(images/content_bg.gif) repeat-x top left;
	padding: 33px 0px;
}

#sidebar {
	float: right;
	width: 340px;
}

#sidebar h2 {
	font-size: 17px;
	color: #8ca5b4;
}

#sidebar .block {
	padding: 1px;
	background: #ffffff;
	margin-bottom: 25px;
	border: 1px solid #edecec;
}

#sidebar .block-inner {
	background: #ffffff url(images/sidebar_block_bg.gif) repeat-x;
	padding: 14px 30px 8px;
}

#footer {
	clear: both;
	border-top: 1px solid #eaedf0;
	padding: 20px 0px 15px;
	color: #aeb3b6;
}

#footer p#bottom-menu {
	float: left;
}

#footer p#bottom-menu a, h6 {
	color: #aeb3b6;
}

#footer p#bottom-menu a.active, #footer p#bottom-menu a:hover {
	color: #82888c;
	text-decoration: none;
}

#footer h6 {
	float: right;
}

#footer  strong {
	color: #84888a;
	font-weight: normal;
}

#overview {
	background: url(images/featured_area_bg.gif) repeat-x;
	height: 285px;
	overflow: hidden;
	position: relative;
}

#overview div#slides {
	padding-top: 30px;
}

#overview .description {
	float: left;
	width: 430px;
	height: 220px;
}

#overview .description h2 {
	font-size: 17px;
	color: #423d3a;
	margin-bottom: 15px;
	font-weight: bold;
}

#overview .description p {
	font-size: 13px;
}

#overview .photo {
	background: url(images/featured_image_bg.gif) repeat-x;
	border: 1px solid #f8f9fa;
	padding: 10px;
	margin-top: 1px;
	float: right;
	position: relative;
}

#overview .photo img {
	width: 450px;
	height: 215px;
}

#overview .slide {
	overflow: hidden;
	margin-right: 10px;
	margin-left: 10px;
}

#overview .container {
	height: 285px;
	overflow: none;
}

a.slidePrev, a.slideNext {
	display: block;
	width: 83px;
	height: 33px;
	position: absolute;
	bottom: -7px;
	text-indent: -9999px;
	cursor: pointer;
}

a.slidePrev {
	background: url(images/prev-trans.png) no-repeat;
	left: 0px;
}

a.slideNext {
	background: url(images/next-trans.png) no-repeat;
	right: 0px;
}

div#slideController {
	display: none;
}

#page-title {
	background: #e9edf0 url(images/pagename_bg.gif) repeat-x top left;
	border-bottom: 1px solid #e7e9ea;
	height: 67px;
}

#page-title h2 {
	color: #6d6d6d;
	margin: 13px 0px 0px;
	font: 32px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 49px;
}

body#home #content h2 {
	margin-bottom: 20px;
}

body#home div#overview-links {
	width: 560px;
	float: left;
}

body#home div#overview-links ul {
	overflow: hidden;
	list-style-type: none;
}

body#home div#overview-links ul li {
	float: left;
	width: 195px;
	margin: 0px 50px 15px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 58px;
}

body#home div#overview-links ul li#overview-links-download {
	background: url(images/overview-link-download.png) no-repeat 0 0;
}

body#home div#overview-links ul li#overview-links-demo {
	background: url(images/overview-link-demo.png) no-repeat 0 -5px;
}

body#home div#overview-links ul li#overview-links-hosting {
	background: url(images/overview-link-hosting.png) no-repeat 0 -5px;
}

body#home div#overview-links ul li#overview-links-discussion {
	background: url(images/overview-link-discussion.png) no-repeat 0 -8px;
}

body#home div#overview-links ul li#overview-links-support {
	background: url(images/overview-link-support.png) no-repeat 0 -16px;
}

body#home div#overview-links ul li.last {
	margin-right: 0px;
}

body#home div#overview-links ul li h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}

body#home div#overview-links ul li p {
	color: #4d4c4c;
	line-height: 1.5;
}

body#home div#contact-info {
	float: right;
	width: 300px;
}

#contact-info span.contact-email {
	font-style: italic;
	color: #bcbcbc;
	font-size: 13px;
}

body#home div#contact-info p strong {
	color: #454444;
	font-weight: normal;
}

body#home #content div.hr {
	margin: 25px 0px;
}

body#home #content .bottom-block {
	float: left;
	width: 300px;
	margin-right: 20px;
}

body#home #content .bottom-block.last {
	margin-right: 0px;
}

body#home #content .bottom-block ul {
	list-style-type: none;
}

body#home #content .bottom-block h2 {
	font-size: 19px;
	color: #8ca5b4;
}

body#features #content, body#download #content {
	display: block;
}

body#features #content h2 {
	margin-bottom: 17px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

body#features #content h3 {
	font-style: italic;
	font-size: 15px;
	color: #aeaeae;
}

body#features #content ul {
	margin-left: 5px;
}

body#features #content ul li, body#credits #content ul li {
	list-style-type: disc;
	list-style-position: inside;
}

body#features #main, body#download #main {
	width: 400px;
}

body#features #right-col {
	float: left;
	margin-left: 36px;
	width: 400px;
}

body#features #future {
	margin-top: 40px;
}

a.download, a.download:visited {
	color: #b294a7;
	text-decoration: none;
	border-bottom: 1px dotted #b294a7;
}

a.download:hover {
	color: #d9b5cc;
	text-decoration: none;
}

body#download p {
	margin-left: 8px;
}

/*

ul#latest_blog {
	list-style-type: none;
} */

/*

#search {
	background: url(images/search.jpg) no-repeat;
	width: 261px;
	height: 32px;
	position: absolute;
	top: 36px;
	right: 0px;
}

#search fieldset {
	border: 0px;
	padding: 8px 3px 3px;
	overflow: hidden;
}

#search fieldset input {
	color: #4C4C4C;
	border: 0px;
	background: none;
	padding: 0px;
}

#search fieldset input#search-field {
	width: 223px;
	font-size: 13px;
	color: #8b8a8a;
	float: left;
}

#search fieldset input#search-button {
	text-indent: -9999px;
	cursor: pointer;
	width: 18px;
	margin-left: 4px;
	padding-top: 27px;
	float: left;
}

ul#categories {
	list-style-type: none;
}

ul#categories li {
	margin-bottom: 11px;
} */

/* 
.post {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e9eced;
}

.post h2 {
	margin-bottom: 0px;
}

.post h2 a {
	color: #4B4745;
}

div.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	color: #bfbfbf;
	margin-bottom: 30px;
}

div.post-meta a.category {
	color: #ccdbe4;
}

div.post-meta a.category:hover {
	color: #8ca5b4;
}

div.post-meta em {
	font-family: Palatino Linotype, Georgia, serif;
	font-size: 14px;
}

.post img {
	border: 3px solid #e4e3e3;
	margin-bottom: 30px;
}

a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

a.button:hover {
	text-decoration: none;
	background: #658294;
}

.post a.button {
	margin-top: 14px;
	float: right;
}

#pagination {
	overflow: hidden;
	margin-bottom: 20px;
}

#pagination a {
	font-size: 11px;
	text-transform: uppercase;
}*/

/*p.in_category {
	font-style: italic;
	color: #616161;
	margin-top: 1px;
	padding: 0px 0px 5px;
}

p.in_category  a {
	color: #8dadc7;
}

p#tip {
	font-weight: bold;
	font-size: 13px;
}*/

/*#contact_us {
	width: 460px;
	margin: 25px 0px 0px;
}

p.label_name, p.input_form {
	float: left;
}

p.label_name {
	width: 80px;
	clear: both;
	color: #7f7e7e;
	font-size: 14px;
}

#contact_us input, #contact_us textarea {
	width: 370px;
	background: #f3f3f3;
	border: 1px solid #eae9e9;
	font-size: 13px;
	padding: 4px;
	margin-bottom: 15px;
	color: #797676;
}

#contact_us input.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #91567f;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	width: 60px;
	border: 0px;
	cursor: pointer;
}*/

div#feedback {
	margin-top: 20px;
}

p.error {
	display: none;
	padding: 5px 0px;
	color: #8dadc7;
	font-weight: bold;
}

p#submit {
	text-align: right;
}

p#success {
	display: none;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
	cursor: pointer;
	color: #9e9595;
	font-style: italic;
}

.screenshots {
	width: 871px;
}