/* 
	Theme was designed and coded by rry 
	blue: #253f70, dark blue: #1f355e
	yellow: #c48b16, dark yellow: #b58015
*/
@import url(96024.css);

/*------------------------------------------------------------------------------------
	CSS reset v1.0 | 20080212
	http://meyerweb.com/eric/tools/css/reset/index.html
	
	@import url(css/reset.css);
------------------------------------------------------------------------------------*/
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, font, 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 {
	margin:0;padding:0;border:0;outline:0;font-weight:inherit;
	font-style:inherit;font-family:inherit;vertical-align:baseline;
	background:transparent;
}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
:focus {outline:0;}/* remember to define focus styles! */
ins {text-decoration:none;}/* remember to highlight inserts somehow! */
del {text-decoration:line-through;}
table {border-collapse:collapse;border-spacing:0;}/* tables still need 'cellspacing="0"' in the markup */
caption, th, td {text-align:left;font-weight:normal;}
img {border:none;}

/*------------------------------------------------------------------------------------
	body background image + Global Elements
------------------------------------------------------------------------------------*/
body {
	background:url(../img/bg3.jpg) bottom left no-repeat fixed;
}
html{
	position:relative;
	padding:0px;
	margin:0;
	border:0;
	clear:both;
	height:100%;
}
hr {/*** lines on entries ***/
	background-color:#E7E7E7;
	border:0;
	height:1px;
	margin-bottom:18px;
	clear:both;
}

/*------------------------------------------------------------------------------------
	typography & colour
	16px × 62.5% = 10px // 10px × 2em = 20px // 10px × 1.2em = 12px
------------------------------------------------------------------------------------*/
body, input, textarea {
	font-size:62.5%;/* 16px × 62.5% = 1em to 10px */
	font-family:Arial, Helvetica, Sans-Serif;
}
a {
	color:#2a457a;
	text-decoration:underline;
}
a:hover {
	color:#2a457a;
	text-decoration:none;
}
a:visited {
	color:#7a5f2a;
}
a:focus{
	outline:none;
}
h1 {
	font-size:1.7em;
	line-height:28px;
}
h2 {
	font-size:1.6em;
	line-height:22px;
	padding:5px 0;
}
h3 {
	font-size:1.3em;
	line-height:20px;
	padding:5px 0;
}
h4 {
	font-size:1.2em;
	line-height:18px;
	padding:5px 0;
}
h5 {
	font-size:1.1em;
	line-height:18px;
	padding:5px 0;
}
h6 {
	font-size:1em;
	line-height:16px;
}
/*------------------------------------------  
	typography & colour 
	#header, #menu + #submenu
------------------------------------------*/
#mmenu a, 
#mmenu a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#C48B16;
	font-size:14px;
	text-decoration:none;
}
#mmenu ul ul a, 
#mmenu ul ul a:visited {
	font-family:Arial, Helvetica, sans-serif;
	color:#C48B16;
	font-size:14px;
	text-decoration:none;
}
/* style the top level hover */
#mmenu a:hover, 
#mmenu ul ul a:hover {
	color:#b58015;
}
#mmenu :hover > a, 
#mmenu ul ul :hover > a {
	color:#b58015;
}
/*------------------------------------------
	typography & colour
	#content 
		.pagetitle
------------------------------------------*/
#content h3.pagetitle {
	line-height:20px;
	padding:5px 0;
}
#content h2.pagetitle {
	line-height:20px;
	padding:5px 0;
}

