/*
Theme Name: Smooth Elastic
Theme URI: http://my-tapestry.com/themes/free/smooth
Description: This widget-ready theme is dedicated to writers. Its simplicity, light grey background and large fonts put the content ahead. Nothing useless, just fine typography and a touch of colors.
Version: 1.0.4.1
Author: Benoit 'LeBen' Burgener
Author URI: http://benoitburgener.com
Tags: fixed-width, light, purple, red, three-columns

####################################################################

SMOOTH, WORDPRESS THEME
Copyright (C) 2010 My Tapestry (my-tapestry.com, hello@my-tapestry.com)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

####################################################################
*/

/*
####################################################################
Structure
#################################################################### */

body {
	font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 0.9em;
	color: #333;
	background: #EEE;
	/*text-shadow: 0 1px 0 #FFF;*/
}

h1,h2,h3,h4,h5,h6,a,strong {
	font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}

/*
####################################################################
Header
#################################################################### */

#topBar {
	width: 100%;
	height: 5px;
	background: #333;
	border-bottom: 1px solid #fff;
}

#header {
	width: 100%;
	border-bottom: 1px solid #FFF;
	background: #b1bec7 url(images/bg.png) no-repeat top center;
}
	#header a {
		border-bottom: 0;
	}

	#headerContent {
		padding: 5px 0 0px 0;
	}
		#headerContent .left {
			margin-left: 160px;
		}

	#siteTitle {
		margin-top: -2px;
		text-align: right;
	}
	
	#siteTitle span {
		font-size: 2em;
		text-shadow: none;
		letter-spacing: -1px;
		font-weight: bold;
	}
		#siteTitle span a {
			color: #333;
		}
		
		#siteTitle span a:hover {
			text-shadow: 0 1px 0 #fff;
		}
	
	
	#navContent {
	}
		#navContent .menu {
			overflow:hidden;
		}
		
		#navContent ul {
			float: right;
			text-align: right;
		}
		#navContent ul li {
			display: inline-block;
			margin-left: 30px;
			padding: 10px 0;
		}
		#navContent ul li.current_page_item, #navContent ul li.current_page_parent {
			font-weight: bold;
			background: url(images/navSelected.png) no-repeat bottom center;
			padding: 9px 0 10px 0;
		}
			#navContent ul li.current_page_item a, #navContent ul li.current_page_parent a {
				color: #333;
			}
			
			#navContent ul ul {
				display: none;
				position:absolute;
				top:36px;
				right:0;
				float:right;
				-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
				-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
				box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
				z-index: 99999;
			}
			
			#navContent ul ul ul {
				right:100%;
				top:0;
			}
			
			#navContent ul ul li {
				margin-left: 0;
				width: 130px;
				background:#b1bec7;
			}
			
			#navContent ul ul a {
				background:#b1bec7;
				height:auto;
				line-height:1em;
				padding:10px;
				width: 130px;
			}
			/*#navContent li:hover > a,
			#navContent ul ul :hover > a {
				color:#fff;
				background:#333;
			}*/
			#navContent ul li:hover > ul {
				display:block;
			}
			
		#navContent .menu ul {
			list-style: none;
			margin: 0;
		}
			
	#navContent a, #navContent a:link, #navContent a:visited {
		color: #444;
		text-shadow: 0 1px 1px #fff;
	}
	#navContent a:hover {
		color: #111;
		text-shadow: 0 1px 0 #FFF;
	}
	#navContent a:active {
		color: #111;
		text-shadow: 0 -1px 3px #FFF;
	}

.wrapper {
	width:940px;
	padding:0 10px;
	margin:0 auto;
}

#wide_wrapper {
	width: 100%;
	padding-top: 30px;
}

#wrapper {
}


/*
####################################################################
General
#################################################################### */
.postContent {
	float: right;
}

.left {
	float: left;
}
	.alignleft {
		float: left;
		margin: 0 20px 10px 0;
	}

