/*
    Theme Name: Fraberts Notepad Chaos
    Theme URI: http://www.evaneckard.com/
    Description: Notepad Chaos is a wordpress theme by <a href="http://www.evaneckard.com">Evan Eckard</a>. <strong>Theme customization by</strong> <a href="http://www.jeanmichelparis.com">Jean-Michel Paris</a>
    Version: 1.3
    Author: Evan Eckard
    Author URI: http://www.evaneckard.com/
*/

body {
	background: #2A2A2A;
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#container {
	background: url(images/en/page-back.jpg) no-repeat scroll top center;
	z-index: 101;
	width:819px;
	width: 1200px;
	margin:0 auto;
	position:relative;
	height:252px;
	height: 345px;
	z-index: 10;
}

/* search form */

#search {
	position:absolute;
	text-align:right;
	width:250px;
	left:710px;/*520px;*/
	top:10px;
	z-index:100;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	border:1px solid #fff;
	width:138px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(images/en/search-back.gif) transparent;
}
#search .btnSearch {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/en/btn-back.gif) transparent;
}


/* menu */

#menu-holder {
	position:absolute;
	top:43px;
	left:647px; /*457px; +190px*/
	width:319px;
	overflow:hidden;
        background:transparent url(images/en/menu-off.png) 0px 0px no-repeat;
}
#menu {
	width:319px;
	height:42px;
	margin:0;
	padding:0;
	position:relative;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#menu li, #menu a {
	height:42px;
	display:block;
}
#home {
	text-indent:-300em;
	overflow:hidden;
	left:0px;
	width:107px;
}
#about {
	text-indent:-300em;
	overflow:hidden;
	left:107px;
	width:107px;
}
#archives {
	text-indent:-300em;
	overflow:hidden;
	left:214px;
	width:106px;
}



#home a:hover {
	background:transparent url(images/en/menu.png) 0px 0px no-repeat;
}
#about a:hover {
	background:transparent url(images/en/menu.png) -107px 0px no-repeat;
}
#archives a:hover {
	background:transparent url(images/en/menu.png) -214px 0px no-repeat;
}


/* blog title */

#title	{
	position:absolute;
	top:229px;
	left: 266px; /*76px;*/
	color:#fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	width:370px;
	overflow:hidden;
}
#title	h2	{
	color:#fff;
	font-size:20px;
	margin:0 0 2px;
}
#title	a	{
	color:#fff;
	text-decoration:none;
}
#title	a:hover	{
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #e7d8cf;
}
#title	#qtrans_flags	{
	position:absolute;
	top:	-2px;
	left:	200px;
	width:	200px;
	/*border-bottom:	1px solid #fff;*/
}
#title	.qtrans_language_chooser		{
	list-style-type:none;
}
#title	.qtrans_language_chooser	li	{
	float:left;
	margin-right:3px
}


/* content */

#content {
	background: url(images/en/notepad-back.gif) repeat-y scroll top center;
	margin: 0px auto;
	width: 1200px;
	/*padding-right:55px;*/
	z-index: 10;
}
#content blockquote {
	padding:0 0 0 30px;
	background:url(images/en/blockquote.gif) no-repeat 0 50%;
}
#content .col01 {
	position: relative;
	left: 186px;
	float:left;
	padding-left:70px;
	width:425px;
	font-size:12px;
	line-height:20px;
}
#content .col01 h3 {
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	margin:0;
	padding:0 0 10px;
	background:url(images/en/line.gif) repeat-x bottom;
}
#content .col01 h4 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	font-family: Times New Roman, Times, Georgia, erif;
	margin:0;
	padding:0 0 16px;
	background:url(images/en/line.gif) repeat-x bottom;
}
#content .col01 h3 a {
	color:#000;
	text-decoration:none;
}
#content .col01 h3 a:hover {
	background-color:#f4f0db;
}
#content .col01 .post {
	padding-bottom:30px;
}
#content .col01 .thumbnail {
}
#content .col01 .thumbnail-bottom {
	position: relative;
	top: -16px;
	margin:0;
	padding:0;
	background:url(images/en/line.gif) repeat-x bottom;
}
#content .col01 .meta {
	font-size:11px;
	text-align:right;
	background:url(images/en/line.gif) repeat-x;
	padding-top:8px;
}
#content .col01 .post-inner {
	position:relative;
}
#content .col01 .post-inner .date-tab {
	position:absolute;
	top:0px;
	left:-98px;
	height:64px;
	width:83px;
	background:url(images/en/date-tab.gif) no-repeat;
}
#content .col01 .usercode {
	float:right;
	margin:12px 0 12px 12px;
}
.month {
	text-align:right;
	display:block;
	padding:6px 16px 6px 0;
	font-size:11px;
}
.day {
	text-align:right;
	display:block;
	padding:4px 16px 2px 0;
	font-size:18px;
	font-weight:bold;
}
#content .col01 .post-inner a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
#content .col01 .post-inner a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
#content .col01 .meta a {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
	color:#000;
	text-decoration:none;
	border-style:none;
}


