/*
THEME NAME: ALWE
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');
/* css reset */
body{
	margin:0;
	color:#363636;
	font:13px/20px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	background:#fff url(images/bg-body.gif) repeat-x;
	min-width:997px;
}
* html body{width:expression(document.documentElement.clientWidth < 997 ? "997px" : "auto");}
img{border-style:none;}
a{
	text-decoration:underline;
	color:#73200e;
}
a:hover{color:#ff3000;}
input,textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
}
#header{
	width:897px;
	margin:0 auto;
	height:111px;
	padding:0 0 5px;
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
#fb_page_like {
	margin-top: 5px;
	margin-bottom: -30px;
	z-index: 1000;
}

#blog-title{
	background:url(images/logo.png) no-repeat;
	width:338px;
	height:73px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:25px 0 0;
	font-size:0;
	line-height:0;
}
* html #blog-title{
	background-position:-9999px -9999px;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='wp-content/themes/ALWE/images/logo.png', sizingmethod='crop');
}
#blog-title a{
	display:block;
	height:100%;
	cursor:pinter;
	position:relative;
}
#blog-description{display:none;}
#header .social-networks{
	float:right;
	list-style:none;
	margin:32px -50px 0 0;
	padding:0 68px 6px 34px;
	background:url(images/bg-social.gif) no-repeat 100% 100%;
	position:relative;
}
#header .social-networks li{
	float:left;
	margin:0;
}
#header .social-networks li a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#header .social-networks li a.favoris{
	background:url(images/btn-favoris.png) no-repeat;
	width:79px;
	height:66px;
	margin:0 7px 0 0;
}
* html #header .social-networks li a.favoris{
	background-position:-9999px -9999px;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='wp-content/themes/ALWE/images/btn-favoris.png', sizingmethod='crop');
}
#header .social-networks li a.twitter{
	background:url(images/btn-twitter.png) no-repeat;
	width:79px;
	height:66px;
	margin:0 3px 0 0;
}
* html #header .social-networks li a.twitter{
	background-position:-9999px -9999px;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='wp-content/themes/ALWE/images/btn-twitter.png', sizingmethod='crop');
}
#header .social-networks li a.facebook{
	background:url(images/btn-facebook.png) no-repeat;
	width:79px;
	height:65px;
	margin:1px 0 0;
}
.post-header{
	border: 1px solid #e8e8e8;
        width:592px;
        height:222px;
        margin:30px 0 2px 0;
	padding: 6px 4px 6px 4px;
	background-image:url(images/ajax-loader.gif);
        background-position: center center;
        background-repeat: no-repeat;
}

* html #header .social-networks li a.facebook{
	background-position:-9999px -9999px;
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='wp-content/themes/ALWE/images/btn-facebook.png', sizingmethod='crop');
}
#access{
	width:897px;
	overflow:hidden;
	margin:0 auto 3px;
}
#nav{
	list-style:none;
	margin:0;
	padding:0;
}
#nav li{
	float:left;
	font-size:15px;
	line-height:18px;
	border:1px solid #e8e8e8;
}
#nav li a{
	float:left;
	padding:10px 19px 0;
	color:#000;
	height:30px;
	background:#f6f6f6;
	text-decoration:none;
}
#nav li a:hover{background:#f2f2f2;}
#searchform{
	float:right;
	margin:6px 5px 0 0;
	display:inline;
}
#searchform fieldset{
	float:left;
	background:url(images/bg-input-search.gif) no-repeat;
	width:186px;
	height:28px;
	padding:0 28px 0 12px;
}
#searchform input{
	float:left;
	width:100%;
	border:none;
	background:none;
	padding:6px 0 6px;
	height:16px;
	font:italic 12px/16px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#666;
}
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {font-style:italic;}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {eft:auto;}

