/*  
Theme Name: JunBobKim 2.0
Theme URI: http://www.junbobkim.com
Description: Design by Jun Bob Kim - 2007-2009
Version: 2.0
Author: Jun Bob Kim
Author URI: http://www.junbobkim.com/

	This theme was designed and built by Jun Kim,
	whose blog you will find at http://www.junbobkim.com/

	The CSS, XHTML and design is Copyright 2009, All rights reserved.

*/


/* Global Styles
-------------------------------*/


body {
	background-color: #ffffff;
	font-family: 'Lucida Grande', Helvetica, Arial, Verdana, san-serif;
	font-size: 12px;
	letter-spacing:0;
	color: #39444d;
	margin: 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #707070;
	border:0;
}

a:hover {
	text-decoration: underline;
	color: #39444d;
}

.metadata{
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 5px 5px 5px;
}

img {
	border:0;
}

small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
}


.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

.highlight {
	font-weight: bold;
	font-style: italic;
	font-family:  Helvetica, 'Lucida Grande', Arial, Verdana, san-serif;
	font-size: 14px;
	color: #5b656e;
	margin: 17px 0; 
}

/* Main Shell
-------------------------------*/

#tblMain {
	width: 905px;
	height: 100%;
	margin: 0px auto;
	padding:0px;
}

#tblMain-tdLeft {
	width: 105px;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	background: url('images/jbk_hdr_left.jpg') no-repeat top right;
}

#tdLeft-divTop {
	display: block;
	width: 105px;
	height: 295px;
}

#tdLeft-divBot {
	display: block;
	width: 105px;
	height: 158px;
	background: url('images/jbk_ftr_left.jpg') no-repeat bottom right;
}

#tblMain-tdRight {
	width: 105px;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align:bottom;
	background: url('images/jbk_hdr_right.jpg') no-repeat top left;
}

#tdRight-divTop {
	display: block;
	width: 105px;
	height: 295px;
}

#tdRight-divBot {
	display: block;
	width: 105px;
	height: 158px;
	background: url('images/jbk_ftr_right.jpg') no-repeat bottom left;
}

#tblMain-tdBot {
	width: 905px;
	height: 90px;
	background: url('images/jbk_ftr_center.jpg') no-repeat top center;
	vertical-align:top;
}

#main {
	width:695px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	position:relative;
	display: block;
	width: 695px;
	height: 145px;
}

#content {
	width: 695px;
	background-color: #ffffff;
	position: relative;
	clear: both;
}


/* Header
-------------------------------*/
#title_logo {
	background:url(images/jbk_hdr_title.jpg) no-repeat top center;
	width:100%;
	height: 100px;
	padding: 0px;
	margin: 0px;
}

#topnav {
	float: left;
	height: 45px;
}

#searchform {
	background: transparent url(images/nav_search.jpg) no-repeat top left;
	width: 249px; height: 45px;
	float: left;
}

#searchform .input {
	border: 1px solid #3d5c00;
	width: 170px;
	margin: 7px 2px 7px 5px;
}

#searchform .searchbtn {
	margin: 0 0 2px 0;
	padding: 0;
	vertical-align: middle;
}

#topcorner {
	float: left;
	height: 45px;
}

/* Body Content
-------------------------------*/

#bodycontent {
	width: 450px;
	float: left;
	margin: 15px 0 0 30px;
	padding: 0 20px 0 0;
}

#bodycontent h1 {
	margin: 0 0 30px 0; 
	padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	/*font-family:'Lucida Grande', Arial, Verdana, san-serif;*/
	font-size: 24px;
	font-weight: normal;
	color: #202830;
}

#bodycontent h2 {
	margin: 0 0 -10px 0; 
	padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #202830;
}

#bodycontent .post .entry img {
	padding:10px;
	border: 1px solid #ebebeb;
  margin: 5px 5px 5px 0;
}

.highlight {
	font-weight: bold;
	font-style: italic;
	/*font-family: Georgia, Times, serif;*/
	font-family: Helvetica, 'Lucida Grande', Arial, Verdana, san-serif;
	font-size: 14px;
	color: #5b656e;
	margin: 17px 0;
}

.bottominfo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	line-height: 18px;
	height:40px;
	padding:5px 0 3px 0;
	/*margin-top: 20px;*/
	position: relative;
	background: url('images/top_article_div.gif') no-repeat top left;
	clear:both;
}

.bottominfo a {
	color:#999999;
}

.bottominfo ul {
	margin: 0; 
	padding: 0 0 0 0;
	list-style: none;
}

