/*  
Theme Name: Courier Link UK
Theme URI: http://www.cluk.me
Description: Courier Link UK Website Template
Version: 1.0
Author: Qubethree | Design and Development
Author URI: www.qubethree.co.uk

/* CSS Reset */
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, sin-cmall, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; background: transparent;  }


/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}
		
	ul {
		list-style-type: none;
		}
	
	* a:link, * a:visited, * a:hover, * a:active {
		text-decoration: none;
		color: #06c;
		}
		
	* a:hover {
		cursor: pointer;
		/* works well for onclick anchors */
		}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}





/* Structure
----------------------------------------------------------------------------- */
	
	html { 
		}

	body {
		margin: 0 0;
		padding: 0 0;
		margin-top:0;
		background: url(images/bkg.jpg) repeat-x;
		font: 100.1%/1.4 "Lucida Grande", Verdana, Arial, sans-serif;
		}
		
	.top {
		background: #eee;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		font-size: 1.1em;
		}

	#container {
		height: 100%;
		min-height: 600px;
		width: 1000px;
		margin: auto;
		background:none;
		}
		
	#header {
		padding-top: 15px;
		*padding-top: 8px;
		width: 100%;
		height: 102px;
		*height: 99px;
		
		background: none;

		}

#logo		{
		padding-top: 20px;		
		float:left;
		height: 80px;
		*height: 70px;
		}
			
#animations	{
		width: 100%;
		height: 350px;
		padding-right: 40px;
		margin-bottom: 20px;
		margin-top:20px;
		*margin-top:31px;
		background: none;
		/*background: url(images/animations.jpg) no-repeat;*/
		}
#flash		{
		float:right;
		width: 565px;
		height: 340px;
		background: none;
		padding-right: 15px;
		}
			
#content	{
		width: 100%;
		margin-bottom: 20px;
		}
		
#welcome	{
		float: right;
		width: 535px;
		margin: 5px 30px 20px 0;
		background:#fff url(images/clarrow.jpg) no-repeat;
		}
				
#news		{
		width: 330px;
		background: url(images/newsbkg.jpg) no-repeat;
		min-height: 400px;
		padding: 10px 25px;
		}

#news a		{
		color: #fff;
		}

		
#sidebar {
		float: right;
		width: 210px;
		padding: 1px 0 60px;
		border: 1px solid #fff;
		}
		
#footer {
		margin-top: 20px;
		padding: 10px 0;
		*padding: 5px 0;
		/* IE6 and IE7 hack */
		clear: both;
		border-top: 1px solid #ccc;
		border-bottom: 0;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}

#mod-content	{
		width: 650px;
		padding-top: 50px;
		margin: auto;
}

#main-content	{
		min-height: 250px;}


#mod-content-top{
		width: 650px;
		height: 15px;
		background: url(images/mc-top.gif) no-repeat;
		}

#main-content	{
		width: 620px;
		background: #fff;
		padding: 5px 15px;
}
#quote		{
		width: 450px;
		padding: 0px 10px;
		margin: auto;
		border: 2px solid #000;
		}
.quote-link 	{
		color: #000;
		}

#quoteform	{
		padding: 20px 20px;
		background: #000;
		color: #fff; 
		}
#quoteform p	{
		font-size: 0.6em;
		color: #fff;
		}
	
#spacer		{
		width: 100%;
		height: 30px;
		}

#quote-wrapper	{
		height: 200px;
		width: 100%;
		}
#footer-wrapper {
		width: 1000px;
		margin: auto;
}

.cont		{
		position: relative;
		width: 49%;
		}
.footer-left	{
		position: relative;
		width: 60%;
		}

.footer-right	{
		position: relative;
		width: 38%;
		text-align: right;
		}

.left		{
		float: left;
		}

.right		{
		float: right;
		}

.imgtfe		{
		margin-right: 10px;
		}

#main-content a	{
		text-decoration: none;
		}
