@charset "utf-8";
/* CSS Document */

/* -------------- 1. CSS Reset -------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, p, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-size:100%;
	color:#;
}
h1,h2,h3,h4,h5,h6,hr,p,ul,ol,dl,pre,address,table,form{
margin:0 0 15px;
font-weight:normal;
}
blockquote, q {
	quotes: none;
}
blockquote p {
margin-bottom:0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -------------- 2. General Styles -------------- */

html {}
body {
	margin:0;
	padding:0;
	backgroundA:#f8f8f8;
	line-height:1.8;
	font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	font-size:.75em;
}


/* -------------- 3. Typography & Headers -------------- */

a:link {
color:#111;
text-decoration:none;
}
a:visited {
color:#111;
text-decoration:none;
}
a:hover {
color:#333;
text-decoration:none;
}
a:active {
text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
margin:0;
padding:0;
margin-bottom:10px;
}
h1, h2, h3, h4, h5, h6 {
color:#0f0f0f;
}
address, table {
font-size:1em;
}
pre {
background:#f4f4f4;
padding:7px 10px;
font-size:1.167em;
border:1px solid #ccc;
}
code {
background:#f4f4f4;
padding:7px 10px;
font-size:1.167em;
display:block;
}
p, li {
line-height:1.85;
}
p {
font-size:1em;
margin-bottom:15px;
}
.copyright p {
color:#444;
font-size:.9em;
margin:16px 0 0;
float:left;
}
img {
display:block;
margin-bottom:15px;
}
div.entries, div.entries_full img {
}
#eventtext {
width:450px;
font-size:15px;
font-weight:300;
color:#000;
letter-spacing:-1px;
margin-bottom:10px;
line-height:1.3em;
}
#abouttext {
width:550px;
font-size:15px;
font-weight:300;
color:#000;
letter-spacing:-1px;
margin-bottom:10px;
line-height:1.3em;
}
h1 {
font-size:2.67em;
letter-spacing:-1px;
margin-bottom:10px;
line-height:1.33em;
}
h2 {
font-size:2.09em;
margin-bottom:10px;
line-height:1.5em;
}
h3 {
font-size:1.85em;
margin-bottom:10px;
line-height:1.5em;
}
h4 {
font-size:1.59em;
margin-bottom:10px;
}
h5 {
font-size:1.12em;
text-transform:uppercase;
letter-spacing:1px;
margin-bottom:12px;
}
h6 {
font-size:1em;
text-transform:uppercase;
letter-spacing:1px;
}
h7 {
font-size:1.12em;
text-transform:uppercase;
letter-spacing:1px;
}
h8 {
font-size:0.938em;
color:#000;
text-transform:uppercase;
letter-spacing:1px;
margin-bottom:12px;
}
h9 {
font-size:1.20em;
margin-bottom:10px;
}
h1.posttitle {
margin-top:-9px;
font-size:2.25em;
}
h2.widgettitle {
margin-top:-4px;
}
.headline_title h3 {
color:#222;
font-size:1.4em;
line-height:30px;
margin-top:4px;
margin-bottom:0;
padding:0 3px 0 10px;
letter-spacing:-.2px;
}
.headline_inner h4 {
color:#333;
font-size:1.3em;
margin:9px 0 2px 0;
*margin-top:10px;
float:left;
letter-spacing:.2px;
}
h4.folio {
color:#555;
font-size:1.3em;
letter-spacing:.2px;
}
.footer h5 {
color:#1f1f1f;
font-size:1.4em;
text-transform:none;
letter-spacing:0px;
line-height:1.5em;
}
blockquote {
margin:20px 0;
padding:5px 5px 5px 50px;
background:url("../images/quotes.png") no-repeat scroll 0 -7px transparent;
}
table, td, th {
text-align:center;
vertical-align:middle;
}
table {
	margin:10px 0;
	border-collapse:separate;
	border-spacing:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
table th {
background:#f4f4f4;
padding:10px;
border-bottom:1px solid #fff;
font-size:.85em;
text-transform:uppercase;
letter-spacing:1px;
}
table td {
	padding:10px;
	font-size:.9167em;
	border-top-width: 0px;
	border-top-style: none;
}
table tr {
background:#;
}
ol, ul {
	list-style: none;
	padding:0;
	margin-left:0;
	margin-bottom:20px;
	margin-right:0;
}
ul {
border-top:1px solid #e7e7e7;
color:#555;
}
ul li {
background:url("../images/arrow_8px_70opac.png") no-repeat scroll 0 50% transparent;
list-style-type:none;
border-bottom:1px solid #e7e7e7;
padding:5px 0 5px 15px;
}
ul li:hover {
}
ul a {
color:#777;
text-decoration:none;
}
ul a:hover {
color:#444;
text-decoration:none;
}
ul.reset {
border:none;
}
ul.reset li {
background:transparent;
list-style-type:none;
border:none;
padding:0;
}
#header_container ul li, #header_container ul {
list-style-type:none;
}
#main_container ol {
border-top:1px solid #D6D6D6;
color:#555555;
}
#main_container ol li {
border-bottom:1px solid #D6D6D6;
list-style-position:inside;
list-style-type:decimal;
padding:5px 0 5px 0;
}
ul.menu {
margin-bottom:10px;
}
ul.menu a 
color:#555;
font-size:1.05em;
display:block;
}
ul.menu a:hover {
color:#000;
}
.footer ul {
border-top:1px solid #999;
color:#555555;}
.footer ul ul li {
background:transparent;
list-style-type:none;
border-bottom:1px solid #999;
padding:4px 0 4px 4px;
}
.footer ul ul li:hover {
color:#333;
background:#b2b2b2;
}
.footer ul a:hover {
color:#555;
}
.footer a {
color:#555;
display:block;
}
.footer a:hover {
text-decoration:none;
}
.footer_form p {
margin-bottom:9px;
}
ul.link_v, ul.links_h  {
margin:0;
}
ul.links_v li {
list-style:none;
}
ul.links_h li {
list-style:none;
display:block;
float:left;
margin:0 20px 0 0;
}
ul.widgets, ul.footer_widgets {
border-top:0;
}
ul.widgets ul.twitter li {
background:url("../images/twittericon.png") no-repeat scroll 0 5px transparent;
margin:8px 0 0;
padding:0 0 9px 25px;
}
ul.twitter a.twitter-link {
display:inline;
}
ul.widgets h3 {
font-size:1.12em;
margin-bottom:12px;
}
ul.footer_widgets h3 {
margin-bottom:12px;
color:#1f1f1f;
font-size:1.4em;
letter-spacing:0;
text-transform:none;
}
ul.widgets li, ul.footer_widgets li {
background:none;
padding-left:0;
border-bottom:0;
}
ul.widgets ul li {
background:url("../images/arrow_8px_70opac.png") no-repeat scroll 0 50% transparent;
padding-left:15px;
border-bottom:1px solid #e7e7e7;
}
ul.footer_widgets ul li {
border-bottom:1px solid #999;
}
ul.widgets ul.thumblist {
border:none;
*border:1px solid #f8f8f8;
}
ul.widgets ul.thumblist li {
position:relative;
line-height:1.6;
background:transparent;
list-style-type:none;
border:none;
padding:0;
height:70px;
overflow:hidden;
font-size:.95em;
}
ul.widgets ul.thumblist li a {
color:#333;
}
ul.widgets ul.thumblist li img {
border:1px solid #eee;
padding:4px;
margin:0 10px 10px 0;
}
ul.widgets ul.thumblist li .date {
text-transform:uppercase;
font-size:10px;
}
.footer ul.footer_widgets ul.thumblist {
border:0;
}
.footer ul.footer_widgets ul.thumblist li {
border:0; padding-top:0;
}
.footer ul.footer_widgets ul.thumblist a {
padding-bottom:8px;
}
.footer ul.footer_widgets ul.thumblist img {
background:#aaa;
border:1px solid #999999;
margin-right:17px;
height:50px;
width:67px;
}
.footer ul.footer_widgets ul.thumblist li:hover {
background:none;
}
ul.widgets ul a {
color:#555;
font-size:1.05em;
display:block;
}
ul.widgets ul a:hover {
color:#000;
}
.nobg li {
list-style:none;
background:none;
padding-left:none;
}
.thumblist li {
position:relative;
line-height:1.6;
*zoom: 1.0;
}
.thumblist li img {
border:1px solid #eee;
padding:4px;
margin:0 10px 10px 0;
}
.thumblist li .date {
text-transform:uppercase;
font-size:10px;
}
.twitter li {
background:url(../images/twittericon.png) 0px 5px no-repeat;
padding:0 0 7px 25px;
font-size:1em;
}
.italic {
font-style:italic;
}
.highlight_yellow {
color:#444;
background:#ffff55;
padding:3px 2px;
}
.highlight_green {
color:#444;
background:#aaff66;
padding:3px 2px;
}
.highlight_gray {
color:#222;
background:#e1e1e1;
padding:3px 2px;
}
.highlight_blue {
color:#444;
background:#7ef;
padding:3px 2px;
}
.highlight_black{
color:#ccc;
background:#000;
padding:3px 2px;
}
.date {
color:#999;
}
a.gray {
color:#777;
}
a.gray:hover {
color:#333;
}
.fontsize16 {
font-size:16px;
}
.fontsize18 {
font-size:18px;
}
.fontsize21 {
font-size:21px;
}
.fontsize48 {
font-size:48px;
line-height:1.3;
}
.font105em {
font-size:1.05em;
}
.black {
color:#000;
}
.meta {
color:#888;
font-size:.95em;
margin:0;
}
.meta span {
padding:0 20px 0 20px;
}
.meta a {
color:#888;
}
.meta a:hover {
color:#333;
}
p.meta {
margin:0 0 8px 0;
}
span.postdate {
background:url(../images/postdate.png) no-repeat left bottom;
}
span.tags {
background:url(../images/tags.png) no-repeat left bottom;
}
span.comments {
background:url(../images/comments.png) no-repeat left bottom;
}
.portfolio_small {
height:34px;
overflow:hidden;
width:217px;
}
.portfolio_medium {
height:34px;
overflow:hidden;
width:300px;
}
ul.widgets ul li.recentcomments, ul.footer_widgets ul li.recentcomments {
background:none;
padding-left:0;
}
ul.socialwrap {
border-top:none;
}
.shareinpost {
margin-top:25px;
}
img#fullResImage {
margin-bottom:0;
}
ul.widgets ul#recentcomments a {
display:inline;
}


