/*  
Theme Name: Gaudium et Spes

Description: Personal theme for Bishop Tom Dowd's blog
Version: 0.2
Author: Bishop Thomas Dowd
Author URI: http://fatherdowd.net/

*/

body { 
	background:url(images/green_1.gif);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0px;
	margin: 50px;
	font-size:small;
}

a { color: green; 
	text-decoration: none;
}
a:visited { color: green; }
a:hover { color: green; 
	text-decoration:underline;
}
a:active { color: lightgreen; }

.goldbg {
	background:url(images/yellow_2.gif);
}

.layouttable {
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:0px;
}
.column1 {
	width: 620px;
}
.column2 {
	width: 100px;
	background:url(images/yellow_2.gif);
}
.column3 {
	width: 280px;
}


#topblock {
	margin:0px;
	padding:0px;
}
#topblock .column3 {
	vertical-align:middle;
	text-align:center;
}


#bannerimg {
	border: thin solid white;
	margin-top: 60px;
	margin-bottom: 10px;
}
#crossbeam {
	height: 100px;
	vertical-align: bottom;
	text-align: center;
	background:url(images/yellow_2.gif);
}
#sidebarclick { display:none; }
#postsclick { display:none;}
#moreclick { display: none; }
#s {
	width: 200px;
}
#blogtitle {
	font-size: 42px;
	color: green;
	font-weight: bold;
	font-style:italic;
	margin-bottom: 5px;
}
#blogtitle a:hover { color: green; 
	text-decoration: none;
}
#blogtitle a:active { color: lightgreen; }

#blogsubtitle {
	font-weight: bold;
	color: green;
	font-size:12px;
}

#bottomblock tr {
	vertical-align:top;
}
#bottomblock-single tr {
	vertical-align:top;
}
.navigation {
	background:url(images/yellow_2.gif);
	padding: 10px;
	margin: 10px 10px 10px 0px;
	font-weight:bold;
	text-align:left;
	border: thin solid black;
}
.alignright {
	font-weight:bold;
	text-align:right;
}

#footerblock {
	height: 60px;
}


/*******************************************************
*
*	styles related to the sidebar
*
*******************************************************/

#sidebar { 
	font-size:small;
	}

.widgettitle {
	text-align:center;
	margin-top: 0px;
	margin-bottom:10px;
	padding: 0px;
}

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

#sidebar ul li {
	background-color:white;
	padding: 10px 15px;
	margin: 10px 0px 0px 10px;
	border: thin solid black;
}

#sidebar ul li li {
	padding: 0px 0px 0px 20px; 
	margin: 0px 0px 5px 0px;
	border:none;
	text-indent:-20px;
}

#sidebar ul li li ul li {
	padding: 0px; 
	margin: 5px 0px 5px 10px;
	border:none;
}




/*******************************************************
*
*	styles related to individual posts
*
*******************************************************/

.post {
	background-color:white;
	padding: 10px;
	margin: 10px 10px 0px 0px;
	border: thin solid black;
}

.post h1 {
	font-size: large;
	font-weight:bold;
	margin-top: 10px;
	padding-top:0px;
}
.post img {
	width: 70%;
	height:auto;
}
.postimg {
	text-align:center;
}
.post iframe {
/*	width: 70%; 
	height:auto;  */
}
.excerpt { display: none; }

/*******************************************************
*
*	styles related to comments
*
*******************************************************/


#comments {
	background:url(images/yellow_2.gif);
	padding: 10px;
	margin: 10px 10px 10px 0px;
	font-weight:bold;
	text-align:center;
	border: thin solid black;
}

.commentlist {
	list-style-type:none;
	padding: 0px;
	margin: 0px 10px 0px 0px;
}
.commentlist li {
	background:url(images/yellow_2.gif);
	padding: 10px;
	margin: 10px 0px;
	border: thin solid black;
}

#respond {
	background:url(images/green_1.gif);
	padding: 10px;
	margin: 10px 10px 10px 0px;
	font-weight:bold;
	text-align:center;
	border: thin solid black;
	color: white;
}

#commentform {
	background:url(images/yellow_2.gif);
	padding: 10px;
	margin: 10px 10px 10px 0px;
	border: thin solid black;
}

#comment {
	width: 100%;
	padding: 0px;
	margin: 10px 0px;
	border: thin solid black;
}

.textfield {
	width: 50%;
	border: thin solid black;
}