.entry-title,.entry-meta {lear:both;}
div#container{
	width:897px;
	float:left;
	position:relative;
	margin-left:50%;
	left:-448px;
	display:inline;
	background:url(images/bg-contet.jpg) repeat-y 100% 0;
}
div#content{
	margin:0 250px 0 0;
	padding:26px 45px 0 0;
	overflow:hidden;
	background:url(images/bg-container.gif) no-repeat 100% 100%;
}
div#primary{
	width:230px;
	margin:0 0 0 -700px;
	padding:31px 27px 0 22px;
	position:relative;
	left:0;
	background:url(images/bg-aside.jpg) no-repeat;
	overflow:hidden;
}
#content .hentry{
	width:100%;
	overflow:hidden;
	padding:0 0 20px;
}
.hentry h2{
	color:#363636;
	font-size:24px;
	line-height:29px;
	margin:0 0 12px;
	float:left;
	font-weight:normal;
}
.hentry h2 a{
	color:#363636;
	text-decoration:none;
}
.hentry h2 a:hover{text-decoration:underline;}
.hentry .entry-date{
	float:right;
	font-size:12px;
	line-height:15px;
	color:#363636;
	margin:12px 0 0;
	white-space:nowrap;
}
.hentry .references {
	float: left;
	width: 200px;
}

.hentry .address{
	float:right;
	font-size: 13px;
	margin-bottom: 20px;
}
.hentry .entry-content{
	width:100%;
	overflow:hidden;
	clear:both;
	padding:0 0 0px;
}
.hentry .entry-content iframe {
	margin-left: 1px;
}
.hentry .entry-content p{
	padding:0 0 20px;
	margin:0;
	font-size: 14px;
	line-height: 21px;
}
.hentry .entry-content p img {
	padding: 3px;
	margin: 3px 1px 3px 1px;
	border: 1px solid #e8e8e8;
	text-align: center;
	background-image:url(images/ajax-loader.gif);
        background-position: center center;
        background-repeat: no-repeat;
}
.hentry .wp-caption{
	width:100%;
	overflow:hidden;
	margin:0 0 26px;
}
.hentry .wp-caption p{padding:0;}
.hentry .wp-caption a{
	float:left;
	padding:2px;
	border:1px solid #e6e6e6;
}
.hentry .wp-caption p a{
	float:none;
	border:none;
	padding:0;
	margin:0;
	color:#000;
}
.hentry .wp-caption p a:hover{text-decoration:none;}
.hentry .wp-caption img{
	display:block;
	border:1px solid #e8e8e8;
}
.hentry .more-link{
	position:relative;
	left:0;
	bottom:0;
}
* html .hentry .more-link{
	zoom:1;
	display:inline;
}
*+html .hentry .more-link{
	zoom:1;
	display:inline;
}
.signature {
	float: left;
}

.hentry .comments-link{
	float:right;
	margin:-20px 0 0;
	position:relative;
	color:#74210e;
}
.hentry .entry-meta{
	margin:15px 0 0 0;
	width:100%;
	overflow:hidden;
	clear:both;
	border:solid #d3d3d3;
	border-width:1px 0 0 0;
	padding:10px 2px 0 15px;
	line-height:12px;
}
.hentry .entry-meta span{
	margin-right: 10px;
	text-indent:-34px;
	padding:0 5px 0 34px;
	display:block;
	float: right;
	width: 250px;
}
.hentry .entry-meta a{
	font-size:11px;
	text-decoration: none;
}
.hentry .entry-meta a:hover{
	text-decoration: underline;
}
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required {
	background:#fff;
	color:#c30;
}
form#commentform input{border:1px solid #c7c7c7;}
form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
border-bottom: 1px solid #d3d3d3;
}

textarea#comment {
	height:170px;
	margin:0 0 0.5em;
	overflow:auto;
	width:397px;
	border:1px solid #c7c7c7;
}

.subscribe-to-comments {
	margin-left: 7px;
}

#trackbacks-list ol li {
	margin: 0;
	padding: 2px 0px 2px 0px;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
	margin:0 3px !important;
	text-align:right;
	color:#000;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
	height:1%;
	overflow:hidden;
	background:#f7f7f7;
	border:1px solid #e8e8e8;
	padding:6px 0 7px;
	margin:6px 0 0;
}

