/*
Theme Name: RCO Blog Theme
Author: eSterling Ltd
Author URI: http://www.esterling.co.uk
*/

/* basic */
	body { margin:0px; padding:0px; background:#ffffff url('images/bodyBg.jpg') center top repeat-x; font:normal 12px/18px Helvetica, Arial, sans-serif; color:#89898c; }
	a { color:#6b4796; text-decoration:none; outline:none; }
	a:hover { text-decoration: none; color:#6b4796; }
	a img { border:0; }
	a:img { border:0; }
	blockquote { padding:1px 10px 1px 10px; margin:10px 0px 10px 10px; background-color:#F2F2F2; }
	blockquote blockquote { background-color:#E1E1E1; display:inline-block; }
	pre { padding:5px 10px 5px 10px; margin:10px 0px 10px 0px; background-color:#F2F2F2; line-height:160%; overflow:auto; }
	input, select, textarea { padding:5px; font:12px Verdana, Arial, sans-serif; color:#333333; background-color:#F7F8F9; border:solid 1px #D3DADE; }
	input:hover, select:hover, textarea:hover { border-color:#BCC6CB; }
	textarea { line-height:160%; }
	form { margin:0px; padding:0px; }
	ul { list-style:square; }
	p { margin:11px 0px 11px 0px; }
	acronym, abbr { cursor:help; border-bottom:1px dashed #999; }
	code { font:1.1em 'Courier New', Courier, Fixed; }
	h1, h2, h3, h4, h5, h6 { font-family: 'FluxRegular' !important; color:#38383a;  line-height: 30px; font-weight: normal;  }
	h1 { font-size:19px; }
	h2 { font-size:16px; }
	h3 { font-size:14px; }
	h4 { font-size:12px; }
	h5 { font-size:11px; }
	h6 { font-size:10px; }


/* fonts */

@font-face {
    font-family: 'FluxBoldRegular';
    src: url('fonts/fluxbold-webfont.eot');
    src: url('fonts/fluxbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fluxbold-webfont.woff') format('woff'),
         url('fonts/fluxbold-webfont.ttf') format('truetype'),
         url('fonts/fluxbold-webfont.svg#FluxBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FluxBoldItalicRegular';
    src: url('fonts/fluxbolditalic-webfont.eot');
    src: url('fonts/fluxbolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fluxbolditalic-webfont.woff') format('woff'),
         url('fonts/fluxbolditalic-webfont.ttf') format('truetype'),
         url('fonts/fluxbolditalic-webfont.svg#FluxBoldItalicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FluxItalicRegular';
    src: url('fonts/fluxitalic-webfont.eot');
    src: url('fonts/fluxitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fluxitalic-webfont.woff') format('woff'),
         url('fonts/fluxitalic-webfont.ttf') format('truetype'),
         url('fonts/fluxitalic-webfont.svg#FluxItalicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FluxRegular';
    src: url('fonts/fluxregular-webfont.eot');
    src: url('fonts/fluxregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/fluxregular-webfont.woff') format('woff'),
         url('fonts/fluxregular-webfont.ttf') format('truetype'),
         url('fonts/fluxregular-webfont.svg#FluxRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* layout */
	#wrap { width:955px; margin:0px auto 0px; padding: 0px 0px 50px 0px; overflow:hidden; background: url(images/wrapBg.jpg) no-repeat bottom;}
	
	#c1 { width: 627px; float: left; overflow:hidden; padding:0px 0px 0px 20px; margin:0px; background: url(images/headerBg.jpg) no-repeat top left; }
	#c2 { width: 252px; float: left; overflow:hidden; padding:0px 28px; margin:0px; line-height:160%; color:#666666; background: url(images/bgc2.jpg) no-repeat; }

	#header { width: 647px; height:280px;  float: left;}
		
		
		#title{
			float: right;
			text-align: right;
			margin: 43px 38px 0px 0px;
		}
		
		#title h1 { margin:0px 0px -5px 0px; font-family: 'FluxBoldRegular' !important; color:#FFFFFF; font-size: 28px; font-weight: normal;}
		#title h4 { margin:0px; font-family: 'FluxBoldRegular' !important; color:#FFFFFF; font-size: 20px; font-weight: normal;}
		
		#c2 .logo{
			background: #4f2683;
			border: 4px solid #ffffff;
			height: 169px;
			line-height: 169px;
			margin: 95px auto 0px auto;
			width: 169px;
			text-align: center;
		}
			#c2 .logo a{
				color: #ffffff;
				display: block;
				height: 169px;
				width: 169px;
			}
			
			#c2 .logo a img{
				margin-top: 58px;
			}
		
		#c2 h2.urlLink{
			font-family: 'FluxRegular' !important; color:#38383a; font-size: 20px; font-weight: normal; text-align: center; margin: 28px 0px;
		}
			#c2 h2.urlLink a{
				color:#38383a; 
			}
		
		
	/* menu */
	#menu { margin:88px 0px 0px 0px; height: 21px;}
	#menu ul { list-style:none; list-style-image:none; margin:0px; padding:0px; overflow:hidden; padding:0px 0px 0px 0px; height: 21px;}
	#menu ul li { padding:0px; margin:0px; display:inline-block; float: left; height: 21px; border-right: 1px solid #6b4796;}
	#menu ul li:last-child {  border: none!important;}
	#menu ul li a { display:block; text-decoration:none; padding: 0px 10px; color:#777777;  height: 21px; line-height: 21px; }
	#menu ul li a.homeIcon{
		background: url(images/homeIcon.jpg) center 1px no-repeat;
		width: 19px;
	}
	#menu ul li a:hover { text-decoration:underline; color: #6b4796; }
	
/* post */
	.post { overflow:hidden; clear:both; margin:0px 0px 0px 0px; padding:0px; }

	.post-c1 { float:left; width:100px; overflow:hidden; margin-top:10px; color:#FFFFFF; background-color:#5E6588; }
	.page .post-c1 { background:none; }
		.post-date { font-size:11px; text-align: left; }
	
	.post-c2 { float:left; width:580px; overflow:hidden; padding:10px; }
		.post-head { overflow:hidden; margin-bottom:10px; }
			.post-head h1 { margin:0px; padding:0px; font-family: 'FluxRegular' !important; color:#38383a; font-size: 25px; line-height: 30px; font-weight: normal; }
			.post-head h1 a { color:#38383a;  display:inline-block; border:0; }
		.post-text { overflow:hidden; width:100%; }
		.post-foot { border-top:solid 2px #F4F4F4; overflow:hidden; padding:8px 0px 8px 0px; font-size:11px; line-height:170%; color:#858585; margin-top:10px; }
			.post-foot a { color:#6b4796; }
			.post-foot a:hover { color:#6b4796; }
			.post-comments { font-weight:bold; float:right; font-size:13px; }
			.comments-link { display:block; background:url('images/comment.gif') left 3px no-repeat; padding:0px 0px 0px 20px; margin:0px 0px 10px 10px; }

	#submenu { float:right; overflow:hidden; margin:0px 0px 5px 5px; padding:10px; background-color:#EEEEEE; }
	#submenu ul { margin:0px; padding:0px 0px 0px 15px; }

/* comments */
	.commentlist { padding:0px; margin:0px; overflow:hidden; list-style:none; list-style-image:none; }
	.commentlist ul { margin:0px; padding:0px; list-style:none; list-style-image:none; }
	.commentlist li { margin:0px; padding:0px; overflow:hidden; }

	ul.children { margin-left:25px; }

	.comment { overflow:hidden; background-color:#E3E2D7; margin:0px 0px 10px 0px; padding:0px; width:100%; }

	.comment.bypostauthor { background-color:#D7D9E3; }

	.comment-avatar { float:left; width:50px; overflow:hidden; padding:10px; }
	.comment-text { overflow:hidden; background-color:#F2F1EE; padding:10px; }
		.comment-meta { overflow:hidden; border-bottom:dashed 1px #CCCCCC; padding:0px 0px 5px 0px; }
			.comment-writer { display:inline; margin-right:15px; font-size:16px; }	
			.comment-date { display:inline; }
			.comment-date a, .comment-reply a { color:#999999; }
			.comment-date a:hover, .comment-reply a:hover { color:#666666; }
			.comment-reply { float:right; }

	.trackbacklist { margin:20px 0px 0px 0px; padding:0px; }
	.trackbacklist li { margin:0px 0px 10px 0px; padding:10px 10px 10px 10px; overflow:hidden; background-color:#F2F1EE; }

	#respond #comment { width:98%; max-width:98%; }

/* widgets */
	#widgets { list-style:none; list-style-image:none; margin:0px; padding:0px; }
	.widget { padding:0px 0px 30px 0px; border-bottom: 2px solid #c4c6c9;}
	li.widget:last-child{
		border-bottom: none !important;
	}
	.widget ul { margin:0px 0px 0px 0px; padding:0px; list-style: none;}
	.widget ul li { padding:5px 0px 0px 0px; }
	.widget a{
		color:#89898c; 
	}
	.widget h2, .submenu h2 { font-family: 'FluxRegular' !important; color:#38383a; font-size: 20px; line-height: 30px; font-weight: normal;  }

	#search { overflow:hidden; padding:10px 0px; border-top: 2px solid #c4c6c9; border-bottom: 2px solid #c4c6c9;}
	#search input { padding:5px; width:121px;  border: 1px solid #6e4b98; background: #ffffff; float: left;}
	#search label{
		font-family: 'FluxRegular' !important; color:#38383a; font-size: 20px; line-height: 30px; font-weight: normal; float: left; margin-right: 44px;
	}
	#search input#sendbutton{
		background: url(images/sendButton.jpg);
		border: 0px !important;
		padding: 0px !important;
		width: 15px;
		height: 15px;
		font-size: 0px;
		text-indent: -9999px;
		float: left;
		margin-top: 8px;
		margin-left: 10px;
	}
	
	
	.subscribe a, .subscribe a:hover {  }
	#feedburner { float:right; }
	#subscribe { background-color:#EEEEEE; padding:4px 6px 5px 6px; overflow:hidden; display:block; width:80px; color:#333333; }
	#subscribe:hover { color:#FF9900; }
	#subscribe img { float:left; margin:2px 5px 0px 0px; }

/* footer */
	#footer { width: 100%; height: 232px; background: #e6e7e8; }
	#footer .inner{
		background: url(images/footerBg.jpg) no-repeat top left;
		width: 955px;
		height: 232px;
		margin: 0 auto;
	}
	
	#footer .copyright{
		float: right;
		margin-right: 350px;
		margin-top: 30px;
		font-family: georgia, times, serif;
	}
	
/* defaults */
	.overflow { overflow:hidden; }
	.center { text-align:center; }
	.c1box { margin:0px 15px 0px 115px; }

/* Wordpress defaults */
	.navigation { overflow:hidden; margin-left:100px; text-align: center; padding:15px; }
	p img { padding: 0; max-width: 100%; }
	img.centered { display: block; margin-left: auto; margin-right: auto; }
	img.alignright { padding:0px; margin:0px 0px 2px 7px; display: inline; }
	img.alignleft { padding:0px; margin:0px 7px 2px 0px; display: inline; }
	.alignright { float: right; }
	.alignleft { float: left }

	/* Begin Calendar */
	#wp-calendar #prev a, #wp-calendar #next a { font-size: 9pt; }
	#wp-calendar a { text-decoration: none; }
	#wp-calendar caption { font-weight:bold; text-align: center; }
	#wp-calendar th { font-style:normal; font-weight:normal; text-transform: capitalize; }
	#wp-calendar { empty-cells: hide; width: 200px; }
	#wp-calendar #next a { padding-right: 10px; text-align: right; }
	#wp-calendar #prev a { padding-left: 10px; text-align: left; }
	#wp-calendar a { display: block; background-color:#D3CFBE; }
	#wp-calendar #today { background-color:#BDC6D5; }
	#wp-calendar caption { text-align: center; width: 100%; }
	#wp-calendar td { text-align: center; background-color:#EAE8DF; }
	#wp-calendar .pad { background-color:#FFFFFF; }
	/* End Calendar */

	/* Captions */
	.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
	.wp-caption { border: 1px solid #F4F5F7; text-align: center; background-color: #F4F5F7; padding-top: 4px; margin: 10px;
				-moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
	.wp-caption img { margin: 0; padding: 0; border: 0 none; }
	.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
	/* End captions */