/* HTML */
body {
    background-color: #111111;
    margin: 0px;
    font-family: Verdana, Tahoma, Arial, serif;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #1eb6ef;
}
h1 {
    font-size: 18px;
    font-weight: bold;
}
p {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* COLORS */
.red {
	color: #FF0000;
}
.yellow {
	color: #FFFF00;
}
.gray {
    color: #777777;
}


/* FORMS*/
.button {
    cursor: pointer;
    border: outset 1px #ccc;
    background: #999;
    color: #333;
    text-shadow: #EEEEEE 1px 1px 1px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    height: 35px;
    background:url(../images/bg_button.gif) repeat-x left top;
}
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	width: 150px;
	border: 1px solid #777777;
    background-color: #F7F7F7;
}
.menu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #777777;
}
.long {
    width: 200px;
}
.extralong {
    width: 250px;
}
.short {
    width: 100px;
}
.extrashort {
    width: 75px;
}

/* TEXT */
.header {
    background-color: #cccccc;
    font-size: 14px;
    font-weight: bold;
}

.heading {
    background-color: #cccccc;
    font-family: Century, Georgia, serif;
    font-variant: small-caps;
    text-shadow: #999999 2px 2px 2px;
    font-size: 16px;
    padding: 5px;
    margin-bottom: 0px;
}
.label {
    font-weight: bold;
}
.scripture {
    width: 400px;
    font-style: italic;
    text-align: center;
}
.smedium {
	font-size: 11px;
}
.subtitle {
    font-size: 16px;
    font-variant: small-caps;
}
.text {
    font-size: 14px;
    font-weight: normal;
}

.textShadow {
    text-shadow: #999999 1px 1px 1px;
}
.title {
    font-size: 22px;
    text-shadow: #999999 1px 1px 1px;
}
.underline {
    text-decoration: underline;
}


/* MISC */
.alert {
    background-color: #DDDDDD;
    padding: 3px;
    border: 1px dashed #000000;
    line-height: 25px;
    margin-bottom: 20px;
}
.bottomlinks {
    border-color: #333333;
    border-style: dotted;
    border-width: 2px;
    width: 500px;
    padding: 5px;
}
.column_content {
     margin: 10px 0 0 0;
     padding: 0 8px 0 8px;
     font-size: 11px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.date {
    font-size: 11px;
    font-variant: small-caps;
}
.link {
    text-decoration: none; 
}
.manhattan {
    color: #555555;
}
.nav {
    font-size: 13px;
    font-variant: small-caps;
    height: 35px;
}
.rebuttal {
    color: #448ccb;
}
.shadow {
    float: left;
    background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(../images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}
.shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}
.start {
    font-size: 15px;
    font-weight: bold;
    font-variant: small-caps;
}
