/** Additional Browser reset stuff **/

* {
	letter-spacing: 0;
}

/** Resize admin menu text **/
#admin-menu, #admin-menu ul
{
    font-size: 14px;
}
body.admin-menu
{
    margin-top: 27px !important;
}
#admin-menu li li.expandable {
	background-position: 145px 9px;
}
#admin-menu li li.expandable ul 
{
    margin-top: -25px; /* this number needs minor tweaking, start at the item height. */
}
#admin-menu li.admin-menu-icon a 
{
    padding-top: 4px; /* recenter the icon */
}
#admin-menu li.admin-menu-tab 
{
    background-color: #464646; /* patch up the background image for the integrated tab support */
}

/*******************************************/
/** Custom Dropdown Styles **/
/*******************************************/

/** General dropdown styles **/
.dropdown dd, .dropdown dt, .dropdown ul{
	margin: 0px;
	padding: 0px;
}
/** DT styles for sliding doors **/
.dropdown dt a{
	background: #fff url('../images/dropdown/arrow.png') no-repeat scroll right center;
	display: block;
	padding-right: 20px;
	border: solid 1px #d4d4d4;
	width: 150px;
}
/** UL styles **/
.dropdown dd ul{
	background: #fff none repeat scroll 0 0;
	display: none;
	list-style: none;
	padding: 5px 0px;
	position: absolute;
	z-index: 99999;
	width: auto;
	min-width: 170px;
}
.dropdown span.value{
	display: none;
}
.dropdown dd ul li a{
	padding: 5px;
	display: block;
}
.dropdown span.value{
	display: none;
}


/*******************************************/
/** St Agnes Parish Portal **/
/*******************************************/

/** Body **/
#body{
	background: #fff url('../images/background.jpg') no-repeat center top;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 15px;
}

/** Page **/
#page{
	width: 990px;
	padding-top: 15px;
	margin-bottom: 20px;
}

/** Header **/
#header{
	border-radius: 15px;
	background: #fff url('../images/header-bg.png') repeat-y center bottom;
	overflow: hidden;
	
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
}
#logo{
	width: 200px;
	height: 199px;
	display: block;
	float: left;
	padding: 18px 30px;
	background: #fff;
}
#name-and-slogan{
	width: 730px;
	height: 235px;
	float: left;
	background: #fff url('../images/slogan-bg.png') no-repeat center top;
}
#site-slogan{
	width: 200px;
	padding: 25px;
	float: right;
	font-size: 43px;
	font-weight: normal;
	line-height: 43px;
	color: #fff;
	text-align: right;
}
#navigation{
	background: transparent;
	width: 600px;
	margin: 0;
	float: left;
	height: 50px;
	line-height: 50px;
}
#navigation .main-menu{
	padding-left: 20px;
}
#navigation a{
	color: #fff;
	font-size: 17px;
}
#navigation li{
	padding: 0 15px;
	display: block;
	float: left;
}
#navigation li a,
#navigation li a:hover{
	display: block;
	text-decoration: none;
}
#navigation li:hover,
#navigation li.active-trail{
	background: transparent url('../images/navigation-bg.png') no-repeat scroll center bottom;
}

#website_selector{
	float: left;
	margin-top: 10px;
}
#website_selector dt a{
	background: #fff url('../images/website-selector-arrow.png') no-repeat scroll right center;
	border: none;
	font-size: 14px;
	color: #2490c1;
	padding: 3px 15px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#website_selector dt a:hover{
	color: #c70c47;
	text-decoration: none;
}
#website_selector dd ul{
	background: #eee;
	overflow: hidden;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#website_selector dd ul a{
	font-size: 13px;
	color: #2490c1;
	text-decoration: none;
	padding: 3px 10px;
}
#website_selector dd ul a:hover{
	color: #c70c47;
	text-decoration: none;
	background: #fff;
}
#search-theme-form{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}
#search-theme-form #search{
	background: #fff;
	border: none;
	padding: 3px 15px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#search-theme-form input[type=text]{
	width: 120px;
	border: none;
	color: #2490c1;
}

/** Main **/
#main{
	border-radius: 15px;
	background: #fff;
	overflow: hidden;
	margin-top: 20px;
	
	-webkit-box-shadow: #bbb 0px 0px 10px;
	-moz-box-shadow: #bbb 0px 0px 10px;
	box-shadow: #bbb 0px 0px 10px;
}

#content{
	margin-top: 0px;
	margin: 0;
	padding: 10px;
	float: none;
}