.bottominfo ul li {
	margin: 0; 
	padding: 0;
	display: inline;
}

.bottominfo .comments a {
	padding: 0 0 0 22px;
	margin: 0 10px 0 5px;
	background: url(images/grey_wordbubble.gif) no-repeat;
	display: inline;
}

.bottominfo .link a {
	padding: 0 0 0 17px;
	background: url(images/grey_folder.gif) no-repeat;
	display: inline;
}

.date a {
	text-decoration: underline;
}

#toparticle {
	color: #777777;
}

#toparticle h1 {
	font-size:24px;
	color: #777777;
	margin:0;
}

#toparticle h1 a {
	color: #777777;
}

#toparticle h1 a:active {
	color: #39444d;
}

#toparticle h1 a:hover {
	color: #384047;
}

#toparticle h2 {
	font-size:18px;
}

#toparticle .date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	font-weight:bold;
	color:#9e9e9e;
	margin: 0 0 20px 0;
	padding-top: 3px;
}

#toparticle .date a{
	color:#D2969B;
	text-decoration: none;
	border-bottom: 1px dotted #D2969B;
}

#toparticle .date a:hover{
	text-decoration: none;
	border-bottom: 1px solid #D2969B;
}

#toparticle .bottominfo {
	padding-bottom: 3px;
	/*border-bottom: 3px solid #8998a6;*/
	margin-top: 20px;
}

#toparticle .bottominfo img {
	margin: 8px 20px 0 0;
	position: absolute;
	right: 0;
	top: 0;
}

#toparticle p {
	line-height:1.4em;
}

#toparticle p a {
	color:#990000;
	text-decoration:underline;
}

#toparticle p a:hover {
	text-decoration: underline;
}

#toparticle p img {
	padding:10px;
	border: 1px solid #ebebeb;
  margin: 5px 5px 5px 0;
}

#toparticle p a img {
	padding:10px;
	border: 1px solid #ebebeb;
  margin: 5px 5px 5px 0;
}

#toparticle p a.imgLinx {
	border:none !Important;
}

#toparticle p img.wp-smiley {
	border:0 solid #FFFFFF;
	margin:0;
	padding:0;
}

#toparticle ol li a{
	color: #cb4200;
	text-decoration: none;
	border-bottom: 1px dotted #cb4200;
}

#bodycontent div.article {
	color: #777777;
	margin: 30px 0;
}

#bodycontent div.article h1 { 
	padding: 0;
	color: #777777;
	font-weight: normal;
	font-size:20px;
	margin:0;
}

#bodycontent div.article h1 a {
	color: #777777;
	margin: 0; 
	padding: 0;
}

#bodycontent div.article h1 a:hover{
	color: #384047;
}

#bodycontent div.article p.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight:bold;
	color: #9e9e9e;
	margin: 0 0 20px 0;
	padding-top: 3px;
}

#bodycontent div.article p.date a{
	color:#D2969B;
	text-decoration: none;
	border-bottom: 1px dotted #D2969B;
}

#bodycontent div.article p.date a:hover{
	text-decoration: none;
	border-bottom: 1px solid #D2969B;
}

#bodycontent div.article p {
	font-size:85%;
	line-height:1.4em;
}

#bodycontent div.article p a {
	color:#990000;
	text-decoration: underline;
}

#bodycontent div.article p a:hover {
	text-decoration: underline;
}

#bodycontent div.article p a.imgLinx {
	border:0 solid #FFFFFF;
}

#bodycontent div.article p img.wp-smiley {
	border:0 solid #FFFFFF;
	margin:0;
	padding:0;
}

#bodycontent div.article img {
	padding:10px;
	border: 1px solid #ebebeb;
  margin: 5px 5px 5px 0;
}

/* Archives
-------------------------------*/
#columnleft {
	width: 215px;
	float: left;
}

#columnleft ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#columnleft ul li{
	display: block;
	border-bottom: 1px solid #c4cbd2;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 16px;
	background: transparent url(images/right_folder.gif) no-repeat 0px 50%;
}

#columnleft ul li a {
	color: #5b656e;
	text-decoration: none;
}

#columnleft ul li:hover {
	background-color: #e9f1f9;
}

#columnright {
	width: 215px;
	float: right;
}

#columnright ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#columnright ul li{
	display: block;
	border-bottom: 1px solid #c4cbd2;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 16px;
	background: transparent url(images/right_folder.gif) no-repeat 0px 50%;
}

