/* @override 
	http://jonnyback-jb/css/style.css
	http://www.jonnyback.com/css/style.css
*/

/* @group General */

html {
	height: 100%;
	padding-bottom: 1px;
}

body {
	background-color: #f7f7f7;
	padding: 0;
	min-height: 100%;
	margin: 0;
	font: 0.75em Arial, Helvetica, Geneva, sans-serif;
	color: #999;
}

a {
	text-decoration: none;
	color: #008fd5;
	border: none;
}

a:hover {
	color: #005da9;
}

a:active, a:focus {
	outline: none;
}

.last {
	margin-bottom: 0;
}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/* @end */

/* @group Layout */

#page {
	background: white url(../images/global/header_lines.gif) repeat-x left top;
	padding: 9px 0 30px 0;
	border-bottom: solid 4px #ccc;
	overflow: hidden;
}

.column {
	width: 940px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
}

/* @end */

/* @group Header */

#header {
	height: 70px;
	padding-top: 51px;
	padding-left: 300px;
	position: relative;
}

#logo {
	background: transparent url(../images/global/logo.gif) no-repeat 0 0px;
	width: 220px;
	height: 81px;
	position: absolute;
	top: 20px;
	left: 0px;
}

#logo a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

/* @group Navigation */

ul#nav {
	margin: 0;
	padding: 0;
}

ul#nav li {
	list-style: none;
	padding: 0;
	float: left;
}

ul#nav li span {
	display: block;
	height: 23px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/global/navigation.gif) no-repeat 0px 0px;
}

ul#nav li { margin-right: 74px; }
ul#nav li#nav_contact { margin-right: 0px; margin-left: 2px; }

#nav_portfolio span { width: 81px; }
#nav_services span { width: 78px; }
#nav_blog span { width: 47px; }
#nav_about span { width: 60px; }
#nav_contact span { width: 76px; }

ul#nav li#nav_portfolio span { background-position: 0px 0px; }
ul#nav li#nav_services span { background-position: -81px 0px; }
ul#nav li#nav_blog span { background-position: -159px 0px; }
ul#nav li#nav_about span { background-position: -206px 0px; }
ul#nav li#nav_contact span { background-position: -266px 0px; }

ul#nav li#nav_portfolio a:hover span { background-position: 0px -23px; }
ul#nav li#nav_services a:hover span { background-position: -81px -23px; }
ul#nav li#nav_blog a:hover span { background-position: -159px -23px; }
ul#nav li#nav_about a:hover span { background-position: -206px -23px; }
ul#nav li#nav_contact a:hover span { background-position: -266px -23px; }

ul#nav li#nav_portfolio a:active span,
body#portfolio ul#nav li#nav_portfolio a span { background-position: 0px -46px; }
ul#nav li#nav_services a:active span,
body#services ul#nav li#nav_services a span { background-position: -81px -46px; }
ul#nav li#nav_blog a:active span,
body#blog ul#nav li#nav_blog a span { background-position: -159px -46px; }
ul#nav li#nav_about a:active span,
body#about ul#nav li#nav_about a span { background-position: -206px -46px; }
ul#nav li#nav_contact a:active span,
body#contact ul#nav li#nav_contact a span { background-position: -266px -46px; }

/* @end */

/* @end */

/* @group Footer */

#footer {
	text-align: left;
	font-size: 0.9em;
	padding: 30px 14px 24px 60px;
	overflow: hidden;
	line-height: 1em;
	background: url(../images/global/footer_camera.gif) no-repeat 14px 30px;
}

#footer p {
	margin: 0 0 0.8em 0;
}

#footer_left {
	float: left;
	clear: left;
}

#footer_right {
	float: right;
	clear: right;
	text-align: right;
}

#footer #social a {
	margin-left: 3px;
}

#footer #by a {
	color: #999;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: left;
	width: 240px;
	overflow: hidden;
	text-align: right;
}

