/*
Theme Name: Minimous-mod
Description: Theme for the MRGS site based on Minimous (http://www.webtatic.com/projects/minimous/)
Tags: white, one-column, right-sidebar, fixed-width

*/

/*
* License: GNU GPL
* Copyright (c) 2009 Andrew Thompson
*/

@import url(//fonts.googleapis.com/css?family=Carme);

html, body {
	font-family: 'Carme', sans-serif;
	//font-family: Arial,Helvetica,sans-serif;
	text-align: center;
	color: #333333;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #39A428;
}

#content {
	overflow: visible;
	font-size: 13px;
	text-align: left;
	width: 600px;
	margin: 0 auto;
}

#content p {
	line-height: 2em;
	margin: 30px 0;
}


#content p:first-child {
	line-height: 2em;
	margin: 0;
}

#content table {
	margin: 15px 1px;
	border-collapse: collapse;
}

#content ul {
	list-style: none;
}

#content ol {
	list-style-position: inside;
}

img {
	border: 0;
}

#page {
	margin: 0 auto;
	margin-top: 50px;
	width: 900px;
	text-align: left;
}

#content.noleftcolumn {
	padding-left: 155px;
	width: 505px;
}

#content a:hover, #sidebar a:hover, #header_nav a:hover {
	text-decoration: underline;
}

#page-inner {
	overflow:hidden;
}

#header {
	//margin-top: 8px;
	//margin-left: 155px;
	//margin-bottom: 60px;
}

	#main-menu {
		display: table;
		text-transform: uppercase;
		width: 900px;
		list-style: none;
		padding: 0;
		margin: 0 auto 50px;
	}

		#main-menu li {
			display: table-cell;
			position: relative;
			height: 24px;
			padding: 0 16px;
		}

			#main-menu a {
				display: block;
				overflow: hidden;
				color: #0dc40d;
				font-size: 24px;
				line-height: 1em;
				height: 24px;
				background-image: url('http://mrgs.ca/wp-content/themes/minimous/images/menu.png');
				background-repeat: no-repeat;
				padding: 0 0 0 32px;
			}

				#main-menu a:hover {
					color: #666;
					}


				#menu-forums a {background-position: 0 0;}
				#menu-facebook a {background-position: 0 -24px;}
				#menu-twitter a {background-position: 0 -48px;}
				#menu-vimeo a {background-position: 0 -72px;}
				#menu-email a {background-position: 0 -96px;}
				#menu-rss a {background-position: 0 -120px;}

			.menu-ball {
				z-index: -5;
				display: block;
				position: relative;
				left: 1px;
				top: 23px;
				width: 22px;
				height: 22px;
				background-color: #f0f000;
				-webkit-border-radius: 11px;
				-moz-border-radius: 11px;
				border-radius: 11px; 
				}

				#main-menu li:hover .menu-ball {
					background-color: #666;
				}

#header_nav h2, #footer h2 {
	//display: none;
	text-align: left;
}

#footer {
	clear: left;
	margin: 0 auto 30px;
	font-size: 12px;
}

#footer-menu {
	display: table;
	table-layout: fixed;
	overflow: hidden;
	width: 600px;
	padding: 0;
	margin: 0 auto 30px;
}
	#footer-menu:first-child {margin: 0 auto 15px;}

	#footer-menu li {
		display: table-cell;
		border-left: 1px solid #999;
		padding: 0 16px;
		margin: 0;
		list-style: none;
		text-align: left;
	}

		#footer-menu ul {
			display: inline;
			padding: 0;
			margin: 0;
		}

		#footer-menu li li {
			display: block;
			text-align: left;
			border: 0;
			padding: 0;
			}

		#footer-menu li:first-child {border: 0;}
			#footer-menu li:first-child {padding-left: 0;}
			#footer-menu li:last-child {padding-right: 0;}

	.current_page_item a {color: #424039;}
	.current_page_item li a {color: #BC7134;}

#header h1 {
	margin-bottom: 5px;
}

#header h1 a {
	color: #999;
}

#header h1 a:hover {
	color: #ccc;
}

div.post, div.page, div.attachment {
	margin-bottom: 80px;
}

#content h2 a {
	color: #444;
}

#content h2 {
	font-size: 22px;
	padding-top: 0;
	margin-top: 0;
}

#content h2 a:hover {
	text-decoration: none;
}

#content h2 a:hover {
	color: #999;
}

.entry-banner {
	display: block;
	text-align: center;
	width: 600px;
}
	.attachment-banner {margin: 0 auto;}

.post .date, .page .date, .attachment .date, .comment .date {
	color: #c6c1a5;
	font-size: 14px;
}

.post .post-inner, .page .post-inner, .attachment .post-inner {
	margin-left: 170px;
	padding-left: 25px;
}

#back_to_blog {
	margin-top: 30px;
	font-size: 12px;
}

#sidebar {
	float: left;
	width: 175px;
	font-size: 12px;
	color: #999;
	margin-bottom: 80px;
}

#sidebar p {
	line-height: 1.3em;
	margin: 5px 0;
}

#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar h2 {
	font-size: 18px;
	color: #444;
}

#sidebar ul ul li {
	margin-bottom: 5px;
}

#sidebar ul ul ul {
	margin-top: 3px;
	margin-left: 20px;
}

.entry {
	overflow: visible;
}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ul.menu li:before {
	content: "";
}

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

.comment {
	overflow: hidden;
	margin-bottom: 15px;
}

.comment .date {
	padding: 0;
}

#content .comment p {
	margin: 10px 0;
}

.comment div.avatar {
	float: left;
	clear: left;
	text-align: right;
	width: 170px;
	margin-top: 10px;
}

.comment .reply {
	margin-bottom: 20px;
}

.comment .children {
	margin-top: 20px;
}

#comments {
	margin-left: 170px;
	padding-left: 25px;
}

.comment-inner {
	margin-left: 170px;
	padding-left: 25px;
}

#commentform {
	width: 95%;
}

#commentform textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
}

#respond {
	margin-left: 170px;
	padding-left: 25px;
}

.page-nav {margin-bottom: 50px;}
	.page-nav-prev {float: left;}
	.page-nav-next {float: right;}

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;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.copy {font-family: 'Helvetica Neue', Arial, sans;}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* Animation */

#main-menu a, .menu-ball {
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
	}