/*
Theme Name: CCCI Journey Group, based off deLight
Description: Theme currently in development by Journey Group
Author: Jon Dale
Author URI: http://journeygroup.com
*/

/*
	- GENERAL
	- BASIC LAYOUT
	- HEADINGS
	- HEADER
	- CONTENT
		+ CONTENT LEFT
		+ CONTENT RIGHT
		+ WORDPRESS CSS
	- FORMS
	- COMMENTS
	- FOOTER
	- USEFUL

/*	##################################
   	GENERAL
	################################## */
	
body {
	position: relative;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	background:#ccd5dc url(images/repeatingBg.jpg) repeat-x left top;
	font:11px/18px Verdana, Tahoma, sans-serif;
	color:#333333;
}

#content-left a {
	color:#982013;
}

#content-right a {
	color:#000;
}

#content-right a:hover {
	text-decoration:none;
}

blockquote {
	margin:0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 5px solid #f3f4f0;
}

img {
	border: none;
}

ul, ol {
	margin: 0 0 20px 20px;
	padding: 0px;
}

/*	##################################
   	BASIC LAYOUT
	################################## */

 #header {
	position:relative;
	width:940px;
	height:165px;
/*	height:120px; */
/*  margin: -20px 0pt 0pt 100px; */
	margin: 0px 0pt 0pt 80px;
	/*background:url(img/bg-header.gif) no-repeat bottom right;*/
}
#dynHeader table {background:#fff url(img/headerArray.jpg) repeat-x scroll top center;}
#dynHeaderL, #dynHeaderR {width:50%; height:127px; background:transparent url() repeat-x scroll 0 0;}
#dynHeaderL {background-image: url(img/headerGradient_L.png);}
#dynHeaderR {background-image: url(img/headerGradient_R.png);}
#dynHeaderMid {background:transparent url(img/headerGradient.png) no-repeat scroll center top;}
#dynHeaderMid img {width:1024px; height:127px;}
#hack { position:relative; x:-20%; width:%40 }


#menu {
	position:relative;
	width:880px;
	height: 30px;
	margin: 0 0 0 80px;
	padding: 10px 0 0 0;
	list-style:none;
}

#content {
	width:880px;
	height:auto;
	margin:0 0 0 80px;
	padding:0px;
	background:url(images/contentBg.gif) repeat-y;
}

#content-left {
	float:left;
	width:572px;
	height:auto;
	background-color:#fff;
	padding:0px 34px 0px 34px;
}

#pageTurn {
	margin-left:80px;
}

#content-right {
	float:right;
	width:240px;
	height:auto;
	/* background-color:#e6eaee; */
}

#sidebarContent {
	background-color:#e6eaee;
	padding:10px;
	margin-top:60px;
}

#footer {
	margin:0px 0px 0px 80px;
	padding:0px 0px 20px 0px;
	height:100px;
	width:640px;
	/* background:#353535; */
}

/*	##################################
   	HEADINGS
	################################## */
	
#header h1 a {
	margin: 0;
	height: 59px; voice-family: "\"}\""; voice-family:inherit;
	height: 0;
	padding-top:59px;
	background: url(images/logo.gif) no-repeat;
	width:413px;
	display:block;
	text-indent: -9999em;
	font: 1px/1px sans-serif;
	overflow:hidden;
	position:absolute;
	bottom:40px;
	left:0px;
	top:70px;
}


#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header h2 {
	position: absolute;
	bottom: 30px;
	left: 5px;
	margin: 0px;
	color: #C4AFAC;
	font:11px/11px Verdana, Tahoma, sans-serif;
}

h2, h3, h4 {
	margin:0 0 10px 0;
}

h3.archive-title {
	margin: 20px 0 0 0;
}

.box-left h2 {
	font:bold 24px/34px Verdana, Tahoma, sans-serif;
	/* font:bold 24px/34px Georgia, "Times New Roman", Times, serif; */
}

.box-left h2 a {
	text-decoration:none;
}

.box-left h2 a:hover {
	text-decoration:underline;
}

.box-left h3 {
	margin: 0 0 20px 0;
	color:#662625;
	font:bold 14px/14px Georgia, "Times New Roman", Times, serif;
}

.box-left h4 {
	color:#4c4c4c;
	font:11px/11px Verdana, Tahoma, sans-serif;
}

