/*  
Theme Name: BranfordMagazine - Aisling variation
Theme URI: http://www.der-prinz.com/2008/01/20/wordpress-magazine-style-theme-branfordmagazine/
Description: A premium magazine-style layout for Wordpress with multiple functionalities inspired by the great themes of Brian Gardner and Darren Hoyt
Stylesheet version: 2.6.1 (released 2008-12-14, edited 2009-03-02)
Original author: Michael Oeser
Original author URI: http://www.der-prinz.com

Edited by: Aisling D'Art
Her websites include: http://www.SitesThatSoar.com/ and http://www.BranfordMagazine.com/

The CSS, XHTML and design is released under GPL.  Visit the following link for more details:
http://www.opensource.org/licenses/gpl-license.php

That GPL includes the following terms:
"...if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.

"We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software."

Credits
=======

Thanks to Michael Oeser for his "Branford Magazine" theme which has been the basis 
of this theme variation.  The following are Mr. Oeser's Credit notes from his Branford Magazine 2.6 theme:

Thanks to Darren Hoyt and his "Mimbo" theme which has been a great inspiration
and a good source for lots of the code I used for this theme especially the intensive
use of custom fields.

Thanks to Brian Gardner and "Revolution" which inspired me to put the two additional
page layouts "Featured Page" and "3-Column-Page" into the theme.

Thanks to Patrick Griffiths who delivered the script for the dropdown menues. 
http://www.htmldog.com/articles/suckerfish/dropdowns/

I'd also like to thank Klaus Hartl (stilbuero.de) for the brilliant script I used 
for the tabbed section with the fade effect.

And last but not least my very special thanks go out to all of you out there
using the theme and sending me tons of emails telling me how great this theme is.

THANK YOU ALL!!!


For Aishcenter.com website the theme was edited by: Radik Shvarts ( http://www.2ndfront.net )

/******************************************
*   Header                        
******************************************/

img.h_logo
{
position:fixed;
margin-top:0;
margin-left:0;
}

img.h_learn
{
position:fixed;
margin-top:0;
margin-left:287px;
}

/******************************************
*   HTML Elements                         
******************************************/

* {
	margin:0;
	padding:0;
	}

body, html { min-height:101%; }
	
body {
	background: #333 url("/wp-content/themes/branfordmagazine-aisling1/images/backgrounds/background.png") repeat;
        color: #333;
	padding: 13px 0 25px 0;
	}

body, select, input, textarea {
	font: 12px Arial, Verdana, Sans-Serif;
	line-height:1.5em;
	}
	
p {	margin: 15px 0;	}


hr {
	display:block;
        float:left;
        height: 1px;
	color: #999;
	background-color: #fff;
        width: 100%;
        margin-top:8px;
        margin-bottom:15px;
        border: 1px dotted #999; border-style: none none dotted;
	}

small {
	font-size: 0.9em;
	padding:0;
        display: block;
	}

small a:link, a:visited { 
	color:#366;
	text-decoration: underline!important;
        }				

small a:active, a:hover { 
	color:#890c0c;
	text-decoration: underline!important;
        }

/******* Hyperlinks ********************/

/* standard link behaviour */
a:link, a:active, a:visited { 
	color:#333;
	text-decoration: underline; 
	} 
a:hover	{ 
	color:#900;
	text-decoration: underline; 
	}

.entry a:link, a:active, a:visited { 
	color:#333;
	text-decoration: underline!important; 
	} 
.entry a:hover	{ 
	color:#900;
	text-decoration: underline; 
	}

.blogtitle a { text-decoration: none; }

/* Title area links */
.title:link, .title:active, .title:visited { 
	color: #066; 
	text-decoration: none!important;
	} 
.title:hover { 
	color: #066; 
	text-decoration: underline;
	} 
	
/* HTML headline links */
h3 a:link, h3 a:visited {text-decoration:none;}
h3 a:hover, h3 a:active {text-decoration:underline;}

