/*
Theme Name: Lonergan Research 2013
Author:  Anthony Cummins - Red Ant Media
Author URI: http://www.redantmedia.com.au
Description: Lonergan Research Web Site 2013
Version: 1.0
*/

/* css Lonergan Research Website */
/* All associated graphics copyright 2013, Anthony Cummins. Red Ant Media */
/* Added: May 2013 */

@font-face {
    font-family: 'SansationLight';
    src: url('fonts/Sansation_Light-webfont.eot');
    src: url('fonts/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sansation_Light-webfont.woff') format('woff'),
         url('fonts/Sansation_Light-webfont.ttf') format('truetype'),
         url('fonts/Sansation_Light-webfont.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'SansationRegular';
    src: url('fonts/Sansation_Regular-webfont.eot');
    src: url('fonts/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sansation_Regular-webfont.woff') format('woff'),
         url('fonts/Sansation_Regular-webfont.ttf') format('truetype'),
         url('fonts/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'SansationBold';
    src: url('fonts/Sansation_Bold-webfont.eot');
    src: url('fonts/Sansation_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sansation_Bold-webfont.woff') format('woff'),
         url('fonts/Sansation_Bold-webfont.ttf') format('truetype'),
         url('fonts/Sansation_Bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'SansationLightLightItalic';
    src: url('fonts/Sansation_Light_Italic-webfont.eot');
    src: url('fonts/Sansation_Light_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sansation_Light_Italic-webfont.woff') format('woff'),
         url('fonts/Sansation_Light_Italic-webfont.ttf') format('truetype'),
         url('fonts/Sansation_Light_Italic-webfont.svg#SansationLightLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'SansationItalic';
    src: url('fonts/Sansation_Italic-webfont.eot');
    src: url('fonts/Sansation_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sansation_Italic-webfont.woff') format('woff'),
         url('fonts/Sansation_Italic-webfont.ttf') format('truetype'),
         url('fonts/Sansation_Italic-webfont.svg#SansationItalic') format('svg');
    font-weight: normal;
    font-style: normal;
	}

@font-face {
    font-family: 'SansationBoldItalic';
    src: url('fonts/Sansation_Bold_Italic-webfont.eot');
    src: url('fonts/Sansation_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Sansation_Bold_Italic-webfont.woff') format('woff'),
         url('fonts/Sansation_Bold_Italic-webfont.ttf') format('truetype'),
         url('fonts/Sansation_Bold_Italic-webfont.svg#SansationBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	} 

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
	display:block;
	}
	
body{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;	
	}

.mobile{
	display: none;
	}
	
.desktop{
	display: block;
	}
	
.holder{
	width:1000px;
	margin: 0 auto;
	}
	
.floatleft{
	float: left;
	width: auto;
	}

.floatright{
	float: right;
	width: auto;
	}
	
.clearboth{
	clear: both;
	}
	
a img{
	border: none;
	}
	
h1, h2, h3, h4, h5, h6{
	font-family: 'SansationBold';
	text-transform: lowercase;
	color: #BA141A;
	line-height: 1.3em;
	margin: 0 0 7px 0;
	}

h1{
    font-size: 1.5em; 
}

h2{
	font-size: 1.4em;
	}

h3{
	font-size: 1.3em;
	}
	
h4{
    font-size: 1.2em; 
}

h5{
  font-size: 1.1em;
}

h6{
  font-size: 1.0em;
}
	
.page article h1, .page article h2, .page article h3, .page article h4, .page article h5, .page article h6{
	display: block;
	border-bottom: 1px solid #D7D6D2;
	padding-bottom: 3px;
	margin-top: 15px;
	margin-bottom: 7px;
	text-transform: capitalize;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #8b0304;
	text-decoration: none;
	}
	
h1 a:hover, h2 a:hover, h3 a:hover{
	color: #3A434A;
	}

p{
    font-size: 0.9em;
    line-height: 1.3em; 
    margin: 0 0 7px 0;
	}

p.date{
	color: #D7D6D2;
    font-size: 0.8em;
    line-height: 1.1em; 
    margin: 0 0 7px 0;
	}
	
p.artref{
	color: #a0a2a0;
    font-size: 0.8em;
    line-height: 1.1em; 
    margin: 0 0 7px 0;
	}
	
p.artref a{
	color: #8b0304;
	text-decoration: none;
	}
	
p.artref a:hover{
	color: #3A434A;
	}

ol, ul{
	font-size: 0.9em;
	line-height: 1.3em; 
	padding: 0 0 0 15px; 
	margin: 0 0 7px 0;
	}
	
ul{
	list-style-type: square;
	}
	
li{
	padding-left: 7px;
	}
	
a{
	color: #8b0304;
	
	text-decoration: underline;
	}
	
a:hover{
	color: #3A434A;
	}
	
a.rmore{
	color: #8b0304;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	}
	
a.rmore:hover{
	color: #3A434A;
	}
	
header{
	background: url(images/bgr.gif) repeat-x;
	height: 60px;
	}
	
.logo{
	float: left;
	width: auto;
	}
	
header h1{
	padding-top: 10px;
	}
	
header h1 a, .footright h1 a{
	text-decoration: none;
	color: #3A434A;
	}
	
header h1 a:hover, .footright h1 a:hover{
	color: #8b0304;
	}

nav{
	float: right;
	width: auto;
	}
	
#menu-icon {
	display: hidden;
	width: 35px;
	height: 35px;
	background: #8b0304 url(images/menu-icon.png) no-repeat center;
	padding: 0 0 0 0;
	margin: 11px 0 0 0;
	}
	
nav ul{
	float: right;
	width: auto;
	/* height: 60px; */
	font-size: 0.8em;
	text-transform: uppercase;
	background: url(images/spacer.gif) no-repeat;
	padding: 0 0 0 0;
	}
	
nav li{
	list-style-type: none;
	display: inline-block;
	float: left;
	width: auto;
	/* height: 55px;
	line-height: 5.5em; */
	background: url(images/spacer.gif) no-repeat;
	background-position: right;
	margin: 5px 0 0 0;
	padding: 25px 0 0 0;
	}
	
nav li a{
	text-decoration: none;
	padding: 35px 20px 20px 20px;
	}
	
nav li a:hover, .current-cat a, .current-cat-parent a, .current-cat-ancestor a{
	color: #FFF;
	background: #000;
	}
	
.welcome{
	padding-top: 50px;
	}
	
.welcome h1{
	color: #8b0304;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 0.8em;
	padding: 30px 0 0 0;
	margin: 0 0 0 0;
	}
	
.welcome h2{
	color: #ba141a;
	font-size: 1.7em;
	text-transform: lowercase;
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	}
	
.welcome h2 span{
	font-family: 'SansationLight';
	color: #3A434A;
	}
	
.welcome p{
	font-size: 1.0em;
	margin-top: 15px;
	}
	
.bhold{
	padding-left: 2px;
	}
	
.block{
	float:left;
	width: 248px;
	height: 350px;
	overflow: hidden;
	color: #FFF;
	padding: 0;
	margin: 15px 1px 50px 0;
	}
	
.ylatest{
	background: #f7931e;
	}
	
.olatest{
	background: #f15b23;
	}
	
.rlatest{
	background: #ba141a;
	}
	
.blatest{
	background: #8b0304;
	}
	
.block h1{
	display: block;
	background: #000;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.0em;
	color: #FFF;
	padding: 10px 15px 10px 15px;
	margin: 0 0 0 0;
	}
	
.block h1 a{
	color: #FFF;
	}
	

	
.bcontent{
	padding: 10px 15px 0 15px;
	}
	
.bcontent h2{
	font-size: 1.0em;
	color: #e9e9e7;
	text-transform: uppercase;
	margin-bottom: 0px;
	line-height: 1.1em;
	}
	
.ylatest .bcontent a, .olatest .bcontent a, .rlatest .bcontent a, .blatest .bcontent a{
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	}
	
.ylatest a{
	color: #ba141a;
	}
	
.olatest a{
	color: #8b0304;
	}
	
.rlatest a{
	color: #f7931e;
	}
	
.blatest a{
	color: #f15b23;
	}
	
.ylatest .bcontent a:hover, .olatest .bcontent a:hover, .rlatest .bcontent a:hover, .blatest .bcontent a:hover{
	color: #FFF;
	}

.rlatest .bcontent ul.expertise{
	line-height: 1.2em;
	} 
	
.rlatest .bcontent ul.expertise li a{
	font-size: 1.0em;
	text-transform: capitalize;
	font-weight: normal;
	color: #FFF;
	}
	
.page{
	background: url(images/lonergan-research.png) no-repeat;
	background-position: top right;
	}
	
.page article{
	float: right;
	width: 720px;
	margin: 40px 0 0 0;
	}
	
.page aside{
	float: left;
	width: 250px;
	margin: 40px 0 0 0;
	}
	
.page h1.ptitle{
	color: #8b0304;
	text-transform: uppercase;
	border-bottom: none;
	font-size: 2.5em;
	line-height: 0.8em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	}
	
.page h2.stitle{
	color: #ba141a;
	border-bottom: none;
	font-size: 1.5em;
	margin-top: 0px;
	margin-left: 20px;
	text-transform: lowercase;
	}
	
.page h2.stitle span{
	font-family: 'SansationLight';
	color: #3A434A;
	}
	
.newscathead{
	border-bottom: 1px solid #D7D6D2;
	margin: 0 0 7px 0;
	}
	
.page h2.nobborder{
	border-bottom: none;
	margin-bottom: 0px;
	padding: 0 0 7px 0;
	}
	
.newscatlink{
	margin-top: 20px;
	}
	
.newscatlink a{
	color: #FFF;
	background: #F09728;
	text-decoration: none;
	padding: 1px 5px 2px 5px;
	}
	
.newscatlink a:hover{
	color: #851310;
	background: #d7d6d2;
	}
	
.tags{
	display: none;	
	/* 
	border-bottom: 1px solid #D7D6D2;
	padding: 0 0 3px 0;
	margin: 30px 0 7px 0;
	*/
	}
	
.tags strong{
	color: #B31F20;
	text-transform: uppercase;
	font-size: 0.8em;
	}
	
.tags a{
	text-decoration: none;
	}
	
#breadcrumbs{
	font-size: 0.6em;
	text-transform: uppercase;
	color: #636363;
	margin-top: -5px;
	}
	
#breadcrumbs span{
	color: #B31F20;
	font-weight: bold;
	}
	
.prevlink{
	float: left;
	width: auto;
	}

.nextlink{
	float: right;
	width: auto;
	text-align: right;
	}
	
.prevlink a, .nextlink a{
	text-decoration: none;
	font-weight: bold;
	font-size: 0.8em;
	text-transform: uppercase;
	}
	
.wpcf7 textarea{
	width: 100%;
	}
	
.wpcf7 .floatleft, .wpcf7 .floatright{
	width: 48%;
	}
	
.wpcf7 .floatleft input, .wpcf7 .floatright input{
	width: 100%;
	}
	
.menu {
	width: 100%;
	background: none;
	margin: 0 0 15px 0;
} 

.menu ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.menu li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.menu li a{
	display: block;
	color: #FFF;
	font-size: 0.8em;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	margin: 0 0 0 0;
	padding: 10px 7px 10px 7px;
	text-decoration: none;
	}
	
/* COMMENTED OUT REPLACED BY JQUERY FUNCTION */

/* .menu li:nth-of-type(4n+1) a, */
.menu .menufirst a{
	background: #F09621;	
	}

/* .menu li:nth-of-type(4n+1) a:hover, */
.menu .menufirst a:hover{
	background: #F6CB8D;
	}

/* .menu li:nth-of-type(4n+2) a, */
.menu .menusecond a{
	background: #EA5F27;
	}

/* .menu li:nth-of-type(4n+2) a:hover, */
.menu .menusecond a:hover {
	background: #F3AE8F;
	}

/* .menu li:nth-of-type(4n+3) a, */
.menu .menuthird a{
	background: #B31F20;
	}

/* .menu li:nth-of-type(4n+3) a:hover, */
.menu .menuthird a:hover {
	background: #D8898C;
	}

/* .menu li:nth-of-type(4n) a, */
.menu .menuforth a{
	background: #86110A;
	}

/* .menu li:nth-of-type(4n) a:hover, */
.menuforth a:hover {
	background: #C08081;
	} 
	
/* SUB CAT STYLING */

.menu li ul li:nth-of-type(4n+1) a{
	background: #F09621;	
	}

.menu li ul li:nth-of-type(4n+1) a:hover{
	background: #F6CB8D;
	}

.menu li ul li:nth-of-type(4n+2) a{
	background: #EA5F27;
	}

.menu li ul li:nth-of-type(4n+2) a:hover {
	background: #F3AE8F;
	}

.menu li ul li:nth-of-type(4n+3) a{
	background: #B31F20;
	}

.menu li ul li:nth-of-type(4n+3) a:hover {
	background: #D8898C;
	}

.menu li ul li:nth-of-type(4n) a{
	background: #86110A;
	}

.menu li ul li:nth-of-type(4n) a:hover {
	background: #C08081;
	} 
	
/* END SUB CAT STYLING */
	
.menu li.current-cat a, .menu li.current-cat a:hover, .menu li ul li.current-cat a, .menu li ul li.current-cat a:hover{
	font-weight: bold;
	color: #851310;
	background: #D7D6D2;
	}
	
.menu li.current-cat ul li a{
	color: #FFF;
	font-weight: normal;
	}
	
.menu li ul {
	font-size: 0.9em;
	}
	
.menu li ul li a{
	padding: 5px 5px 5px 21px;
	}

#cdetails{
	width: 100%;
	background: #D7D6D2;
	color: #FFF;
	padding: 0 0 5px 0;
	margin: 0 0 0 0;
	text-align: center;
	}
	
#cdetails h1{
	font-size: 2.2em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#cdetails h2{
	font-size: 0.85em;
	color: #3A434A;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
	
#cdetails h2 span{
	font-family: 'SansationLight';
	color: #3A434A;
	}
	
aside .block{
	float: none;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 15px 0 0 0;
	}
	
aside .ylatest h1{
	background: #f7931e;
	}
	
aside .rlatest h1{
	background: #ba141a;
	}

aside .olatest h1{
	background: #f15b23;
	}

aside .blatest h1{
	background: #8b0304;
	}
	
aside .ylatest, aside .olatest, aside .rlatest, aside .blatest{
	color: #000;
	background: #D7D6D2;
	}
	
aside .block .bcontent a{
	color: #BA141A;
	}
	
footer{
	clear: both;
	width:100%;
	font-size: 70%;
	height:160px;
	background: #fff url(images/footbgr.gif) repeat-x;
	color: #333333;
	margin:50px 0 0 0;
	text-align: center;
 }
 
footer ul{
	display: inline-block;
	list-style: none outside none; 
	margin:0; 
	padding: 10px 0 0 0; 
	}
	
footer li{
	display: inline-block;
	margin: auto;
	padding: 0 5px 0 0;
	}
	
footer li.copyr{
	margin: 0 7px 0 0;
	}
	
footer li.first{
	margin-left: 0px;
	}
	
footer li a{
	border-left: 1px solid #CCC;
	padding: 0 0 0 7px;
	}
	
footer li.first a{
	padding-left: 0px;
	border-left: none;
	}
	
footer li.current-cat a, footer li.current-cat-parent a{
	color: #8b0304;
	text-decoration: none;
	background: none;
	}
	
.frefs{
	padding-top: 35px;
	}
	
.footleft{
	float: left;
	text-align: left;
	width: 780px;
	padding: 23px 0 0 0;
	margin: 0 0 0 0;
	}
	
.footright{
	float: right;
	width: 210px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: right;
	}
	
.footright a{
	text-decoration: none;
	}
	
#mobilenav{
	display: none;
	}
	
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
	bottom:25px;
    right:25px;
    background: url(images/icon_top.png) no-repeat;
    display:none;
    text-indent:-9999px;
	}
	
a.maillink{
	padding: 9px 7px 5px 7px;
	color: #fff;
	background: #ba141a;
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'SansationBold';
	font-weight: normal;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a.maillink:hover{
	position: relative;
	background: #f15b23;
	left: 2px;
	top: -2px;
}