#columnright ul li a {
	color: #5b656e;
	text-decoration: none;
}

#columnright ul li:hover {
	background-color: #e9f1f9;
}

/* Search
-------------------------------*/
#searchresult {
	color: #39444d;
	margin-bottom: 15px;
}

#searchresult h1 {
	padding: 0;
	color: #777777;
	font-weight: normal;
	font-size:20px;
	margin:0;
}

#searchresult h1 a {
	color: #777777;
	margin: 0; 
	padding: 0;
}

#searchresult h1 a:hover {
	color: #384047;
}

#searchresult .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight:bold;
	color: #9e9e9e;
	margin: 0 0 20px 0;
	padding-top: 3px;
}

#searchresult img {
	padding:10px;
	border: 1px solid #ebebeb;
  margin: 5px 5px 5px 0;
}
/*#searchresult .bottominfo {
	border-bottom: 0px;
	margin-top: 20px;
}

#searchresult .bottominfo img {
	margin-right: 4px;
	position: absolute;
	right: 0;
	top: 0;
}*/

.searchinfo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:85%;
	line-height: 18px;
	height:40px;
	padding:5px 0 3px 0;
	/*margin-top: 20px;*/
	position: relative;
	background: url('images/top_article_div.gif') no-repeat top left;
	clear:both;
}

.searchinfo ul {
	margin: 0; 
	padding: 0 0 3px 0;
	list-style: none;
}

.searchinfo ul li {
	margin: 0; padding: 0;
	display: block;
	padding-left: 5px
}

.searchinfo .comments a {
	padding: 0 0 0 22px;
	margin: 0 10px 0 5px;
	background: transparent url(images/grey_wordbubble.gif) no-repeat 0 50%;
	display: inline;
}

.searchinfo .link a {
	padding: 0 0 0 17px;
	background: transparent url(images/grey_folder.gif) no-repeat 0 50%;
	display: inline;
}

.searchinfo a {
	text-decoration: underline;
}


/* Comments
-------------------------------*/

#comments {
	margin-bottom: 20px;
	/*border-top: 4px solid #999999;*/
}

#comments h2 {
	margin: 8px 0 20px 0;
}

.commenttext {
	border-left: 1px solid #c4cbd2;
	border-right: 1px solid #c4cbd2;
	margin: 0;
	padding: 0px 10px;
	display: block;
}

.commenttext p {
	margin: 0;
	padding: 5px 0;

}

.data a {
	color: #cb4200;
	text-decoration: none;
	border-bottom: 1px dotted #cb4200;
}

.data .poster strong {
	font-weight: bold;
	color: #cb4200;
}

/* Comment Form
-------------------------------*/

#commentform {
	margin-bottom: 25px;
	border-top: 4px solid #00485f;
}

#commentform strong {
	color: #5b656e;
}

#commentform h2 {
	margin: 8px 0 20px 0;
}

#commentform p.guidelines {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9px;
}

#commentform .guidelines strong {
	font-weight: bold;
}

#commentform .name {
	float: left;
	margin-right: 21px;
}

#commentform .email {
	float: left;
}

#commentform .url {
	margin: 10px 0;
	float: left;
}

#commentform .name input {
	border: 1px solid #c4cbd2;
	width: 218px;
}

#commentform .email input {
	border: 1px solid #c4cbd2;
	width: 218px;
}

#commentform .url input {
	border: 1px solid #c4cbd2;
	width: 459px;
}

#commentform textarea {
	border: 1px solid #c4cbd2;
	width: 459px;
	height: 209px;
	margin-bottom: 10px;
}

#commentform .remember input {
	border: 0;
	margin-bottom: 1px;
}

#commentform .submit {
	margin-left: 117px;

}

.ostar {
	font-weight: bold;
	color: #ff6300;
}

/* Right Nav
-------------------------------*/

#rightnav{
	width: 145px;
	float: right;
	margin-right:25px;
	padding:0px 0px 5px 20px;
	background:url('images/rightnav_back.jpg') repeat-y top left;
}

#rightnav h2 {
	margin: 10px 0 5px 0;
	/*border-bottom: 3px solid #00485f;*/
}

#rightnav ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

#rightnav ul li {
	font: 9px 'Lucida Grande', Verdana, Helvetica, Arial, san-serif;
	margin: 0; 
	padding: 0;
	display: block;
	text-decoration: none;
	/*border-bottom: 1px solid #c4cbd2;*/
	padding: 2px 0;
}