div.navigation div.nav-next{
	float:right;
	text-align:right;
}
.navigation .nav-next a,
.navigation .nav-previous a{
	float:right;
	background:url(images/btn-next.gif) no-repeat 100% 6px;
	padding:0 18px 0 0;
	margin:0 9px 0 0;
	display:inline;
	color:#575757;
	font-size:14px;
	line-height:17px;
	text-decoration:none;
}
.navigation .nav-previous a{
	float:left;
	background:url(images/btn-prev.gif) no-repeat 0 6px;
	padding:0 0 0 18px;
	margin:0 0 0 9px;
}
.navigation .nav-next a:hover,
.navigation .nav-previous a:hover{text-decoration:underline;}
div.sidebar {
width: 250px;
}
div.sidebar h3 {
font-size:1.2em;
}

div.sidebar h4{
margin: 0;
}
div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,
div#footer{text-align:center;}
input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}
.social_links {
	float: left;
	width: 300px;
	height: 120px;
	position: absolute;
}

.facebook_like {
	float: left;
	margin: -1px 0 0 0;
	padding: 0;
	width: 300px;
	height: 40px;
	z-index: 1000;
}
.tweet_this {
	float: left;
}
.restaurants-frm{
	width:100%;
	overflow:hidden;
	margin:0 0 29px;
}
.restaurants-frm .sel{
	float:left;
	width:230px;
	font-size:14px;
}
.widget{
	width:100%;
	overflow:hidden;
}
div.widget h3{
	font-size:18px;
	line-height:22px;
	color:#f57d21;
	margin:0 0 6px;
	font-weight:normal;
	width: 100%;
}
.widget h3 a{
	color:#f57d21;
	text-decoration:none;
}
#restaurant_list {
	position: absolute;
}
#restaurant_list div {
	margin-bottom: 30px;
}

div.sidebar .widget_tripit_location {
	margin-top: 50px;
}

div.sidebar .widget_tripit_location p {
	margin-top: 0px;
	font-size: 14px;
	color:#303030;
}

div.widget_tripit_location h3{
        background:url(images/ico-location.gif) no-repeat 0 2px;
        padding:0 0 0 25px;
}

div.sidebar .widget_twitter_status {
	margin-top: 5px;
}

div.widget_twitter_status iframe {
	position: relative;
	top: -28px;
	left: 9px;
	height: 21px;
	z-index: 100;
	border-radius: 5px;
}
.widget h3 a:hover{text-decoration:underline;}
div.widget_twitter_status h3{
	background:url(images/ico-twitter.gif) no-repeat 0 2px;
	padding:0 0 0 25px;
}