.right {
	float: right;
}
	.alignright {
		float: right;
		margin: 0 0 10px 20px;
	}

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

/*
####################################################################
Fonts General
#################################################################### */
h1 {
	font-size: 3.5em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -2px;
	color: #101010;
}

h2 {
	font-size: 2.5em;
	line-height: 1em;
	margin-bottom: 5px;
	letter-spacing: -1px;
	color: #1f1f1f;
}

h3 {
	font-size: 1.8em;
	font-weight: bold;
	color: #444;
	margin-bottom: 5px;
}
	.sidebar h3 {
		font-size: 1.4em;
	}
	
	#content h2, #content h3 {
		padding-left: 160px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
		#content h2 a, #content h3 a {
			border-bottom: none;
		}
	
	#content .postContent h2, #content .postContent h3, #respond h2 {
		font-size: 1.6em;
		padding-top: 10px;
		padding-left: 0;
	}
	
h4 {
	font-size: 1.2em;
	margin-bottom: 2px;
}

p {
	line-height: 1.8em;
	margin-bottom: 15px;
}

small {
	color: #999;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #101010;
	cursor: pointer;
}

.post, .comment {
	font-size: 1.1em;
}

.postContent, .comment-body {
	font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Palatino", "URW Palladio L", "Book Antiqua", Georgia, serif;
	
}

	.postContent strong, .postContent a, .postContent code,
	.comment-body strong, .comment-body a, .comment-body code {
		font-size: 0.95em;
	}

.post a, .post a:link, .post a:visited, .post a:active, .post a:hover {
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #999;
}

a:hover {
	color: #5744A0;
	cursor: pointer;
}

a:active {
	text-shadow: 0 -1px 0 #fff;
}

h2 a, h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
	color: #1f1f1f;
}

h2 a:hover {
	color: #101010;
}

/*
####################################################################
Twitter & Twitter Widget Pro
#################################################################### */

#twitter-wrapper {
	width: 100%;
	margin-top: 50px;
}

#twitter {
	font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Palatino", "URW Palladio L", "Book Antiqua", Georgia, serif;
	font-style: italic;
	color: #333;
	padding: 10px 0;
	font-size: 1em;
}

#twitter a {
	font-weight: bold;
	font-style: normal;
	color: #222;
	border-bottom: 1px solid #999;
}

#twitter h3 {
	background: transparent url(images/twitter.png) no-repeat top right;
	border-bottom: none;
	width: 140px;
	text-align: right;
	font-size: 1.4em;
	margin-top: -3px;
	padding: 0;
	padding-top: 60px;
}

#twitter h3 a {
	color: #222;
}

#twitter h3, .widget_twitter div ul {
	display: block;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.widget_twitter div ul {
	padding-top: 14px;
	margin-top: 45px;
	border-top: 1px solid #ccc;
	position: relative;
	width: 780px;
}

.entry-content a {
	font-size: 0.8em;
	margin: 0 2px;
}

.entry-content, .widget_twitter .wpTwitterWidgetError {
	display: block;
	float: left;
	line-height: 1.6em;
	font-size: 1.2em;
}

/*.entry-meta {
	position: absolute;
	left: 0;
	top: 22px;
	font-size: 0.75em;
}

#twitter .time-meta a {
	font-weight: normal;
}*/

.entry-meta, .from-meta {
	display: none;
}

.twitterwidget-title {
	line-height: 1.8em;
}


/*
####################################################################
Footer
#################################################################### */

#footer {
	/*margin-top: 50px;*/
	padding-top: 45px;
	padding-bottom: 0;
	font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	background: #333;
	border-top: #fff solid 1px;
}

#footer {
	color: #AAA;
	text-shadow: 1px 1px 2px #000;
}

	#footer a {
		font-weight: bold;
		color: #FFF;
		border-bottom: 1px solid #aaa;
	}
	
		#footer a:hover {
			background: #222;
		}

		#footer a:active {
			text-shadow: 1px -1px 2px #000;
		}