#rightnav ul li a {
	color:#999999;
	text-decoration: none;
}

#rightnav ul li:hover {
	background-color: #e9f1f9;
}

#rightnav ul li a p {
	margin: 0; padding: 0;
}

#postIt {
	display:block;
}

#postIt h2 {
	font: 11px 'Lucida Grande', Verdana, Helvetica, Arial, san-serif;
	font-weight: bold;
	color:#777777;
}

#postIt p {
	font: 9px 'Lucida Grande', Verdana, Helvetica, Arial, san-serif;
	color:#777777;
}

#recentphotos a img {
	padding: 8px;
	border-top: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
}

#twitter ul.twitter li.twitter-item {
	margin-bottom:5px;
}

#categories h2 {
	/*margin: 5px 0 10px 0;*/
	/*border-bottom: 3px solid #00485f;*/
}

#categories ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

#categories ul li {
	padding-left: 15px;
	background: transparent url(images/right_folder.gif) no-repeat 0px 50%;
}

#links h2 {
	color: #00485f;
	/*margin: 5px 0 10px 0;*/
	/*border-bottom: 3px solid #00485f;*/
}

#links h3 {
	font-size: 12px;
	font-family:'Lucida Grande', Arial, Verdana, sans-serif bold;
	color:#FF6600;
	margin: 8px 0 0 0; 
	padding: 0;
	/*border-bottom: 2px solid #00485f;*/
}

#links ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

#links ul li {
	padding-left: 15px;
	background: transparent url(images/right_arrow.gif) no-repeat 0px 50%;
}


li.linkcat{
	list-style: none;
	
}

li.linkcat h2{
	font-size:11px;
	font-weight:bold;
	/*line-height:150%;*/
	text-indent:15px;
	color:#999999 !Important;
	/*border-bottom:1px solid #777777 !Important;*/
}

.feeds {
	padding:0 0 20px 0;
}

.feeds ul {
	margin: 0; 
	padding: 0;
	list-style: none;
}

.feeds ul li {
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 3px;
}

.feeds ul li a {
	font-weight: bold;
	color: #e5f07a;
	padding-left: 20px;
	background: transparent url(images/rss_icon.gif) no-repeat 0px 50%;
}

/* Footer
-------------------------------*/

#footer_bot {
	width: 695px;
	height: 10px;
	margin: 0px;
	padding: 0px;
}

#disclaim {
	color: #e5f07a;
}

#disclaim strong{
	color: #e5f07a;
}

#disclaim a strong{
	color: #e5f07a;
}

#disclaim a:hover{
	color: #e5f07a;
	text-decoration: none;
}

#copyright {
	color:#777777;
	width: 695px;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, san-serif;
	font-weight: bold;
	margin:0 auto;
	padding: 0;
	text-align:left;
	vertical-align:top;
}

#copyright span {
	position: relative;
	display:block;
	float:right;
}

#copyright span a {
	color:#777777;
}

#copyright span a:hover {
	color:#FF3300;
}

/* --- Footer Layout --- */

#footer {
	color: #555555;
	margin: 0px;
	padding: 0px;
	font-size: 95%;
}

/* Portfolio
-------------------------------*/

#wp_portfolio_container{
	margin-bottom: 20px;
	border-top: 4px solid #00485f;
}

#wp_portfolio_entry{
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 3px solid #c4cbd2;
}

#wp_portfolio_entry p{
	display: block;
	padding-bottom: 0;
}

#wp_portfolio_entry p a{
	color: #cb4200;
	text-decoration: none;
	border-bottom: 1px dotted #cb4200;
}

#wp_portfolio_image {
	vertical-align:bottom;
	width: 460px;
	float: left;
}

#wp_portfolio_image img{
	padding: 4px;
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #ebebeb;
	
	margin-bottom: 10px;
}

/* Begin Contact Form ][ CSS
-------------------------------*/
.contactform {
	position: static;
	overflow: hidden;
}

#wpcf_your_name {
	display: block;
	float: left;
	width: 450px;
}

#wpcf_email{
	display: block;
	float: left;
	width: 450px;
}

#wpcf_subject{
	display: block;
	float: left;
	width: 450px;
}

#wpcf_msg{
	display: block;
	float: left;
	width: 450px;
}

#contactsubmit{
	margin-top: 10px;
	display: block;
	float: right;
}


.contactleft {
	display: block;
	width: 459px;
	text-align: left;
	clear: both;
	padding-bottom: 5px;
	padding-top: 10px;
    font-weight: bold;
}

