/*
Css file: stylesheet.css
Version: 1.0
Description: Stylesheet for cameramouse.org website.
Author: Cuie&Co - Andy Walton - andy (at) cuieandco (dot) com
Author URI: http://www.cuieandco.com */

/* Created: 14 September 2009 (Last updated - 21 September 2009)
Designed for screen */

/* Global reset (clear it all)
----------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, img { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
q:before, q:after { 
	content:'';
}
a {
	text-decoration: none;
}
a, a:link, a:visited, a:active, a:hover {
	outline: none;
}
* {
	margin: 0;
	padding: 0;
}

/* Typography
---------------------------------------------------------- */

blockquote {
	font: italic 16px/22px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
	padding: 0 0;
}
cite {
	font: normal 14px/18px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	color: #b62626;
	font: normal 22px/27px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h2 {
	color: #b62626;
	font: normal 18px/22px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h3 {
	font: normal 15px/18px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h4 {
  	font: normal 13px/18px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h5 {
	font: normal 11px/18px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
p {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
acronym {
	border-bottom: 1px dotted #e3e6e5;
	cursor: help;
}

/* Links
---------------------------------------------------------- */
a, a:link, a:visited {
	color: #b62626;
	text-decoration: none;
}
a:hover {
	color: #b62626;
	text-decoration: underline;
}

/* Horizontal rules
---------------------------------------------------------- */
hr {
	border: 0;
	border-bottom: 1px solid #d8d5d5;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
	width: 100%;
}
hr.dashed {
	border-bottom: 1px dashed #d8d5d5;
}
hr.dotted {
	border-bottom: 1px dotted #d8d5d5;
}
hr.thick {
	border-bottom: 3px solid #d8d5d5;
}

/* Site
---------------------------------------------------------- */

/* General layout */
html {
	height: auto;
	min-height: 100%;
	overflow: -moz-scrollbars-vertical; /* Remove if you're worried about validation */
}
body {
	background: #3b3939 url(../images/bg.png) top left repeat-x;
	border: 0; /* Removes the border around the viewport in old versions of IE */
	color: #696868;
	font: normal 13px/18px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 960px;
	padding: 0;
	width: 100%;
}
#wrapper {
	margin-top: 19px;
	background-color: #fff;
	width: 100%;
}
#inside {
	clear: both;
	margin: 0 auto;
	padding: 0 36px;
	width: 828px;
}

/* Header */
#header {
	clear: both;
	height: 108px;
	padding: 0;
	margin: 0;
	width: 828px;
}
#logo {
	background: transparent url(../images/logo_cameramouse.png) top left no-repeat;
	display: block;
	height: 60px;
	margin: 30px 0 18px 0;
	width: 288px;
	display: block;
	float: left;
}
#logo a {
	display: block;
	height: 60px;
	margin: 0;
	width: 288px;
}
#logo h1 em {
	display: block;
	margin-left: -3000px;
}

/* Navigation is based on 6 menu items, adjust width and padding to accomodate more or less */
#navigation {
	background: #fff url(../images/bg_navigation.png) top left repeat-x;
	clear: both;
	font: normal 14px/18px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;	
	height: 44px;
	width: 828px;
	margin: 0 0 18px 0;
	padding: 0;
}
#navigation ul {
	color: #6d6666;
	display: block;
	height: 18px;
	margin: 0;	
	padding: 0;
	width: 828px;
}
#navigation ul li {
	display: inline;
	float: left;
	text-align: center;
	width: 140px;
}
#navigation ul li.first, #navigation ul li.last {
	width: 134px;
}
#navigation ul li a {
	display: block;
	color: #6d6666;
	height: 18px;
	margin: 0;	
	padding: 13px 0 12px 0;
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #b62626;
	text-decoration: none;
}
#navigation ul li.selected a {
	color: #b62626;
	text-decoration: none;
}
#navigation ul li.selected a:hover {
	text-decoration: underline;
}

/* Showcase */
#showcase {
	border: 5px solid #d8d5d5;
	clear: both;
	font-size: 14px;
	height: 311px;
	margin-bottom: 18px;
	overflow: hidden;
	padding: 0;
	width: 818px;
}
.gallery {
	float: left;
	height: 311px;
	margin: 0;
	padding: 0;
	width: 535px;
}
#intro {
	float: left;
	width: 265px;
	padding: 18px 18px 12px 0;
}
#intro h2, #intro p {
	margin-bottom: 16px;
}
#intro h2 {
	letter-spacing: 0.05em;
	padding-top: 0;
}
#buttons_download {
	background: transparent url(../images/buttons_download.png) top left no-repeat;
	color: #fff;
	display: block;
	display: block;
	font-size: 22px;
	height: 27px;
	padding: 24px 0 12px 0;
	text-align: center;
	text-decoration: none;
 	width: 265px;	
}
#buttons_download a {
	color: #fff;
	text-decoration: none;
}
#buttons_download a:hover {
	text-decoration: underline;
}

