/*
	Theme Name: An Focal
	Theme URI: http://www.anfocal.ie/
	Description: An Focal Wordpress theme.
	Author: Kieran Caplice
	Version: 1.0
	License: No copying, editing or any unauthorised usage without express permission from the author.
*/


/* Main Body Style */

html, body {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/body-background.png) repeat-x #f0f0f0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
}
#container {
	text-align: center;
	width: 100%;
}
#content {
	margin: 0 auto;
	width: 870px;
	background: url(images/content-background.png) repeat-y;
	padding: 0 30px;
}

/************* SECTIONS *************/
#header {
	text-align: center;
	width: 870px;
	padding: 15px 0 0 0;
	height: 100px;
}
#sidebar {
	width: 255px;
	float: right;
	overflow: hidden;
}
#footer {
	background: url(images/content-footer-background.png) no-repeat;
	width: 930px;
	height: 27px;
	margin: 0 auto 20px auto;
}

/*********** WIDGETS *************/
#sidebar #widget {
	width: 237px;
	background: url(images/widget-background.png) repeat-x bottom #F6F6F6;
	border: 1px solid #A5A5A5;
	text-align: left;
	padding: 8px;
	margin-top: 15px;
	min-height: 100px;
	font-size: 12px;
}
#widget ul, #widget ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#widget h2.widget-title {
	color: #000;
	font-size: 21px;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
}


/* Header Styles */

/************ SECTIONS ************/
#header #weather-time-search {
	float: right;
	width: 260px;
	height: 100px;
	padding-top: 10px;
}
#header #focal-logo {
	float: left;
	width: 270px;
	height: 100px;
}
#header #ulsu-logo {
	margin: 0 auto;
	width: 115px;
	height: 100px;
	display: none;
}

/*********** BREADCRUMBS ***********/
#latest-breadcrumbs {
	width: 870px;
	font-size: 12px;
	color: #000;
	margin-top: 15px;
}
#latest-breadcrumbs #font-size{
	float: right;
}



/************ WEATHER ************/
#weather {
	font-size: 10px;
	text-align: right;
}
#weather .icon {
	height: 26px;
	vertical-align: middle;
}
#weather .location {
	color: #000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#weather .hi-lo {
	color: #999;
	font-size: 11px;
}
#weather .degrees {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #c40000;
}

/************** DATE/TIME ***************/
#header #date-time {
	color: #000;
	font-size: 11px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/************* SEARCH ***************/
#header #search {
	margin-top: 8px;
	border: 1px solid #a5a5a5;
	background: #DBDBDB;
	height: 26px;
	padding: 1px;
	text-align: left;
}
#header #search .search-box {
	margin-top: -1px;
	margin: 0;
	float: left;
	border: 1px solid #000;
	height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 183px;
}
#header #search .search-button {
	background: url(images/search-button-background.png) no-repeat;
	width: 67px;
	height: 26px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	float: right;
	cursor: pointer;
}

/************* FEATURED **************/
#featured {
	margin-top: 20px;
	background: #fff;
	border: 1px solid #a5a5a5;
	height: 120px;
	width: 868px;
	text-align: center;
}
#featured-story {
	text-align: left;
	float: left;
	padding: 5px;
	height: 110px;
	width: 279px;
}
#featured-story img {
	float: left;
	margin-right: 5px;
}
#featured-story span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
}
#featured-story a:link, #featured-story a:visited {
	color: #000;
}
#featured-story a:hover {
	text-decoration: underline;
}



/* Navigation Styling */

#navigation {
	margin-top: 15px;
	border: 1px solid #a5a5a5;	
	background: #F0F0F0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 0px #fff;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 868px;
}
#navigation li {
	display: inline;
	float: left;
}
#navigation li a:link, #navigation li a:visited {
	padding: 6px 10px;
	display: block;
	color: #000;
	font-size: 15px;
	text-decoration: none;
}
#navigation li a:hover {
	text-decoration: underline;
}
#navigation li.s {
	width: 7.5%;
}
#navigation li.m {
	width: 9%;
}
#navigation li.l {
	width: 12.5%;
}



/* Main Content Styling */

/************ MAIN STORY *************/
.bx-wrapper {
	margin-top: 15px;
	text-align: left;
}
#main-story img {
	float: left;
	margin-right: 20px;
}
#main-story h1 {
	font-size: 28px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 10px 8px 0px;
	text-shadow: 2px 2px 1px #fff;
}
#main-story h1 a:link, #main-story h1 a:visited {
	color: #000;
	text-decoration: none;
}
#main-story h1 a:hover {
	text-decoration: underline;
}
#main-story span {
	font-size: 19px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px #fff;
}

/************ STORIES ***************/
#stories {
	background: /*url(images/widget-background.png)*/ repeat-x bottom #Fff;
	border: 1px solid #A5A5A5;
	padding: 8px;
	margin-top: 15px;
	width: 580px;
	min-height: 150px;
	text-align: left;
	float: left;
}
#stories h2 {
	color: #000;
	font-size: 21px;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
}
#stories p {
	text-align: justify;
	font-size: 13px;
	margin-top: 0;
}
#stories hr {
	width: 580px;
	height: 1px;
	border: none;
	border-bottom: 1px solid #A5A5A5;
	margin: 15px 0 10px 0;
}


