/*
Theme Name: mobiliemail
Theme URI: http://www.mobiliemail.co.nz/
Description: The mobiliemail WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Sam Cooke
Author URI: http://www.thinkbox.co.nz/

	This theme was designed and built by Sam Cooke,
	whose website you will find at http://www.thinkbox.co.nz/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
}

/* end reset css */


/* colour key   

white #000
black #002222

new green/gold on dark #96993e
gold on light #b09608

dark blue #014156
med blue #00749b
med blue for lighter/smaller text #055684
light blue #6daeca

hr #e2eff4;

*/

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url('fontset/YanoneKaffeesatz-Regular-webfont.eot');
    src: url('fontset/YanoneKaffeesatz-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontset/YanoneKaffeesatz-Regular-webfont.woff') format('woff'),
         url('fontset/YanoneKaffeesatz-Regular-webfont.ttf') format('truetype'),
         url('fontset/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url('fontset/YanoneKaffeesatz-Bold-webfont.eot');
    src: url('fontset/YanoneKaffeesatz-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontset/YanoneKaffeesatz-Bold-webfont.woff') format('woff'),
         url('fontset/YanoneKaffeesatz-Bold-webfont.ttf') format('truetype'),
         url('fontset/YanoneKaffeesatz-Bold-webfont.svg#YanoneKaffeesatzBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DaysRegular';
    src: url('fontset/Days-webfont.eot');
    src: url('fontset/Days-webfont.eot?#iefix') format('embedded-opentype'),
         url('fontset/Days-webfont.woff') format('woff'),
         url('fontset/Days-webfont.ttf') format('truetype'),
         url('fontset/Days-webfont.svg#DaysRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamXNarrow';
    src: url('fontset/GothamXNarrow-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #fff url(images/bg-head2.png) repeat-x 0 0;  width: 100%;	
	margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif; color: #012c3a; text-align: left;
	width: 100%;
overflow-x: hidden;
	}
body.home {
	background: #fff url(images/bg-head-home2.png) repeat-x 0 0;
}


p { font-size: 14px; color: #002222; line-height:21px;  margin: 0px 0px 12px 0px; padding: 0; 
	font-family: Arial, Helvetica, sans-serif;letter-spacing: normal;  }

td {  font-size: 13px; color: #002222; line-height: normal; margin: 0; padding: 0;  }

h1 { color: #014156; font-size:30px; font-weight:normal;  margin: 0px 0px 18px 0px; padding: 0;
	font-family: YanoneKaffeesatzRegular, Arial Narrow, Verdana, sans-serif;  letter-spacing: 1px; line-height: 30px;      }
	
h2 { color: #00749b; font-size:24px; font-weight:normal;  margin: 0 0 18px 0px; padding: 0;
	font-family: YanoneKaffeesatzRegular, Arial Narrow, Verdana, sans-serif;  letter-spacing: 0.5px; line-height: 24px;    }
	
h3 { color: #014156; font-size:20px; font-weight:normal; margin: 0 0 12px 0; padding: 0;
	font-family: YanoneKaffeesatzRegular, Arial Narrow, Verdana, sans-serif;  letter-spacing: 1px; line-height: 24px;    }
	
h4 { color: #055684; font-size:14px; font-weight:normal; margin: 0px 0px 12px 0px; padding: 0; letter-spacing:0.1em;
	font-family: DaysRegular, Arial, Helvetica, sans-serif;   }

h4 a { color: #979480; }
h1 span {
	display: none;
}

p.small {	 font-size: 11px; margin: 0px 0px 10px 0px;	}


ul, ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


ul li, ol li{
 list-style-position:outside;
 margin-left: 2em;
 font-size: 13px;
 line-height: 24px;
 font-family:  Arial, Helvetica, sans-serif;
}


p.clear{ clear: both;  margin: 0; padding: 0; height:0px;  }
p.clearspace10 { clear: both;  margin: 0; padding: 0; height:25px; }
p.clearspace25 { clear: both;  margin: 0; padding: 0; height:25px; }
p.clearspace50 { clear: both;  margin: 0; padding: 0; height:50px; }	

a, a:visited, 
h2 a:hover, 
h3 a:hover,
.sharethis {
	color: #00749b;
	text-decoration: none;
}

a:hover {
	color:#96993e;
	text-decoration: underline;
}

a.readmore {
	font-family: DaysRegular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00749b;
	text-transform:uppercase;
}
a.readmore:hover {
	color:#96993e;
	text-decoration: underline;
}

.footer-head .col a:hover {
	color:#96993e; 
	text-decoration: none;
}


strong { 
	font-weight: bold;
}
em {
	font-style:italic;	 
}

hr {
	clear: both;
	display: block;
	border: 0;
	width: 100%;
	height: 1px;
	background-color: #e2eff4;
	color: e2eff4;
	margin: 12px 0 17px 0;
	}

	
#contentWrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	padding-top: 47px;
	background: url(images/bg-top2.png) no-repeat 0 0;
 }
	
.home #contentWrapper {
	background: url(images/bg-top-home2.png) no-repeat 0 0;
}	

#logo { 
	position: relative;
	width: 506px; 
	height: 73px; 
	margin: 0;
	padding: 0;
}


.menu-mainmenu-container { 	position: relative;	margin: 24px 0 0 0px; padding: 0; z-index:10; height: 30px;  }
ul#menu-mainmenu { margin: 0; padding: 0;    }
ul#menu-mainmenu li { float:left; position:relative; display:block; width: auto; list-style-image:none;  margin: 0; padding: 0; color:#fff; z-index:100; }
ul#menu-mainmenu li a  { display:inline-block; padding: 0px 9px; color:#fff; font-size: 14px; height: 33px; letter-spacing: 0.5px; font-weight:400; text-decoration:none; text-transform: uppercase;
						 	font-family: Arial Narrow, Verdana, sans-serif; text-shadow: 0px 1px 1px #014156; }
ul#menu-mainmenu>li>a:hover, 
ul#menu-mainmenu>li:hover { color:#b8bb4a; }
ul#menu-mainmenu>li:hover span { color:#fff; }

ul#menu-mainmenu li.current-menu-item a { color:#b8bb4a; }
ul#menu-mainmenu li.current-menu-item li a { color:#fff; } 

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left;  }
* html ul li a { height: 1%; }
body { font-size: 100%;  }
/* End */

ul#menu-mainmenu li ul { display:none; }

ul#menu-mainmenu li ul { position:absolute; top:31px; left:-5px; width: auto;  margin:0px; padding: 0px 12px 3px 12px; z-index:100; background: url(images/bg-nav-lvl.png) repeat-x 0 0; /*border: solid #0f6e8d; border-width: 0 1px 1px;*/ }
ul#menu-mainmenu li ul li { float: none; display:block; margin:0; padding: 0; width: auto; height: 30px;  }
ul#menu-mainmenu li ul li a { float: none; margin:0; padding:0; color:#fff; line-height: 30px; width: auto; height: 30px; font-size: 17px; letter-spacing: 0.5px; font-weight:normal; 
										  text-decoration:none;  background: none; text-transform:none; white-space: nowrap; font-family:Arial, sans-serif;  }