/* -------------- 4. Layout -------------- */

div#wrapper {
margin:0 auto;
text-align:center;
}
div#header_wrap {
margin:0 auto;
background:#b1b1b1 url(../images/radial_header.jpg) center top no-repeat;
}
div#navline_container {
margin:0 auto;
text-align:center;
}
div.logo {
float:left;
margin:22px 0px 0 0;
padding-bottom:22px;
}
.logo img {
margin-bottom:0;
}
div.navline {
float:right;
margin:35px auto 0;
padding:0 0px 0 40px;
text-align:left;
}
div#header_container {
margin:0 auto;
text-align:center;
border-top:2px solid #222;
}
div.header {
	width:960px;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
	border-bottom:0px solid #e3e3e3;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div.feature_container {
background:url(../images/slider_shadow.png) 50% 100% no-repeat;
margin:0 auto;
text-align:center;
}
div.no_bg {
background:transparent;
}
div.feature {
width:960px;
margin:0 auto;
padding:5px 20px 0;
text-align:left;
}
div.feature_entry {
padding:0px 0 0;
height:380px;
overflow:hidden;
background:url(images/transparent.html) no-repeat center center;
}
div.slider_controls {
margin:0 auto;
height:45px;
width:960px;
text-align:center;
}
div#headline_container {
background:transparent;
margin:0 auto;
text-align:center;
border-bottom:0px solid #eaeaea;
}
div.headline {
width:960px;
margin:0 auto;
padding-left:20px;
padding-right:20px;
text-align:left;
border-top:0px solid #ddd;
}
div.headline_inner {
float:left;
padding:0px 0 19px;
height:49px;
}
div.headline_search {
float:right;
margin-top:8px;
height:50px;
}
div.headline_title {
height:40px;
width:150px;
background:url(../images/headline_bg.png) left center no-repeat;
float:left;
padding:0;
margin:5px 0 0 0;
text-align:center;
}
div.headline_title_slider {
height:40px;
width:40px;
float:left;
padding:0;
margin:5px 0 0 0;
text-align:center;
}
div#navmenu ul {
margin: 0;
padding: 0; 
list-style-type: none;
list-style-image: none;
}
div#navmenu li {
float: left;
display: inline;
}
div.headline_close {
background:url(../images/headline_close.png) left bottom no-repeat;
float:left;
height:41px;
margin-top:1px;
padding-left:30px;
}
div.headline_close_slider {
float:left;
height:41px;
margin-top:1px;
padding-left:30px;
}
div#main_container {
margin:0 auto;
text-align:center;
background:url(../images/header_shadow.png) no-repeat scroll center top #f8f8f8;
}
div.main {
	margin:0 auto;
	padding:1px 20px 56px;
    *padding-bottom:28px;
	text-align:left;
	width:960px;
	_width:975px;
	height:auto;
}
div.events {
	overflow:auto;
	margin:0 auto;
	padding:1px 20px 56px;
	text-align:left;
	width:960px;
	height:700px;
}
div.contact {
	margin:0 auto;
	padding:1px 20px 56px;
	text-align:left;
	width:960px;
	height:auto;
}
div.content {
float:left;
position:relative;
padding:0 32px 0 0;
margin:35px 0 0px 0;
border-right:1px solid #cccccc;
}
div.content_full {
padding:0 32px 0 0;
margin:35px auto 0px;
width:960px;
}
div.entries {
margin-bottom:35px;
}
div.entries_full {
margin-bottom:0;
}
div.events_full {
	height:600px;
margin-bottom:0;
}
div.entry {
width:570px;
padding:0;
margin:0 0 20px 0;
}
div.entry_full {
width:960px;
padding:0;
margin:0 auto 0;
}
div.sidebar {
float:right;
position:relative;
margin-top:35px;
}
div.sidebar_box {
position:relative;
width:330px;
padding:0;
margin:0 0 20px 27px;
}
div#footer_container {
background:#b0b0b0 url(../images/radial_footer.jpg) 50% 0% no-repeat;
margin:0 auto;
text-align:center;
border-top:4px solid #bababa;
}
div.footer {
color:#7f7f7f;
width:960px;
padding:0 20px 5px;
margin:0 auto;
text-align:left;
}
div.copyright_container {
background:#151515;
margin:0 auto;
text-align:center;
border-top:0px solid #fff;
}
div.copyright {
	width:960px;
	height:43px;
	margin:0 auto;
	text-align:left;
	padding:2px 20px 0;
	background-color: #3C2115;
}
div.copyright div.logo_fade {
background:url(../images/logo_fade_pony.png) left 1px no-repeat;
float:left;
height:31px;
width:131px;
margin:5px 42px 0 0;
}
div.copyright div.social {
	float:right;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 45px;
}
div.copyright div.social img {
float:left;
padding:0 5px;
margin:0;
}
div.nav {
float:left;
margin:60px 15px 0;
}
div#slider {
width:960px;
height:340px;
margin-bottom:45px;
}
div#slider img {
margin-bottom:45px;
}
div.underslider {
background:url(../images/20_opac_bar.png) repeat-x scroll center top transparent;
padding-top:6px;
position:relative;
text-align:right;
top:346px;
}
div.feature_contentslider {
background:url(../images/slider_shadow.png) 50% 97% no-repeat;
}
div.round {
margin:5px 0 5px 0;
padding:15px 0px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
width:960px;
text-align:center;
}
div.round h4 {
text-transform:normal;
}
.box_162 {
width:142px;
padding:0 20px 0 0;
margin:20px 0 30px;
display:block;
float:left;
}
.box_30 {
width:30.8%;
padding:0 20px 0 0;
margin:20px 0 30px;
display:block;
float:left;
}
.box_300 {
width:300px;
padding:0 0px 0 20px;
margin:20px 0 40px;
display:block;
float:left;
}
.archive_header {
margin-bottom:15px;
}
#main_container ol.comments {
border:none;
}
div.comment-author {
float:left;
height:110px;
margin-right:18px;
overflow:hidden;
width:88px;
}
#main_container li.comment {
background:none repeat scroll 0 0 #EFEFEF;
margin-bottom:15px;
min-height:105px;
padding:15px 20px 14px 14px;
width:564px;
border:none;
-moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px;
}
img.avatar {
height:88px;
width:88px;
margin:0;
}
.comment cite {
font-size:11px;
font-style:normal;
}
li.comment .comment-meta a {
color:#999;
font-size:0.80em;
}
li.comment div.reply {
display:block;
position:absolute;
left:408px;
text-align:right;
top:-2px;
}
li.comment div {
position:relative;
}
li.comment p {
margin-top:2px;
margin-bottom:5px;
}
.comment-body p {
color:#333333;
font-size:0.95em;
}
a.comment-reply-link {
color:#999;
font-size:0.95em;
}
a.comment-reply-link:hover {
color:#333;
}
#comments-title, #reply-title {
margin-top:35px;
}
form#commentform textarea, form#commentform input {
-moz-border-radius:3px 3px 3px 3px;
-webkit-border-radius:3px 3px 3px 3px;
background:#efefef;
background: -webkit-gradient(linear, left top, left 10, from(#efefef), color-stop(2%, #eaeaea), to(#efefef));
background: -moz-linear-gradient(top, #efefef, #eaeaea 0px, #EFEFEF 7px);
}
form#commentform textarea {
height:111px;
margin-left:85px;
margin-top:0;
max-width:496px;
width:488px;
margin-bottom:0;
}
form#commentform input {
padding:11px;
width:485px;
}
form#commentform input#submit {
width:150px;
float:right;
font-size:11px;
background:#d7d7d7;
color:#333;
}
form#commentform input#submit:hover {
background:#ccc;
color:#555;
}
form#commentform label {
color:#555555;
display:block;
float:left;
font-size:14px;
margin-right:10px;
padding-top:4px;
width:75px;
text-align:left;
}
form#commentform p {
margin-bottom:10px;
text-align:right;
}
form#commentform {
margin-bottom:10px;
}
form#commentform p.submit {
font-size:11px;
margin:0;
}
div.portfolio_small {
height:70px;
margin-bottom:10px;
overflow:hidden;
}
div.portfolio_medium {
height:70px;
margin-bottom:10px;
overflow:hidden;
}
div.portfolio_large {
height:112px;
margin-bottom:10px;
overflow:hidden;
}




