/*   
Theme Name: Diafero
Theme URI: http://www.diaferocollective.com
Description: Diafero main theme. built with bits and pieces of k2.
Author: Brandon Russell
Author URI: http://www.noyoudo.com
Version: 1
*/

/*- Reset CSS */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}


/* ::: HTML BODY ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body {
	background: #000; /* MATCH FOOTER BKGD COLOR */
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}


/* ::: HEADER DEVELOPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#header_wrapper {
	float: left;
	background: #fff;
	width: 100%;
	min-width: 859px;
	padding: 0;
	margin: 0 auto 0 auto;
	
	display: inline;
}

#header_content {
	width: 859px;
	padding: 0;
	margin: 0 auto 0 auto;
}

	#header_content_logo {
		float: left;
		padding: 0;
		margin: 24px 0 12px 0;
		
		display: inline;
	}
	#header_content_logo img {
		border: 0;
	}
	
	#header_content_nav ul {
		float: left;
		text-align: right;
		padding: 0;
		margin: 76px 0 0 0;
		width: 558px;
		font-size: 1.5em;
		
		display: inline;
	}
	#header_content_nav li {
		display: inline;
		text-align: right;
		padding: 0;
		margin: 0;
	}
	
		#header_content_nav li a {
			color: #30063c;
			padding: 3px 0 1px 0;
			margin: 0 0 0 45px;
			text-decoration: none;
		}
		#header_content_nav li a:hover {
			color: #5a1a7c;
		}
	#current {
		color: #2f9180 !important;
	}
		#current a {
			color: #2f9180 !important;
		}
		#current a:hover {
			color: #5a1a7c !important;
		}


/* ::: BODY DEVELOPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#body_wrapper {
	float: left;
	background: url(/images/diafero_body_bkgd.gif) #15001c;
	width: 100%;
	min-width: 859px;
	padding: 0;
	margin: 0 auto 0 auto;
	
	display: inline;
}

#body_content {
	width: 859px;
	padding: 0 0 30px 0;
	margin: 0 auto 0 auto;
	border-right: #2b2b2b 1px dashed;
}

#post_wrapper {
	float: left;
	width: 566px;
	padding: 0 19px 0 0;
	margin: 20px 0 10px 0;
	border-right: #2b2b2b 1px dashed;
	
	display: inline;
}

	.quote_container {
		width: 492px;
		padding: 15px 37px 14px 37px;
		margin: 0 0 40px 0;
		border-top: #2b2b2b 1px dashed;
		border-bottom: #2b2b2b 1px dashed;
		color: #fff;
		font-size: .75em;
		text-align: center;
		line-height: 1.7em;
	}

	.post_entry_container {
		background: url(/images/diafero_post_entry_bkgd.jpg) top repeat-x #000;
		width: 546px;
		padding: 20px 10px 10px 10px;
		margin: 0 0 40px 0;
		border-top: #2b2b2b 1px solid;
	}
		.post_entry_container img {
			width: 546px;
			height: auto;
			border: 0;
		}
		.post_entry_container table {
			color: #374845;
			background: #1b002a;
			font-size: .8em;
			font-weight: lighter;
			padding: 8px 10px 7px 10px;
			margin: 0 0 10px 0;
			border-top: 1px solid #10302b;
		}
			.post_entry_container table a {
				color: #2f9180;
				text-decoration: none;
			}
			.post_entry_container table a:hover {
				color: #c17d25;
			}

	.post_entry p {
		color: #949494;
		font-size: .75em;
		text-align: justify;
		line-height: 1.7em;
		margin: 0 0 9px 0;
	}
		.post_entry p a {
			color: #c17d25;
			text-decoration: none;
		}
		.post_entry p a:hover {
			color: #2f9180;
		}
		
	.post_entry ul {
		color: #949494;
		font-size: .75em;
		text-align: justify;
		line-height: 1.7em;
		margin: 0 24px 9px 24px;
	}
		
	.post_entry li ul {
		color: #949494;
		font-size: .9em;
		text-align: justify;
		line-height: 1.7em;
		margin: 0 24px 9px 24px;
	}
		
	.post_entry_list-title {
		list-style: none;
		margin: 8px 0 0 -15px;
	}
		
	.post_entry ol {
		color: #949494;
		font-size: .75em;
		text-align: justify;
		line-height: 1.7em;
		margin: 0 24px 9px 24px;
	}

	.post_meta {
		color: #374845;
		margin: 8px 0 8px 1px;
		font-size: .7em;
	}
		.post_meta a {
			color: #2f9180;
			text-decoration: none;
		}
		.post_meta a:hover {
			color: #c17d25;
		}
	
	.social_links {
		background: #2f9180;
		color: #bcbcbc;
		width: 526px;
		padding: 8px 10px 8px 10px;
		margin: 20px 0 0 0;
		font-size: .7em;
	}
		.social_links a {
			color: #bcbcbc;
			text-decoration: none;
		}
		.social_links a:hover {
			color: #5a1a7c;
		}
	
#pagination {
	float: left;
	color: #3d3b3b;
	width: 566px;
	padding: 6px 0 1px 0;
	margin: 0;
	font-size: .7em;
	border-top: #5a1a7c 1px dashed;
	border-bottom: #5a1a7c 1px solid;
	overflow: hidden;
	
	display: inline;
}
	
	#pagination a {
		color: #fff;
		text-decoration: none;
		font-size: 2em;
	}
	
#paginator-3000-container {
	float: left;
	color: #3d3b3b;
	width: 566px;
	padding: 6px 0 1px 0;
	margin: 0;
	font-size: .7em;
	border-bottom: #5a1a7c 1px solid;
	overflow: hidden;
	
	display: inline;
}
	
	#paginator-3000-container a {
		color: #fff;
		text-decoration: none;
	}
	
#sidebar_wrapper {
	float: left;
	width: 252px;
	padding: 0 0 0 20px;
	margin: 20px 0 0 0;
	color: #6e6e6e;
	font-size: .75em;
		
	display: inline;
}
	
	#sidebar_wrapper ul {
		margin-bottom: 20px;
	}
	
	#sidebar_wrapper li {
		list-style: none;
	}
	
		#sidebar_wrapper li a {
			color: #c17d25;
			text-decoration: none;
		}
	
		#sidebar_wrapper li a:hover {
			color: #2f9180;
		}
			
	.info-entries caption {
		font-size: 1.5em;
		font-weight: bold;
		text-align: left;
		color: #fff;
		width: 212px;
		padding: 7px 0px 7px 0px;
		border-bottom: 1px solid #530574;
		margin-bottom: 6px;
	}
			
	.info-entries th {
		padding: 0 0 7px 0;
		width: 36px;
		text-align: center;
	}
			
	.info-entries td {
		width: 36px;
		text-align: center;
		padding: 2px 0 0 0;
	}	


/* ::: PAGE DEVELOPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#page_content {
	width: 859px;
	padding: 0 0 30px 0;
	margin: 0 auto 0 auto;
}

#page-full-wrapper {
	float: left;
	width: 859px;
	padding: 0;
	margin: 20px 0 10px 0;
	
	display: inline;
}

#page-two-wrapper {
	float: left;
	width: 566px;
	padding: 0;
	margin: 20px 0 10px 0;
	
	display: inline;
}
	.page_entry_container {
		width: 566px;
		padding: 0;
		margin: 0 0 30px 0;
	}

#home-quote-wrapper {
	float: left;
	width: 250px;
	min-height: 213px;
	padding: 0 0 0 20px;
	margin: 24px 0 0 21px;
	color: #6e6e6e;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.75em;
	line-height: .4em;
	text-align: center;
	border-left: #2b2b2b 1px dashed;
	
	display: inline;
}
	.home-quote-author {
		color: #5a1a7c;
		font-size: .5em;
		font-style: italic;
	}

.slideshow-border {
	width: 858px;
	border-top: #2b2b2b 1px solid;
	border-right: #2b2b2b 1px solid;
	border-bottom: #2b2b2b 1px solid;
}

.home-date {
	float: left;
	width: 81px;
	background: #1b002a;
	padding: 5px 9px 3px 9px;
	margin-right: 10px;
	
	display: inline;
}

.home-day {
	float: left;
	font-size: 2.9em;
	color: #5a1a7c;
	line-height: 1em;
	
	display: inline;
}

.home-month-year {
	float: left;
	font-size: .8em;
	font-weight: bold;
	color: #5a1a7c;
	margin-top: 12px;
	
	display: inline;
}

.home-headline {
	height: 54px;
	margin: -4px 0 0 0;
}


/* ::: FOOTER DEVELOPMENT ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#footer_wrapper {
	float: left;
	background: url(/images/diafero_footer_bkgd.gif) repeat-x top #000;
	width: 100%;
	min-width: 859px;
	padding: 0;
	margin: 0 auto 0 auto;
	
	display: inline;
}

#footer_content {
	width: 859px;
	padding: 18px 0 30px 0;
	margin: 0 auto 0 auto;
}
	.footer_content_one {
		float: left;
		width: 273px;
		padding: 0;
		margin: 0;
	
		display: inline;
	}
	.footer_spacer {
		float: left;
		width: 20px;
		padding: 0;
		margin: 0;
	
		display: inline;
	}
	#footer_content p {
		color: #b7b7b7;
		font-size: .7em;
		margin: 10px 0 0 0;
		text-align: justify;
	}
		
#footer_content ul {
	width: 273px;
	padding: 0px;
	margin: 0px;
}

		
#footer_content li {
	list-style: none;
	color: #fff;
	font-size: .7em;
	margin: 0px 0px 3px 0px;
}

#footer_content a {
	color: #b7b7b7;
	background-color: #191919;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 10px;
	margin: 0px 0px -2px 0px;
}

#footer_content a:hover {
	color: #000;
	text-decoration: none;
	background-color: #fff;
	display: block;
}


/* ::: HACKS, SPACERS, AND BREAKERS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.clear_floats {
	clear: left;
	padding: 0;
	margin: 0px;
}

.spacer_three {
	float: left;
	width: 30px;
	padding: 0;
	margin: 0;
	
	display: inline;
}

.spacer_two {
	float: left;
	width: 20px;
	padding: 0;
	margin: 0;
	
	display: inline;
}

.spacer_one {
	float: left;
	width: 15px;
	padding: 0;
	margin: 0;
	
	display: inline;
}
.vertical_splitter {
	float: left;
	width: 850px;
	height: 20px;
	border-bottom: 1px solid #6a7384;
	
	display: inline;
}


/* ::: STYLES ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

h1 {
	color: #5a1a7c;
	font-size: 1.5em;
	font-weight: normal;
	line-height: .8em;
	letter-spacing: .05em;
	margin: -4px 0 0 0;
	padding: 7px 0px 8px 18px;
	background: url(/images/diafero-post-bullet.gif) top left no-repeat;
}

	h1 a {
		color: #5a1a7c;
		text-decoration: none;
	}

	h1 a:hover {
		color: #420b5f;
	}

h2 {
	color: #5a1a7c;
	font-size: 1.65em;
	font-weight: normal;
	line-height: .8em;
	letter-spacing: .05em;
	margin: -4px 0 1px 0;
	padding: 7px 0px 8px 0px;
	border-bottom: 1px solid #2f9180;
}

	h2 a {
		color: #5a1a7c;
		text-decoration: none;
	}

	h2 a:hover {
		color: #420b5f;
	}

h3 {
	color: #5a1a7c;
	font-size: 2em;
	font-weight: normal;
	line-height: .9em;
	letter-spacing: .05em;
	margin: 0;
	padding: 0;
}

	h3 a {
		color: #5a1a7c;
		text-decoration: none;
	}

	h3 a:hover {
		color: #420b5f;
	}

h4 {
	background: #1b002a;
	color: #bcbcbc;
	width: 526px;
	padding: 8px 10px 7px 10px;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: normal;
}

h5 {
	background: #1b002a;
	color: #bcbcbc;
	width: 526px;
	padding: 8px 10px 7px 10px;
	margin-bottom: 10px;
	font-size: .75em;
	font-weight: normal;
}
	h5 a {
		color: #2f9180;
		text-decoration: none;
	}
	h5 a:hover {
		color: #c17d25;
	}

h6 {
	background: #1c151f;
	color: #bcbcbc;
	width: 526px;
	padding: 10px;
	margin-bottom: 10px;
	font-size: .7em;
	font-weight: normal;
}

.recent_words_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5em;
	font-weight: bold;
	line-height: 1.35em;
}
	.recent_words_title a {
		color: #5a0c73 !important;
	}
		.recent_words_title a:hover {
			color: #30063c !important;
		}

.recent_words_details {
	font-size: .95em;
	color: #666;
}


/* ::: CONTACT SPECIFIC ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* CONTACT FORM */
.contact_table {
    margin: 0px;
}

