
/* login */

#login form {
	margin:0;
}
#login input {
	height: 13px;
	width: 70px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9px;
	padding: 0;
	background-color: #999;
	border-top: 1px solid #4F4F4F;
	border-left: 1px solid #4F4F4F;
	border-right: 1px solid #8F8F8F;
	border-bottom: 1px solid #8F8F8F;
}
#login a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#login a:hover {
	color: #81B110;
}

/* content */
#content h1 {
	font-size: 22px;
	letter-spacing: .1em;
	margin: 0 0 16px 0;
	padding: 0;
}
#content h2 {
	font-size: 14px;
	letter-spacing: .1em;
	margin: 0 0 14px 0;
	padding: 0;
}
#content p, #content table {
	margin: 0 0 10px 0;
	padding: 0;
}
#content .small {
	font-size: 10px;
}
#content a.subtle {
	color: #999;
}
#content a.subtle:hover {
	color: #FFF;
}
#content .error_message {
	color: #C00;
}
#content .message {
	font-weight: bold;
	margin-bottom: 8px;
}
#content hr {
	color: #333;
	background-color: #333;
	height: 1px;
	border: 0;
	margin: 15px 0;
}
#content th, #content td {
	text-align: left;	
	vertical-align: top;
	padding: 0 4px 4px 0;
}
#content .wide_spaced th, #content .wide_spaced td {
	padding: 0 12px 4px 0;
}
#content .vertical_rule {
	background: url( /app/webroot/img/vertical_rule_spacer.gif ) top center repeat-y;
	padding: 0 15px;
}
#content .quote {
	text-indent: 23px;
	background: url( /app/webroot/img/quote_open.jpg );
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 0;
	margin:0 10px 10px 10px;
}
#content .quote_text {
	display: inline;
	margin: 0;
	padding-right: 22px;
	background: url( /app/webroot/img/quote_close.jpg ) bottom right no-repeat;
	margin:0;
}
#content .quote_author {
	 font-style: italic;
	 margin-left: 2px;
}
#content .basket_link_large {
	padding: 7px 0 0 38px;
	background: url( /app/webroot/img/basket.gif ) 0 0px no-repeat;
	font-size: 15px;
	font-weight: normal;
	position: relative;
	top: 18px;
}


/* Forms */
#content legend {
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 0 4px 0 1px;
}
#content label {
	font-weight: bold;
}
#content input, #content textarea {
	width: 200px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	background-color: #AAA;
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}
#content select {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	background-color: #AAA;
	border-top: 1px solid #828282;
	border-left: 1px solid #828282;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
}
#content input {
}
#content input.narrow {
	width: 80px;
}
#content input.very_narrow {
	width: 30px;
}
#content textarea {
	height: 100px;
	overflow:auto;
}
#content textarea.big {
	width: 500px;
	height: 250px;
}

#content .button {
	background-color: #81B110;
	border-top: 1px solid #a5e314;
	border-left: 1px solid #a5e314;
	border-right: 1px solid #5b7d0b;
	border-bottom: 1px solid #5b7d0b;
	width: auto;
	height: auto;
	padding: 2px 8px;
	font-weight: bold;
}
#content .upload {
	/*font-family: 'trebuchet ms', verdana, helvetica, sans-serif;*/
	margin-bottom: 8px;
}
#content .nostyle {
	font-family: Browser default;
	font-size: medium;
	/*background-color: transparent;*/ /* breaks checkboxes in opera */
	border: none;
	width: auto;
}



/* Menu */

#menu ul {
	display:inline;
	list-style: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .075em;
}
#menu li {
	display: inline;
	padding: 0 15px 0 10px;
	background: url( /app/webroot/img/menu_item_bg.gif ) no-repeat;
}
#menu li.selected {
	background:url( /app/webroot/img/menu_item_bg_selected.gif ) no-repeat;
}
#menu a {
	color: #FFF;
	font-weight: normal;
}
#menu li.selected a {
	color: #81B110;
}
#menu a:hover {
	color: #9bd413;
}

/* Front page gallery */
#gallery {
	margin: 0 40px;
	width: 585px;
	height: 389px;
	border: 1px solid #1A1A1A; /* gallery crashes in ie without this! */
}
#gallery .pic {
	border: 3px solid #FFF;
}
#gallery .pagelinks {
	width: 585px;
	height: 15px;
	position: relative;
	top: 367px;
	font-size: 9px;
	color: #FFF;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	background-color: #333;
	text-align: center;
}
#gallery .pagelinks a
{
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}
#gallery .pagelinks a.active
{
	color: #81b110;;
}
#gallery .nextSlide,.prevSlide
{
	background-image: url( /app/webroot/img/spacer.gif);
}
#gallery .nextSlide:hover
{
	background-image: url( /app/webroot/img/front_page_arrow_right.png );
	background-repeat: no-repeat;
	background-position: right center;
}
#gallery .prevSlide:hover
{
	background-image: url( /app/webroot/img/front_page_arrow_left.png );
	background-repeat: no-repeat;
	background-position: left center;
}

/* Latest pics */
#latest_work {
	/*display: none;*/
}
#carousel {
	float:left;
}
#carousel ul {
    margin: 0;
}
#carousel li img, #carousel li p {
    background-color: #fff;
    width: 160px;
    height: 160px;
    margin: 0 3px;
}
#latest_work a img {
	border: 2px solid #FFF;
}
#latest_work a.prev, #latest_work a.next {
	display: block;
	float: left;
	width: 12px;
	height: 160px;
	text-decoration: none;
	
}
#latest_work a.prev {
	background: url(/app/webroot/img/arrow_left_tall.gif) left 60px no-repeat;
}
#latest_work a.next {
	background: url(/app/webroot/img/arrow_right_tall.gif) right 60px no-repeat;
}
#latest_work a.prev:hover {
	background-image: url(/app/webroot/img/arrow_left_tall2.gif);
} 
#latest_work a.next:hover {
	background-image: url(/app/webroot/img/arrow_right_tall2.gif);
}
#latest_work a:hover, #latest_work a:active {
	border: none;
	outline: none;
}

/* Google */

#google_button {
	width: 100%;
	text-align: center;	
}
#google_button input {
	font-family: Browser default;
	font-size: medium;
	background-color: transparent;
	border: none;
	width: auto;
	height: auto;
}

/* Footer */
#foot {
	text-align: center;
	font-size: 9px;
	letter-spacing: 1px;
	color: #BBB;
}
#foot a {
	color: #BBB;
	font-weight:bold;
	text-decoration: none;
}

#foot a:hover {
	color: #81B110;
}

/* Tools */
.tools table {
	margin-bottom: 12px;
	width: 100%;
}
.tools td, .tools th {
	padding: 3px 6px 3px 0;
}
.tools .boxout {
	width: 500px;
	background-color: #292929;
	padding: 8px;
	margin-bottom: 12px;
}

.tools .actions {
	text-align: right;
}
.tools .actions a {
	display: block;
	padding-right: 12px;
	background: url( /app/webroot/img/arrow_right.gif ) right 3px no-repeat;
}
.tools .sorter {
	width:220px;
	height:100%;
}
.tools .sorter img {
	position: relative;
	padding: 4px 0 0 4px;
}