/*   
Theme Name: SkyDesign 2.0
Theme URI: 
Description: SkyDesign Theme version 2.0.
Author: Sky Peng
Author URI: http://www.skydesign.co.nz/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body
{
	background:#fff url(images/white_bg.png) repeat-x;
	font-family:Arial,sans-serif;
	color:#666;
}
#top_hbar
{
	height:14px;
	background:#000 url(images/blk_bg.png);
	margin-bottom:12px;
}
#t_shadow
{
	height:15px;
	width:1021px;
	background:url(images/tb_s.png) no-repeat;
	margin:0 auto;
	
}
#branding
{
	width:100%;
	padding:0;
}
#logo_header
{
	clear:both;
	padding:60px 30px 44px 55px;
}
#branding #searchform
{
	height:30px;
	width:260px;
	float:right;
	margin-right:20px;
	margin-top:10px;
}
#branding #s
{
	background:url(images/search_bg.png) no-repeat;
	width:214px;
	height:20px;
	border:0;
	padding:6px 3px 4px;
	font-family:Arial,sans-serif;
}
#branding #searchsubmit
{
	background:url(images/search_bt.png) no-repeat;
	position:relative;
	top:8px;
}
:root #branding #searchsubmit
{
	top:10px;
}
.dots_bar
{
	height:3px;
	width:999px;
	margin:0 auto;
	background:url(images/cyan_dots.png);
}
#access
{
	width:999px;
	height:45px;
	margin:0 auto;
	border:0;
	background:#000;
}
ul#sd-menu, ul#sd-menu li
{
	list-style:none;
}
.menu
{
	width:999px;
}
.sf-menu
{
	border:0;
	margin-left:50px;
}
.sf-menu li
{
	margin-right:65px;
	margin-top:8px;
}
.sf-menu a
{
	border:0;
	padding:0;
}
legend
{
	font-size:20px;
	font-weight:bold;
}
#m_shadow
{
	background:url(images/mb_s.png) repeat-y;
	margin:0 auto;
	width:1021px;
}
#b_shadow
{
	height:28px;
	width:1021px;
	background:url(images/bb_s.png) no-repeat;
	margin:0 auto;
}
.post
{
	margin-left:10px;
}
.thumb_large
{
	border:5px solid #ddd;	
}
#myGallery
{
	margin:0 auto;
}
#photos .nav-next
{
	width:22px;
}

.jdGallery a.left, .jdGallery a.right
{
	width:5%!important;
}
.withArrows a.open
{
	width:90%!important;
	left:5%!important;
}

#bottom_hbar
{
	height:10px;
	background:#000 url(images/blk_bg.png);
}
#footer_container
{
	background:url(images/blk_bg.png);
}
#footer_container .inner
{
	width:1021px;
	margin:0 auto;
	background:url(images/mb_s.png) repeat-y;
}
#footer_container hr
{
	border:0;
	color:#d4d4d4;
	border-top:1px;
	height:1px;
	width:960px;
	padding:0;
	margin:0 auto;
}
#footer_links
{
	padding:18px 30px;
	font-size:12px;
}
#footer_links a
{
	text-decoration:none;
	color:#777;
}
#footer
{
	border:0;
	margin:0 auto;
}
#siteinfo
{
	text-align:right;
	padding:0;
	line-height:normal;
}