/**
 * General CSS
 * 
 * Provide CSS for the site
 *
 * @author 			Paul Killoran <paul@starlight.ie>
 * @package			starlight
 * @subpackage		starlight.launchpad
 * @access 			public
 * @version			$Revision: 1 $
 * @modifiedby		$LastChangedBy: pkilloran $
 * @lastmodified	$Date: 2009-09-05 00:00:00 -0000 (Sat, 05 Sep 2009) $ 
 * @copyright		Copyright (c) 2009, Starlight Solutions
 *
 */


/* General Styling */
body {
    margin: 0 20px;
    padding: 0;
    font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
}
body.art_exhibition {
    background-color: #414042;
    color: #FFFFFF;
}
body.online_exhibition {
    background-color: #E8E9EB;
    color: #424244;
    overflow-y: auto;
}
body.credits {
    background-color: #FFFFFF;
    color: #CACCCB;
}

/* Header */
#header {
    padding: 20px 5px 10px 5px;
    font-size: 18px;
    font-weight: bold;
    min-width: 990px;
}
body.art_exhibition #header {
    border-bottom: 1px solid #E6E7E8;
}
body.online_exhibition #header {
    border-bottom: 1px solid #414143;
}
body.credits #header {
    border-bottom: 1px solid #424244;
}
#header .menu, #header .menu .item, #header .menu .item>*, #header .menu .item .content {
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
#header .menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
	float:left;
}
#header .menu .item {
    margin-left: 60px;
}
#header .menu .item:first-child {
    margin-left: 0;
}
#header .menu .item a {
    color: #939598;
    text-decoration: none;
}
body.art_exhibition #header .menu .item a:hover, body.art_exhibition #header .menu .active a:hover {
    color: #FFFFFF;
}
body.online_exhibition #header .menu .item a:hover, body.online_exhibition #header .menu .active a:hover {
    color: #414143;
}
body.credits #header .menu .item a:hover, body.credits #header .menu .active a:hover {
    color: #424244;
}
#header .menu .active>a,#header .menu .active {
    color: #FBB040;
}
#header .menu .item .content .calendar a {
    color: #FBB040;
}
#header .menu .item .content {
    font-size: 11px;
    display: none;
    line-height: 1.5em;
}
#header .menu .item .openbracket {
    margin: 0 4px;
    visibility: hidden;
}
#header .menu .item .content .soft {
    color: #A7A9AC;
}
#header .menu .item.active .openbracket {
    visibility: inherit;
}
#header .menu .item.active .content {
    display: inherit;
}
#header .logo-container {
	float:right;
}
#header .wevolunteer_logo {
	float:right;
	margin-bottom:5px;
}
#header .logo-container p {
	float:right;
	clear:right;
	margin:0px;
	padding:0px;
	font-size:9px; color:#A7A9AC;;
}
#gallery {
    color: #67696b;
    overflow: hidden; 
}
#gallery .column {
    width: 220px;
    float: left;
    margin: 10px 15px;
}
#gallery .container {
    margin: 0px 0px 25px;
    overflow: hidden;
    cursor: pointer;
}
#gallery .element .element_image {
    height: 190px;
}
#gallery .element .element_name {
    background-color: #818486;
    color: #ffffff;
    padding: 0px 10px;
    height:25px;
    line-height: 25px;
    font-size: 11pt;
    font-style: italic;
}
#gallery .element .element_text {
    background-color: #D0D1D3;
    font-size: 9pt;
    line-height: 20px;
    padding: 10px;
}
#gallery .element .element_text p {
    height: 145px;
    margin: 0;
    overflow: hidden;
}
#gallery .element .element_extend {
    height: 25px;
    line-height: 25px;
    font-size: 11pt; 
    text-transform: uppercase;
    background: #FCB041 url('img/more.png') no-repeat right top;
    color: #FFFFFF;
    padding: 0px 30px;
    text-align: right;
    cursor: pointer;
}
#gallery .container.element {
    height: 215px;
}
#gallery .container.story {
    height: 435px;
    padding: 10px;
    border: 2px solid #999;
}
#gallery .container.story .story_count {
    margin-top: 25px;
    font-size: 76px;
    text-align: right;
    color: #00bf33;
}
#gallery .container.story .story_header {
    font-size: 30px;
    text-align: right;
}
#gallery .container.story .story_description {
    margin-top: 55px;
    font-size: 16px;
    text-align: center;
}
#gallery .container.story .story_button {
    margin-top: 15px;
    font-size: 18px;
    padding: 5px 2px;
    text-align: center;
    background-color: #fa9c52;
}
#gallery .container.story .story_button a {
    color: #ffffff;
    text-decoration: none;
}

/* Content */
#content {
    margin: 30px 5px;
    overflow: hidden;
}
.clear {
	clear:both;
	height:0px;
	width:0px;
	padding:0px;
	margin:0px;
}