div.sidebar .twitter li .twitter-timestamp abbr{border:none;}
div.sidebar .btn-twitter{
	display:block;
	height:17px;
	overflow:hidden;
	margin:5px 0 29px;
	padding:3px 0 0;
	text-align:center;
	border:1px solid #e8e8e8;
	background:#f7f7f7 url(images/ico-twitter-small.gif) no-repeat;
	font:11px/13px Verdana, Arial, Helvetica, sans-serif;
	color:#303030;
	text-decoration:none;
}
div.sidebar .btn-twitter:hover{color:#ff3000;}
div.sidebar .btn-twitter a{
        text-decoration: none;
        color:#303030;
}
div.sidebar .btn-twitter a:hover{
        text-decoration: underline;
}
div.sidebar .widget_fbstatus h3{
	background:url(images/ico-facebook.gif) no-repeat 0 3px;
	padding:0 0 0 25px;
	margin-top: 10px;
}
div.sidebar .facebook-post-list .title a:hover{color:#ff3000;}
div.sidebar .btn-facebook{
	display:block;
	height:17px;
	overflow:hidden;
	margin:4px 0 27px;
	padding:3px 0 0;
	text-align:center;
	border:1px solid #e8e8e8;
	background:#f7f7f7 url(images/ico-facebook-small.gif) no-repeat;
	font:11px/13px Verdana, Arial, Helvetica, sans-serif;
	color:#303030;
	text-decoration:none;
}
div.sidebar .btn-facebook:hover{color:#ff3000;}
div.sidebar .btn-facebook a{
	text-decoration: none;
	color:#303030;
}
div.sidebar .btn-facebook a:hover{
	text-decoration: underline;
}

div.sidebar .widget_fbstatus ul li,
div.sidebar .widget_twitter_status ul li{
	margin: 0px 0px 12px 0px;
}
div.sidebar .widget_fbstatus h4,
div.sidebar .widget_twitter_status h4{
        font-size: 13px;
	font-weight: normal;
}
div.sidebar .widget_fbstatus .image img,
div.sidebar .widget_twitter_status .image img{
	width: 216px;
	height: 162px;
	background-image:url(images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

div.sidebar .widget_fbstatus .image,
div.sidebar .widget_twitter_status .image {
        border: 1px solid #E8E8E8;
	text-align: center;
	vertical-align: center;
        padding: 5px;
}

div.sidebar .widget_fbstatus .via,
div.sidebar .widget_twitter_status .via {
	font-size: 11px;
	font-style: italic;
	color: #AAAAAA;
	margin-top: -3px;
}
div.sidebar .widget_fbstatus .text,
div.sidebar .widget_twitter_status .text {
        font-size: 12px;
}

div.sidebar .widget_fbstatus .simple,
div.sidebar .widget_twitter_status .simple {
        font-size: 13px;
}

div.sidebar .vimeo-badge-widget h3 {
	background:url(images/ico-play.gif) no-repeat 0 4px;
	padding:0 0 0 23px;
}
div.sidebar .vimeo-badge-widget{
	width:100%;
	overflow:hidden;
}
div.sidebar .vimeo-badge-widget ul{
	width: 250px;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.sidebar .vimeo-badge-widget li{
	display:inline-block;
	margin:0 20px 16px 0;
}
* html div.sidebar .vimeo-badge-widget li{
	height:1%;
	display:inline;
}
*+html div.sidebar .vimeo-badge-widget li{
	height:1%;
	display:inline;
}
div.sidebar .vimeo-badge-widget li img{
	display:block;
}
div.sidebar .vimeo-badge-widget li a img{
	width: 60px;
}
div.sidebar .widget_recent_comments{
	width:100%;
	overflow:hidden;
	margin:0 0 37px;
}
div.sidebar .widget_recent_comments h3{
	background:url(images/ico-comment.gif) no-repeat 0 4px;
	padding:0 0 0 24px;
}

div.sidebar .widget_statpresstopposts h3,
div.sidebar .widget_archive h3 {
        background:url(images/ico-blog.gif) no-repeat 0 4px;
        padding:0 0 0 24px;
}

div.sidebar .widget_statpresstopposts,
div.sidebar .widget_archive {
	width:100%;
        overflow:hidden;
        margin:0 0 37px;
}

div.sidebar .widget_statpresstopposts ul li,
div.sidebar .widget_archive ul li {
        width:100%;
        overflow:hidden;
        vertical-align:top;
        background:url(images/bg-doted.gif) repeat-x 0 100%;
        margin:0;
        padding:0 0 1px;
        font-size:12px;
        line-height:15px;
}

div.sidebar .widget_statpresstopposts ul li a,
div.sidebar .widget_archive ul li a {
	color:#4f4f4f;
        text-decoration:none;
        padding:6px 0;
        display:block;
        width:100%;
        overflow:hidden;
}

div.sidebar .widget_statpresstopposts ul li a:hover,
div.sidebar .widget_archive ul li a:hover {
	background-color: #f6f6f6;
}

#recentcomments{
	width:100%;
	overflow:hidden;
}
#recentcomments li{
	width:100%;
	overflow:hidden;
	vertical-align:top;
	font-size:12px;
	line-height:15px;
	background:url(images/bg-doted.gif) repeat-x 0 100%;
	margin:11px 0 0;
	padding:0 0 13px;
	color:#4f4f4f;
}
#recentcomments li:first-child{margin-top:5px;}
* html #recentcomments li{
	margin-top:expression((this===this.parentNode.childNodes[0]) ? "5px" : "11px");
}
#recentcomments li .avatar{
	float:left;
	margin:3px 12px 7px 0;
	border:1px solid #616161;
	width:28px !important;
	height:28px !important;
}
* html #recentcomments li .avatar{margin-right:9px;}
#recentcomments li .comment-author-link{display:block;}
#recentcomments li .comment-post-link{
	color:#7e7e7e;
	display:block;
	padding:0 0 1px;
}
#recentcomments li .comment-text{
	width:100%;
	overflow:hidden;
	clear:both;
}
div.sidebar .widget_links{margin:0 0 39px;}
div.sidebar .widget_links h3{
	padding:0 0 0 24px;
	background:url(images/ico-blog.gif) no-repeat 0 3px;
}
div.sidebar .blogroll{
	width:100%;
	overflow:hidden;
	padding-top:3px;
}
div.sidebar .blogroll li{
	width:100%;
	overflow:hidden;
	vertical-align:top;
	background:url(images/bg-doted.gif) repeat-x 0 100%;
	margin:0;
	padding:0 0 1px;
	font-size:12px;
	line-height:15px;
}
div.sidebar .blogroll li a{
	color:#4f4f4f;
	text-decoration:none;
	padding:6px 0;
	display:block;
	width:100%;
	overflow:hidden;
}
div.sidebar .blogroll li a:hover{background:#f6f6f6;}
div.sidebar .subscribe-title{
	background:url(images/ico-letter.gif) no-repeat 0 4px;
	padding:0 0 0 24px;
}
.subscribe-frm{
	width:100%;
	overflow:hidden;
	color:#5b5b5b;
	line-height:18px;
	font-size:12px;
	padding:6px 0 0;
	margin:0 0 39px;
}
.subscribe-frm p{margin:0 0 10px;}
.subscribe-frm .row{
	width:100%;
	padding:0 0 8px;
}
.subscribe-frm .row:after{
	content:"";
	display:block;
	clear:both;
}
.subscribe-frm label{
	display:block;
	margin:0 0 9px;
}
.subscribe-frm .text{
	float:left;
	width:192px;
	padding:6px 10px;
	font-size:12px;
	line-height:15px;
	height:15px;
	border:1px solid #c7c7c7;
	background:#fff;
}
.subscribe-frm .sel{
	width:214px;
	float:left;
}
.subscribe-frm .btn-submit{
	float:left;
	margin:11px 0 0;
	background:url(images/btn-submit.gif) no-repeat;
	width:101px;
	height:22px;
	text-align:center;
	padding:0 0 2px;
	color:#fff;
	font:bold 12px/22px 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	border:none;
	cursor:pointer;
	vertical-align:top;
}

div.sidebar .widget_text{
	padding:0 0 0 24px;
	background:url(images/ico-rss.gif) no-repeat 0 3px;
	width: 100%;
	overflow: hidden;
}
div.sidebar .widget_text ul{
	margin: 0 0 0 -24px;
}
div.sidebar .widget_text li{
	width:100%;
	overflow:hidden;
	vertical-align:top;
	background:url(images/bg-doted.gif) repeat-x 0 100%;
	margin:0;
	padding:0 0 1px;
	font-size:12px;
	line-height:15px;
}
div.sidebar .widget_text li a{
	color:#4f4f4f;
	text-decoration:none;
	padding:6px 0;
	display:block;
	width:100%;
	overflow:hidden;
}
div.sidebar .widget_text li a:hover{background:#f6f6f6;}
#footer{
	width:100%;
	overflow:hidden;
	background:url(images/bg-footer.gif) repeat-x 0 100%;
	font-size:12px;
	line-height:15px;
	padding:64px 0 0;
}
.footer-frame{
	width:997px;
	margin:0 auto;
	background:url(images/bg-footer-frame.gif) no-repeat 0 100%;
	height:24px;
	padding:0 0 140px;
}
#greet_block {
	margin-right: 5px;
}

