/*
Theme Name: TIMEUQ
Author:   Brady Bouchard
Author:   Eugene Lubarsky
Author URI: http://bradybouchard.ca/
Template: titan
*/

@import url("../titan/stylesheets/master.css");

#membership a {
  display: block;
  font-size: 20px;
  text-align: center;
  margin: 10px;
  padding: 10px;
}

.aligncenter {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  }
.alignleft { float: left; }
.alignright { float: right; }

.normal-bullets ul li {
  display: list-item;
  list-style: disc;
  background-image: none;
  margin: 5px 2em;
  padding: 0;
}
#content ul li {
  display: list-item;
  list-style: disc;
  background-image: none;
  margin: 5px 2em;
  padding: 0;
}

.srp-post-title-link { font-size: 1.1em; }

/* Hiding some featured images */
.post-784 .wp-post-image { display: none; } /* http://timeuq.org/2011/08/24-25-august-red-aware-day-party/ */
.post-876 .wp-post-image { display: none; } /* http://timeuq.org/2011/09/maternal-health-seminar-thursday-29-september/ */


/* Navigation bar */
#nav .page-item-314 { display: none; } /* extra home page ("TIME") button in nav bar */
#nav .page-item-81 a:link, #nav .page-item-81 a:visited { /* sign up for membership */
    color: #8C3835;
}
#nav .page-item-96 a:link, #nav .page-item-96 a:visited { /* volunteer for projects */
    color: #8C3835;
}
#nav .page-item-119 a:link, #nav .page-item-119 a:visited { /* volunteer for events */
    color: #8C3835;
}

/* make menus wider */
#nav li li { width: 230px; }
#nav li li a { width: 240px; }
#nav li ul ul { margin: -29px 0 0 230px; }

/* Front page */
.page-id-314 .pagetitle { display: none; }

h4.project-area {
	font-size: 150%;
}
div.project-quote {
	background: transparent url(images/quoleft.png) 0 5px no-repeat;
    margin-left: 20px;
}
div.project-quote div {
	padding: 10px 29px;
	/* background: transparent url(images/quoright.png) right bottom no-repeat; */
}
div.project-citation {
	margin-left: 60px;
    position: relative;
    top: -0.6em;
}
div.project-citation a:link, div.project-citation a:visited {
    font-weight: normal;
}
div.project-text {
	margin-bottom: 1em;
}


/* resources page */
#wp-table-reloaded-id-3-no-1 .column-1 {
	text-align: center;
}

/* Theme starts here. */

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1.1em;
}

h1#title, div#title {
	display: block;
	line-height: 150px;
	height: 150px;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: #000000 url('images/rotator/rotator.php') no-repeat top center;
	border-left: 10px solid #8C3835;
	border-right: 10px solid #8C3835;
	text-indent: -9999px;
}

.content-background {
	background: transparent;
}

#notice {
    font-size: 18px;
	margin: 6px 4px;
    padding: 8px 15px 8px 20px;
	line-height: 22px;
	height: 22px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border: 4px solid #8C3835;
	background-color: #111;
}

#notice a {
	color: #fff;
}

#description {
	display: none;
}

#follow {
	display: none;
}

#sidebar .gallery img {
	border: 0;
}

#sidebox {
	display: none;
}

.gallery dl.gallery-item {
	width: 30%;
	margin: 2px;
	border: 1px solid #ccc;
	padding: 10px 5px;
	background-color: #fff;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#sidebar .gallery dl.gallery-item {
	width: 100%;
	border: 0;
	background-color: transparent;
}

dt.gallery-icon {
	margin: 0;
	padding: 0;
}

dl.gallery-item dd.gallery-caption a {
	font-weight: normal;
}

#nav a {
	font-weight: bold;
}

/* Dates. */

div.post-header div.date {
	color: #AB8988;
}

.date span {
	color: #D3A8A7;
}

.author {
	color: #AF9595;
}

a, a:link, a:visited {
	color: #8C3835;
}

.entry h3 {
	font-size: 1.2em;
}

/* Flickr. */

#flickrrss {
	text-align: center;
}
#flickrrss h2.widgettitle {
	text-align: left;
}
#flickrrss a {
	display: inline-block;
	margin: 3px 3px 0 3px;
}

