/*   
Theme Name: Gaido
Theme URI: http://www.rubikus.net/guide/
Description: The Gaido theme was deveoped for Rubikus ジュエガイド.
Author: Michael Camilleri
Author URI: http://www.inqk.net/
Version: 1.0
*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

.hide {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

.align_right {
	text-align: right;
}

.clickable {
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body {
	background: white;
	color: black;
	font-size: 12px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}

a {
	color: #7f7f7f;
	text-decoration: none;
}

a img {
	border: none;
}

blockquote {
	margin-left: 1.0em;
	color: #777;
}

/*-----------------------------------------------------------------------------------------------
  Colours
-----------------------------------------------------------------------------------------------*/

#wrapper {
	background: white url('images/logo.watermark.png') no-repeat scroll 0px 100px;
}

#masthead, #main {
	background: transparent;
}

/*-----------------------------------------------------------------------------------------------
  Class Styling
-----------------------------------------------------------------------------------------------*/

.navmain {
	padding: 0;
}

.navmain li {
	text-transform: lowercase;
	margin: 10px 0 0 0;
}

.children {
	margin: 10px 0 0 0;
}

.children li {
	margin: 0 0 20px 0;
}

.extra {
	display: none;
}

.date {
	font-size: 14pt;
	color: #7f7f7f;
	text-align: right;
	margin: 40px 0 0 0;
	clear: both;
}

.article {
	margin: 10px 0 40px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #cccccc;
	clear: both;
}

.article hr, .results hr, #footer hr, #main hr {
	display: block;
	clear: both;
	margin: 0;
	visibility: hidden;
}

.category, .category a {
	font-size: 26pt;
	color: #cccccc;
	text-decoration: none;
	text-transform: lowercase;
}

.title a {
	font-size: 26pt;
	color: black;
	text-decoration: none;
}

.meta {
	color: #7f7f7f;
}

.content {
	font-size: 11pt;
	line-height: 20pt;
}

.content a {
	color: #B83E47;
}

.content img {
	margin: 0px 10px 10px 0px;
	border: 5px solid #cccccc;
}

.results ul, .ec3_list ul, .ec3_events ul {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}

.results li {
	list-style: none;
	padding: 20px 0 10px 0;
	border-bottom: 1px solid #cccccc;
	font-size: 16pt;
}

.resultsdate {
	color: #CCCCCC;
	font-size: 14pt;
}

.resultscategory, .resultscategory a {
	color: #CCCCCC;
	font-size: 14pt;
	text-transform: lowercase;
}

.resultstitle {
	display: block;
	clear: both;
	margin: 5px 0 0 0;
}

.ec3_events li {
	list-style: none;
	padding: 20px 0 10px 0;
	font-size: 20pt;
}

.ec3_list li {
	list-style: none;
	padding: 20px 0 10px 30px;
	border-bottom: 1px solid #cccccc;
	font-size: 12pt;
}

li.ec3_list_day {
	background: #cccccc;
	padding: 3px 3px 3px 3px;
	margin: 17px 0 7px 0;
	font-weight: 800;
	color: white;
	font-size: 18pt;
}

.comments {
	text-align: center;
	font-size: 18pt;
	color: #7f7f7f;
}

.comments a {
	font-size: 13pt;
}

.commentlist {
	list-style: none;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

.commentlist p {
	font-size: 11pt;
	line-height: 20pt;
}

.commentavatar {
	margin: 0 10px 0 0;
	float: left;
}

.commentauthor {
	font-size: 15pt;
}

.navigation h3 {
	font-size: 11pt;
	margin: 0;
	padding: 0;
}

.subscribe {
	padding: 3px;
	text-align: left;
	margin-bottom: 1.0em;
}

.feeds {
	font-size: 14pt;
}

.button {
	background: white;
	border:	1px solid #C0C0C0;
	padding: 2px;
}

/*-----------------------------------------------------------------------------------------------
  ID Styling
-----------------------------------------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	padding: 20px 30px 10px 30px;
	text-align: left;
	width: 900px;
	overflow: hidden;
}

#masthead {
	float: left;
	width: 250px;
	max-width: 250px;
}

#about {
	padding: 0 75px 0 0;
}

#logo {
	margin: 10px 0px 0px 0px;
	float: left;
}

#logotop {
	text-align: center;
	font-size: 12pt;
	letter-spacing: 10px;
}

#nav {
	font-size: 12px;
	color: #7f7f7f;
	margin: 1.0em 0px 0px 0px;
}

#nav h2 {
	border-top: 1px solid #CCC;
	color: black;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0.83em 0px;
}

#nav ul {
	list-style: none;
}

#nav li {
	font-size: 16px;
}

#footer {
	clear: both;
	display: block;
	margin: 1.0em 20px 0 0;
	width: 250px;
	border-top: 1px solid #cccccc;
}

#main {
	float: right;
	width: 600px;
	max-width: 600px;
	margin-top: 10px;
}

#search {
	text-align: right;
}

#searchbox {
	background: #efefef;
	border: 1px solid #C0C0C0;
	color: #333333;
	font-size: 11px;
	margin: 8px 0 0;
	padding: 4px;
	width: 190px;
}

#content {
	padding: 40px 50px 20px 50px;
}

#comments {
	font-size: 20pt;
}

/*-----------------------------------------------------------------------------------------------
  Admin Bar Styling
-----------------------------------------------------------------------------------------------*/

#wp-admin-bar {margin:0; padding:2px; background:#f9f9f9; border:1px solid #666; clear:both; text-align:center}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}

/*-----------------------------------------------------------------------------------------------
  Event Calendar 3 Styling
-----------------------------------------------------------------------------------------------*/

table.nav td {
	width: 33%;
	font-size: 14pt;
}

.ec3_calendar_table caption {
	font-size: 26pt;
	margin: 0 0 20px 0;
}

.ec3_calendar_table td {
	vertical-align: top;
	height: 100px;
	background: #dfdfdf;
}

.ec3_calendar_table p {

}

#wp-calendar {
	text-align: center;
	margin: 50px 0 0 0;
}

#wp-calendar table {
	width: 100%;
}

#today {
	background: #d6d6d6;
}

#ec3_publish {
	visibility: hidden;
}
