/*
Theme Name: Alport Syndrome
Theme URI: http://alportsyndrome.org
Description: The default WordPress theme for Alport.
Version: 1
Author: ArtistikDesigns
Author URI: http://ArtistikDesigns.com/
Tags: Custom

	This theme was designed by Andy Clor
	http://artistikdesigns.com
*/

@charset "utf-8";
/* CSS Document */

body { 
    font: 14px  "Arial", Tahoma, Verdana, sans-serif; 
    background: url(images/bg.gif) left top repeat-x; 
    color: #000;  
    text-align:center;
}
a:link {
	color: #000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #9563A7;
	text-decoration: underline;
}

/* General 
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
*  { 
    margin: 0; 
    padding: 0;  
}
img {
	border:none;
}
.clear { 
    clear:both; 
} 

.right { 
    float: right; 
} 

.left { 
    float: left; 
}

.centerize {  
    width:1000px;  
    text-align:left;   
	margin:0 auto;
}
.width-25 {width:25%;}
.width-30 {width:30%;}
.width-33 {width:33%;}
.width-40 {width:40%;}
.width-45 {width:45%;}
.width-50 {width:50%;}
.width-55 {width:55%;}
.width-60 {width:60%;}
.width-66 {width:66%;}
.width-70 {width:70%;}
.width-75 {width:75%;}


/* Default Elements 
-----------------------------------------------------------------------------*/
h1 { 
    font-size: 22px;
	margin:0.8em 0 0.5em 0;
} 
     
h2 { 
    font-size: 20px;
	margin:0 0 8px 0;
} 
     
h3 { 
    font-size: 16px; 
	margin:0 0 8px 0;
} 
     
h4 { 
    font-size: 14px;     
} 
     
h5 { 
    font-size: 12px;     
}
h1, h2, h3, h4, h5 {
	font-weight:normal;	
}
     
p, div, span { 
   
}
.gfx-item {
    display:block;
    overflow:hidden;
    text-align:left;
    text-indent:-9999px;
    font-size:1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.horz-list {
	list-style:none;
}
.horz-list li {
	display:inline;
	list-style:none;	
}
.text-color1 {color:#4c1061;}
.text-color2 {color:#0076c0;}

.hr {
	display:block;
	height:1px;
	overflow:hidden;
	margin:15px 0;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #d5cad5;
}

.two-cols {
	background:url(images/vertical-divide.gif) center top repeat-y;	
}
.left-col{
	width:50%;
	float:left;
}
.right-col{
	width:50%;
	float:right;
}

a.more {
	font-size:12px;
	color:#000;
}
a.more:hover {
	color:#0076c0;
}
a.print-button-lg {
	width:60px;
	height:24px;
	background:url(images/icon-printer.gif) left top no-repeat;
}
a.print-button-lg:hover {
	background-position:left -25px;
}
.page-title {
	font-size:26px;
	color:#4c1061;
	margin-top:0;
}




/* Header 
-----------------------------------------------------------------------------*/ 
#header {
	padding:9px 0 0;	
	height:121px;
}
#logo {
	position:absolute;
	z-index:10;
	top:5px;
	margin:0;
}
#logo a {
	background:url(images/logo.png) left top no-repeat;
}
#logo,
#logo a {
	width:420px;
	height:139px;
}
#headerRight {
	width:565px;
	float:right;
	padding-right:5px;
}
#headerLogoLinks {
	text-align:right;
}
#headerLogoLinks a img {
	border:1px solid #9563a7;
	margin:0 0 0 4px;
}

/* Navigation 
-----------------------------------------------------------------------------*/ 
#mainNavigation {
	display:block;
	list-style:none;
	text-align:right;
	margin:6px 0 10px 84px;
}
#mainNavigation li {
	display:block;	
	float:left;
	padding:0 12px 0 7px;
	background:url(images/main-nav-sep.gif) right no-repeat;
}
#mainNavigation li.last {
	padding:0 0 0 7px;
	background:none;
}
#mainNavigation li a {
	font-size:14px;
	color:#0078c1;
	text-decoration:none;
	font-weight:bold;
}
#mainNavigation li a:hover {
	color:#9563a7;
}