/* Header
----------------------------------------------------------------------------- */
	
		#header h1 a {
			}
			
		#header p.description {
			font-size: 1.2em;
			}
					
		ul.mainmenu {
			display: block;
			overflow: auto;
			height: 1%;
			padding: 20px 1px 1px 0;
			border-bottom: 1px solid #ccc;
			}
		
		.mainmenu li {
			float: left;
			position: relative;
			}
			
		.mainmenu li a {
			_width: 1%;
			/* Or else IE6 does a crappy of job of displaying the menu */
			height: 40px;
			display: block;
			padding: 25px 15px 0 15px;
			}
		
		.mainmenu li.home a {
			padding-left: 0;
			}
		
		.mainmenu li a:hover {
			text-decoration: underline;
			}
	
	
	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a {
			color: #06c;
			font-weight: bold;
			}

		#mod-content h2 {
			color: #000;
			}


	
		#mod-content p a, #content p a, #content .metadata a {
			color: #06c;
			padding-bottom: 2px;
			border-bottom: 1px solid #ddd;
			}
	
		#mod-content p a:hover, #content p a:hover, #content .metadata a:hover {
			border-bottom: 1px solid #666;
			}
			
		#mod-content p a: visited, #content p a:visited, #content .metadata a:visited {
			color: #444;
			}
	
		#mod-content p, #content p {
			font: 1em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			color: #444;
			text-align: justify;
			}
	
		#mod-content p, #mod-content blockquote, #content p, #content h3, #content blockquote {
			margin-bottom: 0.3em;
			}
	
		#mod-content .post h3, #content .post h3 {
			border-bottom: 1px solid #ccc;
			font: 1.2em "Lucida Grande", sans-serif;
			padding-top: 20px;
			*padding-top: 0px;
			
			text-transform: uppercase;
			}

			
		#mod-content .entry,  #content .entry {
			padding-top: 10px;
			overflow: hidden;
			}
	
		#mod-content .metadata,  #content .metadata {
			display: block;
			padding: 10px 0 60px;
			}
	
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 10px 0;
			}
			
		#content .commentlist li.comment-item {
			margin: 5px 0;
			padding: 20px 15px 10px 15px;
			list-style-type: none;
			overflow: hidden;
			}
		#content .commentlist li.alt {
			background: #f8f8f8;
			border: 1px solid #ddd;
			padding: 15px 15px 0 15px;
			}
		
		.cmtinfo {
			padding-bottom: 1.0em;
			}
		
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			margin-top: -10px;
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
	
	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar ul li.side {
			padding-bottom: 25px;
			}
			
		#sidebar div {
			line-height: 1.7em;
			}
			
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;
			}
		
		#sidebar ul li a {
			line-height: 1.9em;
			}
			
		#sidebar ul li ul li ul {
			padding-left: 15px;
			}
			
		#sidebar ul li ul li ul li ul {
			padding-left: 30px;
			}
	
	
	
	
	
	/* Footer
	----------------------------------------------------------------------------- */
	
		#footer p {
			line-height: 1.8em;
			}	





/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		margin-bottom: 2.0em;
		}
	#content ul li, #content ol li {
		margin: 1.0em 0 1.0em 3.5em;
		}
	#content ul li ul {
		font-size: 1.0em;
		margin-bottom: 0;
		}
	#content ul li {
		margin-left: 3.0em;
		padding-left: 0.5em;
		list-style-type: circle;
		}
	#content ol li {
		list-style-type: decimal;
		}




/* Headings
----------------------------------------------------------------------------- */

h1 {font-size: 2.5em; color: #000;}
h3 {font-size: 1.5em; color: #000;}
h4 {font-size: 2.0em; color: #000;}
p { line-height: 1.2em; font-size: 0.7em; color: #000;}
#quote p {line-height: 1.4em; font-size: 1em; color: #000;}
.welcometitle {padding: 35px 0 20px 80px;}
#welcome p {font-size: 1.0em; margin-bottom: 0; padding: 0 0; line-height:1.6em; letter-spacing:0.1em;}
.wel-hotline {margin-top: 5px;}
.news-title {padding: 10px 0 0 0px;}
a {color: #fff; text-decoration:none;}
a:hover {color: #000;}
strong {font-weight: bold;}	
#footer p {font-size: 0.75em;}
#footer .highlight {color: #c2e227;}
.highlight a {color: #c2e227;}
#footer-wrapper a {text-decoration: none; color: #c2e227;}	
#quoteform p {font-size: 10px; color: #C2E227; padding-bottom: 10px;}
#quoteform .formright {padding-right: 5px; text-align: right;}
.wpcf7-list-item-label {font-size: 10px; padding: 0 10px 0 0;}	
		
		
		
/* Images
----------------------------------------------------------------------------- *
		
	#content img.wp-smiley {
		border: 0;
		padding: 0;
		margin: 0;
		display: inline;
		/* For whenever one uses smileys in posts */
		}





/* Forms
----------------------------------------------------------------------------- */

	.searchform {
		width: 250px;
		float: right;
		text-align: right;
		}
		
		
		
		
		
/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}
		
	/* This is if you use the current page-archives.php for your archives */
		
	.pagetitle {
		display: block;
		padding: 0 0 60px;
		}
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		border-left: 5px solid #eee;
		padding-left: 15px;
		}

	pre {
		margin-bottom: 1.5em;
		}
	code {
		font: 1.2em/1.8em "Courier New", Courier, mono;
		}

	.center {
		text-align: center;
		}

	hr {
		display: none;
		}
	small	{
		font-size: 0.7em;
		}
	#excerpt-tex 	{
		font-size: 0.9em;
		line-height: 0.2em;
		}


/* Contact Form */
.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 0.7em;
	display: block;
}

.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	color: #f00;
}

				
/* Menu */
#menu	{
		float: right;
		}

#nav_wrap {
			z-index:1000;
			float: right;	
			background:no-repeat url(images/car.png);
			*background: no-repeat url(images/car.gif);
			height: 60px;
			padding-top: 12px;
			margin-bottom: 40px;
			*margin-bottom: 0px;
			}


#nav_bar_wrap {
	margin: auto;
	}

#nav_wrap ul {
	background: url(images/menu.jpg) center;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-top:27px;
	height:50px;
	width: 490px;
	text-align:center;
	

}

#nav_wrap ul li{
	display: inline;
}
#nav_wrap li{
	margin-right: 10px;
	width: 100px;
	}

#nav_wrap li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;

	}
	
#nav_wrap a{
	text-decoration: none;
	color: #666;
	}

#nav_wrap a:hover {
	text-decoration: none;
	color:#000;
	}
	
#nav_wrap .active_nav {
	color: #000;
	}
	
#nav_wrap .first {
	margin-left:10px;
	}

			
