@charset "UTF-8";
/* CSS Document */

#top{
	width:100%;
	height: 240px;
	float:left;
	clear:both;

	}

#middle{	
	width:1100px;
	height: auto;
	float:left;
	clear:both;
	background-position: left top;
	background-image: url(/assets/images/side-background.jpg);
	background-repeat: repeat-y;
	top: -1px;
	position: relative;
	padding-top: 10px;
	}

#bottom{	
	width:100%;
	height: auto;
	float:left;
	clear:both;}

p {
	font-family: arial, helvetica, verdana,sans-serif;
	color: #333;
	font-size: 15px;
	letter-spacing: 0pt;
	line-height: 1.2;
}
h1 h2 h3 h4{
	font-family: Helvetica,Arial;
	line-height: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
	text-shadow: #ffffff;
}

h1 {
	font-family: Helvetica,Arial;
	color: #D5213C;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	
}

h2 {
	font-family: Helvetica,Arial;
	color: #054374;
	margin: 0px;
	font-weight: normal;
	font-size: 26px;

}

h3 {
	font-family: Helvetica,Arial;
	color: #D5213C;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

h4 {
	font-family: Helvetica,Arial;
	color: #054374;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

#reflect_example ul { 
	list-style: none; 
} 

.reflect_archive_list ul { 
	list-style: none; 
	margin-left: 0px; 
	padding-top: 0px;
	padding-left: 0px; 
} 

.reflect_archive_list ul ul{ 
	margin-left: 0px; 
} 

#blogContent form {
                position: relative;
                top: -25px;
                background: #ffe2b4;
                padding: 0px 10px 10px 0px;
                -moz-border-radius-bottomleft: 10px;
                -moz-border-radius-bottomright: 10px;
                color: #333;
            }
            
#blogContent div input, div textarea {
                margin: 3px 3px 3px 0px;
                padding: 4px;
                background: ffe2b4;
                font-weight: bold;
                -moz-border-radius: 10px;
                color: #333;
                border-width: 1px;
            }

form {
                position: relative;
                top: -40px;
                background: #FED88B;
                padding: 0px 10px 10px 0px;
                -moz-border-radius-bottomleft: 10px;
                -moz-border-radius-bottomright: 10px;
                color: #333;
            }
            
form h2, form label {
                font-size: 12pt;
                -moz-border-radius: 10px;
                padding: 3px;
            }	
div input, div textarea {
                margin: 3px 3px 3px 0px;
                padding: 4px;
                background: #fff;
                font-weight: bold;
                -moz-border-radius: 10px;
                color: #333;
                border-width: 1px;
            }
input#button {
                float: right;
                background: black;
                font-weight: bold;
                -moz-border-radius: 10px;
                color: white;
                background-color:
            }
            

#blogContent img {
width: 100%
height: auto;
margin-top: 15px;
margin-bottom: 15px;
}

 #content img {
 	float: right;
 	width: 45%;
 	height: auto;
 	margin-left: 5px;
 	margin-top: 5px;
 	margin-bottom: 5px;
}

#sidebar p {
	font-family: arial,helvetica,verdana,sans-serif;
	color: #333;
	font-size: 15px;
	letter-spacing: 0pt;
	line-height: 1.2;
}


body{
	margin: 0px;
	background-color: #fecc7c;
}

#header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 210px;
	width: 100%;
	position:relative;
	float: left;
}

div#sidebar{
	float: left;
	height: auto;
	width: 210px;
	margin: 15px 0px 0px 0px;
	border-left-style: dotted;
	border-left-color: #D88122;
	padding: 0px 10px 10px 10px;
	clear:none;
}


#sidebar p {
	font:Arial, Helvetica, sans-serif;
	margin-top: 10px;
	font-size: 13px;
}

#sidebar a img {
	border-style: none;
	}
	
#rssLink a {

	color: #004274;
	}
	
.nudge {
	position: relative;
	top: -10px;
	left: -2px;
}

#rssLink{
	height: 30px;
	width: 100%;
	position:relative; 
}
	
	

#logoContainer{
	width: 100%;
	height: 100%;
	z-index: 2;
	background-image: url(/assets/images/Roughhouse-Header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}

#spacer {
	width: 100%;
	background-image-repeat: x;
	height: 225px;
	background-image: url(/assets/images/Repeating-header.jpg);
	border: none;
	z-index: 1;
}

#content {
	height:auto;
	background-image: url(/assets/images/side-background3.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 149px;
	padding-right: 30px;
	position: relative;
	float: left;
	padding-top: 9px;
	width: 600px;
}

#blogContent {
	height:auto;
	background-image: url(/assets/images/side-background3.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 149px;
	padding-right: 30px;
	position: relative;
	float: left;
	padding-top: 9px;
	width: 600px;
}

#btnTable {
	position: absolute;
	left: 457px;
	top: 64px;
}

a {
	outline: none;
	color: #702c91;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 10px;
}


#footer {
background-image:url(/assets/images/bottomLeftCorner.jpg);
background-attachment: top left;
background-repeat: no-repeat;
float:left;
position: relative;
top: -10px;
height: 140px;
width: 100%;
clear: both;
font-size: 13px;
}

#bottomlinks{
	float: left;
	margin-top: 50px;
	margin-left: 320px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
}

#bottomlinks p{
	font-size: 10px;
	text-align: center; 
	}


#headFootBox{
width: auto;
float:left;
position:relative;
}

#tabs {
      padding: 10px 0px 0px 0px;
      }

       

#tabs #nav {
      margin-bottom: 0px;
      margin-left: 0px;
      }

#tabs ul {
      list-style: none;
      margin: 0px;
      padding: 0px;

      }
      
#tabs #nav ul li {
      display: inline;
      padding: 3px 7px;
      cursor: default;
      border: 1px solid #055595;
      border-bottom: none;
      margin-right: 2px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
	  color:#054374;
	  
      }
      
#tabs #nav ul li.active {
      border: 1px solid #055595;
      border-bottom: 1px #fecc7c;
      color: #0472C8;
      }
      
#tabs #nav ul li:hover {
	background-color: #FEE2B3;
	color: #0472C8;
}

#tabs #data {
      margin-top: 3px;
      }

#tabs #data div {
      display: none;
      border: none;
      }

#tabs #data div.active {
	display: block;
      }
