/*  
Theme Name: O'Reilly's
Theme URI: http://www.oreillyspubperth.com/
Description: O'Reilly's Pub & Restaurant theme.
Version: 1.0
Author: Shelley Montreuil, Ignat Skoryh
Author URI: http://www.smsolutionsconsulting.com/

      Graphics and Design Ideas by Shelley Montreuil
       http://www.smsolutionsconsulting.com

      CSS styles, XHTML and Slices by Ignat Skoryh
       http://webapp-consulting.com

*/

body {
    background-color: #c5c28f;
    margin: 0;
    font-size: 10pt;
    font-family: Verdana, sans-serif;
}
a img {
    border: none;
}

#main {
    background-color: white;
    width: 800px;
    padding: 10px 7px;
    margin: 0 auto;
}

#sidebar {
    float: right;
    width: 275px;
}

#sidebar h2 {
    background: url(images/menu-top.png) no-repeat top left;
    padding: 15px;
    color: white;
    font-size: 12pt;
    text-align: center;
}

.terminator {
    margin-top: 10px;
    background: url(images/menu-bottom.png) no-repeat bottom left;
    height: 22px;
}

#sidebar p {
    margin-left: 10px;
}

#widgets {
    width: 254px;
    text-align: left;
    margin-left: 0.7em;
}

#header {
    width: 505px;
    /*margin-right: 296px;*/
    text-align: center;
}

#header img {
    border: none;
}

#header address {
    font-style: normal;
    font-size: 12pt;
    margin: 1em;
}

#address {
    margin: 1em 0;
}

#header big {
    font-size: 15pt;
}

#menu a {
    width: 135px;
    height: 20px;
    display: block;
    padding: 5px 1px;
    margin-bottom: 1em;
    float: left;
    background: url(images/button.png) no-repeat top left;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
    color: white;
}

#menu a.center {
    margin: 0 42px;
}

#teaser {
    background: url(images/teaser.png) no-repeat top left;
    color: white;
    font-size: 14pt;
    padding: 10px 18px;
    text-align: left;
    clear: left;
}

#content {
    width: 495px;
    /*margin-right: 286px;*/
    margin-left: 10px;
    clear: left;
}

#feeds {
    margin: 1em 0;
    text-align: center;

}
#feeds img {
    border: none;
    vertical-align: middle;
}
#feeds a {
    text-decoration: none;
    color: #902D0E;
}


#footer {
    clear: both;
    text-align: right;
    padding: 2em 0 0.5em 0;
    color: #999;
    font-size: 90%;
}
#footer a {
    color: #999;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer img {
    border: none;
    vertical-align: -30%;
}

.title {
    font-size: 14pt;
    margin-top: 1em;
    margin-bottom: 0.2em;
}

.title a {
    color: black;
    text-decoration: none;
}

.title a:hover {
    text-decoration: underline;
}

.category a {
    color: black;
    text-decoration: none;
}

.category a:hover {
    text-decoration: underline;
}

/**************************
 * Widgets
 **************************/
#calendar_wrap {
    margin-left: 3em;
}


.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    /* optional rounded corners for browsers that support it */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}

/* Styles added by Sean Newby
------------------------------*/
#content .post .ngg-albumoverview{
	float: left;
	clear: none;
	width: 120px;
}

#content .post .ngg-albumoverview .ngg-clear{
	display: none;
	float: left;
	clear: none;
}

#content .post .ngg-galleryoverview{
	float: left;
	clear: none;
}

#calendarText{
	margin-top: -8px;
	margin-left: 14px;
}

#calendarText span{
	font-style: italic;
}

.ec3_past,
.ec3_future{
	display: none !IMPORTANT;
}

.gform_wrapper .gform_footer {
clear: none !IMPORTANT;
}