/* Nav Icons 
-----------------------------------------------------------------------------*/ 
#navIcons {
	display:block;
	width:132px;
	padding-left:24px;
	float:right;
	list-style:none;
}
#navIcons li {
	display:block;
	list-style:none;
	float:left;
	margin-left:9px;
}
#navIcons li,
#navIcons li a {
	width:24px;
	height:29px;	
}
#navIcons li a {
	background:url(images/icons.jpg) left -4px no-repeat;
}
#navIcons li a#iconHome {background-position: left -4px;}
#navIcons li a#iconHome:hover {background-position:left -40px;}

#navIcons li a#iconContact {background-position: -32px -4px;}
#navIcons li a#iconContact:hover {background-position:-32px -40px;}

#navIcons li a#iconAbout {background-position: -65px -4px;}
#navIcons li a#iconAbout:hover {background-position:-65px -40px;}

#navIcons li a#iconSitemap {background-position: -101px -4px;}
#navIcons li a#iconSitemap:hover {background-position:-101px -40px;}


/* Footer 
-----------------------------------------------------------------------------*/ 
#footer {
	background:	#414141;
	width:968px;
	padding:8px;
	margin:20px auto 15px auto;
	text-align:left;
}
#footer,
#footer a {
	color:#FFF;
	font-size:12px;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
}
#footer .left-col {
	width:605px;	
}
#footer .right-col {
	width:340px;
	text-align:right;
	padding-top:15px;
}
#footer .right-col img {
	margin-right:10px;	
}

/* Homepage 
-----------------------------------------------------------------------------*/ 
#homeColumns{
	
}
#homeColumns a:link{
	color:#000;
}
#homeColumns .two-cols {
	background-position:464px top;
}
#homeColumns .two-cols  .left-col {
	width:452px;
}
#homeColumns .two-cols .right-col {
	width:465px;
}

/* Home CTA Boxes
-----------------------------------------------------------------------------*/
#homeCtaBoxes {
	display:block;
	list-style:none;
	padding:22px 0 13px;
}
#homeCtaBoxes li {
	list-style:none;
	display:block;
	float:left;
	margin-right:13px;
}
#homeCtaBoxes li h3 {
	color:#4c1061;
	font-weight:normal;
	font-size:16px;
	padding:0 5px 2px;
	margin:0;
}
#homeCtaBoxes li a.img-link {
	display:block;
	width:218px;
	height:96px;
	padding:4px;
	background:url(images/cta-box-img-bg.gif) left top no-repeat;
}
#homeCtaBoxes li a.more {
	display:block;
	font-size:12px;
	color:#0076c0;
	text-decoration:none;
	font-weight:bold;
	margin:2px 0 0 5px;
}
#homeCtaBoxes li a.more:hover {
	color:#9563a7;
}
#homeCtaBoxes li a.more img {
	margin-top:5px;
	margin-bottom:-5px;
}
#homeCtaBoxes li.last {
	margin:0;
}

/* Home Announcements 
-----------------------------------------------------------------------------*/
#homeAnnouncements {
	display:block;
	overflow:hidden; /* This is temp till actual paging can be done for CMS */
	height:200px;
	font-size:12px;
	margin-top:1em;
	list-style:none;
}
#homeAnnouncements a {
	color:#000;
}
#homeAnnouncements h4 {
	font-weight:bold;
	width:80%;
	margin:0;
	padding:0;
}
#homeAnnouncements li {
	display:block;
	list-style:none;
	margin:0!important;	
	margin-bottom:17px;
}
#homeAnnouncements li em {
	display:block;
	font-style:normal;
	margin-bottom:3px;
}
#homeAnnouncements li a.more {
	color:#4c1061!important;
}
#homeAnnouncements li a:hover {
	color:#0076c0!important;
}

/* Your template 
-----------------------------------------------------------------------------*/
#pageWrapper {
	background:url(images/bg-middle.jpg) center 82px no-repeat;
}
#page {
	width:945px;	
	padding:0 27px 0 28px;
	margin:0 auto;
	text-align:left;
	min-height:720px;
	height:auto!important;
	height:720px;
}
#page p {
	margin:	1em 0;
}
.subPage .left-col ul,
.subPage .left-col ol{
	margin:0;
}
.subPage .left-col ul li,
.subPage .left-col ol li{
	margin:0 0 .6em 30px;
}
#flashWrapper {
	width:930px;
	margin:0 auto;
}
#subheaderimg {
	width:945px;
	margin:0 auto;
}