/* Individual page content */
#content-main {
	min-height: 450px;
	background: #fff;
	border: 1px solid #A5A5A5;
	padding: 13px;
	margin-top: 15px;
	width: 570px;
	text-align: left;
}
#content-main h1.title{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 32px;
	margin: 0 0 10px 0;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
}


/* Footer Menu */
#footer-menu-div  {
	margin-top: 15px;
	background: #FFF;
	width: 848px;
	border: 1px solid #a5a5a5;
	padding: 10px;
	text-align: left;
	font-size: 12px;
}
#footer-menu-div a:link, #footer-menu-div a:visited {
	color: #000;
}
#footer-menu-div ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-menu-div ul li {
	margin: 0;
	padding: 0;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: bold;
}
#footer-menu-div ul li ul.sub-menu li {
	text-transform: none;
	font-weight: normal;
	line-height: 19px;
}
#footer-menu-div div#footer-menu-left, 
#footer-menu-div div#footer-menu-middle-left,
#footer-menu-div div#footer-menu-middle-right,
#footer-menu-div div#footer-menu-right {
	width: 18%;
	float: left;
}
#footer-menu-div div#footer-menu-links {
	width: 28%;
	text-align: right;
	float: right;
}
#footer-menu-div hr {
	width: 848px;
	height: 1px;
	border: none;
	border-bottom: 1px solid #A5A5A5;
	margin: 15px 0 10px 0;
}	


/* Links */

a:link, a:visited {
	color: #c40000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* Tags */
#content-main h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	margin: 0 0 8px 0;
	text-shadow: 1px 1px 1px #fff;
}
#content-main h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	margin: 0 0 8px 0;
	text-shadow: 1px 1px 1px #fff;
}
#content-main h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0 0 8px 0;
	text-shadow: 1px 1px 1px #fff;
}
#content-main h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	margin: 0 0 8px 0;
	text-shadow: 1px 1px 1px #fff;
}
#content-main h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin: 0 0 8px 0;
	text-shadow: 1px 1px 1px #fff;
}
#content-main h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0 0 8px 0;
	text-shadow: 1px 1px 1px #fff;
}
#content-main p {
	text-align: justify;
	font-size: 16px;
	margin: 0 0 8px 0;
}
#content-main hr {
	width: 570px;
	height: 1px;
	border: none;
	border-bottom: 1px solid #A5A5A5;
	margin: 15px 0 10px 0;
}
#content-main small {
	font-size: 13px;
}



/* Post Meta */
#post-meta {
	width: 538px;
	padding: 15px;
	border: 1px solid #A5A5A5;
	background: #F0F0F0;
	margin-top: 20px;
}
#post-meta div {
	margin-left: 75px;
	text-align: left;
}
#post-meta p {
	font-size: 12px;
}
#post-meta .avatar {
	float: left;
	margin-right: 15px;
}
.post-small {
	font-size: 12px;
	margin-bottom: 15px;
	color: #999;
}


/* Author Meta */
#author-meta {
	width: 538px;
	padding: 15px;
	border: 1px solid #A5A5A5;
	background: #F0F0F0;
}
#author-meta div {
	margin-left: 75px;
	font-size: 12px;
	text-align: left;
}
#author-meta .avatar {
	float: left;
	margin-right: 10px;
}


/* Archive Pages */
#archive {
	text-align: justify;
	margin: 15px 0;
}
#archive h3 {
	text-align: left;
	font-size: 20px;
}
#archive p {
	white-space: normal;
}


/* Events Manager */
#current-events {
	width: 570px;
	border: 1px solid #A5A5A5;
	text-align: left !important;
}
#current-events tr {
	height: 25px;
}
#current-events  .events-tr-even {
	background: #F0F0F0;
}
#current-events .events-tr-odd {
	background: #FFF;
}
#current-events thead tr {
	border-bottom: 1px solid #A5A5A5;
	background: #A5A5A5 !important;
}
#current-events th {
	padding: 4px 8px;
	font-weight: bold;
}
#current-events td {
	padding: 4px 8px;
}


/* Everything else */

a img {
	border: none;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	display: inline-block;
}
.clearfloat:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clearleft {
	clear: left;
	height: 1px;
	line-height: 1px;
}
.alignright {
	float: right;
	margin-left: 10px;
}
.alignleft {
	float: left;
	margin-right: 10px;
}
.aligncenter {
	text-align: center;
}
.attachment-thumbnail {
	float: left;
	margin-right: 10px;
}
.section-navigation {
	border-top: 1px solid #A5A5A5;
	padding-top: 5px;
	margin-top: 10px;
	height: 25px;
}
.twitter-feed {
	width: 240px;
	height: 360px;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


.widget_ultimate_posts ul {
	list-style-type: none;
	margin-top: 5px;
	padding-left: 0;
}
.widget_ultimate_posts .upw-image {
	width: auto;
	float: left;
	margin-right: 10px;
}
.widget_ultimate_posts .post-title {
	font-size: 18px !important;
	margin-bottom: 5px;
}


