/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

a, a:visited {}

a.extlink {
	padding-right: 13px;
	background: url(/images/ext.png) center right no-repeat;
}

/* for blog tagline */
div.tagline {
	padding-left: 7px;
	font-family: Georgia, Times New Roman, serif !important;
	font-size: 12pt;
	font-style: italic !important;
	font-weight: normal !important;
	color: #fff !important;
	padding-bottom: 8px;
}

.entry blockquote {
	margin: 15px 30px 0 15px;
	background: url(http://rp2010.com/images/blockquote.png) no-repeat left top;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10pt;
}

.entry blockquote cite {
	display: block;
	text-align: right;
}

.sociable_tagline {
	color: #DDDDDD !important;
	font-style: italic;
}

/* For author page */

dl { margin: 15px 0 35px 0; }

dl dd { margin: 0 0 10px 85px; }

div.gravatar img {
	border: solid 5px #202C35;
}

/* -------------------- For WP Greet Box -------------------- */

.greet_block {
  background:#1B1B19;
  border:1px solid #ccc;
  margin:10px 0;
  width:100%;
}

.greet_image {
  float:left;
  padding:0 10px 0 0;
}

.greet_image img{
  background:none !important;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.greet_text {
  color:#fff;
  font-size:15px;
  line-height:18px;
  margin:10px;
}

.greet_block_close {
  background:#fff;
  border:1px solid #ccc;
  float:right;
  height:15px;
  margin:0 0 0 10px;
  width:15px;
}

.greet_block_close a {
  color:#ccc;
  cursor:pointer;
  font-family:verdana;
  font-size:12px;
  font-weight:bold;
  line-height:14px;
  margin:0 3px;
  text-transform:uppercase;
}

.greet_block_close a:hover {
  text-decoration:none;
  color:#ccc;
}

.greet_block_powered_by {
  display:none; visibility:hidden;
  float:right;
  font-size:9px;
  line-height:14px;
  padding:0 5px;
}

.greet_block_powered_by a {
  display:none; visibility:hidden;
  color:#ccc;
}

.greet_search_after {
  border-top:1px solid #eee;
  font-size:11px;
  margin:5px 0 0 0;
  padding:2px 0 0 0;
}

.greet_search_before {
  border-bottom:1px solid #eee;
  font-size:11px;
  margin:0 0 5px 0;
  padding:0 0 2px 0;
}

#greet_search_link {
  cursor:pointer;
}

/* For post navigation */
.navigation .alignleft a, .custom .navigation .alignright a {
	font-weight: bold !important;
	color: #ffcc00 !important;
}

abbr {
	border-bottom: 1px dotted;
}

/* For built-in RSS Widget */

.widget ul li a.rsswidget {
	line-height: 16px !important;
	color:#0F0E0E !important;
}
