/*
Theme Name: Grabenhalle
Theme URI: http://grabenhalle.ch
Description: Event Template
Author: Grabenhalle
Author URI: http://grabenhalle.ch
License: GNU General Public License
License URI: license.txt
Version: 1.4.6
Tags: Events, Wordpress, Grabenhalle
*/

/*--UNUSED--*/
.aligncenter,
.bypostauthor,
.sticky,
.wp-caption-text,
.gallery-caption,
.wp-caption {},
#recentcomments li {},
.alt {}

* {padding: 0; margin: 0; line-height: 1.5em;}

/* -----BODY STUFF----- */
html {height: 100%}
body {
	color:#000; 
	font-family: sans-serif;
	background-color: #BBBBBB; 
	background-image: url('images/back_pattern.png'); 
	background-repeat: no-repeat; 
	background-position: top left; 
	background-attachment: fixed;
}

/* -----A TAG STUFF----- */
a {
	text-decoration:none;
	-moz-transition: color 0.20s linear;
    -webkit-transition:color 0.20s linear; 
    -o-transition:color 0.20s linear; 
}
a:hover {text-decoration:none; color: #000;}

p {font-size: 12px; font-family: sans-serif}

img {max-width: 100%;}

/*-----HOVER ANIMATION STUFF------*/
ol.flex-control-nav li a,
li.box a,
.dateInfo,
#wp-calendar td a,
#commentform input[type="submit"],
input[type="submit"],
#postNav .pagenav a,
#theTags a,
#tagLine a,
#dropmenu li a,
#dropmenu li,
#dropmenu li a,
#tagLine a, 
#theTags a, 
.widget_tag_cloud a, 
#postNav a, 
.sliderInfo a, 
.flex-direction-nav li a, 
.dateInfo,
ul#detailsTabs > li {
	-moz-transition:background-color 0.20s linear;
    -webkit-transition:background-color 0.20s linear; 
    -o-transition:background-color 0.20s linear; 
}

