@charset "utf-8";
/* CSS Document - 	Written by Scott McMullan
					www.aconitedesign.com
*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
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,
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-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	line-height:1;
	color:black;
	background:white;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

.clearfix{ display: block; height: 0; clear: both;}

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


/*========================================*/
/*Stylez de RoyalEditor        :)     ====*/
/*  Scott McMullan                    ====*/
/*  aconitedesign.com                 ====*/
/*========================================*/

body,td,th {
	color: #000;
}
body {
	/*background:#FFF url(../img/bg.jpg) repeat-y center;*/
	margin: 0px;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
}

.link{
	text-decoration:none;
	color:#CCC;
	background:#666;
	padding:6px;
	line-height:33px;
	-webkit-transition: all 0.30s linear;
	-moz-transition: all 0.30s linear;
	-o-transition: all 0.30s linear;
	-ms-transition: all 0.30s linear;
	transition: all 0.30s linear;
}
.link:hover{
	text-decoration: underline;
	color:#000;
	background: #999;
}

.wrap{
	background-color:#e9e0e0;
	width:960px;
	margin: 0 auto;
	position:relative;
}

header{
	width:960px;
	height:287px;
	background-image:url(../img/topbar.jpg)
}
nav{
	padding-left:15px;
	
	height:50px;
	background:#6b6666;
	position:relative;
}
.navbit{
	position:absolute;
	left:-15px;
	top:-15px;
	background-image:url(../img/navbit.png);
	height:65px;
	width:15px;
}
.navbitr{
	position:absolute;
	right:-15px;
	top:-15px;
	background-image:url(../img/navbitr.png);
	height:65px;
	width:15px;
}
.navb{
	
}

.imagebar{
	width:960px;
	height:136px;
	background-image:url(../img/imagebar.jpg);
	position:relative;
}
.barspace{
	background-image:url(../img/barspace.jpg);
	height:16px;
	position:relative;
}

.barbit, .barbitr{
	width:15px;
	height:31px;
	position:absolute;
	top:-15px;
	
}
.barbit{left:-15px; background:url(../img/barbit.png);}
.barbitr{right:-15px; background:url(../img/barbitr.png);}

.profile{
	height:192px;
	width:260px;
	background:url(../img/profile.png);
	
	position:absolute;
	bottom:0;
	right:0;
	
}

.maintop{
	line-height:normal;
	font-size:15px;
	width:630px;
	padding:15px;
	line-height:19px;
}
.maintop img{
	margin-top:5px;
}
.mainpagetop{
	font-size:12px;
	width:630px;
	min-height:550px;
	padding:15px;
	line-height:19px;
	position:relative;
	margin-top:15px;
	padding-top:55px;
}
#gallpagefix{
	width:100%;
}
.emptypage{
	font-size:12px;
	width:100%;
	padding:15px;
	line-height:19px;
	position:relative;
	margin-top:15px;
}
.fullpage{
	font-size:12px;
	min-height:550px;
	padding:15px;
	line-height:19px;
	position:relative;
	margin-top:15px;
}
.underconstruct{
	width:300px;
	margin:0 auto;
	padding-top:100px;
	font-size:24px;
	text-align:center;
	font-size:24px;
	color:#003366;
}
.fill{
	height:180px;
}
.bookh{
	background:#0f192c url(../img/bookbg.jpg) right no-repeat;
	color:#FFF;
	padding:55px 350px 15px 15px;
	position:relative;
	line-height:16px;
}
.bookh img{
	float:left;
	margin-right:15px;
}

.contactp{
	padding:15px 350px 15px 15px;
	background:#999;
}
.contactp img{
	border:#003366 3px solid;
	float:left;
	margin-right:15px;
}
.contactp2{
	padding:15px 350px 15px 15px;
	background:#0CF ;
	color:#FFF;
	font-size:30px;
	font-weight:800;
}
.contactp2 a{
	color:#FFF;
	text-decoration:none;
	display:block;
}

.contactp2 a img{
	margin-bottom:-10px;
}

.contactp3{
	padding:15px 350px 15px 15px;
	background:#3d599a ;
	color:#FFF;
	font-size:30px;
	font-weight:800;
	
}
.contactp3 a{
	color:#FFF;
	text-decoration:none;
	display:block;
}
.contactp3 a img{
	margin-bottom:-8px;
	margin-right:8px;
}
.cplink{
	color: #FFF;
	font-size:30px;
	font-weight:800;
	text-decoration:none;
	text-transform:uppercase;
}


.right{
	position:absolute;
	top:510px; right:0;
	width:300px;
}
.rightin{
	margin:10px 10px 0 0;
	background:#333333;
	min-height:560px;
	position:relative;
}
.galleryh{
	padding: 55px 15px  15px 15px;
	background:#c7c6c2;
	position:relative;
}

.blogleft{
	position:relative;
	height:310px;
	background:#003366;
	width:522px;
	padding:55px 15px 15px;
}
.blogun{
	background:#c7c6c2;
	width:960px;
	height:180px;
}
.blogright{
	position:absolute;
	font-size:17px;
	right:15px;
	bottom: -138px;
	width:380px;
	text-align:center;
	line-height:25px;
}
.blogright a{
	letter-spacing:5px;
}
.blogright img{
	padding:10px;
}

#tw{
	font-size:22px;
	color: #0CF;
	font-weight:800;
}
 