ul#menu-mainmenu li ul li a:hover { color:#96993e; }
ul#menu-mainmenu li:hover ul { display:block; }
ul#menu-mainmenu li ul li.last-menu-item a { border:none; }

/* hide the sub menu*/
ul#menu-mainmenu li ul.sub-menu {
display:none;}


#social-row {
	position: absolute;
	top: 108px;
	right: 24px;
	width: 150px;
	height: 32px;
}
#social-row a.social {
	float:right;
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 8px;	
	background: url(images/social-icons-24.png) no-repeat;
}
#social-row a.social span {
	display:none;
}
/*
#social-row a.facebook {
	background-position: -32px 0;
}
#social-row a.twitter {
	background-position: 0 0;
}
#social-row a.linkedin {
	background-position: 0 0;
	background: url(images/linkedin.png) no-repeat;
	width: 24px;
	height: 24px;
}
#social-row a.googleplus {
	background-position: 0 0;
	background: url(images/googleplus.png) no-repeat;
	width: 24px;
	height: 24px;
}
*/

#social-row a.facebook {
	background-position: 0 0;
	background: url(images/facebook-icon.png) no-repeat;
	width: 26px;
	height: 26px;
}
#social-row a.twitter {
	background-position: 0 0;
	background: url(images/twitter-icon.png) no-repeat;
	width: 26px;
	height: 26px;
}
#social-row a.linkedin {
	background-position: 0 0;
	background: url(images/linkedin-icon.png) no-repeat;
	width: 26px;
	height: 26px;
}
#social-row a.googleplus {
	background-position: 0 0;
	background: url(images/googleplus-icon.png) no-repeat;
	width: 26px;
	height: 26px;
}





