/*
Theme Name: DGT
Theme URI: http://wordpress.org/
Description: Custom Wordpress theme for <a href="http://www.doinggoodtogether.org/">Doing Good Together</a>. Design by <a href="http://www.45dm.com/">www.45dm.com</a>, development by <a href="http://www.venusink.com/">Venus Ink</a>.
Version: 1.0
Author: Venus Ink
Author URI: http://www.venusink.com/

	DGT v1.0
	 http://www.venusink.com

	This theme is only for use on www.doinggoodtogether.org, no other use is permitted.

*/

/*------------------------------------------------------------------

[Table of contents]

1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.

2. General Classes - .entry-meta, .post, .description, .underpost, etc.

3. General Links - #content a:link, #footer a:link, etc.

4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.

5. Sidebar Links - #sidebar ul li a:link

6. Headings - #header h1, #content h1, .post h2, .post h3, etc.

7. Date - .entry-date, .entry-month, .entry-day

8. Comments - #commentform, #respond p, etc.

9. Blockquotes - blockquote, blockquote p:first-letter, etc.

10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.

11. Misc. and Preventative - Styles to prevent image hover strangeness etc.

-------------------------------------------------------------------*/



/*===START SECTION 1 - the main containers===*/

body {

	font-family: Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif;

	font-size: 62.5%; /* Resets 1em to 10px */

	margin: 0px;

	padding: 0px;

	color: #555555;
	background-color: #ecead5;

}

#wrapper {

	width: 980px;
	margin: 5px auto 20px;
	padding: 10px 0px;
	background-color: #fff;
	z-index:1;

}

#header {
	height: 113px;
	width: 980px;
	margin: 0px;
	position: relative;
}

#main {
	width: 980px;
	margin-top:12px;
	background: url("images/bg-main.gif") repeat-y scroll left top transparent;
}

#content {
	width: 580px;
	padding: 0px;
	float: left;
	line-height: 1.3em;
	margin: 0px 0px 0px 20px;
}

#sidebar-right {
	width: 168px;
	float: right;
	margin: 0px 12px 0px 0px;
}

#sidebar-left {
	width: 168px;
	float: left;
	margin: 0px 0px 0px 12px;
}

#footer {
	height: 53px;
	clear: both;
	text-align: center;
	font-size: 100%;
	padding: 12px 0 0 0;
}

/* homepage */


.image-homepagee {

border: 1px solid #ddd7b3;
width: 580px; 
padding: 0px;
float: left;
margin: 0px 0px 15px 0px;

}




/*===END SECTION 1===*/



/*===START SECTION 2 - general classes===*/

.description {
	position: absolute;
	top: 80px;
	left: 180px;
	padding: 0px;
	color: #000;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.4em;
}

.post {

	padding: 12px 0px 10px;
	width: 580px;
	float: left;
	margin-bottom: 4px;
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	border-bottom: 1px dotted #ccc;

}

.post-info {
	color: #666;
	font-size: 11px;
	float: left;
	clear: both;
}


.entry-content, .entry-excerpt {

	clear: left;

}

.entry-text img {
	border: none;
}

.navigation {

  clear: both;

}

.avatar {

  float: left;
  margin: 0px;
  border: 1px solid #ccc;
}

	/*comment avatar*/
	
.commentlist .avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 2px 12px 10px 10px;
	padding: 0px;
	height: 60px;
}

.comment-text p {
padding: 0px 10px;
}

.entry-meta {

  margin: 0 0 6px 0px;
  padding: 0px 0px 5px 0px;
  border-bottom: 0px dotted #ccc;
  font-size: 85%;

}

.underpost {

	font-size: .9em;

}

#content ol li, #content ul li {

	margin: 2px 0px;
	padding: 2px 0px;

}


/* home page blog and event posts */

div#blogpost .post, div#eventspost .post {

	padding: 10px 0px 10px;
	width: 257px;
	border-bottom: none;
	font-size: 1.2em;

}

div#blogpost .post {
		float: left;
}

div#eventspost .post {
		float: right;
}

div#blogpost .thumbnail-div, div#eventspost .thumbnail-div {
	margin: 0px;
	width: 257px;

}

.thumbnail-div-single-post {
	margin: 12px 0px;
	width: 580px;

}

.thumbnail-div-archive {
	float: left;
	margin: 9px 15px 0px 0px;
	width: 120px;
}

div#blogpost .readmore, div#eventspost .readmore, .post .readmore {

	text-align: right;
	font-size: 90%;

}

div#blogpost .entry-content, div#eventspost .entry-content {

	text-align: justify;

}



/*===END SECTION 2===*/



/*START SECTION 3 - style content and footer links*/

#content a:link, #content a:visited {

	padding: 0px;

}

#content a:hover {

	text-decoration: none;

}

#footer a:link, #footer a:visited {

	color: #474200;

}

#footer a:hover {

	text-decoration: none;

}

/*===END SECTION 3===*/