#colophon {
	text-align: right;
	margin-top: -2px;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
}

#footer .footnote {
	font-size: 0.75em;
	padding-top: 2.4em;
}


#footerLinks {
	text-align: right;
}

#footerLinks .rss {
	font-size: 0.75em;
}

/*
####################################################################
Posts / Pages / Comment & Trackback list
#################################################################### */
#content {
	margin-top: 2.55em;
}

.post {
	margin-top: 50px;
}
	.post:first-child {
		margin-top: 0;
	}
	h3 + .post {
		margin-top: 0;
	}
	
	#home-posts .post {
		margin-top: 0;
	}
	
	.postInfos a, .postInfos a:link, .postInfos a:visited, .postInfos a:active,
	.comment-info a, .comment-info a:link, .comment-info a:visited, .comment-info a:active,
	.sidebar a, .sidebar a:link, .sidebar a:visited, .sidebar a:active {
		color: #555;
		border-bottom: 1px dotted #ccc;
	}
	.postInfos a:hover,
	.comment-info a:hover,
	.sidebar a:hover {
		color: #333;
	}
	
/*.postInfos, .comment .grid_2, .pingback .grid_2, .trackback .grid_2 { */
.postInfos, .comment-info {
	font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	margin-top: 3px;
	font-size: .75em;
	color: #555;
	text-align: right;
	border-right: 1px dotted #ccc;
	margin-right: 0;
	padding-right: 9px;
}
	/*.postInfos p, .comment .grid_2 p, .comment-reply-link, .pingback .grid_2 p, .trackback .grid_2 p { */
	.postInfos p, .comment-info p, .comment-reply-link {
		display: block;
		line-height: 1.8em;
		margin-bottom: 0;
		margin-top: 0;
		padding: 3px 0;
		border-top: 1px solid #ccc;
	}
	/*.postInfos p:first-child, .comment .grid_2 p:first-child, .pingback .grid_2 p:first-child, .trackback .grid_2 p:first-child { */
	.postInfos p:first-child, .comment-info p:first-child {
		padding-top: 0;
		border-top: 0;
	}