a#client-login {
	position: absolute;
	top: 150px;
	right: 33px;
	width: 100px;
	height: 24px;
	text-align: right;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	z-index:11;
}
a#client-login:hover {
	color:#96993e; 
	text-decoration: none;
}


ul#feature-row { position: relative; margin: 0; padding: 0;  width: 980px; height: 150px; margin-top: 25px;  }
ul#feature-row li {  float:left; position:relative; display:block; list-style-image:none; width: 130px; height: 124px; margin: 0 30px 0 0; padding: 0; }
ul#feature-row li.feature-row-item-last { margin-right: 0; }
ul#feature-row li a { display:block; width: 130px; height: 124px; padding: 0 0; text-indent:-9999px; overflow:hidden; }
ul#feature-row li.feature-row-item-1 a { background: url(images/icons.png) no-repeat 0 0;  }
ul#feature-row li.feature-row-item-2 a { background: url(images/icons.png) no-repeat  -168px 0; }
ul#feature-row li.feature-row-item-3 a { background: url(images/icons.png) no-repeat  -336px 0; }
ul#feature-row li.feature-row-item-4 a { background: url(images/icons.png) no-repeat  -504px 0; }
ul#feature-row li.feature-row-item-5 a { background: url(images/icons.png) no-repeat  -673px -124px; }

ul#feature-row li.feature-row-item-1 a:hover { background: url(images/icons.png) no-repeat  0 -124px; }
ul#feature-row li.feature-row-item-2 a:hover { background: url(images/icons.png) no-repeat  -168px -124px; }
ul#feature-row li.feature-row-item-3 a:hover { background: url(images/icons.png) no-repeat  -336px  -124px; }
ul#feature-row li.feature-row-item-4 a:hover { background: url(images/icons.png) no-repeat  -504px  -124px; }
ul#feature-row li.feature-row-item-5 a:hover { background: url(images/icons.png) no-repeat  -673px  0; }





#contentHolder {
	margin: 20px 0 0 0;
	width: 100%;
	text-align: left;	
}
.home #contentHolder {
	margin: 50px 0 0 0;
}

.breadcrumbs {
	margin: 0 0 35px 0;
	font-size: 10px;
	color: #6daeca;
}


.row,
.footer-row {
	 overflow: hidden;
    _overflow:visible;
    _zoom:1;	
}
.footer-row {
	width:980px;
	margin: 0 auto;
}

.col {
	float:left;
	display: inline-block;
}
.col-onehalf {
	width: 470px;
	margin-right: 30px;
}
.col-onethird {
	width: 310px;
	margin-right: 25px;
}
.col-twothird {
	width: 645px;
	margin-right: 25px;
}
.col-onefifth {
	width: 196px;
}
.col-full {
	width: 100%;
}
.col-last {
	margin-right: 0;
}

.hometiles {
	margin: 15px 0 0 0;
	padding: 30px 0 10px 0;
	background: url(images/bg-hr.png) no-repeat 0 0;
}



/*
Home page slider
*/
#slider_wrap {
    position: relative;
    width: 480px;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;		
}
#slider_wrap a.prev,
#slider_wrap a.next {
    display: block;
    position: absolute;
    width: 19px;
    height: 32px;
	cursor: pointer;
	z-index: 2;
}
#slider_wrap a.prev{
	bottom: 0;
	left: 0;
	background: url(images/prev.png) no-repeat 0 0;
}
#slider_wrap a.prev:hover{
}
#slider_wrap a.next{
	bottom: 0;
	right: 5px;
	background: url(images/next.png) no-repeat 0 0;
}
#slider_wrap a.next:hover{
}
#slider_wrap a.prev span,
#slider_wrap a.next span {
	display: none;
}
#slider_container{
    position: relative;
    overflow: hidden;
    width: 480px;
    height: 220px;
    margin: 0 auto;	
    z-index: 1;
}
#slider_container .items{
    width:20000em;
    position:absolute;
    clear:both;
}
#slider_container .items div {
    position: relative;
    float: left;
    width: 480px;
}
#slider_container .items div .content {
    position:absolute;
    top: 0;
	right: 0;
    width: 190px;
    margin: 0;
	padding: 20px 20px 25px 20px;
}
#slider_container .items div img{
    float: left;
}


