/*

Theme Name: Timeless
Theme URI: http://roam2rome.com/timeless
Description: A clean, 2 column theme with a right sidebar, custom widgets, comment gravatars, and uniquely stylized corners. Enjoy!
Tags: two columns, right sidebar, clean, elegant, fixed width, widgets, gravatars, stylized corners
Version: 1.4
Author: Roam2Rome
Author URI: http://roam2rome.com/

*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px;
	padding: 0;
	background-color: #AFA88F;
}

.testdiv {
	border : 1px solid #000;
}

img {
	border-style: none;
}

#pagewrapper {
	width:830px;
	background: url(images/page-bg.gif) repeat-y #ffffff;
	margin: 0px auto;
}

#header {
	width:830px;
	height: 102px;
	background: url(images/header2.gif) no-repeat #ffffff;
	text-align: right;
}
#headerno {
	padding: 25px 40px 0px 0px;
	font: 15px Arial, sans-serif;
	color: #C9BE97;
}
#headerstrap {
	padding: 10px 40px 0px 0px;
	font: 15px Georgia, sans-serif;
	color: #A4976F;
}
#headerno a {
	color: #C9BE97;
}

#content {
	width: 790px;
	margin: 20px;
}


#panelwrapper {
	background: url(images/content-bg.gif) repeat-y #ffffff;
	width: 787px;
}
#panel {
	background: url(images/content-bottom-bg.gif) no-repeat bottom;
}
#panelcontent {
	padding: 25px 40px;
	line-height: 15px;
}
#panelcontent p, #panelcontent ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#panelcontent ul {
	margin-left: 25px;
}
#panelcontent img {
	float: right;
	border: 1px solid #A4976F;
	clear: both;
	width: 150px;
	margin: 5px;
}

#home #leftpanelwrapper {
	background: url(images/content-bg-home.gif) repeat-y #ffffff;
	width: 561px;
	float: left;
}
#home #leftpanel {
	background: url(images/content-bottom-bg-home.gif) no-repeat bottom;
}
#home #leftpanelcontent {
	padding: 25px;
	line-height: 15px;
}
#home #leftpanelcontent p, #home #leftpanelcontent ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
#home #leftpanelcontent ul {
	margin-left: 25px;
}

#home #rightpanel {
	float: right;
	width: 226px;
}
#home #rightpanel div.box {
	width: 226px;
	height: 148px;
	background: url(images/box-bg.gif) no-repeat #ffffff;
	float: right;
}
#home #rightpanel div.boxinner {
	padding: 7px 8px 9px 8px;
}

#home #rightpanel div.box p.boxtitle {
	height: 19px;
	padding: 6px 0px 0px 7px; 
	color: #A4976F;
}
#home #rightpanel div.box p.boxlink {
	text-align: right;
	padding: 0px 5px 0px 0px;
}

#address img {
	border: none;
	float: none;
}


#menu {
	padding: 0px 15px;
}
#menu ul {
	background: url(images/menu-bg.gif) repeat-x #837954;
	height: 25px;
	width: 800px;
}
#menu li {
	list-style: none;
	float: left;
	padding: 0px 29px;
}
#menu li a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 10px 10px 10px;
	font-family: Arial, Helvetica;
	color: #FFFFEA;
}
#menu li a:hover {
	color: #333333;
}
#menu li.current a {
	color: #D6CFB6;
}


#footer {
	background: url(images/page-bottom-bg.gif) no-repeat;
	width:800px;
	padding: 30px 15px 0px 15px;
	text-align: center;
	margin:0px auto;
	font-size: 90%;
	color: #7E775F;
}
#footer a {
	text-decoration: none;
	color: #7E775F;
	padding: 0px 0px 0px 10px;
}
#footer a:hover {
	color: #ffffff;
}


.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}