.wp-caption {
	padding: 9px 0 0 8px;
	margin-bottom: 15px;
}
.wp-caption img {
	margin: 0 auto;
	border: 0;
	padding: 0;
	background: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
	.post .wp-caption a:hover img {
		border: none;
	}
.wp-caption-text {
	font-size: .9em;
	text-align: center;
	font-style: italic;
	margin: 2px 0 5px;
}
.post .gallery img {
	padding: 4px;
}
.post blockquote, .comment-body blockquote {
	background: #f9f9f9;
	padding: 10px 20px 0 20px;
	margin-bottom: 10px;
	border: solid #bbb;
	border-width: 1px 0;
}
.post pre {
	margin-bottom: 15px;
}
.post ul, .post ol {
	margin-bottom: 15px;
}
	.post ul li {
		list-style: disc outside;
		line-height: 1.8em;
	}
	.post ol li {
		list-style: decimal outside;
		line-height: 1.8em;
	}

.navigation {
	border-top: 1px solid #ccc;
	padding: 15px 0;
	margin: 15px 0;
}
	.navComments {
		border-bottom: 1px solid #ccc;
		padding: 15px 0;
		margin: 0 0 15px 0;
	}

.pagination {
	margin-left: -160px;
}
	.pagination span {
		display: block;
		width: 140px;
		float: left;
		margin-right: 20px;
		text-align: right;
	}

.iLikeThis {
	float: right;
	background: #fff;
	font-size: 1.3em;
	padding: 5px;
	margin-top: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

/*
####################################################################
Post Content Sizes/Alignments
#################################################################### */

.flush_left, .col8, .col9, .margin {
	margin-left: -160px;
}

.margin {
	float: left;
}

	p.margin {
		border: solid #ddd;
		border-width: 1px 0px;
		padding: 5px 0px;
		font-size: 0.75em;
		text-align: right;
	}

.col2, .margin { width: 140px; }
.col3 { width: 220px; }
.col4 { width: 300px; }
.col5 { width: 380px; }
.col6 { width: 460px; }
.col7 { width: 540px; }
.col8 { width: 620px; }
.col9 { width: 700px; }

blockquote.pullquote, blockquote.margin-pullquote {
	background: transparent;
	font-style: italic;
	border: 0;
	display: block;
}

blockquote.pullquote {
	padding: 20px 0;
	margin-left: 0;
	font-size: 1.5em;
}

blockquote.margin-pullquote {
	float: left;
	width: 140px;
	margin-left: -160px;
	margin-top: -10px;
	padding-left: 0;
	font-size: 1.2em;
	line-height: 1.6em;
}

blockquote.pullquote p {
	line-height: 1.4em;
}

blockquote.margin-pullquote p {
	line-height: 1.5em;
}

blockquote.pullquote:before, blockquote.pullquote:after, blockquote.margin-pullquote:before {
	font-family: Georgia, serif;
	color: #ccc;
	display: block;
}

blockquote.pullquote:before, blockquote.margin-pullquote:before {
	content: '\201C';
	height: 0;
	font-size: 10em;
}

blockquote.pullquote:before {
	margin-left: -117px;
	line-height: 0.65em;
}

blockquote.pullquote:after {
	content: '\201D';
	height: 50px;
	margin-top: -50px;
	margin-left: 472px;
	font-size: 5em;
}

blockquote.margin-pullquote:before {
	margin-left: -20px;
	line-height: 0.55em;
}

/*
####################################################################
Code and SyntaxHighlighter Evolved
#################################################################### */

pre, code {
	font-family: "Consolas","Bitstream Vera Sans Mono","Courier New",Courier,monospace !important;
}

.post code, .sidebar code, .comment code {
	color: #4f4d9a;
}

.post div.syntaxhighlighter {
	font-size: 0.8em !important;
	line-height: 1.2em !important;
}


.post div.syntaxhighlighter .line .content, .post div.syntaxhighlighter .line .number code {
	line-height: 1.4em !important;
}

.col7 div.syntaxhighlighter { width: 540px !important; }
.col8 div.syntaxhighlighter { width: 620px !important; }
.col9 div.syntaxhighlighter { width: 700px !important; }


/*
####################################################################
Comments
#################################################################### */
#comments {
	padding-top: 1em;
}

#commentlist {
	margin-left: 0;
}
	.comment, .pingback, .trackback {
		padding: 15px 0 20px;
		border-bottom: 1px solid #ccc;
	}

	ul.children {
		margin-left: 0;
	}
		
		.comment .grid_2 {
		}
		
		.depth-1 .grid_6 {
			width: 449px;
		}
		
		.depth-1 .grid_2 {
			margin-left: 0px;
		}
		
		.depth-2 .grid_6 {
			width: 430px;
		}
		
		.depth-2 .grid_2 {
			margin-left: 20px;
		}
		
		.depth-3 .grid_6 {
			width: 410px;
		}

		.depth-3 .grid_2 {
			margin-left: 40px;
		}

		.depth-4 .grid_6 {
			width: 390px;
		}
		.depth-4 .grid_2 {
			margin-left: 60px;
		}
		
		.depth-5 .grid_6 {
			width: 370px;
		}
		.depth-5 .grid_2 {
			margin-left: 80px;
		}
		
		.depth-6 .grid_6 {
			width: 350px;
		}
		.depth-6 .grid_2 {
			margin-left: 100px;
		}
		
		.depth-7 .grid_6 {
			width: 330px;
		}
		.depth-7 .grid_2 {
			margin-left: 120px;
		}
		
		.depth-8 .grid_6 {
			width: 310px;
		}
		.depth-8 .grid_2 {
			margin-left: 140px;
		}
		
		.depth-9 .grid_6 {
			width: 290px;
		}
		.depth-9 .grid_2 {
			margin-left: 160px;
		}
		
		.depth-10 .grid_6 {
			width: 270px;
		}
		.depth-10 .grid_2 {
			margin-left: 180px;
		}
		
	
	.avatar {
		float: right;
		margin: 0 0 10px 20px;
		border: 1px solid #ccc;
		padding: 4px;
		background: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	}