h4 a:link, h4 a:active, h4 a:visited  {color:#666; text-decoration:none;}
h4 a:hover {text-decoration:underline;}


h7 a:link, h7 a:visited {color:#066969; text-decoration:none!important;}
h7 a:hover, h7 a:active {text-decoration:underline!important;}

/* Links in the sidebar */
.subnav li a:link, .subnav li a:visited { /* .subnav is the categories list */
	background:transparent url(/wp-content/themes/branfordmagazine-aisling1/images/arrow01.png) no-repeat scroll left center;
	display:block;
	padding:4px 4px 4px 20px;
	border-bottom: 1px solid #999;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:transparent url(http://vdomike.com/wp-content/themes/branfordmagazine-aisling1/images/arrow01.png) no-repeat scroll left center;
	text-decoration:none!important;
	}

#sidelist a:link, #sidelist a:active, #sidelist a:visited {text-decoration:none!important;}
#sidelist a:hover {text-decoration:underline!important;}
#sidelist .children li a, #sidelist .children li a:visited {
	border:0px none;
	text-decoration:none!important;
        background:transparent url(/wp-content/themes/branfordmagazine-aisling1/images/arrow01.png) no-repeat scroll left center;
	color: #666; padding-left:0px; padding-right:2px; padding-top:2px; padding-bottom:2px
	}
#sidelist .children li a:hover, #sidelist .children li a:active	{
	color:#000;
	text-decoration:underline!important;
	}

#leftsidelist a:link, #leftsidelist a:active, #leftsidelist a:visited {text-decoration:none!important;}
#leftsidelist a:hover {text-decoration:underline!important;}
#leftsidelist .children li a, #leftsidelist .children li a:visited {
	border:0px none;
	background:transparent url(http://vdomike.com/wp-content/themes/branfordmagazine-aisling1/images/arrow01.png) no-repeat scroll left center;
	color: #666; padding-left:0px; padding-right:2px; padding-top:2px; padding-bottom:2px
	}
#leftsidelist .children li a:hover, #leftsidelist .children li a:active	{
	color:#000;
	text-decoration:none!important;
	}

/* Links in unordered lists */
.bullets li a { text-decoration:none!important;	}
.bullets li a:hover { text-decoration:underline!important;	}

/* How tags appear */
.tags a {text-decoration:none;}
.tags a:hover {text-decoration:underline;}

/* Links within comments metadata (date, Author etc.) */
.commentmetadata a:link, .commentmetadata a:active, .commentmetadata a:visited  {text-decoration:none;}
.commentmetadata a:hover {text-decoration:underline;}

/* Links in the footer */
#footer a {text-decoration: none;} 
#footer a:hover	{text-decoration: underline;}



/******************************************
*   Images                         
******************************************/

/*** default image behaviour ***/
img { border:0; solid #999; padding:0; }


/*** WordPress specific image classes ***/


img.alignleft { float:left; margin: 0 10px 10px 0; }
img.alignright { float:right; margin: 0 0 10px 10px; }
img.aligncenter, div.aligncenter { display:block; margin:0 auto .5em auto; }


.wp-caption {
   text-align: center;
   background-color: #fff;
   margin-top:5px;
   margin-right: 15px;
   margin-bottom:0px;
}

.wp-caption img{
   padding:2px;
   border:1px solid #999;
}

.wp-caption img:hover{
   border:1px solid #333;
}

.wp-caption p.wp-caption-text {
   color:#666;
   font-size: 10px;
   line-height: 12px;
   padding: 7px 4px 2px 5px!important;
   margin: 0!important;
}


		
/******************************************
*   General Structure                         
******************************************/

#page { /*the main container*/
	width:960px;
	margin:0 auto;
	font-size:1em;
	background:#FFF;
	padding: 25px 25px 35px 25px;
	border:3px double #333;
	}

#branding {/*where the logo sits*/
	width:960px;
	height:140px;
        background-color:#333;
	padding:0;
        margin:0;
	}

#branding img {
	padding:0 !important;
        margin:0 !important;
        border:0 !important;
	}

#branding .left {
	padding:0 !important;
        margin:0 !important;
        border:0 !important;
	}

.left {
	float:left;
	}

.right {
	float:right;
        padding-top:10px;
        padding-right:10px;
	}


#sidebar {/*you guessed it: it´s the sidebar container*/
	width: 250px;
	float:right;
        padding-left:20px;
	}


