/* ----------------- Text My Pattern CSS ----------------- */

/*  	This is the 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 */

/* ----------------- Text My Pattern CSS ----------------- */


body {
/*	background: #FFFFFF url(../images/header_bg.jpg) repeat-x top left;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small; /* for ie5/win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for the compliant browsers */	
	margin: 0;
	padding: 0;
}
#header {
	background: url(../images/tele.jpg) no-repeat center top;
	height: 385px;
}
#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#main {
	color: #666666;
	margin: 0;
	width: 760px;
	line-height: 1.5em;
	margin-bottom: 35px;
}

#content
{     
	margin-left: 10px;
	margin-right: 140px;
	text-align: left;
}


#sidebar {
	float: right;
	color: #999999;
	margin: 0;
	width: 200px;
	line-height: 1.5em;
}
#footer {
        font-size: 80%;
	background-color: #DE8600;
	color: #FFFFFF;
	clear: both;
	text-align: center;
}
#footer p {
	margin: 0;
}
#footer a {
	border: none;
}
#a_nav {
	background-color: #DE8600;
    text-align: center;
}
#a_nav a {
	color: #FFFFFF;
    border: none;
}
#a_nav a:hover {
	color: #FF9900;
}
p.sub {
	font-size: 80%;
	color: #CCCCCC;
}
p.comment {
	font-size: 90%;
	background: url(../images/comment.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin-top: 20px;
    margin-bottom: 50px;
}
#sidebar p {
	font-size: 90%;
	margin-left: 30px;
}
h1, h1 a {
	font-size: 140%;
	color: #FFFFFF;
	text-align: right;
	margin: 0;
	padding: 260px 25px 0 0;
    border: none;
}
h2 {
	font-size: 130%;
	color: #999999;
	background: url(../images/pencil.gif) no-repeat left bottom;
	padding: 10px 0 5px 40px;	
}
h3 {
	font-size: 110%;
	color: #999999;
	padding: 0 0 15px 25px;
	margin-top: 25px;
	background: url(../images/white_fade2.gif) no-repeat left bottom;
}
a {
	color: #666666;
	text-decoration: none;
	border-bottom: #FF9900 solid 1px;
}
a:hover {
	color: #FF9900;
}
#sidebar a, h2 a {
	border: none;
}
#sidebar ul, #sidebar dl {
	list-style: none;
	margin: 0 0 0 25px;
	padding: 0;
}
#sidebar li, #sidebar dt {
	background: url(../images/bullet1.gif) no-repeat 0 50%;
	padding-left: 25px;
	margin: 0;
}
img {

	border:  #FF9900 solid 1px;
	padding: 10px;
	margin: 10px 10px 10px 0;
}
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;
}