.contactright {
	display: block;
	width: 459px;
	text-align: left;
	float: right;
	padding: 0px;
}

.contacterror {
	border: 2px solid #ff0000;
}


/* Portfolio
-------------------------------*/

#portfolio {
	margin: 0;
	padding: 0;
}

#portfolio img{
	padding: 8px;
	overflow: hidden;
	border-top: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	margin-bottom: 10px;
}

/* Commissions Form
--------------------------------*/

#commissions h2 {
	font-size: 18px;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #39444d;
}

#commissions h3 {
	margin: 10px 0 0 0;
	padding: 0;
}

#commissions p {
	margin: 0 0 10px 0;
	padding: 0;
}

#commissions .entry .infoLabel {
	float: left;
	width: 100px;
	padding: 10px 10px 0 0;
}

#commissions .entry .infoLabel h2 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #39444d;
}

#commissions .entry .infoDetails {
	float: right;
	width: 320px;
	padding: 10px 0;
}

#commissions .entry .infoDetails h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#commissions #row_break {
	clear: both;
	visibility: hidden;
	padding: 0;
	margin: 0;
}

#commissions #row_break hr{
	padding: 0;
	margin: 0;
}

#commissions #commnav {
	display: block;
	width: 423px;
	height: 40px;
	margin: 0;
	padding: 0;
	background:url('images/commnav_back.jpg') no-repeat top left;
}

#commissions .CommButton {
	height: 25px;
	margin: 20px  0;
}
#commissions .CommButton a {
	padding: 5px 15px;
	margin: 10px  0;
	line-height:150%;
	border:dotted 1px #333333;
	background-color:#fffff;
}
#commissions .CommButton a:hover {
	color:#993300;
	background-color:#e7e7e7;
}

/*---------Sigup E-mail Form---------*/
#signup {
	color:#999999;
	margin:20px 0 10px 0;
	padding:10px;
	border:1px #e8e8e8 solid;
	background-color:#f6f6f6;
}

#signup h2 {
	color:#888888;
	font-family:'Lucida Grande', 'Trebuchet MS', Verdana, sans-serif;
	font-size:12px;
	border:0;
	margin:0;
	padding:0;
}

#signup #cf2_field_1 {
	width:100px;
}

#signup #li-2-1 label {
	font-family:Arial, 'Lucida Grande', Helvetica, sans-serif;
	font-size:11px;
	width: 0;
	padding:0;
	margin:0;
}

#signup .emailreqtxt {
	width:0;
	padding:0;
	margin:0;
	visibility:hidden;
}

#signup #sendbutton2 {
	width:55px;
	padding:2px;
	margin:0;
}

#signup p.cf-sb {
	margin:0;
	padding:0;
}

#signup #signupInstruct {
	font-family:'Lucida Grande', 'Trebuchet MS', Verdana, sans-serif;
	font-size:9px;
}

/* Block Quotes
----------------------*/

q {
	padding: 0px 20px 10px 33px;
	background: transparent url(images/quotes.gif) no-repeat 0px 20px;

	border-top: 1px dotted #bbbbbb;
	border-bottom: 1px dotted #bbbbbb;
	
	border-top-width:1px;
	border-bottom-width: 1px;

	padding-bottom: 20px;
	padding-top: 20px;
	
	quotes: none;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #5b656e;
	display: block;
	margin-bottom: 5px;
}

q cite{
	display: block;
	padding-right: 15px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #5b656e;
	font-style: normal;
	font-weight: normal;
	float: right;
}

q cite a {
	padding: 0px 20px 10px 33px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #5b656e;
	font-style: normal;
	font-weight: normal;
	float: right;
}

blockquote {
	display: inline;
	margin: 0;
	padding: 0;
}

blockquote p {
	display: block;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	
	background: transparent url(images/quotes.gif) no-repeat 0px 20px;

	border-top: 1px dotted #bbbbbb;
	border-bottom: 1px dotted #bbbbbb;
	
	padding-left: 33px;
	padding-bottom: 20px;
	padding-top: 20px;
	
	quotes: none;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #5b656e;

}

blockquote p cite {
	display: block;
	padding-right: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #5b656e;
	font-style: normal;
	font-weight: normal;
	float: right;
}


.spacer {
	margin: 10px 0;
	background: transparent url(images/dotted.gif) repeat-x top left;
	height: 1px;
}

.navigation {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.entry p a{
	color: #cb4200;
	text-decoration: none;
	border-bottom: 1px dotted #cb4200;
}