#content .col02 {
	position: relative;
	left: -244px;
	float:right;
	width:212px;
	font-size:11px;
	line-height:16px;
}
#content .col02 .recent-posts {
	width:212px;
	background:url(images/en/postitBack.gif) repeat-y;
}
#content .col02 .recent-posts ul {
	padding:0;
	margin:0;
}
#content .col02 .recent-posts ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	padding:0;
	margin:0;
}
#content .col02 .recent-posts ul li .listMeta {
	font-size:10px;
}
#content .col02 .recent-posts ul li a {
	color:#21565E;
	border-top:1px solid #ffffbe;
	display:block;
	width:170px;
	margin:0 auto;
	padding:4px 0 4px 25px;
	background:url(images/en/bullet-postit.gif) no-repeat 5px 8px;
}
#content .col02 .recent-posts ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/en/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}
#content .col02 .postit-bottom {
	width:188px;
	height:62px;
	background:url(images/en/postit-bottom.gif) no-repeat;
	padding:12px 12px 0;
	font-size:11px;
	text-align:right;
}
#content .col02 .postit-bottom a {
	color:#21565E;
}
#content .col02 .postit-bottom a:hover {
	color:#21565E;
	text-decoration:none;
}


#content .col02 .opening-hours {
	background:url(/images/opening-hours.gif) no-repeat;
	height: 111px;
}

#content .col02 .gourmet-pizzas {
	background:url(images/en/gourmet-pizzas.gif) no-repeat;
	height: 120px;
}

#content .col02 .gourmet-pizzas:hover {
	background:url(images/en/gourmet-pizzas2.gif) no-repeat;
	height: 120px;
}

#content .col02 .cooking-classes {
	background:url(images/en/cooking-classes.gif) no-repeat;
	height: 120px;
}

#content .col02 .cooking-classes:hover {
	background:url(images/en/cooking-classes2.gif) no-repeat;
	height: 120px;
}

#content .col02 .catering {
	background:url(images/en/catering.jpg) no-repeat;
	height: 100px;
}

#content .col02 .catering:hover {
	background:url(images/en/catering2.jpg) no-repeat;
	height: 100px;
}

#content .col02 .directions {
	background:url(images/en/directions.gif) no-repeat;
	height: 100px;
}

#content .col02 .directions:hover {
	background:url(images/en/directions2.gif) no-repeat;
	height: 100px;
}



#content .col02 .categories-upper {
	height:124px;
	background:url(images/en/categories-upper.gif) no-repeat;
}
#content .col02 .categories {
	background:url(images/en/categories-back.gif) repeat-y;
}
#content .col02 .categories ul {
	margin:0;
	padding:0;
}
#content .col02 .categories ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
}
#content .col02 .categories ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:170px;
	padding:4px 0 4px 25px;
	background:url(images/en/bullet-note.gif) no-repeat 5px 8px;
}
#content .col02 .categories ul li a:hover {
	text-decoration:none;
	color:#000;
	background:url(images/en/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}
#content .col02 .categories-btm {
	height:68px;
	background:url(images/en/categories-btm.gif) no-repeat;
}


#content .col02 .tags-upper {
	height:124px;
	background:url(images/en/tags-upper.gif) no-repeat;
}
#content .col02 .tags {
	background:url(images/en/tags-back.gif) repeat-y;
}

#content .col02 .tags ul {
	margin:0;
	padding: 0px 10px 0px 10px;
}

#content .col02 .tags ul {
	font-size:11px;
	line-height:18px;
	list-style:none;
}

#content .col02 .tags ul a {
	color:#21565E;
	margin:0 auto;
	display:inline;/*block;*/
	width:170px;
	padding:0px 0px 0px 0px;
	/*background:url(images/en/bullet-note.gif) no-repeat 5px 8px;*/
}
#content .col02 .tags ul a:hover {
	text-decoration:none;
	color:#000;
	/*background:url(images/en/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;*/
}
#content .col02 .tags-btm {
	height:68px;
	background:url(images/en/tags-btm.gif) no-repeat;
}


#content .col02 .links {
	background:url(images/en/txt-friends-links.gif) no-repeat 50% 8px;
	padding-top:20px;
}
#content .col02 .links ul {
	margin:0 0 20px;
	padding:0;
}
#content .col02 .links ul li {
	font-size:11px;
	line-height:18px;
	list-style:none;
	background:url(images/en/line-inner.gif) no-repeat bottom;
}
#content .col02 .links ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:6px 0;
}
#content .col02 .links ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .col02 .side-meta {
	background:url(images/en/txt-misc-debris.gif) no-repeat top right;
}
#content .col02 .side-meta ul {
	margin:10px 0;
	padding:0;
}
#content .col02 .side-meta ul li {
	font-size:10px;
	line-height:14px;
	list-style:none;
}
#content .col02 .side-meta ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:2px 0;
}
#content .col02 .side-meta ul li a:hover {
	text-decoration:none;
	color:#000;
}