/* -----H TAG STUFF----- */
h1,h2,h3, h4, h5, h6 {color: #333; font-weight: normal;}
h1,h1 a,h1 a:visited,
h2,h2 a,h2 a:visited,
h3,h3 a,h3 a:visited,
h4,h4 a,h4 a:visited,
h5,h5 a,h5 a:visited,
h6,h6 a,h6 a:visited {text-decoration:none; color: #000;}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {text-decoration:none;}

ul {list-style-type:circle;}

/* -----PAGE STUFF-----*/
#wrapper {
	margin: 50px auto; 
	width:900px; 
	position: relative; 
	padding: 0 60px 135px; 
	background: #f8f8f8;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,.3);
	box-shadow: 0px 2px 3px rgba(0,0,0,.3);
}
/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {#wrapper{overflow: hidden; width: 750px;}}/*/mediaquery*/
@media screen and (max-width:890px) {#wrapper{width: 600px;}}/*/mediaquery*/
@media screen and (max-width:740px) {#wrapper{width: 450px;	padding-bottom: 185px;}}/*/mediaquery*/
@media screen and (max-width:590px) {#wrapper {width: 300px; padding-bottom: 250px;	margin: 30px auto;}}/*/mediaquery*/
@media screen and (max-width:440px) {#wrapper  {overflow: hidden; width: 240px;	padding: 0 30px 270px; margin: 10px auto;}}/*/mediaquery*/

#content {width: 100%;}

#sidebar {width: 250px;}
body.single #sidebar {width: 280px;}
/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {#sidebar {width: 250px !important;}}/*/mediaquery*/
@media screen and (max-width:890px) {#sidebar {float: none !important; margin: 85px auto 0; width: 300px;}}/*/mediaquery*/
@media screen and (max-width:590px) {#sidebar {width: 100%;}}/*/mediaquery*/

.dotted {background: url(images/dot_bg.png) repeat; height: 40px; width: 100%;
}

/*---------HEADER STUFF-----------*/
#header {padding:50px 0; position: relative; margin: 0 auto;  width:100%;}
a#logo  {display: inline-block; position: relative; z-index: 100;}
a#logo img {display: block; padding-right: 60px; padding-right: 0;}

/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {#header {padding: 50px 0 85px;}}/*/mediaquery*/
@media screen and (max-width:890px) {#header {padding: 50px 0;}}/*/mediaquery*/
@media screen and (max-width:590px) {#header {padding:35px 0 120px}}/*/mediaquery*/
@media screen and (max-width:440px) {a#logo img {max-width: 100%; height: auto;}}/*/mediaquery*/

/*--------FOOTER STUFF--------*/
#copyright {
	clear:both; 
	text-align: center; 
	font-size: 10px; 
	line-height: 75px; 
	color: #aaa; 
	background: #000; 
	display: block; 
	letter-spacing: .75px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 11;
	padding: 0;
	width: 100%;
	margin: 0;
}
#copyright a {color: #f8f8f8;}

#imprint {
	display:block;
	width:100%;
	text-align:center;
	font-size:12px;
	margin-top:70px;
}


#socialIcons {text-align: center; padding: 60px 0 0; width: 100%; height: 46px;}
.socialWrap {display: inline-block; width: 46px; height: 46px; margin: 0 8px; overflow: hidden;}
.socialIcon {width: 46px; height: 46px; margin: 0 3px; display: inline-block; background-image: url(images/social_icons.png); margin: 0; height: 92px;}
#rssIcon {background-position: 0 0;}
#youTubeIcon {background-position: -46px 0;}
#vimeoIcon {background-position: -92px 0;}
#twitterIcon {background-position: -138px 0;}
#mySpaceIcon {background-position: -184px 0;}
#meetupIcon {background-position: -230px 0;}
#gplusIcon {background-position: -276px 0;}
#facebookIcon {background-position: -322px 0}
#flickrIcon {background-position: -368px 0;}
#favIcon {background-position: -414px 0;}
#linkedinIcon {background-position: -460px 0;}

/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:740px) {
	#copyright {line-height: 30px; width: 90%; padding: 5%;}
	.socialWrap {margin: 0 2px;}
}/*/mediaquery*/
@media screen and (max-width:440px) {
	#copyright {line-height: 25px;}
	.socialWrap {margin: 0 4px;}
}/*/mediaquery*/

/*-------MAIN NAVIGATION STUFF--------*/
#navigation {position: absolute; z-index: 101; right: 0; top: 50%; margin-top: -19px;}
#dropmenu {list-style:none; position:relative; width:100%; z-index: 400; text-align: right;}
#dropmenu li {list-style:none;  position:relative; display: inline; float: left; line-height: 35px;}
#dropmenu li a { 
	display: block; 
	line-height: 35px; 
	color: #888; 
	font-size: 10px; 
	padding: 0 15px; 
	text-transform: uppercase; 
	margin: 0 0 0 2px; 
	letter-spacing: .7px; 
	font-weight: bold;
	background: #eee;
}
#dropmenu li a:hover {text-decoration: none; color: #000; } 
#dropmenu li ul {list-style:none; display:none; position:absolute; width:200px; z-index:300; top:35px; left: 0; text-align: left;}
#dropmenu li ul li {position:relative; clear: both;}
#dropmenu li ul li a {line-height: 35px; background: #eee; }
#dropmenu li ul li ul {position:absolute;top:0; left:-200px;}
#dropmenu li ul li ul li {float: right;}
#dropmenu li:hover ul ul, 
#dropmenu li:hover ul ul ul, 
#dropmenu li:hover ul ul ul ul {display:none;}
#dropmenu li:hover ul, 
#dropmenu li li:hover ul, 
#dropmenu li li li:hover ul, 
#dropmenu li li li li:hover ul {display:block;}
#dropmenu li.current-menu-item > a,
#dropmenu li.current-menu-ancestor > a,
#dropmenu li.current-menu-parent > a  {background: #000; color: #f8f8f8;}
#dropmenu li.current-menu-item > a:hover,
#dropmenu li.current-menu-ancestor > a:hover
#dropmenu li.current-menu-parent > a:hover {color: #000;}

#selectMenu {padding: 5px; display: none; position: absolute; z-index: 10; right: 0px; top: 50%; margin-top: -15px; width: 175px;}

/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {#navigation {position: relative; margin-top: 30px;}}/*/mediaquery*/
@media screen and (max-width:890px) {
	#navigation {display: none;}
	#selectMenu {display: block;}
}/*/mediaquery*/
@media screen and (max-width:740px) {#selectMenu {width: 120px;}}/*/mediaquery*/
@media screen and (max-width:590px) {#selectMenu {width: 100%; top:inherit; bottom: 60px;}}/*/mediaquery*/
@media screen and (max-width:440px) {#selectMenu {bottom: 70px;}}/*/mediaquery*/

/*--SLIDER STUFF---*/
#slider {
	margin-bottom: 30px;
	width: 100%; 
	height: 400px;
	position: relative;
	background-image: url(images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position: center;
}
.slides {max-height: 400px;}
#slider li {position: relative;}
#slider img {display: block; width: 100%;}

.sliderInfo {position: absolute; left: 0; top: 135px; font-weight: bold; letter-spacing: 1px;}
.sliderInfo a {color: #f8f8f8; display: inline-block; background-color: #000;
	background: rgba(0,0,0,.85);
}
.sliderInfo a:hover {cursor: pointer; color: #000;}

.sliderTitle {padding: 15px 30px; font-size: 20px;}
.sliderDate {background: #000; color: #f8f8f8; width: 145px; text-align: center; line-height: 35px; font-size: 12px; display: inline-block; float: left;
	background: #000;
	background: rgba(0,0,0,.85);
}

ol.flex-control-nav {width: 100%; position: absolute; bottom: -14px; left: 0; }
ol.flex-control-nav li {float: left; margin: 0 0 0 2px;}
ol.flex-control-nav li:first-child {margin-left: 0;}
ol.flex-control-nav li a {display: inline-block; height: 12px; width: 100px; background: #ddd; float: left; text-indent: -999px; overflow: hidden; cursor: pointer;}
ol.flex-control-nav li a:hover,
ol.flex-control-nav li a.active {background: #000;}

.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

#slider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
#slider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

.flex-direction-nav {position: absolute; width: 70px; height: 35px; top: 195px; left: 145px; z-index: 1000;}
.flex-direction-nav li a {height: 35px; width: 35px; float: left; text-align: center; line-height: 35px; background: #000; color: #f8f8f8;
	background: rgba(0,0,0,.85);
}
.flex-direction-nav li a:hover {color: #000;}

/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {
	#slider {height: 292px; margin-bottom: 55px;}
	#slider img {height: 100%}
	.sliderInfo {top:110px;}
	.sliderTitle {font-size: 18px;}
	.flex-direction-nav {top:167px;}
}/*/mediaquery*/
@media screen and (max-width:890px) {
	#slider {height: 233px;}
	.sliderInfo {top:85px;}
	.sliderTitle {font-size: 16px;}
	.flex-direction-nav {top:139px;}
}/*/mediaquery*/
@media screen and (max-width:740px) {
	#slider {height: 175px;}
	.sliderInfo {top:55px;}
	.sliderTitle {font-size: 12px;}
	.flex-direction-nav {top:103px;}
}/*/mediaquery*/
@media screen and (max-width:590px) {
	#slider {height: 117px;}
	.sliderTitle {padding: 5px 10px;}
	.sliderDate {display: none;}
	.sliderInfo {top:inherit; bottom: 117px;}
	.flex-direction-nav {display: none;}
}/*/mediaquery*/
@media screen and (max-width:440px) {
	#slider {height: 93px;}
	.sliderInfo {top:inherit; bottom:93px; font-size: 10px;}
	.flex-direction-nav {display: none;}
}/*/mediaquery*/


/*--TAGLINE STUFF--*/
#tagLine {
	text-align: center; 
	font-size: 28px; 
	line-height: 36px; 
	letter-spacing: -.3px; 
	font-weight: bold;
	border: 1px solid #000;
	border-width: 0 0 0;
	padding: 0 80px 45px;
	padding: 0 8.333333333333333% 55px;
	width: 800px;
	width: 83.33333333333334%;
	margin: 0 auto;
}
#tagLine a {background: #000; padding: 7px 7px 3px; color: #f8f8f8; font-size: 23px;}
#tagLine a:hover {color: #000;}

/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {#tagLine {padding: 0 0 55px; width: 100%;}}/*/mediaquery*/
@media screen and (max-width:890px) {
	#tagLine {font-size: 24px;}
	#tagLine a {font-size: 20px;}
}/*/mediaquery*/
@media screen and (max-width:740px) {
	#tagLine {font-size: 22px; padding: 0 0 40px; }
	#tagLine a {font-size: 18px;}
}/*/mediaquery*/
@media screen and (max-width:590px) {#tagLine {text-align: left; line-height: 30px;}}/*/mediaquery*/

/* -----CALENDAR POST STUFF----- */
.blackBar {width: 100%; text-align: center; line-height: 48px; background: #000; height: 48px; font-size: 10px; line-height: 48px; color: #aaa; letter-spacing: .7px;}
#loadMore {margin-top: -3px; border-top:3px solid #000; line-height: 45px; height: 45px;
	
	display: none;
}
#loadMore a {color: #f8f8f8; line-height: 45px;}
#loadMore a:hover {color: #f8f8f8;}

#filter ul {list-style: none;}
#filter li {display: inline; font-size: 10px; line-height: 48px; margin: 0 8px 0 0; }
#filter li a {color: #aaa; text-transform: uppercase; line-height: 48px; display: inline-block;}
#filter li a:hover,
#filter li a.active {color: #fff;}

#filter.sticky {z-index: 2000; width: 100%}
#filterStickyWrapper,
#filterStickyWrapper #filter {width: 100% !important; left: 0 !important;}

li.box {display: block; float: left; height: 150px; width: 150px; position: relative; overflow: hidden; text-align: center; border-bottom: 3px solid #000; font-weight: bold;}
li.box a {display: block; height: 96px; width: 116px; padding: 27px 17px; color: #000;}
li.box .theDay {font-size:45px; line-height: 50px; }
li.box .theTitle {font-size: 11px; line-height: 14px; font-family: sans-serif; letter-spacing: .5px;

	font-family: serif;
	font-style: italic;
}
li.box .theTitle span {text-transform: uppercase;  display: inline-block; padding: 2px 8px 0; margin-bottom: 8px; background: #000; color: #f8f8f8; font-size: 9px;
	
	font-family: sans-serif;
	font-style: normal;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	border-radius: 15px;		
}

li#theEnd {background: #000; color: #f8f8f8; line-height: 160px;}

li.monthYear {background-color: #000; color: #f8f8f8; text-transform: uppercase; font-size: 24px; line-height: 24px; cursor: default;

	background-image: none;	
}
li.monthYear a.dateLink {padding: 0; color: #f8f8f8; padding-top: 40px; height: 110px; width: 100%;}
li.monthYear a.dateLink:hover {color: #000;}
li.monthYear span {letter-spacing: 2.5px;}

/* -----POST AND ENTRY STUFF----- */
body.single .mapEmbed {margin:0 0 45px; width:100%; overflow: hidden; border-bottom: 5px solid #000; height: 300px;}
body.single .smallWindow .mapEmbed {margin: 0; border: none;}

body.single .attachment-post {margin:0 0 45px; border-bottom: 5px solid #000; display: block; height: auto; width: 100%}

ul#detailsTabs > li.smallWindow {display: none;}

iframe {width: 100%;}

#crumbs {font-size: 10px; line-height: 20px; font-family: sans-serif;}
#listing #crumbs,
.entry #crumbs {margin: 0 0 35px;}

.entry img {max-width: 100%; height: auto;}

.listContent {padding-left: 30px; font-style: italic;}
.listContent .smallMeta {
	background: #eee;
	padding: 5px 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	border-radius: 15px;	
}

.socialButton {float: left; margin: 0 15px 25px 0 ;}

#postDetails {width: 300px; font-size: 12px; font-family: sans-serif;}

ul#detailsTabs {
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin:0 0 30px;	
}
ul#detailsTabs > li {
	display: inline-block;
	border: 1px solid #ccc;
	background: #eee;
	color: #888;
	line-height: 32px;
	padding: 0 20px;
	margin: 0 1px -1px 0;
	cursor: pointer;
	font-size: 10px;	
}
ul#detailsTabs > li.activeTab {border-bottom-color:#f8f8f8; background: transparent; color: #000;}
ul#detailsTabs > li.activeTab:hover{background: #f8f8f8;}
ul#detailsTabs > li:hover {background: #e1e1e1; color: #000;}

ul#metaStuff {list-style: none;}
ul#metaStuff > li {margin:0; display: none;}
ul#metaStuff > li.currentInfo {display: block;}

ul#metaStuff ul {margin-left: 15px;}
ul#metaStuff ul li {margin-bottom: 15px;}

ul#metaStuff #postTitle,
ul#metaStuff #crumbs {display: none;}

ul#metaStuff #crumbs {margin-bottom: 20px;}

#countDown {
	font-size: 10px; 
	padding: 10px 12px; 
	text-transform: uppercase;
	background:none;
	border: none;
	color: #888;
	padding: 0;
	margin-bottom: 20px;
}
#cntdwn span {color:#000; font-size: 18px;}

ul#metaStuff ul.galleryBox {list-style: none; margin: 0;}
ul#metaStuff ul.galleryBox li {display: inline-block; margin: 0 10px 3px 0;}
ul#metaStuff ul.galleryBox li:hover img {outline: 1px solid #000;}

ul#metaStuff .smallMeta {line-height: 28px; font-style: normal; clear: left;}
ul#metaStuff .smallMeta i {width: 12px; text-align: center; display: inline-block; margin-right: 10px;}

#theTags {clear: left; margin: 25px 0 0;}
#theTags a {background: #000; padding: 8px 18px; color: #f8f8f8; margin:0 3px 3px 0; font-size: 8px; text-transform: uppercase; display: block; float: left; font-weight: bold;}
#theTags a:hover {color: #000;}

body.single #titleBar {margin-bottom: 1px;}

#listing,
body.page .page {
	width: 600px;
	padding: 0 0 40px 0;	
}
body.single .post {
	width: 540px; 
	padding: 0 0 40px 0;
}
/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {
	#listing, 
	body.page .page {width: 450px;}
	
	body.single .post {width: 425px;}
}/*/mediaquery*/
@media screen and (max-width:890px) {
	#listing, 
	body.single .post, 
	body.page .page {
		margin: 0 auto;
		float: none !important;
		padding: 0 0 40px !important;
		border: none !important;
		width: 100%;
	}
}/*/mediaquery*/

body.page-template-page-calendar-php #content .page,
body.page-template-post-form-php #content .page,
body.page-template-full-width-slider-php #content .page,
body.page-template-full-width-php #content .page {width: 100%; float: none; border: none; padding: 0 0 40px;}

#listing .post {
	margin: 0 0 35px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 55px;
	
	border-bottom: none;
	margin-bottom: 10px;	
}
.entry {font-family: sans-serif;}

h2.posttitle {
	font-family: serif;
	font-style: italic;
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 20px;
}
h2#postTitle {
	font-family: serif;
	font-style: italic;
	font-size: 24px;
	margin-bottom: 0;
}

.dateInfo {
	width: 100px;
	margin: 0 20px 0 0;
	float: left;
	text-align: center;
	padding: 35px 25px;
	background: #000;
	color: #f8f8f8;
	text-transform: uppercase;
	font-weight: bold;

}
.dayInfo {font-size: 45px; line-height: 40px;}
.monthInfo{font-size: 14px; line-height: 14px; }
.timeInfo {
	font-size: 9px; 
	line-height: 9px; 
	font-family: sans-serif;
	display: inline-block;
	margin: 0 auto 10px;
	padding: 5px 8px 2px; 
	background: #f8f8f8; 
	color: #000; 
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	border-radius: 15px;		
}
.dateInfo:hover .timeInfo {
	background: #000; 
	color: #f8f8f8; 
}

.smallMeta {
	margin: 0px 0 15px;
	font-size: 11px;
	font-family: sans-serif;
	font-style: italic;
	letter-spacing: 0;
}

.entry{font-size: 12px;}
.entry ol,.entry ul {margin:0 0 15px 12px; padding: 0; font-size: 12px; list-style-type:disc;}
.entry li {padding:0 0 0 5px; list-style-position:outside; line-height: 1.5em; list-style-type:disc;}
.entry p {margin: 0 0 15px;}
.details {font-size: 12px;  margin-bottom: 35px;}

/*---------------------------------*/
/*------- RESPONSIVE STUFF --------*/
/*---------------------------------*/
@media screen and (max-width:1040px) {
	.dateInfo {margin: 0 15px 0 0; padding: 28px 10px;}
	
	#postDetails {width:260px}
	ul#detailsTabs > li {padding: 0 15px;}
	
	.listContent h2.posttitle {font-size: 18px; margin-top: 10px;}
	.listContent .smallMeta {margin: 0 0 10px;}
}/*/mediaquery*/
@media screen and (max-width:890px) {
	.dateInfo {margin: 0 15px 0 0; padding: 28px 22px;}
	
	#postDetails {width:100%; margin-bottom: 30px;}
	#postDetails #sidebar {margin-top: 20px;}
	ul#detailsTabs > li {padding: 0 5%;}
	
	ul#metaStuff #postTitle,
	ul#metaStuff #crumbs {display: inherit;}
	
	body.single .entry #postTitle,
	body.single .entry #crumbs {display: none;}
	
	.listContent h2.posttitle {font-size: 22px; margin-top: 15px;}
}/*/mediaquery*/
@media screen and (max-width:740px) {
	.listContent h2.posttitle {font-size: 18px; margin-top: 10px;}
	
	#filterStickyWrapper,
	.blackBar {display: none;}
	
	ul#dateList {border-top: 3px solid #000;}	
	.dateInfo {margin: 0 15px 0 0; padding: 28px 10px;}
}/*/mediaquery*/
@media screen and (max-width:590px) {
	.dateInfo {padding: 15px 0; width: 100%;}
	.dayInfo {font-size: 35px; line-height: 25px;}
	
	.listContent {padding: 1px 0 0; clear: both;}
	.listContent .smallMeta {background: none; padding: 0;}	
}/*/mediaquery*/
@media screen and (max-width:440px) {
	li.box {width: 100%;}
	li.box a {width: 100%; padding: 27px 0;}
}/*/mediaquery*/

/*--- POST THUMBNAIL STUFF ---*/
a.thumbLink {display: block; border-bottom: 5px solid #000;}
a.thumbLink img {display: block; padding-bottom: 0px; margin-bottom: 0;
	max-width: 100%;
	height: auto;
	-moz-transition: opacity 0.20s linear;
    -webkit-transition:opacity 0.20s linear; 
    -o-transition:opacity 0.20s linear; 
}
a.thumbLink:hover img {opacity: .85} 

/*-------BLOG PAGE NAVIGATION STUFF----------*/
#postNav {font-size:10px; font-family: sans-serif; overflow: hidden; width: 70px; float: right;

	display: none;
}
#postNav .pagenav a {display: inline-block; line-height: 35px; color: #f8f8f8; width: 35px; text-align: center; background: #000; float: right;}
#postNav .pagenav a:hover {text-decoration: none; color: #000;}

.navigation {font-size: 12px;}

/*-----SIDEBAR STUFF----*/
#sidebar ul {margin-left: 0 !important;  position: relative;}
#sidebar ul li.widget {list-style: none; margin: 0 0 55px; font-size: 12px; font-family: sans-serif; position: relative;}
#sidebar ul li.widget h3.widgettitle {
	color: #000; 
	line-height: 35px; 
	margin-bottom: 15px;
	padding: 0;
	background: none;
	font-family: serif;
	font-size: 16px; 
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0;
}
#sidebar ul li.widget ul li {list-style-type:square; list-style-position: outside; margin-left: 15px; margin-bottom: 10px;}
#sidebar ul li.widget ul li ul li {padding: 0 0 0 15px; margin-left: 0; list-style-type:circle; list-style-position: inside;}

#sidebar ul li.widget img {max-width: 100%; height: auto;}

/* -----COMMENT STUFF----- */
#commentsection {width:90%;   font-size: 12px;}
.commentlist {width: 100%; list-style:none; }
#commentsection h3 {margin-top: 40px;}
h3.comments {margin:40px auto 20px;}
.commentlist li,#commentform input,#commentform textarea {font:.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;}
.commentlist li {font-weight:bold;list-style:none; padding:15px 0; font-size:12px;}
.commentlist li img.avatar {float:left;margin-right:15px;}
.commentlist cite,.commentlist cite a {font-weight:bold;font-style:normal;}
.commentlist p {font-weight:normal; text-transform:none;margin:10px 0; font-size: 12px;}
.commentlist .pingback p {margin:10px 5px 10px;}
#commentform p {margin:5px 0;}
.commentmetadata {font-weight:normal;display:block; font-size:10px; color:#333; padding:3px 0 0; text-transform:uppercase;}
cite.fn {text-transform:uppercase;}
.commentlist {text-align:justify;padding:0;}
.nocomments {text-align:center;}

/*---FORM STUFF---*/
select,input[type="file"],input[type="email"],input[type="text"],input[type="password"] {padding: 8px; width:250px; margin:5px 5px 0 0; border:none; background: #eee; 
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	border-radius: 15px;
	outline: none;
	/*FIX CHROM BUG*/
	-webkit-appearance: none;
}
select {width: 265px;}
option {margin: 5px; border: none;}
/*---------------------------------*/
/*----- RESPONSIVE STUFF ----------*/
/*---------------------------------*/
@media screen and (max-width:440px) {
	input[type="file"],input[type="email"],input[type="text"],input[type="password"] {width: 80%;}
	select {width: 90%;}
}/*/mediaquery*/

textarea {padding: 8px; width:90%; font-family: sans-serif; font-size: 12px; border:none; margin: 5px 0;  background: #eee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	border-radius: 15px;
}
#commentform input[type="submit"], 
input[type="submit"] {cursor: pointer; background: #000; border: none; color: #f8f8f8; padding: 5px 10px; 
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	border-radius: 15px;
}
#commentform input[type="submit"]:hover, 
input[type="submit"]:hover {color: #000;}

/*---------------------------------*/
/*------FRONT-END FORM------------*/
/*-------------------------------*/
#primaryPostForm {padding:30px; border-radius: 15px; border: 0px solid #ccc; background: #eee;}
#primaryPostForm p {margin-bottom: 25px;}
#primaryPostForm p.alignleft {width: 50%;}
#primaryPostForm #postSubmit {cursor: pointer;}
#primaryPostForm .error {color: red;}
#primaryPostForm .formExample {color: #999; font-style: italic;}
#primaryPostForm .dateStuff {width: 90px; }
#primaryPostForm select.dateStuff {width: 110px;}
#primaryPostForm #postTest {width: 100px;}
.red {color: red;}

#primaryPostForm textarea,
#primaryPostForm select,
#primaryPostForm input[type="file"],
#primaryPostForm input[type="email"],
#primaryPostForm input[type="text"],
#primaryPostForm input[type="password"] {background: #fff;}

@media screen and (max-width:900px) {
	#primaryPostForm p.alignleft {width: auto; float: none;}
}

/*---------------------------------*/
/*------DATE PICKER---------------*/
/*-------------------------------*/
#ui-datepicker-div {background: #fff; padding: 15px; box-shadow: 0 1px 1px rgba(0,0,0,.25); width: 235px; border-radius: 15px; display: none;}
.ui-datepicker-prev {font-size: 15px; float: left; cursor: pointer; padding: 5px; font-weight: bold; margin-left: 5px;}
.ui-datepicker-next {font-size: 15px; float: right; cursor: pointer; padding: 5px; font-weight: bold; margin-right: 5px;}
.ui-datepicker-title {
	width:100%; 
	margin-bottom: 15px;
	font-family: serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
}
.ui-datepicker-calendar {
	empty-cells:show;
	width:100%;
	margin:0 auto; 
	border-collapse: collapse;
}
.ui-datepicker-calendar th {
    font-size: 12px;
    padding: 3px;
    text-align: center;
    font-style:normal;
    text-transform:capitalize; 
    background: none; 
    border-bottom: 5px solid #000;
}
.ui-datepicker-calendar td {
	text-align:center;
	padding:0; 
	font-weight: bold;
}
.ui-datepicker-calendar td a {display: block; padding: 0; line-height: 35px; font-size: 12px;}
.ui-datepicker-calendar td a:hover {background: #000; color: #fff;}

.ui-datepicker-today {background: #eee;}

/* -----SEARCH STUFF----- */
#searchform {width: 100%; height: 35px; background: #eee;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px; 
	border-radius: 20px;
}
#searchform #s {width:79%; padding:0 10px; height: 35px; line-height: 35px; margin: 0; background: none; border: none;}
#searchform #searchsubmit {cursor: pointer; padding:13px 0 10px 15px; float: left;} 
#searchform #searchsubmit:hover {text-decoration: none;}

#sidebar input, #sidebar textarea {padding:3px}
#sidebar input[type="submit"]{cursor:pointer;}

/* -----UNIVERSAL STUFF----- */
code {font:1.1em 'Courier New', Courier, Fixed;}
acronym,abbr,span.caps {font-size:.9em;letter-spacing:.07em;cursor:help;}
p img {max-width:100%;}
img.centered {display:block;margin:0 auto;}
img.alignright {display:inline;margin:0 0 10px 10px;}
img.alignleft {display:inline;margin:0 10px 10px 0;}
.alignright {float:right;}
.alignleft {float:left;}
acronym.abbr {border-bottom:1px dashed #999;}
blockquote {padding-left:20px;margin:15px;}
blockquote cite {display:block;margin:5px 0 0;}
.center {text-align:center;}
hr {display:none;}
a img {border:none;}
img#wpstats {width:0;height:0;border:none;overflow:hidden;}
#hideme {visibility:hidden;}
.hidden {visibility: hidden; display: none;}
.rssSummary {padding-bottom:15px;}
.clear {clear: both;}
p.clear {height:1px; width:1px; }
.hide {display: none;} 

/* -----CALENDAR STUFF----- */
.ajax_calendar_widget h3,
.widget_calendar h3 {display: none;}
.loading {
	background-image: url(images/ajax-loader.gif);
	background-repeat:no-repeat;
	background-position: right center;
}

#wp-calendar {empty-cells:show;width:100%;margin:0 auto; border-collapse: collapse;}
#wp-calendar #prev a,
#wp-calendar #next a {
	margin-top: 15px;
	width: 80%;
	background: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#wp-calendar #prev a {text-align: left;}
#wp-calendar #next a {float: right; text-align: right}
#wp-calendar #prev a:hover,
#wp-calendar #next a:hover {color: #000}

#wp-calendar a {text-decoration:none;display:block;}
#wp-calendar caption {
	width:100%; 
	margin-bottom: 15px;
	font-family: serif;
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	text-align: left;
}
#wp-calendar th {font-style:normal;text-transform:capitalize; line-height: 35px; background: none; border-bottom: 5px solid #000;}
#wp-calendar td {text-align:center;padding:0; line-height: 35px; font-weight: bold;}
#wp-calendar td a {background: #000; color: #f8f8f8; line-height: 35px;}
#wp-calendar td a:hover {color: #000;}

body.page-template-page-calendar-php #content {width: 100%; margin: 0 auto;}
body.page-template-page-calendar-php #wp-calendar caption {font-size: 25px; margin-bottom: 35px;}
body.page-template-page-calendar-php #wp-calendar {border-collapse: collapse;}
body.page-template-page-calendar-php #wp-calendar th,
body.page-template-page-calendar-php #wp-calendar td,
body.page-template-page-calendar-php #wp-calendar td a {line-height: 85px;}
body.page-template-page-calendar-php #wp-calendar #prev a,
body.page-template-page-calendar-php #wp-calendar #next a {
	width: 30%;
	line-height: 35px;
}

/*----TAG CLOUD WIDGET STUFF-------*/
.widget_tag_cloud a {
	background: #000; padding: 6px 15px; color: #f8f8f8; margin:0 3px 3px 0; font-size: 8px !important; text-transform: uppercase; display: block; float: left; font-weight: bold;
}
.widget_tag_cloud a:hover {color: #000; text-decoration: none;}
.widget_tag_cloud:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}