/*Navigation*/

div#navline_container {
margin:0 auto;
text-align:center;
}
div.navline {
float:right;
margin:35px auto 0;
padding:0 0px 0 40px;
text-align:left;
}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 0px;
 left: 100%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


ul.dropdown {
 padding-bottom: 0px;
}
ul.dropdown a {
 font-size:14px;
 font-family:"Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
}

	ul.dropdown li {
	 padding: 5px 6px;
	 color: #000;
	}
	
	#active a
{
	font-weight:bolder;
}

	ul.dropdown li.divider {
	 border-top: solid 1px #f1f1f1;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 color: #000;
	 background-color:transparent;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{}
	ul.dropdown a:hover { color: #ccc; background-color:transparent; text-decoration: none; }
	ul.dropdown a:active	{}
	
	ul.dropdown li a, ul.dropdown .dir {color:#eee;}
	ul.dropdown ul .dir {color:#aaa;}


/* -- Components override -- */
ul.dropdown a,
ul.dropdown span {
 display: block;
 padding: 10px 2px 10px 19px;
}

/*-------------------------------------------------/
 * @section		Base Style Override
 */

ul.dropdown li {
 padding:0;
 border: none;
}


/*-------------------------------------------------/
 *	@section	Custom Styles
 */

ul.dropdown li a,
ul.dropdown *.dir {
 color:#000;
 border-style: solid;
 border-width: 0;
 border-color: #fff;
}

ul.dropdown ul li a,
ul.dropdown ul *.dir {
 border: none;
}


ul.dropdown-vertical li a,
ul.dropdown-vertical *.dir {
 border-width:0;
}

ul.dropdown-vertical-rtl li a,
ul.dropdown-vertical-rtl *.dir {
 border-width:0;
}

/* -------------- 7. Misc Extra -------------- */

.wp-pagenavi a, .wp-pagenavi span {
-moz-border-radius:3px 3px 3px 3px;
background:none repeat scroll 0 0 #EFEFEF;
margin:2px;
padding:5px 9px;
text-decoration:none;
border:0px;
}
span.current {
color:#333;
background:#ccc;
}
.piecemaker {
height:380px;
}
div.clear, .clear, hr.clear {
clear:both;
margin:0;
padding:0;
border:0;
}
.clearboth {
clear:both;
display:block;
font-size:0;
height:0;
line-height:0;
width:100%;
}
h2.cleardivs {
clear:both;
border:1px solid #eee;
width:99%;
}
.iefix {
display:none;
}
div.bx_wrap a.prev {
float:left;
}
div.bx_wrap a.next {
float:right;
}
a.next {
background:url(../images/next.png) center center no-repeat;
width:13px;
height:21px;
border:none;
float:left;
margin-top:25px;
}
a.prev {
background:url(../images/prev.png) center center no-repeat;
width:13px;
height:21px;
border:none;
float:left;
margin-top:25px;
}
a.prev:hover, a.next:hover {
cursor:pointer;
}
div.carousel_container {
margin:0;
padding-top:20px;
*padding:0;
*margin-top:20px;
}
div.carousel {
float:left;
margin:0 30px;
}
.carousel img {
background-color:#c6c6c6;
border:1px solid #aeaeae;
width:115px;
height:60px;
padding:4px;
margin:0;
}
div.carousel ul {
border:none;
}
div.carousel li {
padding:0 10px;
background:transparent;
list-style-type:none;
border:none;
float:left;
}
.magnify {
width:100%; overflow:hidden;
margin:15px 0 15px 0;
}
.magnify a {
position:relative;
float:left;
margin:0px;
}
.magnify a img {
margin:0;
}
.magnify a div {
display:none;
background:url(../images/magnify.png) 50% 50% no-repeat;
width:100%; 
height:100%; 
position:absolute;
}
.magnify a:hover div {
display:block;
}
.magnify a div:hover {
background color:!;
background:url(../images/magnify.png) 50% 50% no-repeat;
}
div.mag, div.mag2 {
background:#fff;
position:relative;
overflow:hidden;
margin:12px 0;
}
div.mag_blog {
width:600px;
height:213px;
}
.mag a img, .mag a:hover img, .mag2 a img, .mag2 a:hover img {
border:medium none;
outline:medium none;
position:relative;
text-decoration:none;
z-index:2;
margin:0;
}
.mag img, .mag2 img, .mag_blog img {
display:inline;
float:left;
}
.mag span, .mag2 span {
background:url("../images/magnify_solid.png") no-repeat scroll center center #111;
left:0;
position:absolute;
top:0;
z-index:1;
width:100%;
height:100%;
}
.mag a.noimage span {
background:none;
}
li div {
display:inline;
}
#searchwrapper input {
color:#444;
font-size:1em;
background:transparent;
-moz-box-shadow:none;
border:none;
}
#searchwrapper {
width:302px; /*follow your image's size*/
height:34px;/*follow your image's size*/
background-image:url(../images/search.png);
background-repeat:no-repeat; /*important*/
padding:0px;
margin:0px;
position:relative; /*important*/
}
#searchwrapper form { display:inline ; }
.searchbox {
border:0px; /*important*/
background-color:transparent; /*important*/
position:static; /*important*/
width:256px;
height:18px;
padding:9px 0 10px 39px;
padding-top:11px\9;
}
.searchbox_submit {
border:0px; /*important*/
background-color:transparent; /*important*/
position:absolute; /*important*/
top:4px;
left:265px;
width:32px;
height:28px;
padding:0;
}
.hRow {
display: none;
}
#error {
	color:#111;
	font-size:10px;
	display:none;
}
.footer_form textarea {
width:282px;
height:100px;
}
.footer_form label {
margin-left:10px;
}
.footer_form input, .footer_form textarea {
margin-top:-1px;
padding:6px 7px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.footer_form input {
width:200px;
}
.footer_form .submit input {
color:#444;
font-size:12px;
background:#929292;
}
.footer_form .submit input:hover {
color:#777;
background:#999;
}


/* -------------- 8. CSS3 -------------- */

@font-face {
	font-family: 'ComfortaaRegular';
	src: url('fonts/comfortaa_regular-webfont.eot');
	src: local('?'), url('fonts/comfortaa_regular-webfont.woff') format('woff'), url('fonts/comfortaa_regular-webfont.ttf') format('truetype'), url('fonts/comfortaa_regular-webfont.svg#webfontIalBXB63') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'freeBebasRegular';
	src: url('fonts/bebas___-webfont.eot');
	src: local('?'), url('fonts/bebas___-webfont.woff') format('woff'), url('fonts/bebas___-webfont.ttf') format('truetype'), url('fonts/bebas___-webfont.svg#webfont8RgMyJXk') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DroidSansMonoRegular';
	src: url('fonts/droidsansmono-webfont.eot');
	src: local('?'), url('fonts/droidsansmono-webfont.woff') format('woff'), url('fonts/droidsansmono-webfont.ttf') format('truetype'), url('fonts/droidsansmono-webfont.svg#webfontHDGEQiWI') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'QlassikMediumRegular';
	src: url('fonts/qlassik_tb-webfont.eot');
	src: local('?'), url('fonts/qlassik_tb-webfont.woff') format('woff'), url('fonts/qlassik_tb-webfont.ttf') format('truetype'), url('fonts/qlassik_tb-webfont.svg#webfontEdiOuYqA') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'freeDayRomanRegular';
	src: url('fonts/dayrom__-webfont.eot');
	src: local('?'), url('fonts/dayrom__-webfont.woff') format('woff'), url('fonts/dayrom__-webfont.ttf') format('truetype'), url('fonts/dayrom__-webfont.svg#webfontGL39siGF') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GoudyBookletter1911Regular';
	src: url('fonts/goudy_bookletter_1911-webfont.eot');
	src: local('?'), url('fonts/goudy_bookletter_1911-webfont.woff') format('woff'), url('fonts/goudy_bookletter_1911-webfont.ttf') format('truetype'), url('fonts/goudy_bookletter_1911-webfont.svg#webfontqSSqXhJv') format('svg');
	font-weight: normal;
	font-style: normal;
}
		.comfortaa {
			font-weight: normal;
			font-style: normal;
			font-family: 'ComfortaaRegular', sans-serif;
			font-size-adjust: 0.49;
			letter-spacing:-.03em;
		}
		.bebas {
			font-weight: normal;
			font-style: normal;
			font-family: 'freeBebasRegular', sans-serif;
			font-size-adjust: 0.89;
		}
		.droid {
			font-weight: normal;
			font-style: normal;
			font-family: 'DroidSansMonoRegular', sans-serif;
			font-size-adjust: 0.54;
			letter-spacing:-.07em;
		}
		.qlassik {
			font-weight: normal;
			font-style: normal;
			font-family: 'QlassikMediumRegular', sans-serif;
			font-size-adjust: 0.48;
		}
		.dayroman {
			font-weight: normal;
			font-style: normal;
			font-family: 'freeDayRomanRegular', sans-serif;
			font-size-adjust: 0.45;
		}
		.goudy {
			font-weight: normal;
			font-style: normal;
			font-family: 'GoudyBookletter1911Regular', sans-serif;
			font-size-adjust: 0.42;
		}
input, textarea {
	color:#777;
	padding: 9px;
	border: solid 0px #fff;
	outline: 0;
	font: normal 13px/100% "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	width: 200px;
	background: #d5d5d5;
	background: -webkit-gradient(linear, left top, left 25, from(#d5d5d5), color-stop(4%, #cfcfcf), to(#d5d5d5));
	background: -moz-linear-gradient(top, #d5d5d5, #cfcfcf 1px, #d5d5d5 10px);
	}
	input, radio {
	color:#777;
	padding: 9px;
	border: solid 0px #fff;
	outline: 0;
	font: normal 13px/100% "Lucida Sans Unicode","Lucida Grande","Trebuchet MS",Helvetica,Arial,sans-serif;
	width: 20px;
	}
	
.footer input, .footer textarea {
background:#a1a1a1;
}
.footer input:hover, .footer textarea:hover {
background:#a4a4a4;
}
.fancyform {
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}
.fancyform:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}
textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}
input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #999;
	background:#eaeaea;
	background: -webkit-gradient(linear, left top, left 25, from(#d9d9d9), color-stop(4%, #d6d6d6), to(#d9d9d9));
	background: -moz-linear-gradient(top, #d9d9d9, #d6d6d6 1px, #d9d9d9 10px);
	}
.form label {
	padding-top:4px;
	margin-right: 10px;
	color: #555;
	display:block;
	float:left;
	width:75px;
	font-size:14px;
	}
.form input {
	background:transparent url(../images/form_left.png) left center no-repeat;
	padding:11px;
	width:485px;
	}
.form p {
	margin-bottom:10px;
	}
.form span {
	background:transparent url(../images/form_right.png) right center no-repeat;
	padding:11px 8px 11px 0px;
	}
.form p {
	background:transparent url(../images/form_right.png) right center no-repeat;
	}
.form textarea {
	background:transparent url(../images/textarea_left.png) left top no-repeat;
	margin-top:0px;
	margin-left:85px;
	height:111px;
	width:488px;
	max-width:496px;
	}
.form p.text {
	background:transparent url(../images/textarea_right.png) right top no-repeat;
	padding:0px 8px 0px 0px;
	margin-bottom:5px;
	}
.form p.submit, .form p#error {
	text-align:right;
	}
.form .submit input {
	background-color:#111;
	color:#aaa;
	padding-left:25px;
	padding-right:25px;
	}
.form .submit input:hover {
	background-color:#444;
	color:#aaa;
	}
.form .needsfilled {
	border:0;
	color:#f70;
	}
.submit input {
	width: auto;
	padding: 6px 15px;
	background: #dadada;
	border: 0;
	font-size: 14px;
	color: #777;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
.submit input:hover {
background:#ccc;
cursor:pointer;
}
ul.footer_widgets ul li.page_item:hover {
background:none;}
ul.footer_widgets .twitter li {
background:url(../images/twittericon.png) 2px 6px no-repeat;
padding:2px 0 5px 27px;
}
ul.footer_widgets .twitter li:hover {
background-image:url(../images/twittericon.png);
background-position:2px 6px;
background-repeat:no-repeat;
}
ul.footer_widgets ul.children {
border:#bbb;
margin-bottom:0;
}
ul.footer_widgets ul.children li {
border:none;
padding-left:0;}
ul.widgets form#searchform {
-moz-border-radius:3px;
-webkit-border-radius:3px;
background:#f5f5f5;
padding:2px;
text-align:right;
}
ul.widgets form#searchform #s {
width:214px;
background:none;
padding-top:8px;
padding-bottom:8px;
padding-left:8px;
}
ul.widgets form#searchform #searchsubmit {
-moz-border-radius:3px;
-webkit-border-radius:3px;
width:60px;
padding-top:8px;
padding-bottom:8px;
background:#fff;
font-size:.95em;
}
ul.widgets form#searchform #searchsubmit:hover {
background:#f8f8f8;
}
ul.widgets form#searchform label.screen-reader-text {
display:none;
}
.needsfilled, .footer input.needsfilled, .footer textarea.needsfilled {
	background-color:yellow;
	color:#111;
}
.needsfilled:hover, .footer input.needsfilled:hover, .footer textarea.needsfilled:hover {
}