#sidebar h2 {
	margin-top: 2em;
	color: #283377;
	font-weight: normal;
	font-size: 1.2em;
	padding: 0 20px;
}

#sidebar h2.first {
	margin-top: 0;
}

#sidebar .flickr_thumb {
	float: right;
	width: 72px;
	height: 72px;
	background: #f5f5f5;
	margin-left: 8px;
	margin-bottom: 8px;
}

/* @group Sub Navigation */

ul.sub_nav {
	padding: 0;
	margin: 1.5em 0 0 0;
	width: 240px;
}

ul.first {
	margin-top: 0;
}

ul.sub_nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
}

ul.sub_nav li.selected a {
	color: #283377;
	background-image: url(../images/global/subnav_arrow_s.gif);
}

ul.sub_nav li.parent.selected a {
	background-image: url(../images/global/subnav_arrow_down.gif);
}

ul.sub_nav li a {
	display: block;
	padding: 0.6em 20px;
	text-align: right;
	background: url(../images/global/subnav_arrow_n.gif) no-repeat 228px center;
	border-bottom: solid 1px #eee;
}

ul.sub_nav li a:hover {
	background-image: url(../images/global/subnav_arrow_h.gif);
}

/* @group Children */

ul.sub_nav ul {
	padding: 0;
	margin: 0;
	display: none;
}

ul.sub_nav li.selected ul {
	display: block;
}

ul.sub_nav ul li {
	font-size: 0.8em;
}

ul.sub_nav ul li a,
ul.sub_nav li.parent.selected ul li a {
	background-image: url(../images/global/subnav_line_n.gif);
}

ul.sub_nav li.selected ul li a {
	color: #6ab0d2;
}

ul.sub_nav li.selected ul li a:hover {
	color: #005da9;
}

ul.sub_nav ul li a:hover {
	background-image: url(../images/global/subnav_line_h.gif);
}

ul.sub_nav li.selected ul li.selected a {
	color: #283377;
	background-image: url(../images/global/subnav_line_s.gif);
}

/* @end */

/* @end */

/* @end */

/* @group Content */

#content {
	margin-left: 300px;
	line-height: 1.5em;
}

#content .text_content {
	padding: 0 8px;
}

#content h2.first {
	margin-top: 0px;
}

#content h2 {
	position: relative;
}

#content h2 span {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 0.8em;
}

#content p.headline {
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
}

#content h2,
#content h3,
#content h4 {
	color: #283377;
}

#content h2 {
	font-size: 1.6em;
	font-weight: normal;
}

#content h3 {
	font-size: 1.3em;
	font-weight: normal;
}

#content h4 {
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 0.1em;
}

#content img {
	display: block;
}

#content img.left {
	float: left;
	margin: 0 1em 1em 0;
}

#content img.right {
	float: right;
	margin: 0 0 1em 1em;
}

/* @group Photo Gallery */

.photo_gallery {
	border: solid 1px #e5e5e5;
	padding: 8px 8px 0px 8px;
}

.photo_gallery .main_image {
	background-color: #f5f5f5;
}

.photo_gallery .gallery_images {
	height: 441px;
	overflow: hidden;
}

.photo_gallery .gallery_nav {
	overflow: hidden;
	margin-top: 8px;
}

.photo_gallery .image_thumb {
	float: left;
	width: 62px;
	margin-right: 8px;
	padding-bottom: 8px;
}

.photo_gallery .last {
	margin-right: 0;
}

.photo_gallery .gallery_controls {
	padding: 8px 0;
	text-align: center;
}

.photo_gallery .gallery_controls a {
	padding: 0 0.5em;
}

.photo_gallery .gallery_controls #gallery_counter {
	display: block;
}

/* @end */

/* @group Projects */

#content .projects {
}

#content .project {
	margin-bottom: 2em;
	overflow: hidden;
}

#content .project img {
	margin: 0 1.5em 0 0;
}

#content .project h2 {
	margin-top: 0.1em;
	margin-bottom: 0.8em;
}