.widget {
margin: 0 0 12px 0;
}
.widget ul,
.widget ul li {
	padding: 0;
	margin: 5px 0 0 0;
	line-height: 20px;
	color: #002222;
}


.widget ul li ul {
	margin-left: 10px;
}

.widget ul li ul li {
	line-height: 16px;
}
.widget ul li a {
	color: #014156;
}
.widget ul li a:hover {
	color:#96993e;
}

h3.widgettitle {
	font-size: 22px;
	color: #00749b;
	padding: 9px 0 0 0;
	margin: 0;
	border-top: solid 1px #e2eff4;
}







/*
FOOTER
*/



#footer {
	width:100%;
	margin-top: 25px;

}
#footer-row-1 {
	width: 100%;
	background: #014d66 url(images/bg-footer-top.png) repeat-x 0 0;
}
#footer-row-2 {
	width: 100%;
	background: #014156;
}

.footer-head {
	background: url(images/bg-hr.png) no-repeat 0 0;
	padding:20px 0 10px 0;
}
.footer-mid {
	background: url(images/bg-footer-top-splash.png) no-repeat 0 0;
	padding-top:10px;
}
.footer-btm {
	padding:20px 0 15px 0;
}
#copyright {
	background: url(images/bg-hr-foot.png) no-repeat 0 0;
	width: 980px; 
	margin: 0 auto;
	padding: 15px 0 80px 0; 
	text-align: left;
}
	
.footer-mid .first-col {
	padding-top: 5px;
}
.footer-mid .first-col iframe {
	display: none;
}

#footer p,
#footer li {
	color: #fff;
}

.footer-head h3 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #00749b;
	height: 24px;
	padding: 10px 0 0 46px;
}
.footer-head h3#contact {
	background: url(images/icon-contact.png) no-repeat 0 0;
}
.footer-head h3#blog {
	background: url(images/icon-rss.png) no-repeat 0 0;
}
.footer-head h3#tweet {
	background: url(images/icon-tweet.png) no-repeat 0 0;
}
.footer-head .col  {
	position: relative;
	height: 34px;
}
.footer-head .col a.rss {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 11px;
	text-align: right;
	font-family: DaysRegular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00749b;
	padding: 5px 19px 0 0;
	background: url(images/rss_16.png) no-repeat top right;
}
.footer-head .col a.rss:hover {
	color:#96993e; 
	text-decoration: none;
}

.footer-head .col a.tweet {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 11px;
	text-align: right;
	font-family: DaysRegular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00749b;
	padding: 5px 19px 0 0;
	background: url(images/bird_16_blue.png) no-repeat top right;
}
.footer-head .col a.tweet:hover {
	color:#96993e; 
	text-decoration: none;
}



#copyright p {
	color:#fff; 
	font-size: 11px;
	margin: 0; 
	padding: 0;
}

#copyright a {
	color: #FFF;
}
#copyright a:hover {
	color:#96993e;
}





#footer.st_sharethis_custom {
	color:#666;
}


 
#twitter_update_list {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
	}
#twitter_update_list li {
	padding: 7px 0 7px;
	margin: 0;
	border-bottom: solid 1px #2485a7;
	}
#twitter_update_list span {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#twitter_update_list span a {
	color: #96993e;
}
#twitter_update_list span a:hover {
	color: #96993e;
	}
#twitter_update_list a.ts {
	font-size:10px;
	padding: 3px 0 0px 19px; 
	height: 13px;
	color:#6daeca;
	background: url(images/bird_16_blue.png) no-repeat 0 0;
	}



#recent-posts-item {
	padding: 7px 0 7px;
	margin: 0;
	border-bottom: solid 1px #2485a7;
	font-size: 13px;
	line-height:18px;
}
#recent-posts-item a {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
}
#recent-posts-item span.date {
	font-size:10px;
	padding: 2px 0 2px 0px; 
	color:#6daeca;
}





#footer .widget {
margin: 0;
}
#footer .widget ul,
#footer .widget ul li {
	padding: 0;
	margin: 0;
	line-height: 20px;
}

#footer .widget ul li a {
	color: #FFF;
}
#footer .widget ul li a:hover {
	color:#96993e;
}