.contact_table td {
    padding: 0px;
    vertical-align: top;
    border-top: 1px solid #6a7384;
}

.contact_table td .textinputwrap input,
.contact_table td .textinput,
.contact_table td textarea {
    margin: 0;
    width: 408px;
}

.contact_table td.label {
	padding-top: 9px;
    width: 100px;
}

.contact_table td.fields {
    padding: 11px;
	background: #7e8ea7;
}

.contact_table td label,
.contact_table td p {
    color: #6a7384;
}

.textinputwrap input,
.textinput {
	border: 1px solid #fff;
	letter-spacing: -0.05em;
	font-size: 1em;
	font-weight: bold;
	color: #6a7384;
}

textarea {
	border: 1px solid #fff;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: bold;
	color: #6a7384;
}

.submitButton {
	border: none;
	padding: 11px;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	color: #f8f2e3;
	background: #6a7384;
}

.submitButton:hover {
	background: #f8f2e3;
	color: #6a7384;
}

.submitResponse {
	border: none;
	padding: 11px;
	cursor: pointer;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	background: #f8f2e3;
	color: #6a7384;
}


/* ::: SIGNUP SPECIFIC ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#signup {
	width: 270px;
	height: 28px;
	margin-bottom: 1px;
	
	/* [if IE]
	display: inline;
	[endif] */
}
	
