@charset "utf-8";
/* CSS Document */
* {
 margin: 0;
 padding: 0;
 border: 0;
 }
 
html {overflow-y:scroll;} /* makes a scroll bar always there to prevent header jumping */

body {
	margin: 0;
	padding: 0;
	background: black url(../images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#EBEBEB;
}
.bigdiv{
background: black center url(../images/bgtexture.jpg) repeat-y;
height:550px;
}
.minifont {font-size: 9px}

form {
	margin: 10px;
	padding: 10px;
		
}

fieldset {
	margin: 10px;
	padding: 15px;
	border:#333333 solid;
	
}
.textarea_custom{
	background-color:#CCCCCC;
	font-weight:bold;
}
.contact_table{
padding:8px;
border:#313131 3px solid;
background-color:#1a1a1a;
background-color:rgba(26, 26, 26, .80);
border-spacing:1px 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
table-layout:fixed;
}


input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color:#C0C0C0;
	border:#333333 solid;
	padding:5px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}




h1, h2, h3 {
	/* text-transform: lowercase;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #E6E6E6;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #dbe5f9;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#feeds {
	width: 980px;
	height: 40px;
	margin: 0 auto;
	padding-top: 12px;
	text-align: right;
	font-size:11px ;
}

#feeds b {
	display: none;
}

#feeds a {
	padding: 0 21px;
	background: url(../images/img02.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}

#feeds a:hover {
	text-decoration: underline;
}

#logo {
	width: 980px;
	height: 100px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

#logo h1, #logo p {
	margin: 0;
	float: left;
	color: #FFFFFF;
}

#logo h1 {
	padding-left: 20px;
	/*background: url(images/kappawhite.gif) no-repeat left center;*/
	font-size: 4em;
	font-family: Arial, Helvetica, sans-serif;
}

#logo p {
	padding: 3px 0 0 5px;
	font-size: 1.4em;
}

#logo a {
	text-decoration: none;
	/*text-transform: lowercase;*/
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 980px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 17px 15px 0 15px;
	background: url(../images/img04.gif) no-repeat;
	/*text-transform: lowercase;*/
	text-decoration: none;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #5B6371;
}

#menu a:hover {
	color: #000000;
}

#menu a:active  {
	background-color: #738197;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 40px 0;
}
.style1 {
	color: #666666;
	font-weight: bold;
	font-size:12px;
}
.style2 {
	font-size: x-large;
	font-color:#FFFFFF;
}
.phonestyle {
	font-size:x-large;
	color: #dbe5f9;
}
.contact_hours_style{
	font-size:large;
	color: #dbe5f9;
	padding:15px;
}

.addressstyle {
	font-size:large;
	color: #dbe5f9;
}
.p_web_design {
padding:15px;
}

/* Content */

#content {
	float: left;
	width: 660px;
	padding-top: 8px;
}

.post {
	text-align: justify;
	overflow:hidden;
}

.post .title {
	margin: 0;
	border-bottom: 1px solid #1A1A1A;
}

.post .meta {
	margin: 0;
	padding-left: 6px;
	color: #404040;
}

.post .meta a {
	color: #404040;
}

.post .entry {
	padding: 20px;
}

.post .more {
	text-align: right;
}

.post .more a {
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;
}

.post .more a:hover {
	/*text-decoration: underline;*/
}

.vline {
	border-bottom: 1px solid #1A1A1A;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
	background-color:rgba(26, 26, 26, .80);
	border: 3px solid #313131;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#sidebar .pindent {
padding:10px 10px 10px 10px;
}

#sidebar li ul {
	padding: 5px;
}

#sidebar li li {
	margin-left: 30px;
	background: none;
	border: none;
}

#sidebar li li a {
	/*padding-left: 15px;*/
	text-decoration: none;
}

#sidebar li li a:hover {
	text-decoration: underline;
}

#sidebar h2 {
	height: 40px;
	margin: 0;
	padding: 10px 0 0 10px;
	background: #BAD08B url(../images/sidegif.gif) repeat-x;
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #000000;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
     border-top-left-radius: 5px;
	 -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
     border-top-right-radius: 5px;

}
.ul_moveover{
	margin-left:20px:
}

/* Search */

#search form {
	padding: 20px;
}

/* Footer */

#footer {
	clear: both;
	height: 100px;
	padding: 20px;
	background: #1A1A1A;
	border-top: 10px solid #050505;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #444444;
}

#footer a {
	color: #444444;
}
