/* Red specific css */

/* Global reset
-------------------------------------------------------------------*/

	a 							{ color:#990100; }
	a:hover						{ color:#990100; } /* Float an element left with a margin */
	
	blockquote					{ border-left:3px solid #fff; }

/* Default
-------------------------------------------------------------------*/

	html, body 					{ color:#222; }	
	body 						{ background:#f0eeee; text-shadow:#fff 0 1px 0; }

/* Template
-------------------------------------------------------------------*/

	#header						{ background:#990100; -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2); -moz-box-shadow:0 0 10px rgba(0, 0, 0, .2); }

/* Header
-------------------------------------------------------------------*/

	#header div					{ color:#000; }
	#header a					{ color:#fff; }
	
	#header input,
	#header select 				{ background:#fff; color:#000; }
	#header input:focus,
	#header select:focus 		{ background:#fff;color:#000; }
	
	#header ul li				{ border-left:1px solid #990100; }
	
/* Post
-------------------------------------------------------------------*/

	h1							{ color:#000; border-bottom:3px dotted #000; padding:0 0 20px 0; }
	h1,
	h1 a	 					{ color:#000; }
	h1 a:hover	 				{ color:#000; }
	
	#coreContent h2,
	#coreContent h3,
	#coreContent h4				{ color:#000; border-top:1px dotted #444; text-shadow:#000 0 2px 1px; }

	.post 						{ background:#fff; }
	
	.post:hover					{ -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .3); -moz-box-shadow:0 0 10px rgba(0, 0, 0, .3); text-shadow:#fff 0 1px 0; }
	.post:active				{ -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .3); -moz-box-shadow:0 0 10px rgba(0, 0, 0, .3); }
	
	.post-content h2	 		{ color:#000; }
	.post-content a	 			{ color:#000; }
	.post-content a:hover		{ color:#000; }
	
	.post-content .bubble		{ padding:0; }
	
	.copyright					{ color:#000; }
	.copyright a				{ color:#990100; }

	.singlepost img		 		{ border:1px solid #444; }

	.archiveTitle				{ background:#dddfe0; }
	.archiveTitle h2			{ color:#000; }
	.archiveTitle .currentCat span	{ color:#000; }
	.archiveTitle h3			{ color:#000; }
	
	.pagination					{ border-top:1px dotted #000; border-bottom:1px dotted #000; }
	.prevpost a,	
	.nextpost a					{ background:#dddfe0; }
	.prevpost a:hover,	
	.nextpost a:hover			{ background:#990100; color:#fff; }
	
	#top_link					{ background:url(../../assets/images/arrow.png) no-repeat 9px 9px #dddfe0; color:#fff; }
	#top_link:hover				{ background:url(../../assets/images/arrow.png) no-repeat 9px 9px #000; }
	
	#rss_link					{ background:url(../../assets/images/rss.png) no-repeat 9px 9px #dddfe0; color:#fff; }
	#rss_link:hover				{ background:url(../../assets/images/rss.png) no-repeat 9px 9px #000; }
	
	#searchBox					{ background:url(../../assets/images/search.png) no-repeat 9px 9px #dddfe0; color:#fff; }
	#searchBox:hover			{ background:url(../../assets/images/search.png) no-repeat 9px 9px #000; }

	
/* Sidebar elements
-------------------------------------------------------------------*/	
	
	/* Contains the entire tabbed section */
	.tabbed ul.tabs li a 		{ background:#dddfe0; }
	.tabbed ul.tabs li a:hover	{ background:#fff; }
	
	.tabbed ul.tabs li a.tab-current { background:#fff; }
	
	.tabbed div 				{ background:#fff; }
	
	.tabbed div ul li 			{ border-bottom:1px dotted #282828; }
	.tabbed div ul li a 		{ background:#fff; }
	.tabbed div ul li a:hover 	{ background:#fff; text-decoration:underline; }

/* Footer elements
-------------------------------------------------------------------*/

	#footer						{ border-top:1px solid #000; }
	#footer a					{ color:#990100; }
	
	#footer ul li				{ border-left:1px solid #000; }

/* Comments
-------------------------------------------------------------------*/

	#comments h4				{ color:#000; border-top:1px dotted #000; text-shadow:#fff 0 1px 1px; }
	
	.commentEntry				{ border-top:1px dotted #000; border-bottom:1px dotted #000; }
	.avatar						{ background:#fff; border:1px solid #000; }
	.commentContent				{ color:#000; }
	.commentMeta				{ border-top:1px dotted #000; }
	
	/* Comment form
	--------------- */
	
	.commentForm em				{ color:#000; }
	
	input[type=text],
	textarea					{ border:1px solid #fff; color:#000; background:#fff; }
	
	input:focus,
	textarea:focus				{ border-color:#333; color:#990100; background:#fff; }
	
	input[type=submit]			{ color:#fff; background:#333; border:1px solid #333; }
	input[type=submit]:hover,
	input[type=submit]:focus	{ background:#000; border-color:#000; }