/* general style */
div.logo a {
background:url(../images/logo_pony.png) no-repeat top left;
display:block;
height:161px;
width:325px;
}
ul.dropdown a:hover {
color:#555;
}
.footer_form .submit input {
color:#555;
background:#999;
}
.footer_form .submit input:hover {
color:#777;
background:#9f9f9f;
}
.copyright p {
color:#777;
}
.copyright p a, .copyright p a:hover {
color:#777;
}
div.copyright_container {
	background-color: #3C2115;
}
div.copyright div.logo_fade {
background:url(../images/logo_fade_pony.png) left 1px no-repeat;
}

/* Featured Image Slider */

.theme-default #slider {
	width:960px; /* Make sure your images are the same size */
	height:371px; /* Make sure your images are the same size */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

	#featured							{margin:10px 0 40px 0;}
	


/* Custom Grid */

.feature_item						{
	width:200px;
	position:relative;
	padding:0;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 28px;
	margin-left: 14px;
}
.menu_item1						{
	width:250px;
	position:relative;
	padding:0;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 28px;
	margin-left: 14px;
}
.menu_item2					{
	width:250px;
	position:relative;
	padding:0;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 28px;
	margin-left: 25px;
}
.menu_item3					{
	width:250px;
	position:relative;
	padding:0;
	margin-top: 0;
	margin-right: 14px;
	margin-bottom: 28px;
	margin-left: 25px;
}