/*------------------------------------------  
	typography & colour
	#content
		text area (.post-entry)
------------------------------------------*/
#content {	
	font-size:1.3em;
	line-height:1.1em;
}
#content div.post-entry p {
	margin-bottom: 18px;
}
#content div.post-entry ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
#content div.post-entry ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
#content div.post-entry ol ol {
	list-style:upper-alpha;
}
#content div.post-entry ol ol ol {
	list-style:lower-roman;
}
#content div.post-entry ol ol ol ol {
	list-style:lower-alpha;
}
#content div.post-entry ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
#content div.post-entry dl {
	margin:0 0 24px 0;
}
#content div.post-entry dt {
	font-weight: bold;
}
#content div.post-entry dd {
	margin-bottom: 18px;
}
#content div.post-entry strong {
	font-weight: bold;
}
#content div.post-entry cite, em, i {
	font-style: italic;
}
#content div.post-entry big {
	font-size: 131.25%;
}
#content div.post-entry ins {
	background: #FFFFCC;
}
#content div.post-entry blockquote {
	color:#666666;
	font-style:italic;
	border-left:5px solid #dddddd;
	font-style: italic;
	padding: 0 3em;
}
#content div.post-entry blockquote cite,
#content div.post-entry blockquote em,
#content div.post-entry blockquote i {
	font-style: normal;
}
#content div.post-entry pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
#content div.post-entry abbr,
#content div.post-entry acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
#content div.post-entry ins {
	text-decoration: none;
}
#content div.post-entry sup,
#content div.post-entry sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
#content div.post-entry sup {
	bottom: 1ex;
}
#content div.post-entry sub {
	top: .5ex;
}
#content div.post-entry input[type="text"], 
#content div.post-entry textarea {
	padding: 0 0 0 3px;
}
/*------------------------------------------
	typography & colour
	#content
		appearance of
		.post, .attachment, .page, .portfolio, .etc
------------------------------------------*/
#content div.post-header h2 a {
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	color:#e9672b;
}
#content div.post-entry ul {
	list-style:none;
	padding-left:10px;
	text-indent:-10px;
	line-height:1em;
}
#content div.post-entry p a:visited {
	color:#996;
}
#content div.post-entry a.morelink {
	color:#2a457a;
	text-transform:lowercase;
	text-decoration:underline;
}
#content div.post-entry a.morelink:hover {
	color:#2a457a;
	text-decoration:none;
}

#content .post-entry .name {
	font-size:1.2em;
	color:#333333;
	line-height:1.1em;
}
#content .post-entry .link {
	font-size:1.1em;
	line-height:1.1em;
}

/*------------------------------------------  
	typography & colour
	#sidebar, #sidebar-search, #sidebar-tabs
------------------------------------------*/
#sidebar {
	font:1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#sidebar h1 {
	font-size:14px;
	line-height:15px;
}
#sidebar h2 {
	font-size:12px;
	color:#1f355e;
}
#sidebar p {
	font-size:10px;
	color:#000000;
}
#applinks p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif
}
/*------------------------------------------  
	typography & colour
	#footer
------------------------------------------*/
#footer {text-align:center;}

/*------------------------------------------------------------------------------------
	universal
		#container 
			.spacer
------------------------------------------------------------------------------------*/
#container .spacer {
	margin-top:10px;
	margin-bottom:10px;
}

/*------------------------------------------------------------------------------------
	#header
------------------------------------------------------------------------------------*/
#header {
	background-image:url(../img/headerbg.jpg);
	background-repeat:no-repeat;
	width:940px;
	height:44px;
	padding-top:80px;
	background-position:bottom;
}

/*------------------------------------------  
	#header
		#mmenu
------------------------------------------*/
#mmenu {
	width:600px;
	height:44px;
	background-color:#253f70;
	position:relative;
	z-index:100;
}
/* hack IE5.5 faulty box model */
* html #mmenu {
	width:940px;
	w\idth:940px;
}
/* links for the top level */
#mmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#mmenu ul ul {width:120px;}
#mmenu li {
	float:left;
	width:120px;
	position:relative;
}
#mmenu a, 
#mmenu a:visited {
	height:39px;
	width:114px;
	display:block;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#333333;
	padding-top:5px;
	padding-left:5px;
	float:left;
}
/* hack IE5.5 faulty box model is corrected */
* html #mmenu a, 
* html #mmenu a:visited {
	width:120px;
	w\idth:120px;
}
/* sub levels */
#mmenu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:43px;
	left:0;
	width:120px;
}
/* hack for IE5.5 */
* html #mmenu ul ul {
	top:43px;
	t\op:43px;
}
/* required for IE to work */
#mmenu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
#mmenu ul ul a, 
#mmenu ul ul a:visited {
	height:auto;
	width:114px;
	border-width:0 1px 1px 1px;
	line-height:1em;
	padding-top:5px;
	padding-left:5px;
	background-color:#253f70;
}
/* yet another hack for IE5.5 */
* html div.mmenu ul ul a, 
* html #mmenu ul ul a:visited {
	width:114px;
	w\idth:114px;
}
/* style the top level hover */
#mmenu a:hover, 
#mmenu ul ul a:hover {
	background:#1f355e;
}
#mmenu :hover > a, 
#mmenu ul ul :hover > a {
	background:#1f355e;
}
/* second level visible when hover on first level */
#mmenu ul li:hover ul,
#mmenu ul a:hover ul {
	visibility:visible;
}

