/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, s, blank slate, starter theme, minimalist, developer
*/

/* Two-column with on left from the /examples/ folder  */


*{ margin:0; padding:0; }

body {
	background: url('http://tenthdems.org/wp/wp-content/themes/sandbox/background.png') repeat-x;
	margin: 0;
	padding:0;
	font:10pt Helvetica, Arial, sans-serif;color:#000;
}

/* basic */

h1,h2,h3,h4,.componentheading {
	font-weight:bold;
	color: #000;
	margin:0;
	padding:7px 0px 6px 0px;
	clear:both;
}

h1,.componentheading {font-size:180%;}

h2 {font-size:195%;}

h3 {font-size:130%;}

h4 {font-size:110%;}

a {
	color:#2A63A2;text-decoration:none;font-weight:bold; }

a:hover {
	text-decoration:underline;
	}

ul {margin:1em;}

p {margin-top:10px;margin-bottom:10px;}

/* structure */

#wrapper {
	width:926px;
	margin:auto;
}

#blog-title {
	display: block;
	float:left;
	height: 170px;
	width: 100%;
}

#header {
	background: url('http://tenthdems.org/wp/wp-content/themes/sandbox/shorterheader.png') no-repeat 0px 0px;
	display: block;
	height: 170px;
	width: 100%;
}

#head_left {
	display:inline;
	width:300px;
	float:left;
}

#head_right {
	display:inline;
	float:right;
	background: url('http://tenthdems.org/wp/wp-content/themes/sandbox/shortnewsletter.png') no-repeat;
	width:282px;
	height:170px;
}

#newsletter_box {
	margin-top:130px;
	margin-left:20px;
}

#newsletter_box input {
	display:inline;
}

#footer {
	background: #336699;
	border-top: 8px solid #003366;
	border-bottom: 5px solid #003366;
	padding:10px 20px 10px 20px;
	text-align:center;
	font-size:7pt; 
	line-height:1.3em;
	color:#fff;
}

.border {
	border:1px solid;
	padding:10px;
}

.italic {
	font-style:italic;
}

.center {
	text-align:center;
}

span.hide {
	display:none;
}

#content {
	width: 640px;
	display:inline;
	float:left;
	font-size:110%;
}

#container {
	padding-bottom:55px;
}

/* left sidebar */
#left_sidebar {
	width: 270px;
	display:inline;
	float:right;
	margin:0;
	padding:0;
	border-left: 1px solid #eee;
}

#left_sidebar .widget {
	background: #fff;
	color:#555;
	padding: 10px;
	margin: 0px 0px 0px 15px;
}

#left_sidebar ul {
	-webkit-padding-start:0;
	margin:0;
	padding:0;
}

#left_sidebar li {
	list-style: none;
}

#left_sidebar li li {
	list-style-type:square;
	margin:0px 0px 5px 20px;
}

.event-excerpt {
	display:none;
}


li#upcoming-events-widget.widget {
	background: #cc3333;
	color:#fff;
	border-bottom:1px solid #7a1f1f;
	border-right:1px solid #7a1f1f;

}

li#upcoming-events-widget.widget a, li#upcoming-events-widget.widget h3 {
	color:#fff;
}

.widget img, .page-title a img {
	border:0;
	padding:0;
	margin:0;
}

/* bottom sidebar */

#bottom_widgets ul {
	width:100%;
	clear:both;
	height:400px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
	-webkit-padding-start:0;
}

#bottom_widgets .widget {
	background: #fff;
	border: 0px solid #CCC;
	height: 350px;
	padding: 15px 20px 10px 20px;
	overflow: hidden;
	margin: 10px;
	width: 356px;
	display:inline;
	float:left;
	color:#555;
	border-bottom:15px solid #fff;
}

#text-2 {
	width:32px !important;
}

#text-2 .widgettitle {
	display:none;
}

#bottom_widgets .widget li {
	list-style:square;
	margin:0px 0px 5px 20px;
	padding:5px;
	border-bottom: 1px solid #ccc;
}

#text-2 p {
	padding: 20px 0px 27px 0px;
	text-align:center;
}

#bottom_widgets .widget h3, .special {
	color: #fff;
	font-size: 16px;
	margin:0px 0px 15px 0px;
	padding: 26px 0px 20px 65px;
	border-bottom:7px solid #003366;
	font-weight: bold;
	background:url('http://tenthdems.org/wp/wp-content/themes/sandbox/h3.png') no-repeat #2A63A2;
}

#bottom_widgets .widget h3 a {
	color:#fff;
}

#bottom_widgets .widget h3 {
	padding:16px 0px 10px 65px !important;
}

/* menu */

.menu-default-menu-container {
width:100%;
background: white url(http://ryanjsaunders.com/tenthdems/templates/rt_afterburner_j15/images/navbar.png) no-repeat 0px 0px;
height: 69px;
position: relative;
z-index: 100;
}

.menu-default-menu-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
  clear:both;
  margin-left:20px;
  }

.menu-default-menu-container li {
  float: left;
  position: relative;
  }
  