#bm{
	width:255px;
	height:40px;
	background-image:url(../img/bmweb.jpg);
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:block;
	margin: 10PX auto 50px;
	cursor:pointer;
}

.footerhome{
	height:120px;
	margin-top:160px;
	font-family: 'Muli', sans-serif;
}

.fpage .footerhome{

	margin-top:117px;

}

.footin{
	position:relative;
	margin:20px 0;
	padding:10px;
	height:65px;
	background:#6b6666;
	
}

.footbit{
	position:absolute;
	left:-15px;
	top:-15px;
	background-image:url(../img/footbit.png);
	height:100px;
	width:15px;
}
.footbitr{
	position:absolute;
	right:-15px;
	top:-15px;
	background-image:url(../img/footbitr.png);
	height:100px;
	width:15px;
}
.footjm{
	background:url(../img/jm.jpg) no-repeat left top;
	padding-left:70px;
	padding-top:25px;
	height:65px;
	color:#FFF;
	font-size:11px;
}

.titles{
	color:#FFF;
	position:absolute;
	left:-15px;
	top:-8px;
	height:50px;
	width:250px;
	background:left;
	font-weight:800;
	
}
#titlegrey{background:url(../img/titlegrey.png) no-repeat}
#titlelblue{background:url(../img/titlelblue.png) no-repeat}
#titleblue{background:url(../img/titleblue.png) no-repeat}

#titleright{
	background:url(../img/titleblue-right.png) right no-repeat;
	}
#titlelink{
	top: auto;
	bottom:-215px;
	background:url(../img/titleblue-right.png) right no-repeat;
	}

#greyt{background:#a7a1a1}
#lbluet{background:#003366}

#twbluet{background:#003366 url(../img/twitter.jpg) left no-repeat}
#bluet{background:#0f192c }
#linkbluet{background:#003366 url(../img/links.jpg) left no-repeat}


h1{
	padding:11px 0 0 5px;
	height:24px;
	margin:15px
	
}
h2{
	padding:11px 0 0 34px;
	height:24px;
	margin:0;
	
}

h3{
	font-size:24px;
	color:#FFF;
	font-weight:800;
	line-height: normal;
}
h4{
	font-size:18px;
	color:#FFF;
	font-weight:600;
	line-height: normal;
}
h5{
	font-size:18px;
	font-weight:600;
	line-height: normal;
}

#rlbluet{background:#003366; padding:11px 0 0 5px;}

.rtitles{
	color:#FFF;
	position:absolute;
	right:-15px;
	top:-5px;
	height:50px;
	width:300px;
	background:left;
	font-weight:800;
}

.lrightbox{
	margin-top:5px;
	position:relative;
	padding:15px;
	padding-top:45px;
	color:#999;
}
.l_image{margin:0 auto; width:auto; display:block;}

.bookdiv{
	background:#003366;
	color:#FFF;
	padding:15px;
	margin-bottom:15px;
}

.bookdiv img{
	float:left;
	margin-right:10px;
	margin-bottom:auto;
}
.bookdiv h4{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:#999 1px solid;
	padding-bottom:3px;
	font-family: 'Muli', sans-serif;
}

/* ######### nav ######### */


ul.solidblockmenu{
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	background:#6b6666;
	margin: 0;
	padding: 0;
	list-style: none;
	position:relative;
	padding:17px 0 0 0;
	text-align: left;/*set value to "left", "center", or "right"*/
}

ul.solidblockmenu a{
	padding:0;
	line-height: normal;
}


ul.solidblockmenu li{
display: inline;


}


ul.solidblockmenu li a{
color: white;
padding: 8px;
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
-webkit-transition: all 0.30s linear;
	-moz-transition: all 0.30s linear;
	-o-transition: all 0.30s linear;
	-ms-transition: all 0.30s linear;
	transition: all 0.30s linear;
}

ul.solidblockmenu li a:hover{
	background:#FFF;
	color:#0f192c;
	
}

#aconite{
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    color: #999;
    text-decoration:none;
    font-size:10px;
    display:block;
    text-align:center;
    float:right;
    padding:0;
	line-height: normal;
    background:none;
}

.rssBody a{
	color:#FFF;
	text-decoration:none;
}
.rssRow{
	color: #999;
	list-style:none;
	padding:4px;
	margin-bottom:4px;
	
}
.rssHeader{display:none;}

.follow{
	text-align:right;
	
	position:absolute;
	right:-390px;
	top:220px;
}

.follow a{
	text-decoration:none;
}

.page .follow{
	position: inherit;
	
}
.gallpage{
	list-style:none;	
	margin-left:16px;
}
.gallpage li{
	float:left;
	padding:4px;
}

/*------------------scroolii image?*/
#breakingnews {
    height: 16px;
    position: relative;
    overflow: hidden;
	background:#b12121;
}
#breakingnews > div {
    height: 200px;
    width: 5000px;
    background: url(../img/newsb.jpg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	z-index:50;
    
    -moz-transition:  opacity 0.5s ease-out; 
       -o-transition: opacity 0.5s ease-out; 
  -webkit-transition: opacity 0.5s ease-out; 
      -ms-transition: opacity 0.5s ease-out; 

    -webkit-animation: moveSlideshow 60s linear infinite;
    -moz-animation:    moveSlideshow 60s linear infinite;
    
}

@-webkit-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -200%; }
}
@-moz-keyframes moveSlideshow {
    0% { left: 0; }
    100% { left: -200%; }
}