/*
Theme Name: Mail Circuit Blog.
Theme URI: Your Theme's URI
Description: Optimized by Yancy for Mail Circuit Blog.
Version: 1.0
Author: Yancy Novelozo
Author URI: http://www.mailcircuit.com/
*/

@charset "utf-8";

	body {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		background: #374c65 url(../../../../images/bg.gif);
		font-size: 12px;
		color: #333333;
		margin: 0;
	}
	
	/*  ------------------------------------------------------------------------------
		Wordpress
		------------------------------------------------------------------------------
	*/	
	
	.older span, .newer span { color:#ccc; } /* lighter than the normal anchor text */
	#prev span, #next span { color:#ccc; } /* lighter than the normal anchor text */	


	p {
		line-height: 18px;
	}
	
	/*  ------------------------------------------------------------------------------
		Overall Page Outline
		------------------------------------------------------------------------------
	*/
	
	#main-container {
		position:relative;
		margin: 0px auto;
		width: 850px;
		background: #ffffff;
	}
	
	/*  ------------------------------------------------------------------------------
		Top Body
		------------------------------------------------------------------------------
	*/
	
	#top-body-container {
		position: relative;
		padding: 15px;
	}
	
	.top-body-right {
		position: absolute;
		right: 15px; 
		top: 15px;
	}
	
	/*  ------------------------------------------------------------------------------
		Content
		------------------------------------------------------------------------------
	*/
	
	#featured-pub {
		margin: 5px 0px 0px 0px;
	}
	
	.dotted-browse {
		border: #ffcc66 dotted medium; /* ffcc66 <-- nice yellow */
		padding: 8px;
		text-align: center;
	}
	
	.search-input {
		font-weight: normal;
		padding: 2px 2px 2px 5px;
	}
	
	.featured-image {
		border: 5px #eaeaea solid;
		margin: 0px 15px 15px 0px;
	}
	
	.grey-text {
		color: #666666;
	}
	
	.price {
		color: #333333;
		font-weight: bold;
	}
	
	.p450 {
		width: 450px;
	}
	
	.green {	
		color: #8cac38;
	}
	
	.light-blue {
		color: #0076bf;
	}
	
	.green18 {
		font-size: 18px;
		font-weight: normal;	
		color: #8cac38;
		margin: 0px;
	}
	
	.large-quote {
		background: url() top left no-repeat;
	}
	
	/*  ------------------------------------------------------------------------------
		Rounded Tables
		------------------------------------------------------------------------------
	*/
	
	#search{
	
	}
	
	#search-box {
		position: relative;
		background-color: #acc2d9;
	}
	
	#search-content {
		padding: 10px;
	}
	
	.corner-top-right {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	.corner-top-left {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	.corner-bottom-right {
		position: absolute;
		bottom: 0px;
		right: 0px;
	}
	
	.corner-bottom-left {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
		
	/*  ------------------------------------------------------------------------------
		Titles
		------------------------------------------------------------------------------
	*/
	
	h1 {
		margin:0px;
		font-size: 26px;
		color: #F45424;
		font-weight: normal;
	}
	
	h2 {
		font-size: 20px;
		font-weight: normal;	
		color: #0165A3;
		margin: 0px;
	}
	
	.light-blue-title {
		font-size: 22px;
		color: #0076bf;
	}	
	
	.light-green-title {
		font-size: 22px;
		color: #72a30b;
	}
	
	.grey-title {
		font-size: 22px;
		color: #757575;
	}	
	
	
	/*  ------------------------------------------------------------------------------
		Link Styles
		------------------------------------------------------------------------------
	*/
	
	a {
	}
	
	a:link {
		text-decoration: underline;
		color: #0066cc;
	}
		
	a:visited {
		text-decoration: underline;
		color: #0066cc;
	
	}
	
	a:active {
		text-decoration: underline;
		color: #0066cc;
	
	}
	
	a:hover {
		text-decoration: underline;
		color: #ff4800;	
	}	
	
	.grey-link a:link {
		text-decoration: underline;
		color: #333333;
	}
	
	.grey-link a:hover {
		text-decoration: underline;
		color: #ff4800;	
	}
	/*  ------------------------------------------------------------------------------
		Error Box
		------------------------------------------------------------------------------
	*/
	.errorOuterTbl{background-color:#FF7F7F;}
	.errorInnerTbl{background-color:#FFF2F2;}

