/*   

Theme Name: Joseph Galen

Theme URI: http://josephgalen.com/

Description: A simple clean layout, hacked from Paddy Ryan's Box Set 10, doingword.com

Author: Joseph Galen

Author URI: http://joesart.org/

Version: 0.2

*/

#topleft {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(http://joegalen.net/wp-content/uploads/2010/05/TLbanner.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}
body {
	font-family: Verdana, Arial, Helvetica, "sans serif";
	font-size: 11px;
	color: #999;
	background-color: #eee;
	background-image: url(http://joegalen.net/cover-bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}
/* added by joe for newsletter subscription */

#newsletter {
	width: 610px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-top: 15px;
	background: url(images/contbg.png);
	list-style: none;
	margin: 0;
	margin-top:15px;
}
/* special stuff for the release page */

div.release {
	border-bottom:  1px solid #666;
}
div.release-topline {
	height: 1px;
	border-bottom: 1px solid #666;
}
div.release h3 {
	color:#666666;
	font-family: Georgia, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: 800;
}
/* for download codes.. releases page? */

div.dc-download-code {
}
div.dc-download-code p {
}
/* special stuff for the video page */

div.video {
	border-bottom:  1px solid #666;
}
div.video-topline {
	height: 1px;
	border-bottom: 1px solid #666;
}
div.video h3 {
	color:#666666;
	font-family: Georgia, serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: 800;
}
/* MAIN BODIES

-------------------------*/

#container {
	width: 650px;
	margin: 0 auto;
}
#headimg {
	width: 610px;
	padding: 20px;
	background: url(images/contbg.png);
}
#menu {
	width: 650px;
	display:block;
	padding-right: 0px;
	padding-bottom: 30px;
	list-style: none;
	margin: 0;
	background: url(images/contbg.png);
}
/* this is where the width of main section is set */
#main {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 610px;
	background: url(images/contbg.png);
	background-color: transparent!important;
	padding: 20px;
}
#side {
	float: right;
	width: 175px;

}
#foot {
	clear: both;
	width: 610px;
	padding: 20px;
	background: url(images/contbg.png);
}
/* MAIN MENU

-----------------------------------*/

#navigation {
	clear:both;
	overflow:hidden;
	width:100%;
	padding-left:40px;
}

.menu {
	overflow:hidden;
	clear: both;
	list-style: none;
	margin: 0;
	padding:0;
	}
.menu li {
	float: left;
	vertical-align: middle;
}
.menu li a {
	display: block;
	width: 80px;
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
	height: 15px;
	vertical-align: middle;
}
.menu li a:hover {
	display: block;
	width: 80px;
	text-transform: uppercase;
	color: #666;
	text-decoration: none;
	vertical-align: middle;
}
#amenu li a {
	height: 15px;
	color: #333;
	width: 80px;
	border-bottom: 1px solid #ff9900;
	vertical-align: middle;
}
#amenu li a:hover {
	height: 15px;
	color: #333;
	width: 80px;
	border-bottom: 1px solid #ff9900;
	vertical-align: middle;
}
#navigation {
	float: left;
}
#feed {
	float: right;
	padding-bottom: 10px;
	text-align:right;
}
#feed img {
	border: 0px;
}
/* HEADINGS 

-----------------------------------*/

h1, h1 a, h2, h2 a, h3 a, h4 a {
	color:#666666;
	font-family: Georgia, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#333333;
	font-family: Georgia, serif;
	font-size: 18px;
	text-decoration: none;
	font-weight: normal;
}
#box {
	font-size: 11px;
	font-family: Verdana, Arial Helvetica, "sans serif";
	color: #999;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 20px;
	list-style: none;
}
#centered {
	margin: 0 auto;
	text-align: center;
}
#centered #s {
	border: 1px solid #ccc;
	color: #666;
}
#centered:hover {
	color: #666;
}
#centered a {
	color: #666;
	text-decoration: none;
}
#centered a:hover {
	color: #333;
	text-decoration: none;
}
#centered2 {
	color: #999;
	margin: 0 auto;
	text-align: center;
}
#centered2 a {
	color: #666;
	text-decoration: none;
}
#centered2 a:hover {
	color: #333;
	text-decoration: none;
}
#box h3 {
	color:#666666;
	font-family: Georgia, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	margin: 2px;
}
#box li {
	padding: 5px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}
#box li:hover {
	color: #666;
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
}
#box li a {
	color: #999;
}
#box li a:hover {
	color: #666;
}
#box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#boxx {
	font-size: 11px;
	font-family: Verdana, Arial Helvetica, "sans serif";
	color: #999;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 160px;
	padding: 20px;
	list-style: lower-roman;
}
#boxx h3 {
	color:#666666;
	font-family: Georgia, serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	margin: 2px;
}
#boxx li {
	padding: 5px;
	width: 100%;
	border-bottom: 1px dotted #ccc;
}
#boxx li:hover {
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
}
#boxx li a {
	color: #666;
}
#boxx li a:hover {
	color: #333;
}
#boxx ul {
	list-style: lower-roman;
	margin: 0;
	margin-left: 5px;
	padding: 0;
}
/* LINKS

-----------------------------------*/

a {
	text-decoration: none;
}
a img {
	border: 0px solid #eee;
	padding: 3px;
}
/* COMMENTS

-----------------------------------*/

#comments a {
	color: #666;
}
#comments a:hover {
	color: #ff9900;
}
#comments ul {
	margin: 0;
	padding: 0;
}
#comments li {
	list-style-type: none;
	background-color: #fafafa;
	border: 1px solid #f3f4f4;
	padding-bottom: 3px;
	margin-bottom: 6px;
}
.header {
	padding: 4px;
	background: #f3f4f4;
}
#comments fieldset {
	border: 0px;
}
/* ENTRY

------------------------------------*/

.entry img {
	background-color: #fafafa;
	border: 0px solid #ff9900;
	padding: 3px;
}
.entry {
	padding-bottom: 40px;
	text-align: justify;
	border-bottom: 1px solid #666;
}
.entry a {
	color: #666;
}
.entry a:hover {
	color: #333;
	font-style:underline;
}
.info {
	background-color: #eee;
}
.entry .info {
	padding: 5px;
	padding-left:15px;
	background: url("images/post.gif") center left no-repeat;
	background-color: #fafafa;
	border: 1px solid #f3f4f4;
}
.entry .info a {
	color: #949494;
}
.entry .info a:hover {
	color: #666;
}
.hidetxt {
	color: #fff;
}
.entry blockquote {
	padding: 3px;
	background-color: #fafafa;
}
.entry ul li {
	list-style-type: circle;

}

.entry ol li {
        padding-bottom: 0.4em;
}
label {
	width: 60px;
	float: left;
}
#author, #email, #url, #comment, #comments #submit {
	border: 1px solid #ccc;
	color: #666;
}
/* SEARCH

-------------------------------------------*/

#search {
	border: 0px;
	background: url(images/contbg.png);
}
#searchbutton {
	background-color: #fff;
	border: 1px solid #999;
}