#leftcol {/*the left homepage column carrying the "Featured Article" section*/
	width:287px;
        float:left;
        padding-right:18px;
        margin-top:20px;
	}

#leftcol h2, #leftcol h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#leftcol h3, #leftcol h2 {
	font-size:0.9em;
	border-top:3px solid #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#840000;
	}
	
	
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
	width:350px;
	float:left;
        padding-left:14px;
        padding-right:10px;
	padding-top:10px;
        margin-top: -2px;
	}

.widgettitle {
	width:350px;
        border-top:3px solid #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin-bottom:1px;
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}
	
/******************************************
*   Sidebar                         
******************************************/

.subnav li {/*.subnav is mainly the categories list*/
	list-style:none;
	}
#sidelist li {
	list-style: none;
	}

#leftsidelist li {
	list-style: none;
	}

#sidelist li li {
	background:transparent url(http://vdomike.com/wp-content/themes/branfordmagazine-aisling1/images/arrow06.png) no-repeat scroll left center;
        padding:0px 0px 0px 12px;
	}

#leftsidelist li li {
	background:transparent url(http://vdomike.com/wp-content/themes/branfordmagazine-aisling1/images/arrow06.png) no-repeat scroll left center;
        padding:0px 0px 0px 12px;
	}	

.bullets li {
	margin:0 0 5px 15px;
	list-style:none;
	}

	
#sidelist .bullets li {
	list-style-type: square;
	margin-bottom:5px;
	margin-left:22px;
	}

#leftsidelist .bullets li {
	list-style-type: square;
	margin-bottom:5px;
	margin-left:22px;
	}

#sidelist .children {
	background:transparent url(http://vdomike.com/wp-content/themes/branfordmagazine-aisling1/images/arrow01.png) no-repeat scroll left center;
	}

#leftsidelist .children {
	background:transparent url(http://vdomike.com/wp-content/themes/branfordmagazine-aisling1/images/arrow01.png) no-repeat scroll left center;
	}

#sidelist .children li {
	background:transparent url(http://vdomike.com/wp-content/themes/branfordmagazine-aisling1/images/arrow01.png) no-repeat scroll left center;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}


#leftsidelist .children li {
	background:transparent url(http://vdomike.com/wp-content/themes/branfordmagazine-aisling1/images/arrow01.png) no-repeat scroll left center;
	margin-left:15px;
	padding-left:15px;
	border-bottom:1px solid #fff;
	}


#sidelist .feed li{
	margin-bottom:5px;
        padding-left:20px;
	background:url('images/rss.gif') no-repeat;
	}

#leftsidelist .feed li{
	margin-bottom:5px;
        padding-left:20px;
	background:url('images/rss.gif') no-repeat;
	}

	
/******************************************
*   Headlines                         
******************************************/

.blogtitle, .blogtitle a {
	color: #000;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	padding: 20px 0px 10px 0px;
	}

h1 {
	color: #840000;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	padding: 20px 0px 0px 10px;
	}
	
h2 {
	color: #840000;
	font: 1.8em Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin: 20px 0;
	}

h3 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h2, #sidebar h3 a {
	font: 0.9em Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	margin-bottom:4px;
	font-weight:bold;
	color:#840000;
	}

#sidebar h3, #sidebar h2 {
	font-size:0.9em;
	border-top:3px solid #999;
	border-bottom:1px solid #999;
	padding:5px 0 5px 2px;
	margin:20px 0 15px 0;
	color:#840000;
	}

h3#respond {
	font-size:1.1em;
	border-top:1px solid #666;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h3 a:link, h3 a:visited {
	color: #666;;
	}

h4 {
	font-size:1.2em;
	margin-bottom:6px;
	}
	
h7 {
	font-size:1.2em;
	margin-bottom:6px;
        font-weight:bold;
	}	
	
/******************************************
*   Content                        
******************************************/

#content {
	width:685px;
	float:left
	}


#content-wide {
	width:960px;
	float:left
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	color:#999;
	}

/* Featured Articles formatting "leftcol" */

.feature {
	background: #F4F4EC url('images/backgrounds/bg_featured.jpg') repeat-x;
	padding:15px;
	border: 1px solid #ccc
	}