.signup-input {
	background: #191919;
	color: #b7b7b7;
	width: 269px;
	height: 22px;
	border: 1px solid #191919;
	margin: 0px;
	padding: 2px 2px 2px 3px;
}
	
.signup-input:hover {
	border: 1px solid #fff;
}
	
.signup-submit {
	background: #191919;
	color: #b7b7b7;
	width: 276px;
	height: 28px;
	border: 0px;
	text-align: left;
	font-weight: normal;
	size: 11px;
	padding-left: 5px;
}
	
.signup-submit:hover {
	background: #fff;
	color: #000;
	cursor: pointer;
}

.signup_response_thanks {
	background: #fff;
	color: #5a0c73;
	width: 269px;
	height: 22px;
	border: 1px solid #5a0c73;
	margin: 0px;
	padding: 2px 2px 2px 3px;
}

.signup_response_invalid {
	background: #fff;
	color: #ff0000;
	width: 269px;
	height: 22px;
	border: 1px solid #ff0000;
	margin: 0px;
	padding: 2px 2px 2px 3px;
}


/* ::: COMMENTS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	color: #b7b7b7;
	background-color: #191919;
	border: 1px solid #2f9180;
	margin: 0 0 5px 0;
	padding: 2px 0 3px 3px;
}

	#commentform textarea {
		width: 538px;
	}
	
	.commentButton {
		color: #fff;
		background: #191919;
		border: 1px solid #2f9180;
		padding: 8px 9px 9px 10px;
		margin: 0 3px 2px 0;
		text-align: center;
		cursor: pointer;
		font-size: 1em;
		font-weight: bold;
		line-height: 1em;
	}
	
	.commentButton:hover {
		background: #fff;
		color: #000;
		border: 1px solid #2f9180;
	}

#commentform p {
	color: #666;
	font-size: .7em;
}

#commentlist li ul {
	font-size: 100%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

ol#comments li p {
	font-size: .9em;
	color: #3d3b3b;
}

#commentlist li ul {
	border-left: 0;
	border-right: 1px solid #ddd;
}

.leave_comment {
	color: #6e6e6e;
	font-size: 1.75em;
	font-weight: normal;
	line-height: .8em;
	letter-spacing: .05em;
	margin: -4px 0 1px 0;
	padding: 7px 0px 8px 0px;
}
	.leave_comment a {
		color: #5a1a7c;
		text-decoration: none;
	}
	.leave_comment a:hover {
		color: #420b5f;
	}
	

#comments_wrapper {
	background: url(/images/diafero_post_entry_bkgd.jpg) top repeat-x #000;
	width: 546px;
	padding: 20px 10px 18px 10px;
	margin: -20px 0 0 0;
	border-top: #2b2b2b 1px solid;
}

.comment_entry {
	padding: 0;
	margin: 0 0 16px 0;
}
	.comment_entry p {
			color: #6e6e6e;
			font-size: .75em;
			text-align: justify;
			line-height: 1.7em;
			margin: 0 0 9px 0;
	}
		.comment_entry p a {
			color: #c17d25;
			text-decoration: none;
		}
		.comment_entry p a:hover {
			color: #2f9180;
		}
	.comment_entry table {
		color: #3d3b3b;
		font-size: .8em;
		font-weight: lighter;
		padding: 0;
		margin: 3px 0 10px 0;
	}

.comment_author {
	color: #420b5f;
	font-size: 1.25em;
	font-weight: normal;
	line-height: .8em;
	letter-spacing: .05em;
	margin: -4px 0 1px 0;
	padding: 30px 0px 8px 0px;
	border-bottom: 1px solid #2f9180;
	border-top: 3px double #5a1a7c;
}

	.comment_author a {
		color: #5a1a7c;
		text-decoration: none;
	}
	.comment_author a:hover {
		color: #420b5f;
	}
	
.comment_meta {
	background: #2f9180;
	color: #bcbcbc;
	width: 526px;
	padding: 8px 10px 8px 10px;
	margin: 14px 0 37px 0;
	font-size: .7em;
}
	.comment_meta a {
		color: #bcbcbc;
		text-decoration: none;
	}
	.comment_meta a:hover {
		color: #c17d25;
	}
	
	



.info-entries {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: url(/images/diafero_sidebar_bkgd.jpg) top repeat-x #1b002a;
	border-top: 1px solid #44006a;
	width: 212px;
	padding: 10px;
	margin-bottom: 10px;
}
.info-titles {
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	width: 212px;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px solid #530574;
	margin-bottom: 10px;
}

#digg ul {
	list-style: none;
	padding: 0;
	margin: -2px 0 2px 0;
}
	#digg ul li {
		padding: 0 0 2px 0;
		margin-bottom: 6px;
	}
	#digg ul li a.digg-count {
		display: none;
	}
		#digg ul li h3 a {
			color: #fff;
		}
		#digg ul li h3 a:hover, div#digg ul li h3 a:active { 
			color: #5a1a7c;
		}

.digg-more a {
	text-decoration: none;
	color: #fff;
	background-color: #530574;
	padding: 6px;
	margin: 8px 0 0 0;
	width: 200px;
	display: block;
}
	.digg-more a:hover {
		color: #5a1a7c;
		text-decoration: none;
		background-color: #fff;
		display: block;
	}

#contributors-info ul {
	list-style: none;
	padding: 0;
	margin: 0 0 -1px 0;
}
	
#contributors-info li {
	letter-spacing: .075em;
	margin: 0px 0px 1px 0px;
}

#contributors-info a {
	color: #fff !important;
	background: #5a1a7c;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#contributors-info a:hover {
	color: #5a1a7c !important;
	text-decoration: none;
	background-color: #fff;
	display: block;
}

.flickr_badge_image img {
		float: left;
		border: 0;
		width: 53px;
		height: 53px;
		padding: 0px;
		margin: 0;
		
		/* IE FUCKING SUCKS --*/
		display: inline;
}
	.flickr_clear {
		clear: left;
		height: 2px;
		padding: 0;
		margin: 0;
	}
	
	
