body {
	background: #fff url(background.png) repeat-x;
}

a {
	color: #e67006;
	text-decoration: none;
}

a:hover {
	color: #d90202;
}


/* Header styles */

.topLogo h1, .topLogo h2 {
	color: #d90202;
}

.topLogo h1 a, .topLogo h2 a {
	color: #d90202;
}

.topLogo h1 a:hover, .topLogo h2 a:hover {
	color: #e67006;
}

.topLogo .blogDescription {
	color: #e67006;
}

.topMenu ul li {
	border-top: 5px solid #fcdaa2;
}

.topMenu ul li.current_page_item {
	border-top: 5px solid #d90202;
}

.topMenu ul li a {
	color: #e67006;
	padding-top: 20px;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #d90202;
}

.s {
	border: 1px solid #f90;
}


/* Sidebars styles */

#lsidebar h2, #rsidebar h2 {
	color: #666;
	border-bottom: 1px solid #f90;
}

#lsidebar li.rssFeed {
	background: url(bg-rss.gif) no-repeat;
}

.rssFeed a {
	color: #fff;
}

.rssFeed a:hover {
	color: #f90;
}

.rssEmail {
	border: 1px solid #f90;
}

.rssForm small {
	background: #fff2db;
}

.rssSubmit {
	color: #e67006;
}

#wp-calendar caption {
	color: #f90;
}

#wp-calendar th {
	background: #eee;
}

#wp-calendar td {
	background: #f5f5f5;
}

#wp-calendar a {
	color: #d90202;
}

#wp-calendar a:hover {
	color: #888;
}


/* Content styles */

.archiveTitle {
	color: #666;
	border-bottom: 1px solid #ddd;
}

.postTitle h1, .postTitle h2 {
	color: #d90202;
	border-bottom: 1px solid #f90;
}

.postTitle h1 a, .postTitle h2 a {
	color: #d90202;
}

.postTitle h1 a:hover, .postTitle h2 a:hover {
	color: #888;
}

.postContent h1 {
	color: #666;
}

.postContent h2 {
	color: #666;
}

.postContent h3 {
	color: #666;
}

.postContent h4 {
	color: #777;
}

.postContent blockquote {
	background: #fff2db url(bg-blockquote.gif) no-repeat;
}

.postMeta a {
	color: #d90202;
}

.postMeta a:hover {
	color: #888;
}


/* Comments styles */

h3#respond, h3#comments, h3#trackbacks {
	color: #d90202;
	border-bottom: 1px solid #f90;
}

.commentAuthor a {
	color: #d90202;
}

.commentAuthor a:hover {
	color: #888;
}

#author, #email, #url {
	border: 1px solid #bbb;
}

#comment {
	border: 1px solid #bbb;
}

#submit {
	background: url(bg-addcomment.gif) no-repeat;
	color: #fff;
}

/* Footer styles */

#footer {
	border-top: 1px solid #ddd;
}


/*----------my changes--------------*/

.reviews{
	padding-bottom:5px; 
	border-bottom:1px solid #DDDDDD; 
	margin-bottom:10px;
}

.reviews a{
color:#E67006;
text-decoration:underline;
}

.reviews a:hover{
color:#D90202;
text-decoration:underline;
}

.articles{
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px solid #DDDDDD;
	text-align:justify;
	padding-top:5px;
	float:left;
}

.articles span.leftpic{	
padding:2px;
border:1px solid #FF9900;
margin-right:5px;
float:left; 
}

.articles span.rightpic{
padding:2px;
border:1px solid #FF9900;
margin-left:5px;
float:right; 
}

#searchbutton{
	margin-left:5px;
	background:none;
	border:none;
	cursor:pointer;
	padding-top:2px;
	color:#CC6600;
	font-weight:bold;
	font-family:Georgia,"Times New Roman",serif;
	font-size:12px;
}