.locations_item_left					{
	width:435px;
	position:relative;
	padding:0;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 1%;
}
.locations_item_right						{
	width:435px;
	position:relative;
	padding:0;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 0px;
	margin-left: 30px;
}

div.featuredgrid {
	width:912px;
	height:250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div.menugrid {
	margin:0 auto;
	width:912px;
	height:450px;
}
div.menu2grid {
	margin:0 auto;
	width:912px;
	height:600px;
	overflow:auto;
}
div.locationsgrid1 {
	width:950px;
	height:250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div.locationsgrid2 {
	width:950px;
	height:550px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.float								{display:inline; float: left; position:relative;}

.box_twothirds, .box_2_3 {
width:62.5%;
height:600px;
padding:0 3.125% 0 0;
margin:25px 0 0;
display:block;
float:left;
}
.box_mobilemenuright {
width:62.5%;
height:auto;
padding:0 3.125% 0 0;
margin:25px 0 0;
display:block;
float:left;
}
.box_mobilemenuleft {
	width:31.25%;
	height:auto;
	display:block;
	float:left;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 3.125%;
	padding-bottom: 0;
}
.box_events_main {
width:62.5%;
height:auto;
padding:0 3.125% 0 0;
margin:25px 0 0;
display:block;
float:left;
}
.box_left {
	overflow:auto;
	width:50%;
	height:600px;
	display:block;
	float:left;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 3.125%;
	padding-bottom: 25px;
	padding-left: 0;
}
.box_third, .box_1_3 {
	width:31.25%;
	height:auto;
	display:block;
	float:left;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 3.125%;
	padding-bottom: 0;
}
.box_events_side {
	width:31.25%;
	height:auto;
	display:block;
	float:left;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 3.125%;
	padding-bottom: 0;
	color:;
}

.box_history {
	width:31.25%;
	height:625px;
	overflow:auto;
	display:block;
	float:left;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 3.125%;
	padding-bottom: 0;
}
.box_half {
width:45%;
height:auto;
padding:0 3.125% 0 0;
margin:25px 0 0;
display:block;
float:left;
}

