/*
Theme Name: Lincoln Red Cattle Society - Mondo Zen Child Theme
Theme URI: http://www.lincolnredcattlesociety.co.uk/
Description: A green and white pastel tones, two-columns layout in a simple and clean fashion.

Version: 1.1
Author: Catherine Bettinson
Author URI: http://www.lincolnred.com/
Tags: green, white, light, fixed-width, two-columns, right-sidebar

Template: mondo-zen-theme
Version: 1.1
 
LRCS MZ v1.1
http://www.lincolnredcattlesociety.co.uk/

*/

@import url("../mondo-zen-theme/style.css");

/* Begin Typography & Colors */

#header {
	background: url('images/lrcs_title_bg.png') no-repeat 0 center !important;
	}
	
#sidebar h2 {
	}
	
h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	/* color: #736357 !important; // Change Title to white */
	color: white !important;
	}

#sidebar {
	/* font: 1em Verdana, Arial, Sans-Serif; // Increase sidebar font size */
	font: 1.2em Verdana, Arial, Sans-Serif;
	}


/* Begin Form Elements */

#sidebar #searchform #s {
	border:1px solid #ccc;
	font-family:verdana,arial;
	font-size:12px;
	padding:3px 2px;
	width:108px;
	color: #6a6a6a;
	}

#sidebar #searchsubmit {
	border:1px solid #999999;
	font-family:verdana, Arial;
	font-size:12px;
	padding:2px 1px;
	text-transform:uppercase;
	width:60px;
	color: #333;
	}