/*===START SECTION 4 - style for menu, page links in the header===*/





/*===END SECTION 4===*/



/*===START SECTION 5 - sidebar links===*/

/* General sidebar, left and right */

#sidebar-left h2 {
	width: 144px;

}

#sidebar-right h2 {
	padding: 0px;
	margin: 0px 0px 5px 0px;

}


#sidebar-left ul, #sidebar-right ul {

	margin: 0px;

	padding: 0px 0px 5px 0px;

	list-style-type: none;
	font-size: 1.2em;

}

#sidebar-left li, #sidebar-right li {

	list-style-type: none;

}

.widget li {
	margin: 0px;

	padding: 3px 0;

	list-style-type: none;
	border-bottom: 1px dotted #ccc;
}


#sidebar-left li a:link, #sidebar-left li a:visited, #sidebar-right li a:link, #sidebar-right li a:visited {

	display: block;
	text-decoration: none;
	margin-bottom: 0.1em;
	padding: 1px 1px 1px 7px;
	color: #000000;

}

#recentcomments li a:link, #recentcomments li a:visited, #recentposts li a:link, #recentposts li a:visited {

	display: inline;

	text-decoration: none;

	margin-bottom: 0.1em;

	padding: 1px;
	color: #000000;

}

#recentcomments li, #recentposts li {

	padding: 4px 0px;

}

#recentposts h2 {

	margin-top:10px;

}

/*current item highlight*/

#sidebar-left  .current_page_item a, #sidebar-left  .current_page_item a:visited, #sidebar-left .current_page_parent a, #sidebar-left .current_page_ancestor a {
	font-weight:bold;
	color: #44548A;
}

#sidebar-left  .page_item ul li a, #sidebar-left .page_item ul li a:visited {
	font-weight:normal;
	color: #000;
}

#sidebar-left .page_item .current_page_item a, #sidebar-left .page_item .current_page_item a:visited {
	font-weight:bold;
	color: #44548A;
}

/*end current item highlight */


#sidebar-left li a:hover {

	background-color: #CFDEFF;

}

#sidebar-right .recentcomments a:hover {

	color: #44548A;

}


#sidebar-left ul ul {

  margin-left: 5px;

}

#sidebar-right ul ul {

  margin-left: 0px;

}


#sidebar-left ul ul li, #sidebar-right ul ul li {

  font-size: .8em;

  margin-left: 0px;
  border: none;

}

/* Title boxes for sidebars */

#bluebox, #limebox, #aquabox {
	padding: 10px 12px;
	color: #fff;
	text-align: left;
	font-size: 1.5em;
	font-weight: bold;
}

#bluebox {
	background-color: #44548a;
	margin: 0px 0px 10px 0px;
}

#text-3, #text-3 li {
padding: 0px;
margin: 0px;	
}

#limebox {
	background-color: #CD7604;
	margin: 6px 0px 10px 0px;
}

#aquabox {
	background-color: #00b7a5;
	margin: 6px 0px 10px 0px;
}


/*Secondary nav*/

#secondary-nav {
	background-color: #e54d27;	
	margin-top: 0px;
}

#secondary-nav h2 {
	color: #d7e678;	
	margin-top: 0px;
}

#secondary-nav ul ul {
	padding: 0px;	
}


/* DGT for: box */

#dgt-for {
	background-color: #d7e678;
}

#dgt-for ul li{
	padding-left: 0px;
	margin-left: 0px;
	width: 144px;
	border-top: 1px solid #fff;
}

/* Search box */
#search-box {
	background-color: #e54d27;
	text-align: center;
	padding: 9px 5px;
	margin-top: 0px;
	width: 158px;
}

#search-box h2, #latest-news h2 {
	color: #fff;
	text-align: center;
}

#searchform #s {
padding:2px;
width:90px;
}

.screen-reader-text {
left:-1000em;
position:absolute;
}

/* Latest News */
#latest-news {
	background-color: #00b7a5;
	text-align: center;
	padding: 12px 5px;
	margin-top: 12px;
	width: 158px;
}

.news-blurb {
	font-size: 1.2em;
	margin: 8px 0px;
}

/* Rightnav links */

#rightnav-links {
	margin: 20px 0px;
}

#rightnav-links ul {
list-style-type: none;
padding: 0;
margin: 0;
font-size: 1.4em;
border-bottom: 1px solid #ccc;
}

#rightnav-links ul li {
background-image: url(images/icon.gif);
background-repeat: no-repeat;
background-position: 0 .2em;
padding-left: 22px;
border-top: 1px solid #ccc;
line-height: 1.5em;
}

#rightnav-links li a, #dgt-for li a, #rightnav-links li a:visited, #dgt-for li a:visited {

	color: #000;

}

#rightnav-links ul li a:hover {

	color: #44548a;

}



/*===END SECTION 5===*/



/*===START SECTION 6 - style the headings===*/

