/*
    Theme Name: Roses Travel Jottings
    Theme URI: http://www.rosehampel.com/
    Description: Theme for Rose's Travel Jottings
    Version: 2.0
    Author: Hampel Group Pty Ltd
    Author URI: http://www.hampel.com.au/
*/
  



/* Begin Typography & Colors */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: #dbdad4 url('images/background.gif') repeat-y 50% 0;
	color: #000000;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}

a:hover {
  color: #000099;
  text-decoration: underline;
}

a img {
  border-width: 0;
}

p {
	font-size: 1em;
	line-height: 1.6em;
	padding: 10px 0 10px 0;
	margin: 0;
}

li {
	padding: 4px 0 3px 0;
	line-height: 160%;
}

ul, ol {
	margin: 0 0 0 2em;
	padding: 5px 0 5px 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

/* Content
----------------------------------------------- */
/*#content {
	background-color: #FFFFFF;
	width: 760px;
	margin:0 auto;
	padding: 0 0 0 0;
	text-align: center;
}

#main {
	text-align: left;
	padding: 0;
	margin: 0 5px 0 10px;
}*/

#sidebar {
	width: 190px;
	text-align: left;
	padding-top: 0;
	margin: 0;
}

#footer {
	text-align: right;
	font-size: 8pt;
	color: #999999;
	margin: 0;
	padding: 0;
}


/* Posts
----------------------------------------------- */
.post {
	margin: 0 20px 50px 10px;
	padding: 0 0 0 0;
}

.storytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #CC3300;
}

.storytitle a:link, .storytitle a:visited {
	color:#CC3300;
	text-decoration: none;
}

.storytitle a:hover {
	color:#000099;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
}

.storycontent {
	margin: 0;
	padding: 0;
}

.storycontent a:link, .storycontent a:visited {
	color:#CC3300;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
}

.storycontent a:hover {
	color:#FFFFFF;
	background: #CC3300;
	text-decoration: none;
}

.storycontent blockquote {
	margin: 10px 20px 10px 20px;
	padding: 5px 10px 0px 10px;
	border: 1px solid #DDDDDD;
	background-color: #F9F9F9;
}

.storycontent blockquote p {
	padding-top: 0;
	margin: 8px 0 8px 0;
}

.feedback  {
	text-align: right;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 3px double #CCCCCC;
	color: #CC3300;
	font-weight: bold;
}

.feedback a:link, .feedback a:visited {
	color:#CC3300;
	border-bottom: 1px solid #EEEEEE;
}

.feedback a:hover {
	color:#000099;
	background: #FFFFFF;
	border-bottom: none;
	text-decoration: underline;
}

.storydate {
	margin: 3px 0 5px 0;
	padding: 0 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #BBBBBB;
	float: left;
}

.storydate a:link, .storydate a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: none;
}

.storydate a:hover {
	color: #000000;
	background: #EEEEEE;
	text-decoration: underline;
}

/* ========================== */

.postspermonth li {
	list-style-type:none;
	color: #666666;
	font-size: 11px;
	line-height: 150%;
}

.postspermonth li a:link, .postspermonth li a:visited {
	text-decoration: none;
}

.postspermonth li a:hover {
	text-decoration: underline;
}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	font-weight: bold;
}

/* Comments
----------------------------------------------- */
#commentform #author, #commentform #name, #commentform #email, #commentform #url, #commentform textarea {
	background: #FFFFFF;
	border: 1px solid #333333;
	padding: 0;
	margin: 0;
}

#commentform textarea {
	width: 90%;
}

.commentlist li {
	line-height: 150%;
}

.commentlist li ul {
	border-left: 1px solid #DDDDDD;
	font-size: 110%;
	list-style-type: none;
}

ol#comments li p {
	font-size: 100%;
}

p.commentby {
  font:85% sans-serif;
  color:#999999;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
}

/* Sidebar Content
----------------------------------------------- */

.sidebar-box {
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #666666;
	background: #F9F9FF;
}

.sidebar-box a:link, .sidebar-box a:visited {
	color: #333333;
	text-decoration: none;
}

.sidebar-box a:hover {
	color: #CC3300;
	text-decoration: underline;
}

/*.sidebar-box div {
  margin: 0 0 0 0;
  padding: 5px 5px 5px 5px;
}

.sidebar-box div div {
  margin: 0 0 0 0;
  padding: 0;
  background: none;
}*/

.sidebar-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.6em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 5px;
	color: #FFFFFF;
	background: #666666;
}  

.sidebar-title a:link, .sidebar-title a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;*/
	font-size: 8pt;
	margin: 0;
	padding: 4px 5px 3px 5px;
	list-style: none;
	line-height: 120%;
}

.sidebar-comments li a {
	font-size: 8pt;
	display: block;
	line-height: 1.3em;
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	padding-bottom: 2px;
}

/*
#sidebar li a {
	display: block;
	padding: 5px;
	border-top: 1px solid #DDDDDD;
	text-decoration: underline;
}
*/  
  
/* Links 
---------------------------*/

.links-database {
	margin: 0 0 10px 0;
}

.links-database h3 {
	font-size: 16px;
	margin: 0 0 0 0;
}

.links-database li {
	margin: 10px 0 0 0;
	line-height: 160%;
	list-style-type: square;
}

.links-database a:link, .links-database a:visited {
  color: #0066CC;	
  text-decoration: none;
  font-weight: bold;
}

.links-database a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;  
}

/* In Post navigation
--------------------------------*/

.postnav td {
	font-size: 8pt;
}

#postnavtop {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

#postnavbottom {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCCCCC;
}

/**
 * Twitter Widget
 */
.widget_twitter li {
	clear:both;
}
.widget_twitter li img {
	float:left;
	margin-right:.5em;
}
.widget_twitter li .clear {
	clear:both;
}

.entry-content a:link, .entry-content a:visited {
	color:#CC3300;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
}

.entry-content a:hover {
	color:#FFFFFF;
	background: #CC3300;
	text-decoration: none;
}

/*a.twitter-user:link {
	text-decoration: underline;
}*/

.entry-meta {
	font-size: 7pt;
	color: #999999;
}

.entry-meta a:link, .entry-meta a:visited {
	color:#999999;
	border-bottom: 1px solid #EEEEEE;
	text-decoration: none;
}

.entry-meta a:hover {
	color:#FFFFFF;
	background: #CC3300;
	text-decoration: none;
}