.menu-default-menu-container li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
  
.menu-default-menu-container li > ul {
	top: auto;
	left: auto;
	}
	
.menu-default-menu-container li:hover ul { 
	display: block; 
	background: #2a63a2;
	font-weight:normal;
	color:#fff;
	border: 1px solid #2a63a2;
}

.menu-default-menu-container li:hover ul li { 
	display: block; 
	background: #2a63a2;
	font-weight:normal;
	color:#fff;
	width:200px;
}

.menu-default-menu-container li:hover ul a {
	color:#fff;
}

.menu li a {
	color: #2A63A2;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	padding: 0px 10px;
	text-decoration:none;
	font-weight:heavy;
}

.menu #menu-item-928 {
	background:#003366;
	color:#fff;
}

.menu #menu-item-928 a {
	color:#fff;
}

.menu li a:hover {
	background:#2a63a2;
	color:#fff;
	cursor:hand;
}

.menu li li a:hover {
	background:#fff;
	color:#2a63a2;
	cursor:hand;
}

.submenu li {
	background: #2a63a2;
}

.menu li li:hover {
	background:#fff;
	color:#2a63a2;
}

.submenu li a {
	color:#fff;
}

/* post */

.post {
	padding-bottom:60px;
}

.entry-date, .edit {
	font-style:italic;
	margin-left:20px;
	clear:both;
}

.entry-content {
	line-height: 1.6em;
	font-size:1em;
	margin: 20px 0px 20px 0px;
	overflow:hidden;
	font-size:11pt;
}

.eventsdesc {
	line-height: 1.6em;
	font-size:1em;
	overflow:hidden;
	font-size:11pt;
}

.avatar {
	display:inline;
	float:right;
	margin:5px;
}

.entry-date .avatar {
	float:none;
	margin:0;
}

.category a, .widget a, #ltp_box .widget a {
	color:#666;
}

.archive-meta-content td {
	vertical-align:top;
}

.archive-meta-content li {
	list-style:square;
}

.entry-content a {
	color:#2A63A2;
}

.entry-content ul li, .entry-content ol li {
	padding-left:5px;
	margin-left:30px;
}

.entry-content ul li {
	list-style:square;
}

.entry-title a {
	color:#000;
}



.entry-title .category a {
	font-style:italic;
}

blockquote {
	padding:5px 5px 5px 20px;
	margin:5px 5px 5px 10px;
	border-left:5px solid #2A63A2;
	font-size:0.9em;
	background:#eee;
}

.entry-content img, .entry-content a img {
	padding:5px;
	margin:0px 10px 10px 0px;
	background:#fff;
	border:1px solid #000;
}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

img.wp-smiley {
	padding:0;
	margin:0;
	border:0;
}

.wp-caption {
	background: #efefef;
	font-size:.8em;
	padding:10px;
	margin:10px;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
}

.wp-caption img {
	padding:0px;
	margin:0px;
	border:0;
}

.archive-tag-cloud {
	text-align:justify;
	padding:5px 0px 5px 0px;
}

#share-this-img {
	clear:both;
	display:block;
	width:100%;
	padding:20px;
}

/* navigation */
.navigation {
	width:100%;
	display:block;
	height:15px;
	clear:both;
	margin:15px 0px 25px 0px;
}

.nav-next {
	float:right;
	text-align:right;
	display:inline;
	width:50%;
}

.nav-previous {
	float:left;
	display:inline;
	width:50%;
	text-align:left;
}

#nav-above {
	display:none;
}

.post .comments {
	background: url('http://tenthdems.org/wp/wp-content/themes/sandbox/comment.png') no-repeat;
	padding:2px 2px 2px 20px;
}

.tags {
	background: url('http://tenthdems.org/wp/wp-content/themes/sandbox/tag_blue.png') no-repeat;
	padding:2px 2px 2px 20px;
}

/* categories */

/* blog */

.category-blog .archive-meta {
	width:640px;
	height:160px;
	background:url('http://tenthdems.org/wp/wp-content/themes/sandbox/blog.png') no-repeat;
}

.category-blog .archive-meta-content {
	padding:30px 10px 0px 225px;
	color:#fff;
}

.category-blog .archive-meta a {
	color:#fff;
}

.category-blog .page-title {
	display:none;
}

.category-blog .archive-meta h2 {
	color:#fff;
}

.category .entry-title, .archive .entry-title {
	font-size:160%;
}

/* kirk */

.category-kirk-we-know .archive-meta {
	width:690px;
	height:160px;
	background:url('http://tenthdems.org/wp/wp-content/themes/sandbox/kirk-we-know.png') no-repeat;
}

.category-kirk-we-know .archive-meta-content {
	padding:75px 10px 5px 150px;
	color:#fff;
}

.category-kirk-we-know .archive-meta a {
	color:#fff;
}

.category-kirk-we-know .page-title {
	display:none;
}

.category-kirk-we-know .archive-meta h2 {
	color:#fff;
}



