/*
Template Name: Rikona HTML Template
Description: A Photography Portfolio HTML Template
Author: Chris Creed
URL: http://www.chris-creed.com
*/

/* Colors: Orange - #F34607 */

@import "styles/reset.css";

/* ----------- */
/* -- Tools -- */
/* ----------- */
.footer-line {
	border-bottom: 2px solid #eee;
	background-position: center;
}
.line { clear: both; border-bottom: 2px solid #eee; margin-bottom: 45px;  }
.cache-images { visibility: hidden; }

/* -------------------- */
/* -- General Styles -- */
/* -------------------- */
#wrap { width: 960px; margin: 0 auto; text-align: center; }
body {
	background: url(images/main-bg.jpg) repeat-x;
	background-color: #fff;
	color: #555;
	line-height: 17px;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
}
h1 { font-size: 60px; margin: 30px 0 15px 0; }
h2 { font-size: 22px; margin: 30px 0 15px 0; }
h3 { font-size: 22px; margin: 25px 0 15px 0; }
h4 { font-size: 18px; margin: 20px 0 10px 0; }
h5 { font-size: 16px; margin: 20px 0 5px 0; }
h6 { font-size: 14px; margin: 0 0 0 0; }
a:link, a:visited { color: #F34607; text-decoration: none; }
a:hover, a:active { color: #111; }
em { font-style: italic; }
ol, ul { list-style: none; }

/* ----------------- */
/* -- Main Layout -- */
/* ----------------- */
#main {
	float: left;
	min-height: 700px;
	width: 100%;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	line-height: 15px;
}
#content {
	float: left;
	width: 650px;
	text-align: left;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	font-size: 12px;
	line-height: 17px;
}
#sidebar { float: right; width: 250px; margin: -10px 0 0 0;  }

/* ------------ */
/* -- Header -- */
/* ------------ */
#header { padding: 10px 0 0 0; }
.logo {
	margin-top: -15;
	margin-right: 0;
	margin-bottom: -15px;
	margin-left: 0;
}

/* --------- */
/* -- Nav -- */
/* --------- */
#nav {
	float: left;
	width: 100%;
	overflow: visible;
	position: relative;
	border-top: 2px #eee solid;
	border-bottom: 2px #eee solid;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
#nav ul { clear: left; float: left; margin: 0; padding: 0; position: relative; left: 50%; text-align: center; }
#nav ul li { float: left; list-style: none; margin: 0; padding :0; position: relative; right: 50%; }
#nav ul li a {
	margin: 0 0 0 1px;
	padding: 0;
	font-size: 15px;
	color: #555;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #A52B2A;
}
#nav li span { padding: 20px; color: #555; font-size: 20px; }
#nav li .current {
	color: #BB3B3B;
}

/* ------------- */
/* -- Gallery -- */
/* ------------- */
.slideshow-container { background: url(images/slideshow-bg.png) no-repeat; position: relative; clear: both; height: 390px;  width: 640px;  }
ul.thumbs li { float: left; background: url(images/thumb-bg.png) no-repeat; width: 160px; height: 106px; margin: 0 10px 0 0; }
ul.thumbs li a img { border: 1px solid #ddd; display: block; float: left;	margin: 14px 0 0 14px; }
.loader { background-image: url('images/loader.gif'); margin: -60px 0 0 0; }
.slideshow img { border: 1px solid #ddd; margin: -11px 0 0 -3px; }

/* -------------- */
/* -- Articles -- */
/* -------------- */
.article {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
.article h2.title { margin: 0 0 0 0; line-height: 30px; font-size: 24px; }
.article p { margin: 10px 0 20px 0; }
.article p.meta { font-size: 20px; margin: 0 0 15px 0; color: #aaa; }
.next-articles { margin: 0 0 0 0; }
.page h2.title { margin: 0 0 15px 0; line-height: 30px; font-size: 22px; }
.page-title { margin: 0 0 15px 0; line-height: 30px; font-size: 24px; }
.more-link { display: block; margin: 20px 0 0 0; }

/* ------------------ */
/* -- Testimonials -- */
/* ------------------ */
.testimonial em { color: #555; }
.testimonial .author { color: #111; }
.testimonial .company { color: #0f82e7; }

/* ------------- */
/* -- Sidebar -- */
/* ------------- */
#sidebar { text-align: left; }
#sidebar h2 { font-size: 20px; padding: 0 0 0 0; }
#sidebar .author-photo { background: url(images/author-bg.png); width: 250px; height: 250px; margin: 0 0 0 -3px; }
#sidebar .author-photo img { margin: 9px 0 0 9px; border: 1px #ddd solid; }
#sidebar #author-details {
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#sidebar #author-details h3 { font-size: 18px; color: #888; margin: 0 0 10px 0 }
#sidebar #author-details .status { color: #111; }
#sidebar #author-details p {
	font-size: 12px;
	margin: 0 0 15px 1px;
	line-height: 17px;
}
#sidebar .widget, #sidebar #calendar_wrap, #sidebar #searchform { margin: 0 0 0 2px; }

/* ------------- */
/* -- Contact -- */
/* ------------- */
#contact-page { float: left; width: 500px; }
#contact-page .contact-title { margin: 0 0 15px 0; line-height: 30px; font-size: 24px; }
#contact-page p { margin: 0 0 25px 2px; }
#contact-page #contact-form { margin: 0 0 0 0; }
#contact-page #contact-form fieldset { border: none; }
#contact-page #contact-form input { background: url(images/main-bg.jpg) repeat-x; border: 1px #ddd solid; padding: 12px 10px 10px 10px; font-size: 14px; color: #555; font-family: Arial, Helvetica, sans-serif; margin: 0 200px 15px 0; width: 275px; }
#contact-page #contact-form textarea { background: url(images/main-bg.jpg) repeat-x; border: 1px #ddd solid; width: 515px; height: 249px; font-size: 14px; color: #555; font-family: Arial, Helvetica, sans-serif; line-height: 22px; margin: 0 0 15px 0; padding: 15px 20px 0 15px; width: 450px; overflow: hidden; }
#contact-page #contact-form .submit { background: url(images/submit-button-blue.png) no-repeat; width: 109px; height: 38px; border: none; cursor: pointer; margin: 0 0 0 -6px; }
#contact-page #contact-form .submit:hover { background: url(images/submit-button-blue-hover.png) no-repeat; cursor: pointer; }
#response { background-color: #eee; border: 1px #ddd solid; padding: 15px; color: #cc0000; }
.hide { display: none; }

/* ------------ */
/* -- Footer -- */
/* ------------ */
#footer {
	clear: both;
	font-size: 14px;
	color: #555;
	padding: 0 0 50px 0;
	text-align: center;
}
#footer .copyright { text-align: center; padding: 8px 0 0 0; }
