/*****
Copyright (c) 2009, Craig Walker. All rights reserved.

Email licensing@softcraft.ca for licensing information.
*****/

.common_page h1 {
	border-bottom: 2px solid rgb(229,27,36);
	background-image: url(/common/h1_gear.png);
	background-repeat: no-repeat;
	background-position: right 0.5em;
	line-height:1.35em;
	margin-bottom: 0.2em;
	margin-top:0em;
}

.common_page #page_header {
	position: relative;
	min-width: 900px;
}

.common_page #page_header .logo:hover {
	border-bottom: none;
}

.common_page #page_header .logo {
	display:block;
	position: absolute;
	left: 49px;
	z-index: 2;	
	top: 4px;
}

.common_page #page_header .search_bar {
	background-color: rgb(229,27,36);
	height:40px;
}

.common_page #page_header .search_bar .search {
	float:right;
	display: inline;
	vertical-align: middle;
	margin-top: 5px;
	height: 30px;
	margin-right: 12px;
}

.common_page #page_header .search_bar .search input {	
	margin-top:0px;
	padding-top:0px;
}

.common_page #page_header .search_bar .search button {
	height: 30px;
	width: 96px;
	background: url(button_red_96x30_red.png);
	border: none;
	text-align: center;
	font-weight:bold;
	color: white;
}

.common_page #page_header .search_bar_transition {
	background-image: url(gradient_red_black_vertical_3.png);
	height: 3px;	
	font-size:0px;
}

.common_page #page_header .title_bar {
	background-color: black;
	height:114px;
	position: relative;
	-moz-box-shadow: 0px 5px 7px #888;
	-webkit-box-shadow: 0px 5px 7px #888;
}

.common_page #page_header .company_name {
	position: absolute;
	background-repeat: no-repeat;
	text-indent: -5000px;
	background-image: url(company_name_black.png);
	width: 660px;
	height: 63px;
	border-bottom: 2px solid white;
	padding-bottom: 8px;
	top: 21px;
	left: 224px;
	font-family: "Gill Sans", "Gill Sans MT", Verdana, Geneva, sans-serif;	
}

.common_page #page_header .company_name .softcraft {
	font-size: 58pt;
}

.common_page #page_header .company_name .development {
	font-size: 37pt;
}
	
.common_page #page_header .menu {
	background-color: rgb(229,27,36);
	height: 36px;
	border-bottom: 2px solid #730d11;
	border-left: 2px solid #730d11;
	border-right: 2px solid #730d11;
	font-family:"Gill Sans","Gill Sans MT","Century Gothic","Helvetica","Verdana","Arial","sans-serif";
	text-shadow:0.03em 0.06em 0.2em #730d11;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-box-shadow: 3px 1px 10px #888;
	-webkit-box-shadow: 3px 1px 10px #888;
}

.common_page #page_header .menu .body {
	display:block;
	position:absolute;
	right:12px;
	left:12px;
	vertical-align: middle;
}

.common_page #page_header .menu .body a {
	display: block;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.35em;
	padding-bottom: 0.125em;
	margin-left: 0.75em;
	margin-right: 0.75em;
	color: white;	
	font-weight: bold;
	float: left;
}

.common_page #page_header .menu .body a:hover {
	background-color: rgb(174, 18, 25);	
}

.common_page #page_header .menu,
.common_page #page_body,
.common_page #page_footer {
	display: block;
	position: relative;
	margin-left: 224px;
	max-width: 67%;
	margin-right: 24px;
	clear: both;
}

.common_page #page_header .menu a.contact {	
	float: right;
}

.common_page #page_body {
	margin-top: 30px;
}

.common_page #page_footer {
	text-align: center;
	margin-top: 2em;
	color: rgb(144,144,144);
	font-size: 60%;
}

.common_page .photo {
	overflow: none;
}

.common_page .photo_frame {
	display: block;
	border: 1px solid rgb(144,144,144);
	margin-top: 0.5em;
	padding: 1em;
	position: relative;
}

.common_page .photo_frame .photo:hover {
	border: none;
}

.common_page .photo_frame .license,
.common_page .photo_frame .full_size {
	position: absolute;
	font-size: 60%;
	right: 1.67em !important;
	top: auto !important;
	bottom: 1.25em !important;
	height: 1em;
	
	/* Trick IE6 into displaying it on the top-left corner instead of not at all */
	top: 0px;
	bottom: auto;
	right: 4.25em;
}

.common_page .photo_frame .license:hover,
.common_page .photo_frame .full_size:hover {
	border: none;
	text-decoration: underline;
}

.common_page .photo img,
.common_page img.photo {
	width: 100%;
}