/* Page content */
#container {
	overflow: auto;
	width: 828px;
	margin: 0;
	padding: 0;
}

/* Content */
#content.wide { /* use without a sidebar */
	clear: left;
	margin: 0;
	padding: 9px 0 27px 0;
	width: 828px;
	overflow: hidden;
}
#content {
	float: left;
	padding: 9px 36px 27px 0;
	width: 540px;
}
#content.testimonials blockquote {
	font: italic 13px/18px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
	padding: 0 36px;
}
#content.testimonials cite {
	font: normal 12px/18px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	color: #b62626;
	padding: 0;
}

#content h1 {
	border-bottom: 1px dotted #d8d5d5;
	padding-bottom: 6px;
}
#content p a {
	font-weight: bold;
}
#content ul {
	list-style-image: url(../images/bullet.png);
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#content li {
	padding-bottom: 8px;
}
.column { /* use without a sidebar */
	float: left;
}
.column.one {
	width: 828px;
}
.column.two { 
	width: 396px;
	margin-right: 36px;
}
.column.three {
	width: 252px; 
	margin-right: 36px;
}
.column.last {
	margin-right: 0;
}


/* Image slideshows - edit width and height to fit image */
#slide-left {
	float: left;
	height: 322px;
	margin: 0 36px 18px 0;
	width: 272px;
	overflow: visible;
}
#slide-right {
	float: right;
	height: 272px;
	margin: 0 0 18px 36px;
	width: 272px;
	overflow: visible;
}
#slide-wide {
	clear: both;
	height: 344px;
	margin-bottom: 18px;
	width: 426px;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 252px;
	margin: 0;
	padding: 12px 0 0 0;
	clear: right;
	overflow: hidden;
}
#sidebar img {
	max-width: 252px;
}
#sidebar ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 13px 0;
}
#sidebar li {
	padding-bottom: 6px;
}

/* Footer */
#footer {
	background-color: #3b3939;
	clear: both;
	color: #949393;
	font-size: 12px;
	margin: 0 auto;
	overflow: auto;
	padding: 9px 0 18px 0;
	width: 828px;
}
#footer a {
	color: #949393;
	text-decoration: none;
}
#footer a:hover {
	color: #949393;
	text-decoration: underline;
}
#footer-meta {
	float: left;
	padding: 0;
	width: 628px;
}
#by-cuie {
	float: right;
	padding: 0;
	text-align: right;
	width: 200px;
}
span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

/* Styling classes */
.clearfix {
	clear: both;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.float-left {
	float: left;
	margin: 0 36px 0 0;	
}
.float-right {
	float: right;
	margin: 0 0 0 36px;	
}
.pic-no-float {
	text-align: center;
	margin: 0 auto;
}
.pic-left {
	float: left;
	margin: 0 36px 18px 0;
}
.pic-right {
	float: right;
	margin: 0 0 18px 36px;
}

/* Forms */
input, select, textarea {
	background-color: #fff;
	border: 1px solid #ecebe9;
	color: #836853;
	font: normal 12px/18px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
	margin: 0;
	padding: 8px;
}
fieldset {
	clear: both;
	padding: 0 0 18px 0;
}
label {
	color: #836853;
	font: normal 13px/18px 'Trebuchet MS', Helvetica, Arial, sans-serif, serif;
}
#signup {
	background-color: #f6f6f5;
	border: 1px solid #ecebe9;
	padding: 18px;
	width: 388px;
}
#signup input {
	width: 246px;
}
.form-label {
	text-align: left;
	float: left;
	padding: 9px 18px 0 0;
	width: 112px;
}
.form-field {
	float: left;
	width: 248px;
}
.error {
	color: #c93131;
	font-style: italic;	
}
button {
	background-color: #52aad2;
	border: none;
	color: #fff;
	font-size: 13px;
	margin: 0;
	padding: 5px 8px;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	width: auto;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
button:hover {
	background-color: #5d479c;
	color: #fff;
}