#header h1 a:link, #header h1 a:visited {
	position: absolute;
	top: 5px;
	left: 50px;
	margin: 0px;
	background:url('images/logo.gif') no-repeat;
	width: 493px;
	height: 95px;
	text-indent: -1000px;
	outline: none;
}

#header h1 a:hover {

	text-decoration: underline;

}

#content h1 {

	font-size: 1.6em;
	margin: 0px 0px 20px;
	color: #44548a;

}

#content h2 {

	font-size: 1.4em;
	margin: 16px 0px 10px;

}

#content h3 {

	font-size: 1.2em;
	color: #626e98;

}

#content h4 {

	font-size: 1.1em;
	color: #444;

}


#sidebar-left h1, #sidebar-right h1 {

	font-size: 1.4em;

}

#sidebar-left h2, #sidebar-right h2 {

	font-size: 1.4em;

}

.post h2 {

	font-size: 1.8em;

	margin: 2px 0 10px 0;

	padding: 0;
	line-height: 1.2em;

}

.post h2 a, .post h2 a:visited {

	color: #44548a;
	text-decoration: none;

}


.post h3 {

  font-size: 1.8em;

  margin: 0;

  padding: 0;

}

/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/

.entry-date {

	float: left;
	display: inline;
	margin: 0 10px 0 0;
	background: url(images/date-bg.gif) no-repeat;
	width: 45px;
	height: 47px;
	padding-bottom: 20px;

}

.entry-month {

	font-size: 14px;

	width: 45px;

	text-align: center;

	height: 15px;

	margin: 2px 0 0 0;

	font-weight: bold;

	padding: 0 0 2px 0;

}

.entry-day {

	font-size: 20px;

	text-align: center;

	height: 21px;

	width: 45px;

	margin: 2px 0 0 0;

	font-weight: bold;

	line-height: 22px;

}

/*===END SECTION 7===*/



/*===START SECTION 8 - comment form and comments===*/

#respond p {

	font-size: 1.2em;

}

#respond h3 {

	border-top: 1px dotted #ccc;
	padding-top: 12px;
	color: #44548a;
	font-size: 1.6em;

}


#commentform input {

	

}

#commentform textarea {

	

}

#commentform {	

	padding: 10px;

}

li.author {

	padding: 5px;

}

ol.commentlist {

	list-style-type: none;

	margin: 0px;

	padding: 0px;
	font-size: 1.2em;
	line-height: 1.3em;

}

#content .commentlist li {

	margin: 5px 0px;
	padding: 10px 0px;

}

#content ol.commentlist li a {

	text-decoration: underline;

}

.alt {
	background-color: #f7f8fa;
}

.comment-author {
	font-weight: bold;
}

/*===END SECTION 8===*/



/*===START SECTION 9 - oh you're so fancy with those blockquotes....===*/

blockquote {

  font: 1.1em/1.6em Georgia, "Times New Roman", Times, serif;

  width: 415px;
  margin: 2px 0px 0px 50px;

  background: url(images/blockquote1.png) no-repeat right bottom;

  padding: 10px 25px 0 30px;

  text-indent: -5px;

}

blockquote p:first-letter {

  background: url(images/blockquote2.png) no-repeat left center;

  padding: 0 0 0 30px;

  font: italic 1.3em Georgia, "Times New Roman", Times, serif;

}

/*===END SECTION 9===*/



/*===START SECTION 10 - images when inserted into a post.===*/

.alignleft {

  float: left;

}

.alignright {

  float: right;

}

img.aligncenter, div.aligncenter {

	display: block;

	margin: 0 auto;

}

img.alignright {

	margin: 2px 0 2px 12px;

	display: inline;
	border: 1px solid #ccc;

}

div.alignright {

	margin: 2px 0 2px 12px;

	display: inline;

}


img.alignleft {

	margin: 2px 12px 2px 0;

	display: inline;
	border: 1px solid #ccc;

}

div.alignleft {

	margin: 2px 12px 2px 0;

	display: inline;

}


.wp-caption-text {

  font-size: .7em;

  line-height: 1.1em;

  margin: 0;
  text-align: center;

}

.textwidget {
	padding: 0px;
	margin: 0px;
}
	

/*===END SECTION 10===*/



/*===START SECTION 11 - Misc. and Preventatives===*/

a.image:link, a.image:visited, a.image:hover {

	background: none;

	padding: 0;

}

a.image img {

	border: none;

}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
	

/*===END SECTION 11===*/

.more-link {
	float: right;
}

.widget_recent_entries{
	margin-top: 15px;
}

.small {
font-size: 80%;	
}

#spacer {
clear:both;
height:1px;
overflow:hidden;
width:100%;
}


/* author styles */

#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 20px 0;
	overflow: hidden;
	clear: both;
	font-size: 1.0em;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 11px;
	height: 60px;
}

#entry-author-info h2 {
	margin-bottom: 0;
	margin-top: 0px;
}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	
