@charset "UTF-8";

header, section, footer, aside, nav, article, figure {
	display: block;
}


/* General Styling*/

h1, h2, h3 {
	color: #2483A6;
}
	/*margin: 0;
	padding: 10px 0px 0px 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
*/

h1 {
	font-size: 1.5em;
}
/*
h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}


*/
em{
	font-style: italic;
}
strong{
	font-style: bold;
}

/*
 Prevents sub and sup affecting line-height in all browsers:
 	gist.github.com/413930 
 
*/
sup {
    font-size: 70%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.75em;
}
 
h1 sup {
    font-size: 45%;
	/*left: 1%;*/
}

h1 sup {
    top: -1em;
}


sub {
    font-size: 70%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    
	bottom: -.35em;
	/*top: -.75em;*/
}

a {
	text-decoration: none;
	color: #F93; 
}

a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* section styling */
body {
	/*margin-top: 40px;*/
	margin: 20px auto 20px;
	background: #fff url(images/20120322-NRH-1177_1080-150.jpg) no-repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /*14px;*/
	color: #333; /*#545454;*/
	line-height: 1.5em;
}

#logobanner {
	width: 1030px;
	height: 110px;
	margin: 0 auto;
	background: rgba(225, 225, 225, .75);
	padding: 5px 0px 10px;
	text-align: center;
	border-radius: 6px 6px 0 0;
}


#logobanner h1 {
	margin: 0px;
	letter-spacing: .3em;
	text-align: center;
	text-shadow: 1px 1px 3px #888; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	
	/*text-transform: uppercase;*/
	font-size: 2em; /*54px;*/
	font-weight: bold;
	color: #636; /*#444444;*/
}

#logobanner p {
	font-style: italic;
	letter-spacing: .5em;	
}

#galleriawrapper {
	margin: 10px auto 0;
	padding: 0;
}

#galleria { 
	width: 1010px; 
	height: 720px; 
	margin: 0 auto;
	background: #000; 
	padding: 0 10px 20px;

	}
	
#galleriawrapper h1 {
	font-size: .9em;
	font-style: italic;
	color: white;
	/*height: 20px;*/
	line-height: 30px;
	margin: 0px;
	background: #000;
	padding-left: 30px;
	padding-top: 5px;
	letter-spacing: .3em;
}


/* Dropdown NAVIGATION
------------------------------------------------ */
.nav,
.nav ul {
	background: #036;
	list-style: none;
	margin: 0 auto;
	text-align: left;
}

.nav {
	width: 790px;
	min-height: 1.3em;
 	overflow: auto;
	padding: 10px 0px 10px 240px;

	/* 
		Tools like css3please.com, which I used for the code that follows, help you generate CSS3 code. Try it out yourself!
	*/
  -webkit-border-radius: 6px 6px 0 0; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 0 0 6px 6px; /* FF1-3.6 */
          border-radius: 0 0 6px 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  
	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.nav a {
	color: #fff;
	display: block;
	text-decoration: none;
}

.nav li {
	float: left;				
	width: 10em;
}

.nav li a:hover {
	color: #F90;
	font-weight: bold;
}

/* :::: Navigation Submenus (the dropdowns) :::: */
.nav ul {
	margin-left: -10px;
	padding: 10px 10px 15px;
	
	/* 
		Tools like css3please.com, which I used for the code that follows, help you generate CSS3 code. Try it out yourself!
	*/
  -webkit-border-radius: 0 0 8px 8px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 0 0 8px 8px; /* FF1-3.6 */
          border-radius: 0 0 8px 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */

	/* useful if you don't want a bg color from leaking outside the border: */        
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.nav li ul {
	left: -9999em; /* hide a submenu offscreen by default so visitors don't see it */
	position: absolute;
	z-index: 1000;
}

.nav li:hover ul {
	left: auto; /* show the submenu when user hovers over the parent li */
	width: 10em;
}

.nav ul li {
	float: none;
	font-size: .875em;
	margin-top: .5em;
	width: auto;
	text-align: left;
}

/* End Navigation */


#pagewrapper {
	width: 1030px;
	padding:0;
	margin: 0 auto;
	border-radius: 8px;
	background: rgba(25, 25, 125, .4);
}

/*only for home page*/
#homecontentwrapper {
	margin: 0 auto;
	padding: 10px 0;
	width: 1000px;
}