.feature p, #rightcol p { margin:0;	}

#leftcol img, #rightcol img, #content img {
	padding:1px;
	}

#leftcol .feature {	margin-bottom: 15px; }

/* Formating of the Leadstory stuff in the tabbed section */
			
#leadpic {
	float:left;
	margin: 0 18px 8px 0;
	padding:1px;
	border: 1px solid #999;
	}

.title, a.title  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	color: #840000;
	letter-spacing:normal;
	}
		
#lead p {
	margin-bottom:10px;
	}

.read-on a { /* This can be used to format the "[...]" link in the lead story */
	color:#840000!important;
	text-decoration:none;
	}
	
.read-on a:hover {
	text-decoration:underline;
	}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block;
	}
	
#rightcol .clearfloat {
	padding:12px 0;
	}	
	


/* Post Formatting */

.post {
	clear: both;
        display:block;
	}

.entry {
	padding-bottom:0;
	}

.post blockquote {
	color:#666;
	background:#F4F4EC;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:none;
	margin-bottom:5px;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	margin-left:15px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;	
	}	
	
.postmetadata {
	display:block;
        font-size:0.9em;
        font-color:#a2a2a2;
	margin-top:5px;
        margin-bottom:15px;
	padding:3px 7px; 
	background:#F4F4EC;
	border-top:1px solid #E6E3D3;	
	border-bottom:1px solid #E6E3D3;	
	}

.postmetadata a:link, a:visited { 
	color:#333;
	text-decoration: none;
        }				

.postmetadata a:active, a:hover { 
	color:#890c0c;
	text-decoration: underline;
        }

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	

#searchform { 	padding:16px 5px 0 0; 	}

.button {
	padding: 1px;
	background:#000;
	color:#fff;
	border:none;
	}

.button:hover {
	background:#900;
	color:#FFF;
	text-decoration:none
	}

#commentform input {
	width: 200px;
	margin: 5px 5px 1px 10px;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}


/* Comments*/

.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#F4F4EC;
	border:1px solid #E6E3D3;
	}

.commentlist blockquote {
	color:#666;
	background:#fff;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	}	

#commentform small {
	display: block;
	float: left; 
	width: 180px; 
	padding: 0; 
	margin: 3px 10px 0 0;
	text-align: right; 
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#fff;
	border:1px solid #E6E3D3;
	}



/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block;
	}	

.clearfloat {
	display:block;
	}
	
	
/******************************************
*   Footer                        
******************************************/

#footer {
	width:995px;
        height:20px;
	margin: 0 auto;
	font-size:0.9em;
	padding: 10px;
	color:#ccc;
        background-color:#070707;
	}

#footer a {
	color:#ededed;
	}

.footer-items {
float: left;
width: 100%;
}

.footer-item {
float: left;
width: 25%;
}

.footer-item ul {
padding-left: 15px;
}


/* Custom Fields */


.left-box
{
	display:block;
        margin-right:20px;
        margin-bottom:10px;
        padding:0;
	width:300px;
	float:left;
        border:0;
        clear:both;
}

.eventinfo-box
{
	display:block;
        padding:10px;
        margins:0;
	background:#e7e5e2;
	width:280px;
        border:0;
        float:left;
}

img.leadimageleft {
    float:left;
    margin-right:16px;
    margin-bottom:8px;
    padding:0;
    border:0;
}

.leadimage-box {
	float:left;
        margin:0;
        padding:0;
	width:300px;
	border:0;
        background:#666;
}

.leadimage {
	float:left;
        margin-right:12px;
        margin-bottom:8px;
        padding:0;
	border:0;
        background:#666;
}

img.centered-image {
    display:block;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding:0;
    border:0;  
    }


.thumb-box {
	display:block;
        margin-right:10px;
        margin-bottom:10px;
        padding:0;
	width:75px;
        height:75px;
	float:left;
        border:0px;
}

h5 {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:0.3em;
        padding-bottom:3px;
	margin-bottom:10px;
	font-weight:bold;
	border-bottom:1px solid #999;
        color:#840000;
	}

