/*
Theme Name: Nice and Clean
Theme URI: http://blog.themeforest.net/general/free-file-of-the-month-july-2009/
Version: 1.0
Author: Jeffrey Way
Author URI: http://themeforest.net/
*/

/*****Basic Elements*****/  

body {
	background: #f1f4f6;
	text-align: center;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
}

.hide-if-no-js {
	display: none !important;
}
	
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: #b36d36;
}

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;
} /* use this div with a class "hr" instead of the standart hr element */

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;
}


code {
	font-family: Menlo, Monaco, Courier, monospace;
}


/*****Generic Classes*****/ 

.minmargin {
	margin-bottom: 1px;
}

.nomargin {
	margin-bottom: 0px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


.aligncenter {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.alignnone {
	float: none;
}


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

.clearfix {
	clear: both; 
}

/*****Basic Layout*****/  

/** Header **/

#header {
	background: url(images/header_bg.gif) repeat-x;
	height: 112px;
}

/** Logo **/

#header h1 {
	background: url(images/logo-trans.png) no-repeat;
	width: 174px;
	height: 21px;
	text-indent: -9990px;
	margin: 35px 0px 5px;
}

#header span#slogan {
	font-style: italic;
	color: #81726a;
	font-size: 13px;
}

/*** Main Menu ***/

#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: #caa383;
	display: block;
	padding: 5px 13px;
	text-transform: uppercase;
}

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

#header ul#top_menu li.current_page_item a, #header ul#top_menu li.active a, #header ul#top_menu li a:hover,
#header ul#top_menu li.current_page_parent a {
	color: #efe4d3;
}

#header ul#top_menu li.active,
#header ul#top_menu li.current_page_item,
#header ul#top_menu li.current_page_parent {
	background: #9a521d url(images/active_item.gif) repeat-x;
	margin: 0px 5px;
}

/*** Content ***/

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

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


/*** WP 2.5+ Gallery ***/

.gallery {
	margin: auto;
}

.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}

.gallery img {
	border: 3px solid #e4e3e3;
}

.gallery-caption {
	margin-left: 0;
}


/*** Sidebar ***/

#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 ***/

#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,
h6 a {
	color: #aeb3b6;
}

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

#footer h6 {
	float: right;
}

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

/***** Home Page ****/

/** Featured Area **/

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

#featured_area div#mySlides {
	padding-top: 30px;
}

#featured_area .description {
	float: left;
	width: 275px;
	height: 152px;
}

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

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

#featured_area .description a.learn_more {
	font-size: 11px;
	text-transform: uppercase;
}

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

#featured_area .photo img {
	width: 600px;
	height: 207px;
}

#featured_area .slide {
	overflow: hidden;
}

#featured_area .container {
	height: 308px;
	overflow: hidden;
}

.ribbon {
	position: absolute;
	right: -1px;
	top: -2px;
	width: 87px;
	height: 89px;
	z-index: 5;
}

.ribbon.featured {
	background: url(images/featured-trans.png) right top no-repeat;
}

.ribbon.podcast {
	background: url(images/podcast-trans.png) right top no-repeat;
}

.ribbon.study {
	background: url(images/study-trans.png) right top no-repeat;
}


.ribbon.cogitation {
	background: url(images/cogitation-trans.png) right top no-repeat;
}

.ribbon.humour {
	background: url(images/humour-trans.png) right top no-repeat;
}

.ribbon.technology {
	background: url(images/technology-trans.png) right top no-repeat;
}

.ribbon.gallery {
	background: url(images/gallery-trans.png) right top no-repeat;
}


a.jFlowPrev, a.jFlowNext {
	display: block;
	width: 83px;
	height: 33px;
	position: absolute;
	bottom: -4px;
	text-indent: -9999px;
	cursor: pointer;
}

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

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

div#myController {
	display: none;
}

/** Page Name **/

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

#pagename h2 {
	color: white;
	margin: 22px 0px 0px;
	font-size: 35px;
	font-family: Palatino Linotype, Georgia, serif;
}

/** Home Page Content **/

body.page-template-page-home-php #content h2 {
	margin-bottom: 20px;
}

body.page-template-page-home-php div#services {
	width: 560px;
	float: left;
}

body.page-template-page-home-php div#services ul {
	overflow: hidden;
	list-style-type: none;
}

body.page-template-page-home-php div#services ul li {
	float: left;
	width: 195px;
	margin: 0px 70px 15px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 45px;
}

body.page-template-page-home-php div#services ul li#first {
	background: url(images/service4.jpg) 0px 11px no-repeat;
}

body.page-template-page-home-php div#services ul li#second {
	background: url(images/service3.jpg) 0px 11px no-repeat;
}

body.page-template-page-home-php div#services ul li#third {
	background: url(images/service2.jpg) 0px 11px no-repeat;
}

body.page-template-page-home-php div#services ul li#fourth {
	background: url(images/service1.jpg) 0px 11px no-repeat;
}

body.page-template-page-home-php div#services ul li.last {
	margin-right: 0px;
}

body.page-template-page-home-php div#services ul li h3 {
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 2px;
}

body.page-template-page-home-php div#services ul li p {
	color: #4d4c4c;
	line-height: 1.5;
}

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

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

body.page-template-page-home-php #content div.hr {
	margin: 25px 0px;
}

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

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

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

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


body.page-template-page-home-php #content .bottom-block #search {
	background: url(images/search.jpg) no-repeat;
	width: 261px;
	height: 32px;
	position: static;
	top: auto;
	right: auto;
}


