/*
Theme Name: Digital Axle
Theme URI: http://www.digitalaxle.com/
Description: The Digital Axle theme.
Version: .01
Author: Digital Axle
*/

#wrapper {
	width: 988px;/*Modified from core css/style.css to fit Conference Hound Widget in right column*/
}

#content h1 {
	padding: 0;
}

#threeColumnRight {
	width: 250px;/*270px - Modified from core css/style.css to fit Conference Hound Widget in right column*/
}

#threeColumnLeft  h2, 
#threeColumnRight  h2 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 1.4em;
	line-height: 1.0em;
	color: #2a0000;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent;
	border-bottom: 0;
	margin: 5px 0 5px 7px;
}

#content .pagetitle {
	padding: 0 0 15px 0;
}

#content h3 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 1.4em;
	padding: 0 0 15px 0;
}

#content .subnav {
	font-size: 1.1em;
	padding: 0 0 10px 0;
}

#content .postmetadata {
	font-size: 1.1em;
}

#content .commentmetadata {
	font-weight: bold;
	text-align: right;
	font-size: 1.1em;
}

#content .navigation {
	font-size: 1.1em;
}


/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 15px 3px 5px 0;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
#content .oddcomment {
	margin: 0;
	padding: 0;
	}
#content .evencomment {
	margin: 0;
	padding: 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#content .alignleft {
	float: left;
	width: 40%;
}

#content .alignright {
	float: right;
	width: 40%;
}
