/*-----------------------------------------------------------------------------
Theme Name: Paradym Custom Theme
Theme URI: http://.com
Description: Joomla Theme Modified for Wordpress
Version: 0.1
Author: Gretchen Cawthon
Author URI: http://design.girlscantwhat.com/

-----------------------------------------------------------------------------*/

/* @group Global Resets
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* @end */
/* @group Typography
-----------------------------------------------------------------------------*/

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  background: #180d0b url(images/bg.jpg) repeat-x;
  color: #000;
}

/* @end */

/* @group Headings
-----------------------------------------------------------------------------*/
h1 {
	margin: 0;
	display: none;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

.post h2 {
	font-size: 1.6em;
	padding: 0 5px;
	background-color: #888852;
	text-transform: uppercase;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#sidebar h2 {
	background-color: #888852;
	text-transform: uppercase;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 0;
	font-size: 12px;
}

/* @end */

/* @group Links
-----------------------------------------------------------------------------*/

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #dbdbcc;
	
}


/* @end */


/* @group Masthead
-----------------------------------------------------------------------------*/

#wrapper {
	position: relative;
	width:1000px;	
	margin: 0 auto;
	background: url(images/page_bg.jpg) repeat-y;
}

#masthead {
	position: relative;
	width: 1000px;
	margin: 0;
}

#masthead_img {
	position: relative;
	background: url(images/header.jpg) no-repeat;
	width: 1000px;
	height: 249px;
	margin: 0 auto;
}

#home { 
	position: absolute;
	top: 70px;
	left: 135px;
	width: 80px;
	height: 40px;
	margin: 0;
	padding: 0;
}

#about { 
	position: absolute;
	top: 70px;
	left: 275px;
	width: 110px;
	height: 40px;
	margin: 0;
	padding: 0;
}

#calendar { 
	position: absolute;
	top: 70px;
	left: 435px;
	width: 130px;
	height: 40px;
	margin: 0;
	padding: 0;
}

#pics { 
	position: absolute;
	top: 70px;
	left: 620px;
	width: 70px;
	height: 40px;
	margin: 0;
	padding: 0;
}

#contact { 
	position: absolute;
	top: 70px;
	left: 730px;
	width: 150px;
	height: 40px;
	margin: 0;
	padding: 0;
}

/* @end */


/* @group Content
-----------------------------------------------------------------------------*/

#content {
	position: relative;
	float: left;
	width: 350px;
	margin: 0 0 0 230px;
	font-size: 1.3em;
}

* html #content {
	margin: 0 0 0 115px;
}

#content ul {margin-left: 15px;}

.post {
	background: #82833f;
	border: 1px solid #555;
	padding: 5px;
}

.entry {
	
}

.entry p {
	
}

.postmetadata {
	
}

.utw {
	
}

.navigation {
	
}

.post_nav {
	text-align: center;
}



/* @end */

/* @group Sidebar
-----------------------------------------------------------------------------*/

ul#sidebar {
	float: right;
	width: 190px;
	margin: 15px 220px 0 0;
}

ul#sidebar li {
	list-style-type: none;
}

ul#sidebar li ul {
	margin: 7px 8px 8px 10px; padding: 0;			
}

ul#sidebar li ul li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}

/* @end */

/* @group Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat center top;
	width: 1000px;
	padding: 0;
	height: 262px;
	margin: 0;
}

#footer p {
	text-align: center;
	padding: 80px 0;
	width: 1000px;
	margin: 0;
}

/* @end */

/* @group Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
form {
	margin:0; 
	padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}

#searchform {
	background-color: transparent;
	border: none;	
	margin: 0 5px 0 10px;
	padding: 5px 0 15px 0;	
	/*width: 190px;*/
}

#searchform input {
	width: 150px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}

#searchform #searchsubmit {
	width: 60px;
	height: 24px;
	/*margin-top: 10px;*/
	padding: 2px 5px;
	vertical-align: top;
}

#comments-form {
}

#commentform {
	
}

#author {
	margin-top: 20px;
}

#email {
	
}

#url {
	
}

ol#comments {
	margin-left: 15px;
}

#commentform button#sub {
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	margin-bottom: 15px;
	padding: 2px 3px; 
	color: #333;
	background: #e7e6e6 url(button.jpg) repeat-x;
	border: 1px solid #dadada;
}



/* @end */

/* @group Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}

/* @end */

/* @group Comments
-----------------------------------------------------------------------------*/

#comments-locked {
	
}

#respond {
	
}

#trackback-link {
	
}

ol#trackbacks {
	
}

ol#trackbacks li {
	
}

.comments-header {
	
}

ol#comments {
	
}

/*class for author highlight */
.highlight {
	
}

.comment-meta {
	
} 

.comment-author {
	
}

.comment-date {
	
}

.comment-text {
	
}

.gravatar {
	
}

.odd {
	
}

.even {
	
}

#search-box {
	position: absolute;
	top: 210px;
	right: 220px;
}

input#s {
	color: #000;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Arial, Sans-Serif;
	padding: 2px;
	margin: 4px 0px 0px 0px;
	border: 1px solid #99975a;
    width: 186px;
	height: 20px;
	background: #99975a;
	}