/*  
Theme Name: Towards Peace 2014 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;
}

h1, h2, h3, h4, h5, h6, h7, h8{
	font-family:'Cantata One', serif;
	font-weight:normal;
	color:#871C81;
}

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:#871C81;
}

a:hover{
	cursor:pointer;
}

#wrap, #header, #title, #site-desc, #content, #footer{
	margin:0;
	padding:0;
	overflow:hidden;
}

#wrap{
	background:url(images/bg.jpg) no-repeat center top;
	background-attachment:fixed;
	width:100%;
}


/*  Header  */

#header{
	display:block;
	margin:20px auto 0 auto;
	max-width:1001px;
	width:100%;
	height:128px;
	position:relative;
	overflow:visible;
}

#header img.logo{
	float:left;
	margin:0 2% 0 0;
	border:0;
	/*max-width:180px;*/
	width:15%;
}

#title{
	float:left;
	width:61%;
}

#title .site-title{
	margin:3% 0 1% 0;
	position:relative;
	color:#871C81;
	font-family: 'Playfair Display SC', serif;
	letter-spacing: 1px;
	font-weight:300;
	font-size:3em;
}

#title .site-desc{
	color:#871C81;
	font-family:'Roboto', sans-serif;
	font-size:1.6em;
	margin:0;
}

.topmenu{
	float:left;
	width:22%;
}

.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-color:rgba(255, 255, 255, 0.3);
	line-height:2em;
}

.topmenu ul li:last-child a{
	margin-right:0;
}

.topmenu ul li a:hover{
	background-color:rgba(255, 255, 255, 0.6);
}

/* Content */

#content{
	display:block;
	margin:0 auto;
	max-width:1001px;
	width:100%;
}

.frontpage-top{
	display:block;
	float:left;
	width:96.7%;
	padding:1.4%;
	background:#FFF;
	border:1px solid #569300;
}

.rev_slider_wrapper{
	display:block;
	float:left;
	width:67.93% !important;
	padding-right:1.2% !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;
}

#main-menu{
	display:block;
	float:right;
	width:29.46%;
	padding-left:1.2%;
	border-left:1px solid #E6F0BC;
}

#menu-main-menu{
	margin:0;
	padding:0;
	list-style:none;
}

#menu-main-menu li{
	float:left;
	border-bottom:1px solid #E6F0BC;
	line-height:1.8em;
	padding:5px 0;
	width:100%;
}

#menu-main-menu li:last-child{
	border:0;
}

#menu-main-menu li a{
	float:left;
	width:100%;
}

#menu-main-menu li:hover a{
	
}


.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;
	border:1px solid #75AD26;
	height:300px;
}

.frontpage_bottom .widget:nth-child(2){
	margin:0 3%;
}

.frontpage_bottom .widget h2{
	font-size:1.6em;
	margin:0.6em 0;
}


/* 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 5px;
	background-color:#8DC740;
	color:white;
}
.readmore:hover{
	background-color:#ABD46A;
}
.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:1001px;
	width:100%;
	color:#000;
	line-height:5em;
	font-size:0.8em;
}

#footer a{
	color:#871C81;
}

#footer a:hover{
	text-decoration:underline;
}


/* ------------------------------- */