.labl {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

.contnt {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.eventinfo-left { 
	display: block;
	float:left; 
	width:60px;
        margin-bottom: 5px;
        padding:0;
        text-align: right;
        border:0; 
}

.eventinfo-right { 
        display: block;
        margin-bottom: 5px;
        margin-left:70px;
        padding:0;
        text-align:left;
        border:0;
}

.clear {clear: both;}

.main-content-event {
	display:block;
        float:left;
        margins:0;
        padding:0;
	border:0;
}

/* Staff boxes */

.box-wwide {
	width:685px;
        display:block;
        float:left;
        margin-bottom:10px;
        padding:0;
	border:0;
}

.left-box-small {
	display:block;
        margin-right:20px;
        margin-bottom:10px;
        padding:0;
	width:150px;
	float:left;
        border:0;
}


.left-box-smaller {
	display:block;
        margin-right:20px;
        margin-bottom:10px;
        padding:0;
	width:130px;
	float:left;
        border:0;
}


.quarter-box {
	display:block;
        margin-right:27px;
        margin-bottom:15px;
        padding:0;
	width:150px;
	float:left;
        border:0;
}

.quarter-box-last {
	display:block;
        margin-bottom:15px;
        padding:0;
	width:150px;
	float:left;
        border:0;
}

.main-content {
	width:515px;
        display:block;
        float:left;
        margins:0;
        padding:0;
	border:0;
}

.staffer-box {
	margin-bottom:10px;
        padding:0;
	width:150px;
	background:#e7e5e2;
        border:0;
}

.staffer-info { 
        margin:0;
        padding:0;
        width:150px; 
	text-align:0; 
}

/******************************************
*   Member Profiles                         
******************************************/

.image-left {
    display: block;
    float: left;
    margin-right:20px;
    margin-bottom:10px
    padding:0;
    border:0;
}

.profile-entry {
	width:530px;
        display:block;
        float:left;
	}

.profile-post {
    display: block;
    float: left;
    margin:0;
    padding-left:2px;
    width:135px;
    border:0;
}

.gallery-post {
    display: block;
    float: left;
    margin-left:2px;
    padding:0 auto;
    width:166px;
}

.gallery-thumb { 
    padding:0;
    margin:0 18px;
    width:130px;
    text-align:center; 
}

.gallery-title { 
    margin:3px 8px 10px 8px;
    width:150px;
    height:60px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; 
}

.profile-title { 
    margin-top:3px;
    margin-bottom:10px;
    width:130px;
    height:60px;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; 
}

.profile-title a {
	text-decoration:none !important;
	}
	
.profile-title a:hover {
	text-decoration:underline !important;
	}

.profile-nav {
    display: block;
    float: left;
    width:685px;
    border:0;
}

.profile-label { 
    margin-left:0; 
}

.profile-content { 
    margin-bottom:12px;
    margin-left:0; 
}

.profile-nav a {
	text-decoration:none;
	}
	
.profile-nav a:hover {
	text-decoration:underline;
	}

span.upper {
        font: 1.1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
        }

span.upperlight {
        font: 1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#999;
        }


.textcenter {
        width:100%;
        text-align:center;
        }

.extraspace { 
    margin-bottom:20px;
    height:1px; 
}

.alignleft { 
    display:block;
    float:left; 
}

.alignright { 
    display:block;
    float:right; 
}

/******************************************
*   fill out form                        
******************************************/ 

form {   
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 685px;
  width: 685px;
}

form fieldset {
  border-color: #e7e7e7;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 0;
  margin-top: 10px;
}

form fieldset legend {
	font-size:1em;
        font-weight:bold;
}

form label { 
	display: block;
	float: left; 
	width: 180px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}


form select {
	width:200px;
	margin:5px 0 0 10px;
}

.fortextarea {
	display: block;
        width:300px;
	margin:0 0 0 189px;
}


form input {
	width:auto;
	margin:5px 0 0 10px;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}


form small {
	display: block;
	margin: 0 0 5px 187px;
	padding: 1px 3px;
	font-size: 90%;
	color: #666;
}

form .required {
        font-weight:normal; /* uses class instead of div, more efficient */
} 

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}