#searchform #s {
	color: #5a1a7c;
	background: #0c0013;
	border: 1px solid #44006a;
	width: 203px;
	font-size: 2.5em;
	margin: 0 0 5px 0;
	padding: 7px 0 5px 7px;
}
	
	.searchButton {
		color: #fff;
		background: #5a1a7c;
		padding: 5px;
		margin: 0 3px 2px 0;
		border: 0;
		width: 212px;
		text-align: left;
		cursor: pointer;
	}
	
	.searchButton:hover {
		background: #fff;
		color: #5a1a7c;
		border: 0;
	}


/* ::: Twitter ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.twitter {
	margin: 0 !important;
}

.twitter-item {
	color: #fff;
	background: #5a1a7c;
	padding: 6px;
	margin: 0 0 10px 0;
	width: 200px;
}
	.twitter-item a {
		color: #d1ace5 !important;
	}
		.twitter-item a:hover {
			color: #fff !important;
		}

.twitter-timestamp {
	color: #9762b3;
}

.twitter-follow a {
	text-decoration: none;
	color: #fff;
	background-color: #530574;
	padding: 6px;
	margin: 0;
	width: 200px;
	display: block;
}
	.twitter-follow a:hover {
		color: #5a1a7c;
		text-decoration: none;
		background-color: #fff;
		display: block;
	}


/* ::: Idiom Archive ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.article-author {
	font-style: italic;
	color: #c17d25 !important;
	font-size: .75em !important;
}

.article-guest {
	font-style: italic;
	color: #813ba7 !important;
	font-size: .75em !important;
}

.article-guest-inset {
	font-style: italic;
	color: #d1ace5;
	font-size: .95em !important;
}

.idiom-archive {
	background: #222;
	color: #777;
	padding: 8px 10px 8px 10px;
	margin: 0 0 20px 0;
	font-size: .7em;
}
	.idiom-archive a {
		color: #999;
		text-decoration: none;
	}
		.idiom-archive a:hover {
			color: #fff;
		}

.article-titles {
	font-weight: bold;
	font-size: 1.2em;
	color: #2f9180;
}
.article-Photo {
	float: left;
	width: 325px;
	margin-right: 10px;
	color: #05064e;
	font-size: .85em;
	padding: 10px 10px 0px 10px;
	background: #f0efec;
}
	.article-Photo img {
		width: 325px;
		border: 0;
	}

#article-links {
	float: left;
	margin-right: 10px;
	font-size: .9em;
	background: url(/images/diafero_sidebar_bkgd.jpg) top repeat-x #1b002a;
	border-top: 1px solid #44006a;
	width: 212px;
	padding: 10px;
	
	display: inline;
}

#article-links ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
	#article-links li a {
		text-decoration: none;
		color: #c17d25;
	}
	#article-links li a:hover {
		color: #813ba7;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
.wp-caption {
   padding: 0;
   margin: 0;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	color: #646464;
	padding: 0 0 0 13px;
	margin: 0 0 10px 0;
	background: url(/images/caption-arrow.gif) top left no-repeat;
}