/*------------------------------------------  
	#header
		#mmenu
		#slideshow
------------------------------------------*/
#slideshow {position:relative;height:290px;}
#slideshow img {position:absolute;top:0;left:0;z-index:8;opacity:0.0;}
#slideshow img.active {z-index:10;opacity:1.0;}
#slideshow img.last-active {z-index:9;}

/*------------------------------------------------------------------------------------
	universal 
		#content
------------------------------------------------------------------------------------*/
#content {
	font-family:Arial, Helvetica, sans-serif;
}
#content h2.pagetitle {
	padding-left:10px;
	margin-top:5px;
}
#content h3.pagetitle {
	padding-left:10px;
	margin-top:15px;
}

#content p img {margin:5px;}

#content .post-timelocat {margin-bottom:230px;}/* hack */

#content .post-entry .name {
	float:left;
	margin-right:15px;
	width:275px;
	height:15px;
	padding-left:25px;
}
#content .post-entry .link {
	float:none;
	margin-top:2px;
	margin-bottom:2px;
	height:15px;
}

/*------------------------------------------------------------------------------------ 
		#content
			#gallery
------------------------------------------------------------------------------------*/
#gallery-adv {
	width:680px;
	text-align:center;
}
#gallery-adv .gallery a, #gallery-adv .navigation a {
	text-decoration: none;
	color: #777;
}
#gallery-adv .controls {
	margin-top:5px;
	height:23px;
}
#gallery-adv .controls a {
	padding:5px;
}
#gallery-adv .ss-controls {
	float:left;
}
#gallery-adv .nav-controls {
	float:right;
}

#gallery-adv .slideshow {margin:5px 0;}
#gallery-adv .slideshow span.image-wrapper {}
#gallery-adv .slideshow a.advance-link { }

#gallery-adv .slideshow a.advance-link:hover, 
#gallery-adv .slideshow a.advance-link:active, 
#gallery-adv .slideshow a.advance-link:visited {
	text-decoration: none;
}
#gallery-adv .slideshow img {
	vertical-align:middle;
	border: 1px solid #ccc;
}

/*------------------------------------------  
	.thumbnails
------------------------------------------*/
#thumbs-adv ul.thumbs {
	clear:both;
	margin:0;
	padding:0;
}
#thumbs-adv ul.thumbs li {
	float:left;
	padding:0;
	margin:5px 10px 5px 0;
	list-style:none;
}
#thumbs-adv a.thumb {
	padding:2px;
	display:block;
}
#thumbs-adv ul.thumbs li.selected a.thumb {
	background:#000;
}
#thumbs-adv a.thumb:focus {
	outline:none;
}
#thumbs-adv ul.thumbs img {
	border:none;
	display:block;
	height:50px;
	width:50px;
}

/*------------------------------------------  
	.thumbnails
		.pagination
------------------------------------------*/
#thumbs-adv .pagination {
	clear: both;
}
#thumbs-adv .navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
#thumbs-adv .navigation div.bottom {
	margin-top: 12px;
}
#thumbs-adv .pagination a, 
#thumbs-adv .pagination span.current, 
#thumbs-adv .pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border:1px solid #1f355e;
}
#thumbs-adv .pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#thumbs-adv .pagination span.current {
	font-weight: bold;
	background-color: #1f355e;
	color: #fff;
}
#thumbs-adv .pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
*/
/*------------------------------------------------------------------------------------
	#sidebar
------------------------------------------------------------------------------------*/
#sidebar {
	padding:5px;
}
#sidebar h1 {
	margin:0px;
	padding:0px;
}
#sidebar h2 {
	margin-top:5px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding:0px;
}
#sidebar p {
	font-size:10px;
	color:#000000;
	padding:5px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
}
#sidebar .applinks,
#sidebar .social,
#sidebar .sponsers, 
#sidebar .contact {
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#253f70;
}

/*------------------------------------------------------------------------------------
	#footer
------------------------------------------------------------------------------------*/
#footer {
	padding:20px 0;
}