.box-right h3 {
	font:bold 12px/12px Verdana, Tahoma, sans-serif;
	text-transform:uppercase;
}


/*	##################################
   	HEADER
	################################## */

#menu li {
	float:left;
}

#menu a {
	margin:0 40px 0 0;
	padding:0px;
	color:#fff;
	text-decoration:none;
	font:normal 12px/12px Verdana, Tahoma, sans-serif;
}

/*	##################################
   	CONTENT
	################################## */
	
/** CONTENT LEFT */

.box-left {
	margin:15px 0px 30px 0px;
}

.box-left img {
        float:left;
        margin:0 10px 10px 0;
}

p.tags {
        font:11px/11px Verdana, Tahoma, sans-serif;
}

div.dotted {
	margin:16px 0px 20px 0px;
	background:url(images/dotted.gif) repeat-x top left;
	display:block;
	font:0px/0px;
	height:1px;
	clear:both;
}

/** CONTENT RIGHT */

#box-rss {
	margin: 0 0 20px 0;
	background:url(images/dotted.gif) repeat-x top left;
	padding-top:20px;
	/* background: url(img/bg-rss.gif) no-repeat left top; */
}

#box-rss a {
	display: block;
	padding: 10px 0 10px 28px;
	margin-left:10px;
	font-weight:bold;
	background: url(images/rssIcon.gif) no-repeat left center;
	text-decoration: none;
}

.box-right {
	margin:20px 0;
	font:11px/11px Verdana, Tahoma, sans-serif;
	background:url(images/dotted.gif) repeat-x top left;
	padding-top:20px;
	/* background: url(img/bg-box-right.gif) repeat-y left top; */
}

.box-right h3 {
	/*padding: 20px 20px 0 20px;
	background: url(img/bg-box-right-top.gif) no-repeat left top; */
}

.box-right-content {
	margin: 0 20px;
}

.box-right-bottom {
	/* height: 20px;
	background: url(img/bg-box-right-bottom.gif) no-repeat left top; */
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	line-height:24px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right p {
	margin: 20px 0 0 0;
}

#steveImg {
	float:left;
}

#steveBio {
	float:left;
	width:118px;
	margin:40px 0px 0px 10px;
}

#steveBio p {
	line-height:12px !important;
}



/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/*	##################################
   	FORMS
	################################## */

label {
    display:block;
    margin:0 0 5px 0;
}

.text {
    width:350px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
}

.verify {
    width:290px;
    margin: 0 0 10px 0;
    padding:5px;
    border:1px solid #ccc;
    float:left;
}

.fieldwrap img {
    float:left;
    margin:0 5px 10px 0;
}

textarea {
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
    border:1px solid #ccc;
}

.submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#982013;
	border:0;
}

/** SEARCH FORM */

#search {
	width: 190px;
	padding: 5px;
	border: 1px solid #ccc;
}

#search-submit {
    width:auto;
    padding:5px;
    color:#fff;
    background:#662625;
	border:0;
}

/*	##################################
   	COMMENTS
	################################## */


#rubric a {
	color:#264a6a !important;
}

.commentIcon a {
	padding:2px 0px 2px 20px;
	background: url(images/commentIcon.gif) no-repeat center left;
}

.comment {
	margin: 0 0 30px 0;
}

.comment p {
	margin: 0px;
}

.comDate {
	margin-left:10px;
}

.comAuthor {
	margin-right:10px;
	font-weight: bold;
	text-transform: uppercase;
}

.comment .dotted {
	margin:6px 0px 6px 0px !important;
}

.comment-details {
	
}

h3#comments, h3#respond	 {
	display:block;
	background:#224967;
	width:606px;
	margin-left:-34px;
	padding:10px 0px 6px 34px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
}


/*	##################################
   	FOOTER
	################################## */

#footer p {
	color:#3d3f42;
	margin:0px;
}

#footer p a {
	color: #3d3f42;
}

#copyrightInfo {
	padding-top:20px;
}

#footer img {
	display:block;
}


/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

.floatRight {
	float:right;
}

.floatLeft {
	float:left;
}

#addThis {
	float:right;
	margin:20px 0px 0px 0px;
}

/*	##################################
   	QTranslate
	################################## */

.qtrans_language_chooser li {
  float:left; margin-right:3px
}