p.nocomments {
	margin-left: 160px;
}

#respond {
	padding: 15px 0 15px 160px;
}

#commentform textarea {
	width: 450px;
}
#commentform span {
	display: block;
    padding: 1px 2px;
    background: #fff;
}
#commentform label {
    margin-left: 10px;
}


/*
####################################################################
Sidebar
#################################################################### */
.sidebar {
	font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: .9em;
	color: #555;
}

	.sidebar h3 {
		font-size: 1.2em;
		margin-top: 11px;
		padding: 6px 0 6px;
		/*border-top: 1px solid #ccc;*/
		border-bottom: 1px solid #ccc;
	}
	
	.sidebar ul {
		margin-left: 0;
		list-style-type: none;
	}
	
	.sidebar ul li {
		line-height: 1.3em;
		padding: 3px 0;
	}
		.sidebar ul.children {
			margin-left: 10px;
		}
	.sidebar p {
		line-height: 1.5em;
		margin: 0;
		padding: 5px 0;
	}

.textwidget {
	padding-bottom: 0 !important;
}

/*
####################################################################
Image Styles
#################################################################### */

.thin-rounded {
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.thick-rounded {
	/* width: auto; */
	border: 1px solid #ccc;
	padding: 9px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
	a:hover .thick-rounded, a:hover .thin-rounded {
		border: 1px solid #999;
	}


/*
####################################################################
Default Sidebar
#################################################################### */

#default-sidebar {
	margin-left: 0;
	padding-left: 9px;
	border-left: 1px dotted #ddd;
}


/*
####################################################################
Home Page
#################################################################### */
	
	#home {
		font-size: 0.95em;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	
	#byline {
		margin-top: 10px;
		text-align: right;
	}
	
	#introducing {
		font-weight: 200;
		letter-spacing: -1px;
		text-shadow: 1px 1px 0 #CCC;
		font-size: 2.4em;
		color: #444;
		line-height: 1.8em;
	}
	
	#byline h1 {
		color: #000;
	}
	
		#byline h1 a {
			color: #000;
			border-bottom: none;
		}
	
	#about-summary {
		margin-top: 60px;
	}
	
	#manifesto {
		text-align: right;
	}
	
	#manifesto, #license {
		line-height: 1.6em;
		font-size: 1.4em;
		font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Palatino", "URW Palladio L", "Book Antiqua", Georgia, serif;
		font-style: italic;
	}
	
		#manifesto a, #license a {
			padding-right: 2px;
			font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Palatino", "URW Palladio L", "Book Antiqua", Georgia, serif;
			border-bottom: 1px solid #999;
		}
	
		#manifesto strong, #license strong {
			font-style: normal;
			font-weight: bold;
			font-family: 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
		}
	
	#license {
		margin-top: -1px;
		font-size: 1.2em;
		line-height: 1.85em;
	}
	
	#download {
		display: block;
		margin-top: 1px;
		margin-bottom: 1.6em;
		font-size: 1.6em;
	}
	
		#download em {
			font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Palatino", "URW Palladio L", "Book Antiqua", Georgia, serif;
		}
	
		#download a.button {
			font-size: 0.8em;
			margin-right: 20px;
		}
	
	#featured img {
		width: 380px;
		-moz-box-shadow: 0 0 25px #888;
		-webkit-box-shadow: 0 0 25px #888;
	}
	

	#home-posts {
		font-size: 0.9em;
		color: #333;
	}
	
	#home-posts .grid_12 {
		margin-top: 20px;
		padding-top: 20px;
	}
	
	#home-posts h3 {
		font-size: 1.4em;
		padding: 5px 0 3px;
		border-top: 0;
		border-bottom: 1px solid #ddd;
	}
	
	#home-posts h3 a {
		border-bottom: 0;
	}
	
	#home-posts p {
		font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Palatino", "URW Palladio L", "Book Antiqua", Georgia, serif;
		font-size: 1.1em;
	}
	
	#fromtheblog {
		color: #ddd;
		text-align: right;
		margin-bottom: -85px;
		font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Palatino", "URW Palladio L", "Book Antiqua", Georgia, serif;
		font-size: 7.6em;
		font-style: italic;
		font-weight: normal;
	}
	
	h3#archive_name {
		border-bottom: 0;
		color: #ddd;
		text-align: right;
		line-height: 1em;
		margin-top: -0.55em;
		margin-bottom: -0.5em;
		font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Garamond", "Palatino", "URW Palladio L", "Book Antiqua", Georgia, serif;
		font-size: 7.6em;
		font-style: italic;
		font-weight: normal;
	}
	