/** Services Page **/

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

/** Portfolio Page **/

#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,
ul#archives,
div.widget ul {
	list-style-type: none;
}

ul#categories li,
ul#archives li,
div.widget .block-inner li {
	margin-bottom: 11px;
}


/** Post **/

.post,
#main .page,
#main .hentry {
	overflow: hidden;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e9eced;
}

.post h2,
#main .page h2,
#main .hentry h2 {
	margin-bottom: 0px;
}

.post h2 a,
#main .page h2 a,
#main .hentry h2 a {
	color: #4B4745;
}

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

div.post-meta a.category,
div.post-meta span.category a,
div.post-meta span.tweet-this a {
	color: #ccdbe4;
}

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

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

.post img,
#main .page img {
	max-width: 594px;
	border: 3px solid #e4e3e3;
	margin-bottom: 30px;
}

.post img.alignleft,
#main .page img.alignleft {
	margin-right: 12px;
}

.post img.alignright,
#main .page img.alignright {
	margin-left: 12px;
}

.post img.wp-smiley,
#main .page img.wp-smiley {
	border: none;
	margin: 0;
}


#main .attachment img {
	max-width: 880px;
}


.post blockquote,
#main .page blockquote {
	padding: 5px;
	margin: auto 15px 10px 15px;
	background-color: #f1f1f1;
}


.post ul,
#main .page ul {
	list-style-type: none;
	margin-bottom: 12px;
}

.post ul ul,
#main .page ul ul,
.post ol ol,
#main .page ol ol {
	margin-bottom: 0;
}

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

.post ol,
#main .page ol {
	list-style-type: decimal;
	margin-left: 18px;
	margin-bottom: 12px;
}


a.button {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #9b6032;
	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;
}


.post p a.more-link,
.page p a.more-link {
	margin-top: 24px;
	display: block;
	float: right;
	text-decoration: none;
	cursor: pointer;
}

.post p a.more-link span.more-link,
.page p a.more-link span.more-link {
	text-transform: uppercase;
	color: #fbfbfb;
	background: #9b6032;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

.post p a.more-link:hover span.more-link,
.page p a.more-link:hover span.more-link {
	background: #658294;
}


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

#pagination a,
#pagination-comments a,
#pagination-image a {
	font-size: 11px;
	text-transform: uppercase;
}


#pagination span.alignleft,
#pagination span.alignright,
#pagination-comments span.alignleft,
#pagination-comments span.alignright,
#pagination-image span.alignleft,
#pagination-image span.alignright {
	width: 49%;
}


/** Comments **/

div.comments {
	margin-top: 50px;
	overflow: hidden;
}

div.comments h3 {
	padding-bottom: 12px;
	border-bottom: 1px solid #e9eced;
}


div.comments ol,
#main .page div.comments ol {
	list-style-type: none;
	margin: 0;
}



div.comments li.odd {
	background-color: #f1f1f1;
}

div.comments li.even {
	background-color: #ffffff;
}

div.comments li,
div.comments #respond  {
	padding: 5px;
	clear: both;
}

div.comments cite {
	font-style: normal;
}

div.comments div.comment-author,
div.comments div.comment-meta {
	display: inline;
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

div.comments div.comment-meta {
	display: block;
}

div.comments div.comment-meta a {
	/*color: #ccdbe4;*/
	color: #b4bcc2;
}

div.comments div.comment-meta a:hover {
	color: #8ca5b4;
}

div.comments div.reply,
div.comments #respond form input#submit {
	margin-top: 24px;
	text-align: right;
	text-decoration: none;
	cursor: pointer;
}

div.comments div.reply a,
div.comments #respond form input#submit {
	text-transform: uppercase;
	text-align: center;
	color: #fbfbfb;
	background: #9b6032;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

div.comments #respond form input#submit {
	float: right;
}

div.comments div.reply a:hover {
	background: #658294;
	text-decoration: none;
}

div.comments #respond form input {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8b8a8a;
	border: 1px solid #e9eced;
}

div.comments #respond form textarea {
	width: 88%;
	line-height: 1.6;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8b8a8a;
	padding: 14px 30px 8px;
	background: #ffffff url(images/content_bg.gif) repeat-x;
	border: 1px solid #e9eced;
}


/** Blog **/

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

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


/** Sidebar Child Pages **/

div.block div.block-inner ul#child_pages {
	list-style-type: none;
}

div.block div.block-inner ul#child_pages .current_page_item a,
div.block div.block-inner ul#categories .current-cat a {
	color: #437181;
	font-weight: bold;
}


/** Twitter **/

div.block div.block-inner h2 span.twitter a,
body.page-template-page-home-php #content .bottom-block h2 span.twitter a {
	float:right;
	text-transform: uppercase;
	color: #fbfbfb;
	background: #9b6032;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
}

div.block div.block-inner h2 span.twitter a:hover,
body.page-template-page-home-php #content .bottom-block h2 span.twitter a:hover {
	text-decoration: none;
	background: #658294;
}

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

ul#twitter_update_list li {
	margin-bottom: 16px;
}

ul#twitter_update_list li a {
	font-style: italic;
	color: #8dadc7;
}

ul#twitter_update_list li span {
	color: #616161;
	margin-top: 1px;
	display: block;
}

ul#twitter_update_list li span a {
	font-style: normal;
	text-decoration: none;
	color: #b36d36;
}

ul#twitter_update_list li span a:hover {
	text-decoration: underline;
}


/** Contact Page **/

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

/** Contact us Form **/

#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: #9b6032;
	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;
}