.s-category-events .entry-date, .s-category-events .navigation, .s-category-events #comments {
	display:none;
}

.page-template-events-php .post .event-date, .page-template-tdu-php .event-date {
	color: #cc3333;
	display:inline;
}

.page-template-events-php .post, .page-template-tdu-php .post .post {
	border-bottom:1px solid #ccc;
	padding:25px 0px 10px 0px !important;
}

.page-template-home-php #categories-3, .page-template-home-php #tag_cloud-3, .page-template-home-php #archives-3, .page-template-home-php #text-5, .page-template-home-php #text-6, .page-template-home-php #text-8, .s-category-events #text-8, .s-category-events #tag_cloud-3, .s-category-events #archives-3, .four04 #tag_cloud-3, .four04 #archives-3, .four04 #text-8, .four04 #text-7, .four04 #text-6 {
	display:none;
}

#tag_cloud-3 div {
	text-align:justify;
}

#text-7 h1, #text-7 h2, #text-7 h3, #text-7 h4 {
	clear:none !important;
}
		

#archives-3 {
	display:none;
}

.category-blog #archives-3 {
	display:block !important;
}

.s-category-tdu .entry-date, .category-tdu .entry-date {
	display:none;
}

.pageid-512 .entry-content table {
	margin:auto;
}

.pageid-512 .entry-content table tr {
	padding:5px;
}

.candidates-content td, .pageid-584 .entry-content td {
	vertical-align:top;
	text-align:center;
}

/* ltp box */
#ltp_box {
	width:926px;
	clear:both;
	margin:0px 0px 5px 0px;
	padding:0px 0px 20px 0px;
	background:url('http://tenthdems.org/wp/wp-content/themes/sandbox/blogbg.png') #5f8aba left top no-repeat;
	border-top: 8px solid #2a63a2;
	border-bottom:8px solid #2a63a2;
	color:#fff;
}

#ltp_box .blog-href {
	width:230px;
	height:110px;
	display:inline;
	float:left;
}

#ltp_box .content {
	width:450px;
	margin:30px 0px 30px 10px;
	display:inline;
	float:left;
}

#ltp_box .right_ann {
	width:160px;
	display:inline;
	padding:20px;
	margin:10px;
	float:right;
	text-align:center;
	background:#87a7c8;
}

#ltp_box h2 {
	height:1.2em;
	display:inline;
}

#ltp_box a {
	color: #fff;
}

#ltp_box .entry-date {
	clear:both;
}

#ltp_box .post {
	padding-bottom:15px !important;
}

/* candidates */
#candidates_links {
	padding:20px;
	text-align:center;
}

#candidates_links a {
	color:#000;
}

#candidates_links p {
	display:none;
}

#candidates_links table p {
	display:block;
}

#candidates_links h2 {
	margin:3px;
	padding:4px;
}

/* gallery */
.gallery {
	clear:both;
	width:100%:
}

.gallery-item {
	display:inline;
	width:33%;
	float:left;
	text-align:center;
}

.entry-attachment {
	text-align:center;
}

.attachment .entry-date {
	font-style:normal;
}

#nav-images a img {
	border:0;
}

/* comments */

.comment {
	padding:10px;
	margin:20px;
	border-bottom:1px solid #ccc;
}

.comment a .italic {
	color: #666;
}

.comment a .italic:hover {
text-decoration:none;
}


/* input */
#content input, #content textarea {
	margin:3px;
}

img#wpstats{width:0px;height:0px;overflow:hidden;}

.page-template-home-php #content h3 a {
	color:#cc3333;
}

.page .entry-content iframe {
	width:630px;
	height:850px;
	margin:auto;
	border:2px solid #ccc;
}

.fancy {
	border-bottom:2px solid #ccc;
	margin-bottom:20px;
}

.s-category-events .entry-title, .s-category-tdu .entry-title {
		border-bottom:2px solid #ccc;
	margin-bottom:20px;
}

a.ngpurl {
	font-size:1.6em;
	color:#fff;
	padding:5px;
	background:#cc3333;
	border:1px solid #cc3333;
	line-height:1.8em;
	margin:auto;
}

a.ngpurl:hover {
	color:#cc3333;
	background:#fff;
	border:1px solid #cc3333;
}

.share-this a:hover {
	text-decoration:none;
}

.share-this img, #share-this img {
	border:0;
}

.s-category-blog #blog-disclaimer {
	display:block !important;
	line-height:1.8em;
	font-style:italic;
	padding:10px;
	margin:0px 10px 40px 10px;
	border:1px solid #ccc;
}

#blog-disclaimer {
	display:none;
}

.newsletter-archive .entry-content {
	font-size:10pt;
}

.newsletter-archive h3 {
	text-align:center;
}

.newsletter-archive ul li {
	display:inline;
	width:160px;
	line-height:1.8em;
	float:left;
	list-style:square;
}

#frontnews {
	font-size:2.0em;
	font-style:italic;
	padding-bottom:20px;
}

#frontnews .link-to-news-item {
	font-style:normal;
}