/*
Theme Name: Trish Draper
Theme URL: http://www.argondesign.com.au
Description: Custom Theme Trish Draper
Author: Argon Design
Author URL: http://www.argondesign.com.au
Version: 1.0
*/

@charset "utf-8";
@import url("reset.css");

/* columns 
********************************************************************************************
********************************************************************************************/
.last {
	clear:right;
	margin-right:0 !important;
	}

.one_half, 
.one_third, 
.two_third, 
.three_fourth, 
.one_fourth {
	float:left;
	margin:10px 30px 30px 0;
	position:relative;
	}

.one_half {	width:325px; }
.one_third {	width:210px; }
.one_fourth {	width:152px; }
.two_third {	width:450px; }
.three_fourth {	width:510px; }

@font-face {
    font-family: 'droid_serifregular';
    src: url('font/droidserif-webfont.eot');
    src: url('font/droidserif-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/droidserif-webfont.woff') format('woff'),
         url('font/droidserif-webfont.ttf') format('truetype'),
         url('font/droidserif-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { 
	color: #222222;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 8pt;
    line-height: 16pt;
    margin: 0;
    padding: 0;
}

p { 
		margin: 0 0 20px 0;
}

header { 
   background: none repeat scroll 0 0 #24347A;
    height: 44px;
}

.container { 
	clear: both;
    margin: 0 auto;
    width: 960px;
}

#wrap { 
    margin: 50px auto 0px auto;
    width: 960px;
}

#head { 
    height: 240px;
    margin-bottom: 60px;
    position: relative;
    width: 958px;
	border: 1px solid #FFFFFF;
    box-shadow: 0 0 3px #666666;
}

#main ul { 
    padding: 0 0 0 20px;
}

#main li { 

    list-style-type: disc;
	margin: 0 0 10px 0;
}

/* -- gNav -- */
nav #menu-main {
	display:block; 
	clear:both; 
	position:relative;
	z-index:2;
}
nav #menu-main li {
	text-align:center;
	position:relative;
	float:left;
	border-right: 1px solid #fff;
}
nav #menu-main li a {
    height: 34px;
    line-height: 34px;
	margin:0;
    padding: 5px 15px;
	color:#ccc;
	display:block;
	font-size: 11px;
}

nav #menu-main li a:hover {
    background:#3247a1;color:#fff;text-shadow:0 1px 2px #000;
}

nav #menu-main li ul {
	position:absolute;
	display:none;
	left:0;
	top:44px;
	border: 5px solid #0f1b49;
	
}
nav #menu-main li ul li {
	background: #24347A;
	border-right: none;
	float:none;
	clear:both;
}
nav #menu-main li ul li a {
	background-image:none;
	width:120px;
	height:35px;
	line-height:35px;
	margin:0 0 0px 0;
	border-bottom: 1px solid #0f1b49;
	padding: 0 10px;
	text-align:left;
}
nav #menu-main li ul li a:hover {
    background:#3247a1;color:#fff;text-shadow:0 1px 2px #000;
}

#slider-wrapper {
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar { 
	width: 200px;
	padding: 0 40px 0 0;
	height: 40px;
	line-height: 40px;
	float: left;
	border-bottom: 1px solid #d8d8d8;
}

h2 { 
	 color: #42628C;
	 font-size: 12pt;
    font-family: 'droid_serifregular',arial,serif;
	 text-align: right;
	 font-weight: normal;
	 
}

h3 { 
    font-family: 'droid_serifregular',arial,serif;
    font-size: 18pt;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 22pt;
    margin: 0 0 10px;
    padding: 10px 0 5px;
}

.contentwrap { 
	width: 681px;
	padding: 30px 8px 30px 30px;
	margin: 40px 0 0 0;
	float: right;
	border-top: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}


.initial {
    color: #223273;
}

footer { 
	text-align: center;

}

footer .container { 
	border-top: 1px solid #d8d8d8;
	padding: 20px 0 0 0;
	
}


.ngg-gallery-thumbnail img {
    margin: 4px 0 12px 5px !important;
    padding: 2px !important;
}

.ngg-gallery-thumbnail {
    margin-right: 12px !important;
}