/* @override http://fathergallo.com/wp-content/themes/AnthonyGallo/style.css */

@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: auto;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

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

ol, ul {
	list-style: none;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-bottom: 10px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2d2d2d;
	line-height: 19px;
	background-color: #fff;
}

div {
	zoom: 1;
}

.wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.languagebar {
	margin-top: 9px;
	background-color: #ebdada;
	height: 37px;
	line-height: 37px;
	text-align: right;
	padding-right: 10px;
	font-size: 12px;
}

.languagebar a {
	margin-left: 10px;
}

* html .languagebar {
	padding-top: 10px;
	height: 27px;
	line-height: 27px;
	margin-bottom: 84px;
}

*+html .languagebar {
	margin-bottom: 84px;
}

.iehomepage {
	margin-bottom: 44px !important;
} 

.languagebar img {
	vertical-align: middle;
}

.header {
	background-image: url(images/header-bg.png);
	height: 84px;
	width: 880px;
	position: absolute;
	top: -84px;
	left: 10px;
	z-index: 9999;
}

.main {
	clear: both;
	margin-top: 94px;
	padding: 2px 10px 2px 10px;
	overflow: hidden;
	background-image: url(images/blue-bg.jpg);
	background-repeat: repeat;
}

.homepage .main {
	margin-top: 54px;
	padding-top: 0;
}

.homepage .header {
	top: -44px;
}

.sidebar {
	float: left;
	display: inline;
	width: 214px;
	clear: both;
	position: relative;
	overflow: hidden;
	margin-left: -10px;
	padding-left: 10px;
}

.content-wrapper {
	background-image: url(images/content-wrapper-bg.jpg);
	background-repeat: repeat-y;
	position: relative;
}

.homepage .content-wrapper {
  /*
	background-image: url(images/homepage-content-bg.gif);
	background-repeat: repeat-y;
	background-position: top right;
	*/
}

.content {
	overflow: hidden;
	padding: 5px 10px 10px 10px;
}

.homepage .content {
	float: right;
	width: 656px;
	padding: 10px 0 0 10px;
	overflow: hidden;
}

.sidebar-twitter {
	float: right;
	width: 170px;
	padding: 10px;
}

.middle {
	float: left;
	display: inline;
}

.clear {
	clear: both;
}

.sidebar .navigation {
	background-image: url(images/blue-bg.jpg);
	background-repeat: repeat;
	position:relative;
	width: 224px;
	margin-left: -10px;
}

.sidebar .nav {
	display: block;
	padding: 10px 0;
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.sidebar .nav li {
	display: block;
	margin: 1px 0;
}

.sidebar .nav li a {
	display: block;
	line-height: 16px;
	padding: 2px 0;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 13px;
}

.sidebar .nav li.current_page_item a {
	background-image: url(images/nav-hover-full-bg.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.sidebar .nav li a:hover {
	background-image: url(images/nav-hover-full-bg.png) !important;
	background-repeat: no-repeat;
	text-decoration: none;
}

* html .sidebar .nav li.current_page_item a {
	background-image: url(images/nav-hover-full-bg.gif);
}

* html .sidebar .nav li a:hover {
	background-image: url(images/nav-hover-full-bg.gif) !important;
}

.sidebar .nav li li a  {
	padding: 2px 13px 2px 25px;
	background-image: url(images/nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 13px 6px;
}

.sidebar .nav li.current_page_item li a {
	background: none;
}

.sidebar .nav li li.current_page_item a {
	background-image: url(images/nav-hover-full-sub-bg.png) !important;
	background-position: 0 0;
}

* html .sidebar .nav li li.current_page_item a {
	background-image: url(images/nav-hover-ful-sub-bg.gif) !important;
	background-position: 0 0;
}

.sidebar .nav li li a:hover {
	background-image: url(images/nav-hover-full-sub-bg.png) !important;
	background-position: 0 0;
}

* html .sidebar .nav li li a:hover {
	background-image: url(images/nav-hover-ful-sub-bg.gif) !important;
	background-position: 0 0;
}

h1 {
	font-size: 18px;
	color: #770a0a;
	font-weight: bold;
	padding-bottom: 10px;
}

h2 {
	color: #163b61;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 18px;
	color: #770a0a;
	font-weight: bold;
	padding-bottom: 6px;
	background: url(http://fathergallo.com/wp-content/themes/AnthonyGallo/images/bar_bottom.gif);
	background-position:bottom left;
	display:block;
	background-repeat:no-repeat;
}

.content h2 a {
	color: #163b61;
	text-decoration: none;
}

.content h2 a:hover {
	text-decoration: underline;
}

.preview {
	padding-bottom: 40px;
}

.content a {
	color: #670909;
	/*text-decoration: underline;*/
}

.content a:hover {
	text-decoration: none;
}

.sidebar .sidebar-twitter {
	padding: 20px 0 10px 0px;
	float: left;
	display: inline;
	margin-left: 10px;
	width: 180px;
}

.sidebar-twitter .heading {
	padding-left: 62px;
	color: #02060a;
	font-size: 10px;
	line-height: 20px;
	overflow: hidden;
	padding-bottom: 8px;
}

.sidebar-twitter .heading img {
	float: left;
	display: inline;
	margin-left: -62px;
	position: relative;
	border: 1px solid #e7dbbd;
}

.sidebar-twitter .heading big {
	font-size: 18px;
	line-height: 18px;
}

.sidebar-twitter {
	font-size: 12px;
	color: #060a0d;
}

.sidebar-twitter a {
	color: #060a0d;
	text-decoration: none;
}

.sidebar-twitter small {
	display: block;
	font-size: 10px;
}

.sidebar-twitter .twit {
	border-bottom: 1px dotted #060a0d;
}

.sidebar-twitter a.left  {
	float: left;
	display: inline;
	margin-top: 5px;
}

.sidebar-twitter a.right {
	float: right;
	color: #8f9397;
	font-size: 10px;
	line-height: 13px;
	margin-top: 5px;
}

.footer {
	clear: both;
	background-image: url(images/footer-bg.gif);
	background-position: center 11px;
	background-repeat: no-repeat;
	padding-top: 34px;
	text-align: center;
	padding-bottom: 10px;
}

.footer ul li {
	display: inline-block;
	height: 13px;
	padding: 0 8px;
	border-left: 2px solid #770a0a;
}

* html .footer ul li {
	display: inline;
}

*+html .footer ul li {
	display: inline;
	height: 13px;
}

.footer ul li.first {
	border: none;
}

.footer ul li a {
	display: block;
	font-size: 10px;
	line-height: 13px;
	color: #770a0a;
	text-transform: uppercase;
}

* html .footer ul li a {
	display: inline;
}

*+html .footer ul li a {
	display: inline-block;
	height: 13px;
	float: left;
}

.slideshow {
	width: 880px;
	height: 381px;
	position: relative;
}

.slideshow img {
	position: absolute;
	left: 0;
	top: 0;
}

.alignleft {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

p.wp-caption-text {
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
		
}