#footer h3.widgettitle {
	font-size: 16px;
	color: #fff;
	padding: 0;
	margin: 0 0 3px 0;
	border: none;
	text-transform: uppercase;
}










.tagcloud {
	padding: 7px;
	border: solid 1px #e2eff4;
}
.tagcloud a {
	co lor: #014156;
}

.ctc .ctc {
	padding: 7px;
	border: solid 1px #e2eff4;
}












#sidebar { float:left; position:relative;  width: 202px; margin: 0px 50px 0px 0px; padding: 0px 0px 0px 0px;    }
#sidebar ul { margin: 5px 0px 35px 0px; padding: 0px;  }
#sidebar li,
#sidebar ul li { display:block; margin:0; padding: 0; width:160px; list-style-image:none; }
#sidebar ul li a  { display:block; margin:0; padding:0; font-size: 13px; line-height: 26px; border: none; color:#999; font-family: Arial, Helvetica, sans-serif; }
#sidebar ul li a:hover  { color:#333; border: none; }

#sidebar ul#recent_articles li { border-bottom: solid 1px #f1f0e8; }
#sidebar ul#recent_articles li.last-item { border: none; }
#sidebar ul#recent_articles li a {  padding:3px 0; }

#sidebar h2 { 
	margin: 0;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-transform: uppercase;
}

#sidebar a { margin: 10px 0px 0px 0px; font-size: 13px; color:#999;;  }
#sidebar a:hover { color: #333; }

.subscribe {
	padding: 0 0 0 3px;
}
.subscribe a,
.subscribe a:visited {
	display:inline-block;
	color: #000000;
	padding: 0 0 0 20px;
	line-height: 20px;
	background: url(images/social-icons-16.png) no-repeat -52px -24px;
}
.subscribe a:hover {
	color: #666;
	text-decoration:none;
	
}








.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}








.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	
	}

.commentmetadata {
	font-weight: normal;
	}



small, .nocomments, .postmetadata, blockquote, strike {
	color: #666;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}










.blogposts .post {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #e2eff4;
	}


.blogposts .post p.small {
	margin: 0 0 10px 0;
	color: #666;
	}	
.blogposts .post h2 {
	marg in: 0 0 5px;

	}
.blogposts .post h2 a {
	margin: 0 0 5px;

	}		
.blogposts .post h3 {
	mar gin: 0 0 3px 0;

	}
.blogposts h2.pagetitle {
	padding: 0 0 20px 0;
	border-bottom: solid 1px #e2eff4;
	text-transform: uppercase;
}
.blogposts .post img {
	float: right;
	margin: 0 0 10px 30px;
}

.blog .post img,
.archive .post img {
	width: 100px;
	height: auto;
}

		
#postend {
	height: 15px;
	width:100%;

}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 11px;
}
.postmetadata a {
	font-size: 11px;
}

.hentry {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: solid 1px #e2eff4;
	
}

.clear {
	clear: both;
}


/* End Structure */





















/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 30px;

	}

img.alignleft {
	margin: 0 30px 2px 0;

	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 0;
	text-align: left;
	}
#searchform label {
	display:none;
}
#searchform #s {
	float:left; width: 220px;
	padding: 4px; color: #002222;  font-size: 12px;  
	border: solid 1px #e2eff4;
	background: #fff;
}

#searchsubmit {
	clear:both;
	padding: 4px; margin: 0 0 0 5px;  
	border: solid 1px #e2eff4; 
	background: #fff; 
	cursor: pointer;
	font-family: DaysRegular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00749b;
	text-transform:uppercase;
}
#searchsubmit:hover { }
	
	

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 4px;
	border: solid 1px #e2eff4; 
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	clear:both;
	padding: 4px; margin: 0;  
	border: solid 1px #e2eff4; 
	background: #fff; 
	cursor: pointer;
	font-family: DaysRegular, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00749b;
	text-transform:uppercase;
}
#commentform #submit:hover { }	
	
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}



a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#byline_home span {
	display:none;
}


/* gallery  */

.gallery-icon {
	width: 187px;
	height: 169px;
	background: url(images/bg_gallery_thumbs.png);
	padding: 18px 0 0 ;
}
/* forms */

