/*
Theme Name: Rotary District 9810 Operations
Theme URI: http://operations.9810rotary.org.au
Description: Theme for Rotary District 9810 Operations
Version: 1.0
Author: Syneka Marketing
Author URI: https://www.synekamarketing.com.au
*/

@font-face {
    font-family: 'cartogothic_stdbold';
    src: url('cartogothicstd-bold-webfont.eot');
    src: url('cartogothicstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('cartogothicstd-bold-webfont.woff') format('woff'),
         url('cartogothicstd-bold-webfont.ttf') format('truetype'),
         url('cartogothicstd-bold-webfont.svg#cartogothic_stdbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'cartogothic_stdregular';
    src: url('cartogothicstd-book-webfont.eot');
    src: url('cartogothicstd-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('cartogothicstd-book-webfont.woff') format('woff'),
         url('cartogothicstd-book-webfont.ttf') format('truetype'),
         url('cartogothicstd-book-webfont.svg#cartogothic_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'cartogothic_stditalic';
    src: url('cartogothicstd-italic-webfont.eot');
    src: url('cartogothicstd-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('cartogothicstd-italic-webfont.woff') format('woff'),
         url('cartogothicstd-italic-webfont.ttf') format('truetype'),
         url('cartogothicstd-italic-webfont.svg#cartogothic_stditalic') format('svg');
    font-weight: normal;
    font-style: normal;

}


body,td,th {
	font-family: 'cartogothic_stdregular', 'Open Sans', Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #FFF;
	background-image: url(images/bg-grad.jpg);
	background-repeat: repeat-x;
}

/* General Styles */
.left {
	float:left;
}

.right {
	float:right;
}

.clearfix {
	clear:both;
}

/* Area Styles */
#container {
	margin:0 auto;
	background-color:#FFF;
	width:980px;
}


/* Header Styles */
#logo {margin-left:20px;color:#fff;}
#header {
}

	#header .left {
		width:180px;
		height:107px;
	}
	
	#header .right {
/*		background-image:url(images/hd-bg.jpg);*/
		background: #17458F;
		background-repeat:no-repeat;
		width:800px;
		height:107px;
	}

		#header .right a.homepagelink {
			margin-left:270px;
		}
	
/* Mid-Section Styles */
#mid-content {
	background-image:url(images/bg-full.jpg);
	background-repeat:repeat-y;
	background-position:left;
}

#mid-content #sidebar-left {
	width:180px;
	float:left;
}
#mid-content #content {
	width:570px;
	float:left;
	padding:15px; 
}

#content h1 {
	margin-top:0px;
	margin-bottom:1px;
}

#content .homeHead {
	margin-bottom:5px;
}

#content .homeHead a {
	color:#333;
	font-size:11px;
}

/* Home Styles */
#content .cLeft {
	float:Left;
	width:228px;
}
#content .cLeft img {
	border:none;
}

#content .cLeft .block p{
	margin-top:4px;
	margin-bottom:8px;
	padding:0px;
}

#content .cRight {
	float:right;
	width:326px;
}

#content .cRight h2 {
	margin-top:0px;
	margin-bottom:6px;
}

#content .cRight .post .left {
	width:76px;
}

#content .cRight .post .right {
	width:238px;
	padding-left:10px;
}

#content .cRight .post .right h3 {
	margin-top:0px;
	margin-bottom:-6px;
}



#mid-content #sidebar-right {
	width:160px;
	padding-right:10px;
	float:right;
}



/* Footer Styles */

#footer {
	padding:10px;
}
#footer .shadow-div {
	background-image:url(images/shadow-div.jpg);
	height:8px;
	margin:8px 0px 14px 0px;
	background-repeat: no-repeat;
}
#footer .block {
	width:182px;
	padding-right:10px;
}

#footer .copyright {
	font-size:10px;
	color:#BDBBBC;
	margin-top:20px;
}

#footer .copyright a {
	color:#999;
}

#footer .copyright a:hover {
	color:#666;
}

/* Block Styling */
#footer .block {
	float:left;
}

#footer .block h3 {
	padding:0;
	margin:0 0 4px 0;
	font-size:12px;
	color:#434343;
}

#footer .block ul {
	padding:0;
	margin:0;
}

#footer .block ul li {
	padding:0;
	margin:0 0 1px 0;
	font-size:12px;
	color:#666;
	list-style:none;
}

#footer .block ul li a {
	color:#666;
	text-decoration:none;
}

#footer .block ul li a:hover {
	color:#999;
	text-decoration:underline;
}

/* WP Standard Styles */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
	float: right;
	margin-left:10px;
}

.alignleft {
	float: left;
	margin-right:10px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Form Styles */

.rotaryform input[type="text"], .rotaryform textarea, .rotaryform select {
	width:300px;
}
.rotaryform textarea {
	height:150px;
}

.notif {
	padding:5px;
	background-color:#E6EBC3;
	border:1px solid #8FA330;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.breadcrumb {
	padding: 0pt; margin: 0pt;
	font-size:10px;
	color:#666;
}

.breadcrumb a {
	color:#666;
}

.breadcrumb a:hover {
	color:#333;
}

/*  POSTBOX Classes */

.tags {
	border-top:1px dotted #CCC;
	padding-top:6px;
	margin-top:6px;
	color:#999;
	text-align:right;
	width:100%;
}

.tags a {
	color:#666;
}
.tags a img {
	margin-bottom:-3px;
}

.tags a:hover {
	color:#333;
}

/* WP caption Classes */
.wp-caption {
	text-align:center;
}

.wp-caption img {
	border:none;
}

.wp-caption-text {
	color:#666;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	margin-top:4px;
}

.introduction {
	font-size:140%;
	line-height:135%;
	color:#555;
	font-style:italic;
}

/* Calendar Styles */
#wp-calendar {
	empty-cells: show;
	font-size: 0.9em;
	margin: 0 auto 10px auto;
	width: 90%;
	color: #000000;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	border:none;
}

#wp-calendar a, #wp-calendar a.eventday { font-weight: bold; border: none;}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	border:none;
}

#wp-calendar img {
	 border:none;
 }
 
#wp-calendar a {
	display: block;
	text-decoration: none;
	color: #22407c;
}

#wp-calendar a:hover {
	/*background: #e0e6e0;*/
	color: #71a0ff;
}

#wp-calendar caption {
	color: #FBEDC1;
	font-size: 0.9em;
	text-align: center;
}

#wp-calendar #ec3_publish, #wp-calendar #ec3_spinner {border:none;} 

#wp-calendar td {
	color: #000000;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td:hover, #wp-calendar #today {
	color: #000000;
	font-weight:bold;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Sidebar Blocks */

/* Sidebar Event List */

#sidebar-right .block .ec3_events {
	margin:0;
	padding:0;	
}

#sidebar-right .block .ec3_events .ec3_list_day {
	font-weight:bold;
	margin:0 0 6px 0;
	padding:0;
	list-style:none;
	letter-spacing:normal;
	word-spacing:normal;
}

#sidebar-right .block .ec3_events .ec3_list_day ul {
	margin:0;
	padding:0;
	margin-top:2px;
	font-weight:normal;
}

#sidebar-right .block .ec3_events .ec3_list_day ul li {
	margin:0;
	padding:3px 0 3px 0;
	list-style:none;
	border-bottom:1px dotted #ccc;
	font-size:11px !important;
}

#sidebar-right .block .ec3_events .ec3_list_day ul li a {
	color:#333;
	text-decoration:none;
}

#sidebar-right .block .ec3_events .ec3_list_day ul li a:hover {
	color:#666;
	text-decoration:underline;
}