#content .col02 .widgettitle {
	font-size:12px;
}

#content .col02 .tag-link-3  a {
	color:#21565E;
}

#content .col02 .side-widget ul {
	margin:10px 0;
	padding:0;
}
#content .col02 .side-widget ul li {
	font-size:10px;
	line-height:14px;
	list-style:none;
}
#content .col02 .side-widget ul li a {
	color:#21565E;
	margin:0 auto;
	display:block;
	width:212px;
	padding:2px 0;
}
#content .col02 .side-widget ul li a:hover {
	text-decoration:none;
	color:#000;
}

/* footer */

#footer-holder {
	background:url(images/en/footer2.jpg) no-repeat scroll top center;
	width:819px;
	width:1200px;
	height:500px;
	margin:0 auto;
	position:relative;
	/*top: +2px;*/
	/*left:-190px;*/
	z-index:100;
}
#footer-holder .footer {
}
#footer-holder .txt a {
	color:#000;
}
#footer-holder .txt a:hover {
	color:#000;
	text-decoration:none;
}
#footer-holder .txt {
	width:480px;
	position:absolute;
	top:116px;
	left: 376px; /*186px;*/
	font-size:11px;
	line-height:16px;
	color:#000;
	z-index:105;
	height:60px;
	overflow:hidden;
}
#footer-holder .smashing a {
	width:66px;
	height:61px;
	position:absolute;
	top:160px;
	left: 899px; /*709px;*/
	font-size:11px;
	text-indent:-400px;
	z-index:102;
	overflow:hidden;
	background:url(images/en/logo-smashing.gif) no-repeat 0 0;
}
#footer-holder .smashing a:hover {
	background:url(images/en/logo-smashing.gif) no-repeat 0 -61px;
}
#footer-holder .rss a {
	width:55px;
	height:55px;
	position:absolute;
	top:165px;
	left: 320px; /*130px;*/
	font-size:11px;
	text-indent:-400px;
	z-index:103;
	overflow:hidden;
	background:url(images/en/icon-rss-on-off.png) no-repeat 0 0;
}

#footer-holder .rss a:hover {
	background:url(images/en/icon-rss-on-off.png) no-repeat 0 -55px;
}

/* next previous */

.previous a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/en/link-older.gif) no-repeat 0 0;
	overflow:hidden;
}
.previous a:hover {
	background:url(images/en/link-older.gif) no-repeat 0 -33px;
}
.next a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/en/link-newer.gif) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/en/link-newer.gif) no-repeat 0 -33px;
}


/* comment styles */

.comments, .name, .email, .website, .txt-email-sub, .txt-website-example {
	display:block;
	text-indent:-800px;
	font-size:10px;
	overflow:hidden;
	margin:0;
	padding:0;
}
.comments {
	height:27px;
	background:url(images/en/txt-your-comment.gif) no-repeat;
}
.name, .email, .website {
	width:80px;
	float:left;
	margin-right:12px;
	clear:left;
}
.name {
	height:30px;
	background:url(images/en/txt-name.gif) no-repeat top right;
}
.email {
	height:30px;
	background:url(images/en/txt-email.gif) no-repeat top right;
}
.website {
	height:30px;
	background:url(images/en/txt-website.gif) no-repeat top right;
}
.txt-email-sub {
	height:20px;
	background:url(images/en/txt-email-sub.gif) no-repeat 90px 0;
	clear:both;
}
.txt-website-example {
	height:20px;
	background:url(images/en/txt-site-example.gif) no-repeat 90px 0;
	clear:both;
}
#commentform {
	padding:0;
	margin:0;
}
#commentform .comment-field {
	border:1px solid #939393;
	width:320px;
	margin:0;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	float:left;
}
#commentform .comment-box {
	border:1px solid #939393;
	width:425px;
	margin:0 0 10px;
	padding:3px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
#commentform .btnComment {
	border:1px solid #fff;
	color:#fff;
	margin:0;
	padding:2px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(images/en/btn-back.gif) transparent;
	float:left;
	clear:left;
}


/* comment list */

.commentlist {
	margin:20px 0;
	padding:0;
}
.commentlist li {
	padding:12px 0;
	background:url(images/en/line-inner.gif) no-repeat bottom;
	font-size:12px;
	line-height:20px;
	list-style:none;
}
.commentlist li a {
	color:#000;
	position:relative;
	text-decoration:none;
	border-bottom:1px solid #868585;
	background:#f4f0db;
}
.commentlist li a:hover {
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #000;
	background:#fffbc1;
}
.commentdate {
	display:block;
	padding:0 0 6px;
	font-size:10px;
}
.commentlist li cite {
	font-weight:bold;
	font-style:normal;
}