#formWrapper { margin: 15px 0px 20px 0px; color: #333; }
#formWrapper form { width: 300px; text-align: left;  }
#formWrapper .textBox {  width: 320px; margin: 0px 0px 5px 0px; padding: 4px; color: #333;  font-size: 12px;  border: solid 1px #e5e4d9; font-family: Arial, Helvetica, sans-serif; }
#formWrapper .textBox2 { width: 320px; height:150px; margin: 0px 0px 5px 0px; padding: 4px; color: #666666;  font-size: 12px;  border: solid 1px #979480; }
#formWrapper .textBox3 {  width: 20px; margin: 0px 0px 5px 0px; padding: 4px; color: #333;  font-size: 12px;  border: solid 1px #e5e4d9; }
#formWrapper .totalBox {  width: 80px; height:18px; margin: 0; padding: 0 5px 0 5px; color: #333;  font-size: 14px; font-weight: bold;  border: solid 1px #ccc; font-family: Arial, Helvetica, sans-serif; text-align: right;  }
#formWrapper .select {  width: 326px; margin: 0px 0px 5px 0px; padding: 4px; color: #333;  font-size: 12px;  border: solid 1px #e5e4d9; }
#formWrapper .selectNum {  margin: 0px 0px 5px 5px; padding: 2px; color: #666666;  font-size: 12px;  border: solid 1px #e5e4d9; }
#formWrapper .radio { margin: 0px 0px 0px 30px; }
#formWrapper .submit {  margin: 10px 0px 0px 0px; }
#formWrapper .submitBtn {width: 100px; height:28px; padding: 2px 3px 5px 3px; margin: 0px 30px 5px 0px;  font-size: 13px; color: #FFFFFF;  border: solid 1px #ccc; background-color: #fff; font-family: Arial, Helvetica, sans-serif; }
#formWrapper .submitBtn2 {width: 190px; height:28px; padding: 2px 3px 5px 3px; margin: 0px 0px 5px 0px;  font-size: 13px; color: #FFFFFF;  border: solid 1px #ccc; background-color: #fff; font-family: Arial, Helvetica, sans-serif; }
#formWrapper .submitBtn:hover {  color: #666;}
#formWrapper .submitBtn2:hover {  color: #666;}
#formWrapper p {  margin: 15px 0px 7px 0px; }
#formWrapper table { padding: 0px 0px 5px 0px;  }
#formWrapper td { padding: 5px 10px 5px 0px; text-align: left; vertical-align: middle; }
#formWrapper td.btmline { padding: 15px 10px 10px 0px; border-bottom: dashed 1px #ccc; }
#formWrapper td.topline { padding: 15px 10px 10px 0px; border-top: dashed 1px #ccc; }
#formWrapper td.txt_right { text-align: right; }
#formWrapper td.txt_centre { text-align: center; }
#formWrapper h2 { font-size: 14px; margin-top: 5px; }
#formWrapper .nobreak { display:block; width:200px; }
#formWrapper h4 { margin: 0px 0px 0px 0px; padding: 0px; }
#formWrapper div.order_thanks { padding: 20px 0px;  }
#formWrapper tr.result_row { background: url(images/bg_content_head.png) repeat-x 0 0; }
#formWrapper tr.result_row td { padding-top: 8px; }
#formWrapper input[type="text"],
#formWrapper textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 4px;
	color: #666;
	display: inline-block;
	border: solid 1px #ccc;
}
#formWrapper input[type="submit"],
#formWrapper input[type="button"],
#formWrapper input[type="reset"],
#formWrapper select {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	border: solid 1px #ccc;
	padding:4px 8px;
	color: #666;
}
#formWrapper input[type="submit"].wpsc_buy_button,
.adjustform input[type="submit"],
.adjustform button.remove_button {
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	border: solid 1px #ccc;
	color: #666;
	padding: 4px 4px 3px 4px;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
}



#subForm {
	width: 260px;
}

#subForm input[type="text"] {
	width: 230px;
	padding: 8px 15px;
	margin-bottom: 8px; 
	font-size: 12px;
	color: #666;
	background: #000;
	border: solid 1px;
	border-color: #000 #222 #444 #000;
}
#sub-btn {
	margin: 0 10px 0 0; 
	float: right;
	width:75px;
	padding: 0;
	text-align: right;
}
#confirmation {
	padding: 8px 0 0 15px;
	font-size: 13px;
	line-height: 19px
}