#content .project p {
	
}

/* @end */



/* @end */

/* @group Pages */

/* @group Home */

body#home h1 {
	display: none;
}

body#home h2 {
	text-align: center;
	color: #283377;
	font-weight: normal;
}

body#home .photo_gallery {
	border: none;
	padding: 20px;
	background-image: url(../images/home/image_bg.gif);
	width: 800px;
	height: 533px;
	margin: 0 auto;
}

body#home .photo_gallery .gallery_images {
	height: 533px;
	overflow: hidden;
}

/* @end */

/* @group Portfolio */

body#portfolio h1 {
	display: none;
}

/* @end */

/* @group Services */

/* @group Packages */

.package_info {
	margin-bottom: 1.5em;
}

.package_info em {
	font-weight: bold;
	font-style: normal;
}

/* @end */

body#services h1 {
	display: none;
}

#services_wrap {
	margin: 1em auto 0 auto;
	width: 800px;
	overflow: hidden;
}

#services_wrap .alt {
	margin-right: 0;
}

.service_block {
	float: left;
	display: block;
	width: 390px;
	margin-right: 20px;
	margin-bottom: 10px;
	line-height: 0px;
}

/* @end */

/* @group Blog */

body#blog h1 {
	display: none;
}
#searchform {
	margin: 15px 0 10px;
	height: 27px;
}
#searchform input {
	width: 220px;
	float: none;
	/*height: 27px;*/
	border: 0;
	background: url(/images/blog/search.gif) no-repeat top left;
	padding: 7px 10px;
	color: #999;
	outline: none;
}
.blogPost {
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.navigation {
	height: 20px;
}
.navigation .alignright {
	float: right;
}
.navigation .alignleft {
	float: left;
}
ul.dsidebar {
	margin: 0;
}
ul.dsidebar li{
	list-style: none;
}
div#sidebar ul.dsidebar li h2.widgettitle {
	display: block;
	padding-bottom: 10px;
	text-align: right;
	background: url(../images/global/subnav_arrow_down.gif) no-repeat 228px 5px;
	border-bottom: solid 1px #eee;
	margin-bottom: 0;
}
ul.dsidebar ul li a{
	display: block;
	padding: 0.6em 20px;
	text-align: right;
	background: url(../images/global/subnav_arrow_s.gif) no-repeat 228px center;
	border-bottom: solid 1px #eee;
}
div#sidebar ul.dsidebar li.widget ul {
	margin: 0;
}
div#sidebar ul.dsidebar li.widget ul li a {
	background: url(../images/global/subnav_line_n.gif) no-repeat 228px center;
}
img.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
img.alignright{
	float: right;
	margin: 0 0 15px 15px;
}
div.subscribe  {
	margin: 20px 0 10px 0;
	border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
}
div.subscribe a{
	padding: 10px 15px;
	display: block;
	line-height: 18px;
	height: 18px;
	background: url(../images/blog/rss.gif) no-repeat 15px 10px;
}

div.addtoany_share_save_container {
	margin: 0;
}

/* @end */

/* @group About */

body#about h1 {
	display: none;
}

/* @end */

/* @group Terms */

body#terms h1 {
	display: none;
}

/* @end */

/* @group Contact */

body#contact h1 {
	display: none;
}

/* @end */

/* @end */

/* @group Gallery */

body#gallery {
	background-color: #f7f7f7;	
}

body#gallery #content {
	margin: 0 auto;
}

body#gallery .navigation {
	display: block;
}

body#gallery #container {
	padding-top: 0;
	height: auto;
}

body#gallery #viewCartSection {
	margin-bottom: 15px;
}

body#gallery select {
	margin-bottom: 1em;
}

body#gallery input {
	display: block;
	margin: 0 auto 1em auto !important;
}

body#gallery #footer img {
	border: none;
}

body#gallery form {
	margin: 0;
	height: auto;
}

/* @end */

