/* ----------------- Text My Pattern CSS modified ----------------- */

/* Lithuanian-Recipes styles v1.6, the 800px wide version modified */
/* vv1.5 includes two floated columns within the main column, colleft and colright */

/*  based on CSS for the 'Text My Pattern' Template for
    Textpattern. It's part of a complete ZIP package that
	you can find at http://textplates.com and should not
	be used with accompanying images and html (obviously). 
	Nothing fancy here, pretty basic css. 
	Copyright 2006 Jacob Reinsma www.jacobontwerpt.nl/com  */
	
/* colors */
/* yellow fff600 rgb 255-246-0 */
/* orange ff4a00 rgb 255-74-0 */
/* green from flag 003300 rgb 0-51-0 */
/* red from flag bb0000 rgb 187-0-0 */
/* text 333333 */

/* --------------------------------------------- */
body {
	background: #FFFFFF url(http://lithuanian-recipes.com/images/yellow-bkgnd-50x70.gif) repeat-x top left;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: x-small; /* for ie5/win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for the compliant browsers */	
	margin: 0;
	padding: 0;
	text-align: center;
}
#header {
	width: 800px;
	margin: 0 auto;
	background: url(http://lithuanian-recipes.com/images/LR-masthead-800x70-1b2.jpg) no-repeat center top;
	height: 75px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#navtop {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	/* border-top: 1px dotted #ffff00; */
	/* border-bottom: 1px dotted #ffff00; */
}
#main {
	float: left;
	color: #333333;
	margin: 0 0 2em 0;
	padding: 2em 1em;
	width: 500px;
	line-height: 1.5em;
}
.colleft {
	float: left;
	width: 45%;
	margin: 0;
	padding: 0;
}
.colright {
	float: right;
	width: 45%;
	margin: 0;
	padding: 0;
}
.row {
	margin: 2em 0;
	border-top: 1px dotted #ff4a00;
}
#sidebar {
	float: right;
	color: #333333;
	margin: 0;
	padding: 5em 0 1em 0;
	width: 200px;
	line-height: 1.5em;
}
#footer {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: transparent url(http://lithuanian-recipes.com/images/ftr-fade-rnd-btm-800x70.gif) repeat-x center bottom;
	clear: both;
	text-align: center;
}
#footer #footlinks {
	position: absolute;
	left: 50%;
	bottom: 1em;
	margin: 0 0 0 -50%;
	text-align: center;
}
img.left {
	float: left;
	border:  #ff9900 solid 1px;
	padding: 10px;
	margin: 10px 10px 10px 0;
}
img.right {
	float: right;
	border:  #ff9900 solid 1px;
	padding: 10px;
	margin: 10px 0 10px 10px;
}
img a {
	border:  none;
}
INPUT.comment_name_input, INPUT.comment_email_input, INPUT.comment_web_input, TEXTAREA {
	color: #666666;
	border:  #FF9900 solid 1px;
	padding: 3px;
}

.clearboth {
	clear: both;
}

/* typography */
/* --------------------------------------------- */

body {
	font: 1em/1.65em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1.top, h1.top a {
	font-size: 130%;
	color: #fff300;
	text-align: center;
	margin: 0;
	padding: 5% 0 0 0;
    border: none;
}
h1, h2 {
	font-size: 130%;
	color: #333333;
	margin: 2em 0 0;	
}
h1.title, h2.title {
	background: url(http://lithuanian-recipes.com/images/pencil.gif) no-repeat left bottom;
	padding: 10px 0 5px 40px;	
}
h3 {
	font-size: 120%;
	color: #333333;
	margin-top: 2em;
}
h3.title {
	background: url(http://lithuanian-recipes.com/images/pencil.gif) no-repeat left bottom;
	padding: 10px 0 5px 40px;	
}
h4 {
	font-size: 110%;
	color: #333333;
	margin-top: 2em;
}
h5 {
	font-size: 100%;
	color: #333333;
	margin-top: 2em;
}
h6 {
	font-size: 100%;
	color: #333333;
	margin-top: 2em;
	font-variant: small-caps;
}

p.sub {
	padding: 0 0 0 3em;
	font-size: 80%;
	color: #666666;
}
p.comment {
	font-size: 90%;
	background: url(http://lithuanian-recipes.com/images/comment.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin-top: 20px;
    margin-bottom: 50px;
}

#sidebar h3 {
	font-size: 110%;
	color: #999999;
	padding: 0 0 8px 15px;
	margin-top: 2.5em;
	background: url(http://lithuanian-recipes.com/images/white_fade2.gif) no-repeat left bottom;
}

#sidebar p, #sidebar li, #sidebar dt, #sidebar dd {
	font-size: 90%;
}
#sidebar p {
	margin-left: 30px;
}

#footer .copyright {
	font-size: 80%;
	color: #333333;
	text-align: center;
}

/* links */
/* --------------------------------------------- */

a {
	color: #ff4a00;
	text-decoration: none;
	border-bottom: 1px solid #ff4a00;
}
a:hover {
	color: #ffffff;
	background: #ff4a00;
	border-bottom: 1px solid #ffffff;
}

h1.top a {
	color: #fff300;
	text-decoration: none;
	border: none;
}
h1.title a, h2.title a {
	color: #333333;
	text-decoration: none;
	border: none;
}

h1.title a:hover, h2.title a:hover {
	color: #ff4a00;
	text-decoration: underline;
	background: #ffffff;
}

.a_nav {
	background-color: #ff4a00;
    text-align: center;
	font-size: 80%;
}
.a_nav a {
	color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
.a_nav a:hover {
	color: #ff4a00;
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

#sidebar a {
	border-bottom: 1px solid #ffa400;
}

#navtop a.activelink, #navtop a.activelink:hover {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

.morelink, .morelink a {
	font-style: italic;
}



/* lists */
--------------------------------------------- */

#navtop ul, #footer #foot_links ul {
	list-style: none;
}
#navtop ul {
	margin: 0;
	padding: 0;;
}
#navtop ul li {
	display: inline;
	font-size: 90%;
	margin: 0;
	padding: 0 1em;
}
#sidebar ul, #sidebar dl {
	list-style: none;
	margin: 0 0 0 1.1em;
	padding: 0;
}
#sidebar li, #sidebar dt {
	background: url(http://lithuanian-recipes.com/images/bullet1.gif) no-repeat 0 50%;
	padding-left: 1.5em;
	margin: 0;
}
#footer #foot_links ul li {
	display: inline;
	line-height: 1.5;
	font-size: 90%;
	margin: 0;
	padding: 0 1.5em;
}
ul.inline_list {
	list-style: none;
	display: inline;
}
ul.inline_list li {
	display: inline;
	padding: 0 0.5em 0 0;
}

/* extras */

hr {
margin: 2em auto;
width: 370px;
height: 1px;
color: #7a7e7d;
background-color: #7a7e7d;
border: none;
}

div.divider {
margin: 2em 0;
text-align: center;
}
