/*
Theme Name: Clean
Theme URI: 
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: WordPress
Author URI: 
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-layout, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, featured-image-header
Text Domain: aegeus
*/


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.main-nav .menu > li a {
	margin: 0 0 0.38197rem;
    font-size: 1rem;
    font-weight: bold;
}
.main-nav .menu > li.no-link > a:hover {
	color:#333;
    cursor: default;
}
.main-nav .menu li ul li a {
    font-size: 0.77254rem;
    font-weight: normal;
    color: #333;
}    
.main-nav .menu li ul li a:hover {
    color: #e61f65;
}
.main-nav .menu li ul.sub-menu {
	    margin-top: 10px;
    padding-bottom: 20px;
    background: url(images/interface_v1/dot-border-black-hor.png) repeat-x bottom;
    margin-bottom: 20px;
}
.main-nav .menu li:last-child ul.sub-menu {
    padding-bottom: 0;
    background: none;
    margin-bottom: 0;
}
.main-nav .menu li ul.sub-menu li ul.sub-menu {
	background: none;
	padding-bottom: 0;
	margin-top: 0;
	margin-left:1em;
    margin-bottom: 0;
	max-height: 0;
    transition: max-height 1s ease-out;
    overflow: hidden;
}
.main-nav .menu li ul.sub-menu li:hover ul.sub-menu {
	max-height: 600px;
    transition: max-height 1s ease-in;
}
.main-nav .menu li ul.sub-menu li.current-menu-parent ul.sub-menu,
.main-nav .menu li ul.sub-menu li.current-menu-item ul.sub-menu {
	max-height:none;
}
.main-nav .menu li ul.sub-menu li.menu-item-has-children {
	position:relative;
}
.main-nav .menu li ul.sub-menu li.menu-item-has-children:after {
	content: "\25b6";
	font-size:12px;
	display: block;
	height: auto;
	width: auto;
	position: absolute;
	top: 5px;
	right: 0;
}
.main-nav .menu li ul.sub-menu li.menu-item-has-children:hover:after {
	content: "\25bc";
	font-size:13px;
}
.main-nav .menu li ul.sub-menu li.menu-item-has-children.current-menu-item:after,
.main-nav .menu li ul.sub-menu li.menu-item-has-children.current-post-ancestor:after,
.main-nav .menu li ul.sub-menu li.menu-item-has-children.current-menu-parent:after {
	content: "\25bc";
	font-size:13px;
}
.main-nav .menu li ul.sub-menu li ul.sub-menu li a {
	display:inline-block;
	color:#333!important;
	line-height:18px;
	margin-bottom: 0;
}
.main-nav .menu li ul.sub-menu li ul.sub-menu li a:hover {
	color: #e61f65!important;
}
.main-nav .menu li ul.sub-menu li ul.sub-menu li.current_page_item a,
.main-nav .menu li ul.sub-menu li ul.sub-menu li.current-menu-item a,
.main-nav .menu li ul.sub-menu li ul.sub-menu li.current-post-ancestor a,
.main-nav .menu li ul.sub-menu li ul.sub-menu li.current-menu-parent a
{
	color: #e61f65!important;
}

.main-nav .menu li ul li.current_page_item a,
.main-nav .menu li ul li.current-menu-item a,
.main-nav .menu li ul li.current-post-ancestor a,
.main-nav .menu li ul li.current-menu-parent a {
	color: #e61f65;
}
.listing header.my_account ul li ul li {
	clear: both;
}
input.error {
    border: solid 1px #bd1550;
}
#login_error {
	display: none; 
}
.error_message {
	color: #bd1550;
    margin-bottom: 10px;
    font-weight: bold;
}
.ok_message {
	color: #558a40;
    margin-bottom: 10px;
    font-weight: bold;
}
.event_cancelation {
	    margin-top: 20px;
}
.event_cancelled {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: red;
    padding-bottom: 0.5rem;
}

.event_description {

    word-wrap: break-word;
}
h1.event_title.cancelled {
    text-decoration: line-through;
}
p {
	word-wrap: break-word;
	}
ul.alphabet li.selected a {
	    color: #e61f65 !important;
}
.block.newsletter .field .actions .action.primary {
	background: none !important;
}


.ms_search_text::-webkit-input-placeholder { 
  color: #ffffff;
}
.ms_search_text::-moz-placeholder { 
  color: #ffffff;
}
.ms_search_text:-ms-input-placeholder { 
  color: #ffffff;
}
.ms_search_text:-moz-placeholder { 
  color: #ffffff;
}
.listing h3.form-title {
	display:block;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
	margin-bottom:20px;
	margin-top:20px;
    font-size: 20px;
    font-weight: normal;
    color: #555;
}

.uploader_container {margin-bottom: 1em;}
.lecture-date {
    text-transform: uppercase;
}
.listing h2.subhead p a {
	color: #bd1550;
}
.entry_deadline span {
	text-transform: uppercase;
}