/*
####################################################################
Forms
#################################################################### */
input, textarea, select, input[type='text'], input[type='password'], a.button, #contactsubmit {
	font: 1em 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color: #666;
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

input:hover, textarea:hover {
	border-color: #999;
	outline: none;
}


textarea:focus,input[type='text']:focus,input[type='password']:focus,select:focus
{
	outline: none;
}
input:focus, textarea:focus, a.button:focus, #contactsubmit:focus {
	border-color: #999;
	color: #3D3070;
	outline: none;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
}

input.submit, a.button, #contactsubmit {
	width: auto;
	font-weight: bold;
	background: #3D3070 url(images/gradient.png) repeat-x top left;
	color: #fff;
	border: 1px solid #3D3070;
	padding: 7px 10px;
	text-shadow: 0 -1px 0 #3D3070;
	cursor: pointer;
}
	input.submit:hover, input.submit:focus, a.button:hover, a.button:focus, #contactsubmit:hover, #contactsubmit:focus {
		color: #fff;
		background-color: #5744A0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}
	input.submit:active, a.button:active, #contactsubmit:active {
		padding: 8px 10px 6px;
	}
	
#searchform {
	margin-bottom: -2px;
}
	#searchform #s {
		float: left;
		width: 185px;
		height: 20px;
		padding: 5px 5px 0;
		border: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-khtml-border-top-right-radius: 0;
		-khtml-border-bottom-right-radius: 0;
	}
	#searchSubmit {
		cursor: pointer;
		width: 25px;
		height: 25px;
		padding: 0;
		border: 0;
		background: url(images/search.png) no-repeat top left;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-khtml-border-radius: 0;
	}
		#searchSubmit:hover, #searchSubmit:focus {
			background-position: center left;
		}
		#searchSubmit:active {
			background-position: bottom left;
		}


/*
####################################################################
Hide, Fancybox, Contact Form
#################################################################### */

.hide {
	display: none;
}

.dialog {
	line-height: 1.6em;
	width: 400px;
	padding: 10px;
}
.dialog a {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.dialog-title {
	font-weight: bold;
	font-size: 1.2em;
}

#contact {
	display: none;
}

/*
####################################################################
Table
#################################################################### */
table {
	width: 100%;
}
	th {
		font-weight: bold;
		text-align: left;
		padding: 5px 3px;
	}
	td {
		padding: 5px 3px;	
	}
	caption {
		padding: 5px 0;
		text-align: center;
	}

.widget_calendar {

}
	.widget_calendar td, .widget_calendar th {
		text-align: center;
	}
	.widget_calendar #today {
		font-weight: bold;
		color: #101010;
	}