.subPage {
	margin-top:35px!important;
	background-position: 683px top;
}
.subPage .right-col {
	width:270px;
}
.subPage .left-col {
	width:630px;
}

#pageSubNav {
	display:block;
	border-top:1px solid #d5cad5;
	margin-top:10px;
}
#pageSubNav li {
	list-style:none;
	display:block;
	border-bottom:1px solid #d5cad5;
}
#pageSubNav li a {
	display:block;
	text-decoration:none;
	color:#4c1061;
	padding:12px 10px 10px 20px;
}
#pageSubNav li a:hover {
	color:#0076c0;
	background:#f4fbff;
}
#pageSubNav li a.selected,
#pageSubNav li a.selected:hover {
	font-weight:bold;
	color:#4c1061;
	background:#f3e9f7;
	cursor:default;
}

.blackfont14 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
a.blackfont14:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
}
a.blackfont14:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
a.blackfont14:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:underline;
}

/* Forms 
-----------------------------------------------------------------------------*/ 



/* Header Search Form 
-----------------------------------------------------------------------------*/
#searchform {
	display:block;
	width:272px;
	float:left;
	margin:0 0 0 137px;
}
#page #searchform {
	display:block;
	width:400px;
	margin:0 0 0;
}
#searchform input[type="text"],
#searchform input.text-input,
#searchform input#s {
	border:1px solid #0079c2;
	width:215px;
	font-size:12px;
	padding:3px 4px 5px;
	margin-right:5px;
	float:left;
	color:#0079c2;
}
#page #searchform input#s {
	width:300px;	
}
#searchform #searchsubmit {
	width:42px;
	height:25px;
	overflow:hidden;
	text-align:left;
	line-height:900;
	text-indent:-9999px;
	background:url(images/btns.gif) left top no-repeat;
	cursor:pointer;
	border:0;
}
#searchform #searchsubmit:hover {
	background-position: left -26px;
}
#searchform label {
	display:none;
}
/* Misc Fonts
-----------------------------------------------------------------------------*/
.whitefont {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding-left: 5px;
}
.font12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Blog Styles 
-----------------------------------------------------------------------------*/ 
h2.post-title,
h2.post-title a {
	color:#000;
	text-decoration:none;
}
h2.post-title { 
	margin:0;
}
h2.post-title a:hover {
	color:#F00;
}
.post {
	padding-bottom:20px;	
}
.search-result-item {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:11px;
}

/* Blog Styles - Page Navigation
-----------------------------------------------------------------------------*/
.postmetadata {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:7px 10px 5px;
	color:#333;
}
.postmetadata a {
	color:#000;
	font-weight:bold;
}
.post-title {
	font-size:24px;	
}

.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar ul li ul li{
	margin:0 0 0 20px;
	padding:0;
	list-style:none;
}
.sidebar ul li h2{
	font-weight:normal;
	color:#272727;
	margin:15px 0 5px;
}
.navigation {
	min-height:15px;
	height:auto!important;
	height:15px;
	background:#e5e5e5;
	padding:5px 10px;
	margin-bottom:15px;
	font-size:12px;
}
.navigation a {
	color:#75248a;	
}




/* Blog Styles - Comments 
-----------------------------------------------------------------------------*/
#comments {
		
}
h3#comments {
		
}
.commentlist {
	list-style:none;
	margin:0!important;
	padding:0;
	display:block;
	font-size:12px;
}
.commentlist li {
	display:block;
	list-style:none;	
	margin:0;
	padding:10px 13px;
}
.commentlist li.even {
	background:#f0f0f0;	
	color:#666;
}
.commentlist li div.vcard a {
	margin-right:3px;
}
.commentlist li div.vcard .avatar {
	float:left;
	margin-right:5px;
	border:1px solid #999;
}
.commentlist li div.vcard cite,
.commentlist li div.vcard em{
	float:left;
	font-size:11px;
}
.commentmetadata {
	font-size:11px;
	font-style:italic;
}
.commentlist .comment {
	border-bottom:1px solid #CCC;
}
.commentlist .odd {
	background:#bb825a;	
}





.formfields {
	border:1px solid #CCC;
	font-size:12px;
	padding:3px 4px 5px;
	margin-right:5px;
	color:#0079c2;
}
.formtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
