﻿@import url(reset.css);
@import url(color.css);
@import url(typography.css);

html, body 
{
	height: 100%;
	margin: 0;
	padding: 0;
}

.actions 
{
	text-align: center;
	padding: 10px 0;
}

.box 
{
	border-style: solid;
	margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 10px 2px 10px;
    width: 525px;
}

.button {
	border-style: none none solid;
	border-width: medium medium 1px;
	padding: 5px 8px;
}

.dates 
{
	display: inline;
}

.dates input 
{
	width: 70px !important;
}

.dates label 
{
	float: none !important;
	width: auto !important;
}

.description 
{
    overflow: hidden;
}

.field
{
	padding: 5px;
}

.field label 
{
	float: left;
	width: 110px;
}

.field select 
{
	width: 165px;
}

.field input
{
	width: 160px;
}

.field input.large, .field select.large 
{
    width: 400px;
}

.field input[type=checkbox] 
{
    width: auto;
}

fieldset 
{
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.float-r 
{
    float: right;
}

.gallery 
{
	overflow: hidden;
	display: table;
	margin-bottom: 8px;
}

.gallery a, a.image 
{
	border-style: solid;
	border-width: 1px;
	display: block;
	margin: 3px;
	padding: 2px;
	text-decoration: none;
}

.gallery img, a.image img 
{
	border: none;
}

.gallery li 
{
	display: table-cell;
	vertical-align: middle;
}

h1
{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 5px;
	margin-bottom: 8px;
}

h2, h3 
{
    margin-bottom: 8px;
}

.icon-l 
{
	padding-left: 20px;
}

.icon-r
{
	padding-right: 20px;
}

.image-r 
{
	float: right;
}

.image-l 
{
	float: left;
}

.inline input 
{
    float: none;
    width: auto;
}

.inline label 
{
    float: none;
    width: auto;
}

#links 
{
    position: absolute;
    top: 5px;
    right: 5px;
}

#links li 
{
    display: inline;
}

.list 
{
    padding-left: 10px;
    margin-bottom: 10px;
}

.list li 
{
    padding-left: 18px;
}

.pager
{
    margin-bottom: 8px;
	text-align: right;
}

.pager label 
{
	margin-right: 5px;
}

.pager li
{
	display: inline
}

.pager a
{
	padding: 1px 3px;
	border-style: solid;
	border-width: 1px;
	line-height: 1.5em;
	margin-left: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

p, ul, fieldset
{
    margin-bottom: 8px;
}

.text-c 
{
    text-align: center;
}

.text-r 
{
	text-align: right;
}

.vevent 
{
	line-height: 1.5em;
	margin-bottom: 12px;
	padding: 0 8px 8px 95px;
	position: relative;
	z-index: 1;
}

.vevent .categories 
{
    display: block;
    margin-top: 3px;
	padding-left: 18px;
}

.vevent h3 
{
    margin-bottom: 3px;
}

.vevent .location 
{
    margin-bottom: 0 !important;
}

.vevent .summary 
{
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 3px;
	margin-bottom: 3px !important;
	padding-top: 3px;
}

.vevent .url img 
{
	border-width: 1px;
	border-style: solid;
	max-width: 80px;
	padding: 2px;
	position: absolute;
	top: 5px;
	left: 0;
}

.weather 
{
	margin-bottom: 12px;
	position: relative;
}

#wrapper
{
	margin: 0 auto;
	padding: 22px 0 5px 0;
	position: relative;
	width: 550px;
}