#home-portal-link .microsite{
	width: 228px;
	height: 162px;
	float: left;
	margin-left: 12px;
	margin-bottom: 12px;
}
#home-portal-link .microsite span{
	display: block;
	height: 165px;
	background: transparent url('../images/microsite-link-bg.png') no-repeat scroll bottom center;
}
#home-portal-link .microsite a{
	display: block;
	line-height: 35px;
	padding: 0 10px;
	padding-top: 130px;
	background: transparent url('../images/portal-link-arrow.png') no-repeat scroll right 136px;
	color: #fff;
	text-decoration: none;
}
#home-portal-link .microsite a:hover{
	background: transparent url('../images/portal-link-arrow-hover.png') no-repeat scroll right 136px;
	text-decoration: none;
	color: #00517e;
}

/** Text Styles **/
#content-inner,
.cke_show_borders{
	font-size: 13px;
	color: #606060;
}
#content-inner{
	margin-bottom: 10px;
}
#content-inner h1,
.cke_show_borders h1{
	font-size: 25px;
	color: #c70c47;
}
#content-inner h2,
.cke_show_borders h2{
	font-size: 18px;
	color: #77b2e1;
}
#content-inner h3,
.cke_show_borders h3{
	font-size: 14px;
	color: #c70c47;
}
#content-inner a,
.cke_show_borders a{
	color: #c70c47;
	font-weight: bold;
	text-decoration: underline;
}
#content-inner a:hover,
.cke_show_borders a:hover{
	text-decoration: none;
	color: #00517e;
}
#content-inner p,
.cke_show_borders p{
	font-size: 13px;
	color: #606060;
}
#content-inner ul,
.cke_show_borders ul{
	margin-bottom: 10px;
}
#content-inner ul,
#content-inner li,
.cke_show_borders ul,
.cke_show_borders li{
	color: #00517e;
	font-size: 12px;
	list-style-image: url('../images/content-list-style-image.png');
}
#content-inner table,
.cke_show_borders table{
	border: solid 1px #7CA6BE;
	margin-bottom: 15px;
}
#content-inner tbody,
.cke_show_borders tbody{
	border: none;
}
#content-inner tr th,
#content-inner tr td,
.cke_show_borders tr th,
.cke_show_borders tr td{
	padding: 10px;
	border-bottom: solid 1px #BBD1DE;
	border-right: solid 1px #BBD1DE;
}
#content-inner tr th,
.cke_show_borders tr th{
	font-size: 18px;
	font-weight: normal;
	color: #77b2e1;
	background-color: #F0F7FC; 
}
#content-inner tr td,
.cke_show_borders tr td{
	color: #606060;
	font-size: 13px;
}
#content-inner tr:nth-child(even),
.cke_show_borders tr:nth-child(even){
	background-color: #F0F7FC;
}

/** Inner Pages **/
.not-front #content{
	padding: 0;
}
.not-front #content-inner{
	padding: 20px;
	width: 690px;
	float: left;
}
#sidebar-second{
	width: 260px;
	min-height: 400px;
	background: #fff url('../images/sidebar-bg.png') repeat-x scroll top left;
}
#breadcrumb_wrapper{
	color: #c70c47;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
}
.breadcrumb{
	display: inline;
}


#portal-side-links{
	padding: 20px 10px 10px;
}
#portal-side-links .microsite{
	width: 213px;
	height: 46px;
	margin: 0 auto 5px;
	background: transparent url('../images/portal-side-link-box.png') no-repeat scroll center;
}
#portal-side-links .microsite a{
	display: block;
	line-height: 46px;
	color: #fff;
	font-size: 13px;
	padding-left: 10px;
	background: transparent url('../images/portal-side-link-arrow.png') no-repeat scroll right center;
}
#portal-side-links .microsite a:hover{
	color: #00517e;
	text-decoration: none;
	background: transparent url('../images/portal-side-link-arrow-hover.png') no-repeat scroll right center;
}

/** Footer **/
#footer{
	background: transparent;
	padding: 15px 0 5px;
	border-top: dotted 1px #7490c4;
	margin: 0 10px;
}
.not-front #footer{
	margin: 0 20px;
}
#footer #footer-logo{
	float: left;
	margin-left: 10px;
}
#footer .link{
	float: right;
	line-height: 50px;
	padding-right: 20px;
}
#footer .link a{
	color: #606060;
	text-decoration: underline;
	font-size: 12px;
}
#footer .link a:hover{
	color: #c70c47;
}


#home-portal-link .admin-edit{
	float: left;
}
