/*only for homepage text content*/
#homecontent {
	float: left;
	width: 460px;
	margin-top: 20px;
	/*margin-right: 5px;*/
	padding: 0px 20px;
	Background: #fff;
	border-radius: 8px;
}

/*General single column page content*/
#page-content {
	width: 960px;
	margin: 10px auto 0 auto;
	background: #fff;
	padding: 5px 20px;
	  -webkit-border-radius: 0 0 8px 8px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
     -moz-border-radius: 0 0 8px 8px; /* FF1-3.6 */
          border-radius: 8px 8px 8px 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}


#contentleftcol {
	float: left;
	width: 450px;
} 

/* Footer */

#footer {
	width: 1030px;
	height: 55px;
	margin: 5px auto 0px auto;
	background:  #036; /*#444544;*/ /*#999;*/ /*url(images/img07.gif) no-repeat center top;*/
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 0 0 8px 8px;
}

#footer p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	text-align: center;
	color: #CCC;
}

/*#footer a {
	color: #ccc;
}
*/

/*
img.border {
	margin-bottom: 20px;
	border: 6px solid #EEE7DF;
}*/

img.roundborder {
	border-radius: 8px;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 5px auto 0;
}
*/
/*section specific styling*/



/* page spedific styling*/


/* Logo */
/*
#logo {
	width: 980px;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	color: #444444;
}



#logo h1, #logo p {
	display: block;
	margin: 0;
	padding: 0;
}

#logo h1 {
	margin: 0px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
	font-size: 54px;
	font-weight: bold;
	color: #444444;
}

#logo h1 a {
	color: #E91370;
}

#logo p {
	margin-top: -10px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Arvo', serif;
	font-size: 20px;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #444444;
}

*/




/* :::: Breadcrumb Navigation :::: */
/*
.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb li {
	display: inline;
	font-size: .75em;
	font-weight: bold;
	padding: 5px 5px 0 0;
}

.breadcrumb li a {
	color: #648dc7;
	padding-right: 3px;
}

.breadcrumb li:after {
   content: " > ";
}

.breadcrumb li:last-child:after {
   content: "";
}

*/



/* Menu */
/*
#menu-wrapper {
	height: 58px;
	background: #444544; #e0871c;
	border-radius: 8px;
}

#menu {
	width: 940px;
	height: 58px;
	margin: 0px auto;
	padding: 0px 20px 0px 20px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	height: 56px;
	margin: 0px;
	padding: 10px 30px 10px 30px;
	line-height: 56px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff; #262626;
	border: none;
	border-radius: 8px;
}

#menu .current_page_item a {
	background: #004055; #ff6666;
	color: #fff;
}

#menu a:hover {
	background: #004055; #ff6666;
	text-decoration: none;
	color: #FFFFFF;
}

*/
/*
.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}
*/

/* Sidebar */

#sidebar {
	float: right;
	width: 430px;
	padding: 0px 0px 0px 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	color: #181B20;
}

#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 12px 0 0 0px;
	border-bottom: 1px dashed #B3B0B0;
	letter-spacing: -1px;
	font-size: 24px;
	color: #E91370;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 0px;
	text-align: justify;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	text-decoration: strong;
}


/* Banner  - image slider - */
#banner {
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}

#slider {
	position: relative;
	width: 480px; /*940px;*/
	margin: 0 auto;
}

#slider .viewer {
	width: 480px;/* 940px;*/
	height: 600px; /*300px;*/
	overflow: hidden;
	margin: 0 auto;
}

#slider .viewer .reel {
	display: none;
	height: 600px /*375px;*/
	border-radius: 8px;
}

#slider .viewer .reel .slide {
	position: relative;
	width: 480px; /*940px;*/
	height: 600px; /*300px;*/
	border-radius: 8px;
}
