/*  
Theme Name: NEC2015 by GetOnline
Version: 1.0
Description: Designed by <a href="http://www.getonline.ie">GetOnline</a>.
Author: GetOnline
Author URI: http://getonline.ie

	Copyright: (c) 2012 GetOnline.
	License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

*/
body{
/*	background:#8cc63f url(images/body_bg.jpg) repeat-x top center;*/
	background-attachment:fixed;
	margin:0;
	padding:0;
	font-family:'Noto Sans', sans-serif;
	font-size:1em;
	color:#1953B5;
}

h1, h2, h3, h4, h5, h6, h7, h8{
	font-weight:normal;
}

h1{
	font-size:2.5em;
}

h2{
	font-size:2em;
}

h3{
	font-size:1.8em;
}

h4{
	font-size:1.5em;
}

h5, h6, h7, h8{
	font-size:1.2em;
	font-weight:bold;
}

img{
	max-width:100%;
	height:auto;
}

a{
	text-decoration:none;
	color:#3771D2;
}

a:hover{
	cursor:pointer;
}

#wrap, #inner_wrap, #header, #title, #site-desc, #content, #footer{
	margin:0;
	padding:0;
	overflow:hidden;
}

#wrap{
	background:#0137A1 url(images/bg.jpg) no-repeat center top;
	background-attachment:fixed;
	width:100%;
}

#inner_wrap{
	background:url(images/inner_wrap.png) repeat-y center top;
	padding-bottom:26px;
}

/*  Header  */

#header{
	display:block;
	margin:0 auto;
	max-width:998px;
	width:100%;
	height:148px;
	position:relative;
	overflow:visible;
}

#title{
	background:url(images/logo.png) no-repeat 3px top;
	float:left;
	margin-top:9px;
	padding-left:138px;
	width:61%;
	height:120px;
	font-size:1.5em;
	overflow:visible;
}

#title h2.site-title{
	margin:5% 0 1% 0;
	position:relative;
	color:#3771D2;
	font-family: 'Belleza', serif;
	letter-spacing: 1px;
	font-weight:300;
	font-size:1.8em;
}

#title .hdate{
	display:block;
	position:absolute;
	right:10%;
}

.topmenu{
	float:right;
	width:22%;
	margin-top:20px;
}

.topmenu ul{
	display:block;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}

.topmenu ul li{
	float:left;
}

.topmenu ul li a{
	display:block;
	float:left;
	padding:0 20px;
	margin-right:5px;
	background:#3771D2;
	line-height:2em;
	color:#FFF;
}

.topmenu ul li:last-child a{
	margin-right:0;
}

.topmenu ul li a:hover{
	background-color:rgba(255, 255, 255, 0.6);
	color:#3771D2;
}

/* Content */

#content{
	display:block;
	margin:0 auto;
	max-width:998px;
	width:100%;
}

.frontpage-top{
	display:block;
	float:left;
	width:96.7%;
	padding:1.4%;
	background:#FFF;
}

#main-menu{
	display:block;
	float:right;
	width:29.46%;
	padding-left:1.2%;
}

#menu-main-menu{
	margin:0;
	padding:0;
	list-style:none;
}

#menu-main-menu li{
	float:left;
	border-bottom:1px solid #EDCF41;
	line-height:1.8em;
	padding:5px 0;
	width:100%;
}

#menu-main-menu li a{
	float:left;
	width:100%;
}

#menu-main-menu li:hover a{
	font-weight:bold;
}

.rev_slider_wrapper{
	display:block;
	float:left;
	width:67.93% !important;
}

.tp-caption{
	width:100%;
	max-width:490px !important;
	white-space:normal !important;
	padding:10px !important;
	background-color:rgba(0, 0, 0, 0.5);
	border-radius:5px;
}

.tp-caption *{
	color:#FFF;
}

.tp-caption h4{
	margin:10px 0;
	float:left;
	line-height:1.6em !important;
}

.tp-caption p{
	float:left;
	line-height:1.5em !important;
}

.frontpage_bottom{
	float:left;
	width:100%;
	margin-top:25px;
}

.frontpage_bottom .widget{
	width:28.2%;
	float:left;
	background:#FFF;
	padding:1.4%;
	text-align:center;
	height:300px;
}

.frontpage_bottom .widget:nth-child(2){
	margin:0 3%;
}

.frontpage_bottom .widget h2{
	text-transform:uppercase;
	font-size:25px;
	margin:7px 0 10px 0;
	text-align:left;
}
.frontpage_bottom .widget h2:first-letter{
	font-size:32px;
}
.frontpage_bottom .widget p{
	margin:0;
	text-align:justify;
	font-size:14px;
}
/* Inner sites */

.content_inner{
	display:block;
	float:left;
	width:96.7%;
	padding:1.4%;
	background:#FFF;
	border:1px solid #569300;
}

/* Article */
.article{
	display:block;
	float:left;
	width:66.73% !important;
	padding:20px 1.2%;
	overflow:hidden;
}
.inner_title{
	margin-top:0;
}

/* Archive */

.cat_title{
	margin-top:0;
}

.archive_post{
	padding-bottom:25px;
	margin-bottom:20px;
	border-bottom:1px solid #E5E5E5;
	width:100%;
	position:relative;
	display:block;
	float:left;
}
.archive_title{
	margin-top:0;
}
.archive_post .archive_img{
	float:left;
	width:200px;
	height:auto;
	margin-right:15px;
	padding:5px;
	border:1px solid #CCC;
	background-color:#E3E3E3;
}
.readmore{
	float:right;
	display:block;
	position:absolute;
	right:5px;
	bottom:10px;
	padding:3px 8px;
	background-color:#3771D2;
	color:white;
	border:1px solid #3771D2;
}
.readmore:hover{
	background-color:rgba(255, 255, 255, 0.6);
	color:#3771D2;
}
.single_post img{
	margin:5px;
}

/*wp caption*/
.alignleft{float:left;}
.alignright{float:right;}
.aligncenter{display:block; margin:0 auto !important;}
.wp-caption{
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
	border-radius: 3px 3px 3px 3px;
	padding: 4px;
	text-align: center;
	margin: 10px;
}

.wp-caption img{
	margin:0;
}

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

/*---*/
.arch_pager{
	display:block;
	float:left;
	width:100%;
	text-align:center;
}
.arch_pager a{
	display:inline-block;
	margin-right:10px;
}
/* Footer */

#footer{
	display:block;
	margin:0 auto;
	max-width:998px;
	width:100%;
	color:#FFF;
	line-height:5em;
	font-size:0.8em;
	text-align:center;
}

.bottom_quote h2{
	text-align:center;
	font-family: 'Halant', serif;
	font-size:45px;
	font-weight:300;
	letter-spacing:2px;
	margin:20px 0 0 0;
	color:#FFF;
}
.bottom_quote span.bqb{
	font-size:52px;
}
.bqrest{
	font-size:22px;
}
.bqrestb{
	font-size:28px;
}
h3.bqrest{
	text-align:center;
	font-family: 'Tienne', serif;
	font-weight:300;
	letter-spacing:2px;
	margin:0;
	color:#FFF;
}

#footer a{
	color:#FFF;
}

#footer a:hover{
	text-decoration:underline;
}


/* ------------------------------- */

