/*
	Theme Name: Save Jericho Again 2
	Theme URI: http://www.savejerichoagain.com
	Description: The coolest Jericho fan website ever revised.
	Version: 2.0
	Author: Midnight Oil Productions
	Author URI: http://www.midnightoilproductions.com
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0;
	padding: 0;
	background: #7b7066 url(images/bg-1.jpg) repeat-y top center;
	font: 62.5% "Trebuchet MS", Verdana, Sans-Serif;
	color: #000;
	text-align: left;
	}

p,
ol,
ul {
	line-height: 150%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}
h2 {
	font-size: 1.4em;
	}
h3, h4, h5, h6 {
	font-size: 1em;
	}

a:link {
	color: blue;
	text-decoration: none;
	}
a:visited {
	color: #ff0080;
	text-decoration: none;
	}
a:hover {
	color: blue;
	text-decoration: underline;
	}
a:active {
	color: blue;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #abafb9;
	}

code {
  background: #ffff66;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { /* to be styled */ }
img.noborder {
	border: none;
	}

.alert {
	font-weight: bold;
	color: #f00;
	}

.left {
	float: left;
	}
.right {
	float: right;
	}
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#outline {
	width: 748px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.3em;
	}


/**********************
*   Header            *
***********************/

#header {
	width: 748px;
	height: 171px;
	}

#header .blogtitle {
	width: 748px;
	height: 171px;
	background: transparent url(images/header.jpg) no-repeat center bottom;
	}
#header h1 {
	padding: 50px 0 0 50px;
	}

#header h1 a {
	color: white;
	}

#navbar {
		clear: both;
		float: left;
		width: 100%;
		height: 45px;
		background-color: black;
		}

	ul.menu {
		text-align: center;
		margin-top: 13px;
		padding: 0px;
		list-style-type: none;
		}
	ul.menu li {
		display: inline;
		}
	ul.menu li a {
		font-style: normal;
		font-weight: normal;
		letter-spacing: .1em;
		padding-left: 8px;
		padding-bottom: 0;
		padding-right: 8px;
		margin-top: 13px;
		text-transform: uppercase;
		font-size: 17px;
		line-height: 18px;
		color: #fff;
		border-right-color: white;
		border-right-style: solid;
		border-right-width: 1px;
		}
		
	ul.menu li.about a {
		border-right-width: 0px;
		}
			
	ul.menu li a:link,
	ul.menu li a:visited {
		background: transparent 0;
		}
	ul.menu li a:hover,
	ul.menu li a:active {
		color: #9b794b;
		background: transparent 0;
		text-decoration: none;
		}
	ul.menu li.current_page_item a:link,
	ul.menu li.current_page_item a:visited,
	ul.menu li.current_page_item a:hover,
	ul.menu li.current_page_item a:active {
		color: #e6d1a7;
		text-decoration: none;
		}

	.searchbar {
		clear: both;
		float: right;
		width: 150px;
		height: 31px;
		margin-top: -22px;
		margin-right: -2px;
		}
	.searchform {
		width: 130px;
		height: 20px;
		text-align: left;
		}
	input#s {
		width: 130px;
		height: 18px;
		margin: 5px 0 0 1px !important;
		margin: 4px 0 0 1px; 
		padding: 1px 0 0 2px;
		border: 1px solid #0b236c;
		background: #fff url(images/searchbg.gif) repeat-x 0 0;
		}


/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	width: 748px;
	background: #e6d1a7 url(images/wrapper.gif) repeat-y 0 0;
	margin: 0 !important;
	margin: -15px 0 0 0;
	padding: 0;
	}

/***********************
*  Titles             *
***********************/

#title {
	float: left;
	background: transparent 0 0;
	margin: 0 !important;
	margin: -15px 0 0 0;
	padding: 0;
	}

/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 562px;
	height: 100%;
	}

.pages {
	float: left;
	width: 748px;
	height: 100%;
	}
	
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;
		}
		
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px;
	}
	
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0;
	}

.page-title {
	width: 530px;
	margin: 20px 0 0 0;
	}
	
.page-title h2.page-title-border {
	padding: 0 0 0 30px;
	font-size: 1.6em;
	line-height: 48px;
	color: #104177;
	}

/**********************
*   Home      *
***********************/

#wrapperhome {
	padding: 0px;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: -15px;
	float: left;
	margin: 0 !important;
	}

#contenthome {
	height: 100%;
	}


.home {
	float: left;
	margin: 0 !important;
	margin: -15px 0 0 0;
	padding: 0;
	}


/**********************
*   Blog Entries      *
***********************/

.standard {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-top: 20px;
	width: 688px;
	background: #e6d1a7;
	}

.post {
	padding-left: 30px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-top: 20px;
	width: 500px;
	background: #e6d1a7;
	}

.postentry {
	color: #050d24;
	text-align: justify;
	}
.postentry a,
.postentry a:hover {
	color: #2f63b3;
	}

.postentry img {
	border: 5px solid #edf2ff;
	}
.postentry img:hover {
	border: 5px solid #dce6ff;
	}

.postentry img.wp-smiley,
.postentry img.wp-smiley:hover {
	border: none;
}

.postentry span.alert {
	font-weight: bold;
	color: #f00;
	}

.posttitle { /* to be styled */                    }
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #050d24;
	}

.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 1em;
	color: #2f63b3;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.gif) no-repeat 0 0;
	}
.post-comment {
	padding: 0 0 0 20px;
	background: url(images/icon_comments.gif) no-repeat 0 0;
	}
.post-filed {
	padding: 0 0 0 20px;
	background: url(images/icon_filed.gif) no-repeat 0 0;
	}


/**********************
*   Comments          *
***********************/

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent url(images/separator.gif) repeat-x center bottom;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #665d4a;
	background: #ffe8ba;
	}
	.alt {
		background-color: #fff6e5 !important;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #2f63b3;
	}

h2#postcomment {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent url(images/separator.gif) repeat-x center bottom;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #ccba95 url(images/separator.gif) repeat-x center top;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #b0c5ff;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #fec02a;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px;
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px;
	height: 200px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #ccba95 url(images/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover {
	background: #ffff66 url(images/submit_hover.gif) repeat 0 0;
	}	



/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 185px;
	margin: 0;
	padding: 0;
	background: #e6d1a7;
	}
	
#sidebar .socialtools {
		height: 140px;
		margin: 0;
		padding: 0;
		}

#sidebar .socialtools img {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(237, 242, 255);
    border-right-color: rgb(237, 242, 255);
    border-bottom-color: rgb(237, 242, 255);
    border-left-color: rgb(237, 242, 255);
    padding-top: 1px;
    padding-right-value: 1px;
    padding-bottom: 1px;
    padding-left-value: 1px;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
	}

#sidebar .rssfeeds {
		height: 140px;
		margin: 0;
		padding: 0;
		}
		
#sidebar h2.feed-title {
		margin: 0;
		padding: 20px 0 0 3px;
		background: none !important;
		font-size: 1.4em;
		}
		
.rssfeeds a.rss  {
		padding: 0 0 0 25px;
		background: transparent url(images/icon_rss.gif) no-repeat 5px 0;
		}

#sidebar h2 {
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 10px 3px;
	background: url(images/separator.gif) repeat-x center bottom;
	font-size: 1.4em;
	}

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	color: #bbb;
	}
#sidebar ul.no-splitted li {
	padding: 0 5px;
	}
#sidebar ul.no-splitted ul li {
	margin: 0 -5px;
	}
#sidebar ul.blc {
	padding: 0 5px;
	}

#sidebar li#sidebar-splitted {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	}
#sidebar-splitted .splitted-left {
	float: left;
	width: 140px;
	}
#sidebar-splitted .splitted-right {
	float: right;
	width: 145px;
	}

ul.splittedlists li {
	background: transparent url(images/dot.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	}
ul.splittedlists ul li {
	margin: 0 0 0 -10px;
	}
ul.splittedlists li a:link,
ul.splittedlists li a:visited {
	color: #353d50;
	}
ul.splittedlists li a:hover,
ul.splittedlists li a:active {
	color: black;
	}


/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left !important;
	float: none;
	width: 750px;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	text-align: left;
	}

#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0 8px;
	font-size: 1.6em;
	color: black;
	}
#bottom h2 span {
	color: black;
	}
#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#bottom ul li {
	line-height: 26px;
	}
#bottom ul li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	}
#bottom ul li a:hover {
	background: #e6d1a7;
	}

/**********************
*   Footer            *
***********************/

#footer {
	clear: both;
	text-align: center;
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}

#footer .credits {
	margin: 0;
	padding: 0;
	border: none;
	}

#footer p {
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-top: 5px;
	margin: 0;
	font-size: 11px;
	}
	
#footer p a:link,
#footer p a:visited {
	color: black;
	}
	
#footer p a:hover {
	color: black;
	text-decoration: underline;
	}
	
#footer p a:active {
	color: #9b794b;
	}

#footernavbar {
		clear: both;
		float: left;
		width: 748px;
		height: 45px;
		font-size: 11px;
		}

	ul.footermenu {
		text-align: center;
		padding: 0px;
		list-style-type: none;
		}
		
	ul.footermenu li {
		display: inline;
		}
		
	ul.footermenu li a {
		font-style: normal;
		font-weight: normal;
		padding-left: 12px;
		padding-bottom: 0;
		padding-right: 12px;
		margin-top: 13px;
		text-transform: uppercase;
		color: black;
		border-right-color: black;
		border-right-style: solid;
		border-right-width: 1px;
		}
		
	ul.footermenu li.about a {
		border-right-width: 0px;
		}

	ul.footermenu li a:link,
	ul.footermenu li a:visited {
		background: transparent 0;
		}
	ul.footermenu li a:hover,
	ul.footermenu li a:active {
		color: black;
		background: transparent 0;
		text-decoration: underline;
		}
	
	
/**************************
*     Home                *
**************************/

#welcometext p,
#col3text p,
#bottomnavtext p,
#addressestext p,
#col5text p,
#col1text p,
#blogtext p,
#col2text p,
#col4text p  { font: 11px/12px "Trebuchet MS"; margin: 0; text-align: left; }

#postercardbutton a:hover,
#newnetworkcardbutton a:hover,
#comcastcardbutton a:hover,
#scificardbutton a:hover  {
   background-position: -234px 0%;
}

#thejerichofansresponsibleforwwwsavejerichoagaincomaren p a:hover  {
   text-decoration: underline;
}

#thejerichofansresponsibleforwwwsavejerichoagaincomaren p a  {
   border: 0px none #000000;
   text-decoration: none;
}

#thejerichofansresponsibleforwwwsavejerichoagaincomaren p  {
   font: 12px/14px "Trebuchet MS", Verdana, Sans-Serif;
   margin: 0px;
   text-align: center;
}

#thejerichofansresponsibleforwwwsavejerichoagaincomaren  {
   visibility: visible;
   position: absolute;
   left: 70px;
   top: 1518px;
   z-index: 1;
   width: 609px;
}

#postercardbutton a,
#newnetworkcardbutton a  {
   background-repeat: no-repeat;
   display: block;
   height: 155px;
   width: 234px;
   background-position: 0% 0px;
   font-size: 155px;
   line-height: 155px;
}

#scificardbutton a,
#comcastcardbutton a  {
   background-repeat: no-repeat;
   display: block;
   height: 156px;
   width: 234px;
   background-position: 0% 0px;
   font-size: 156px;
   line-height: 156px;
}

#postercardbutton,
#newnetworkcardbutton  {
   visibility: visible;
   position: absolute;
   top: 456px;
   z-index: 7;
   width: 234px;
   height: 155px;
}

#printablepostcardartclicktodownload p  {
   font: bold 12px/14px "Trebuchet MS", Verdana, Sans-Serif;
   margin: 0px;
   color: #FFFFFF;
   text-align: left;
}

#printablepostcardartclicktodownload  {
   visibility: visible;
   position: absolute;
   left: 250px;
   top: 432px;
   z-index: 7;
   width: 469px;
}

#scificardbutton,
#comcastcardbutton  {
   visibility: visible;
   position: absolute;
   top: 618px;
   z-index: 7;
   width: 234px;
   height: 156px;
}

#newnetworkcardbutton a  {
   background-image: url(sg_savejerichocenter_media/newnetworkcardbutton.jpg);
}

#newnetworkcardbutton  {
   left: 248px;
}

#comcastcardbutton a  {
   background-image: url(sg_savejerichocenter_media/comcastcardbutton.jpg);
}

#postcardsbgrndcolor  {
   background-color: #9b794b;
   visibility: visible;
   position: absolute;
   left: 240px;
   top: 419px;
   z-index: 6;
   width: 493px;
   height: 364px;
}

#postercardbutton a  {
   background-image: url(sg_savejerichocenter_media/postercardbutton.jpg);
}

#welcomesidesliver  {
   background: url(sg_savejerichocenter_media/welcomesidesliver.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 426px;
   top: 19px;
   z-index: 9;
   width: 10px;
   height: 311px;
}

#comcastcardbutton  {
   left: 248px;
}

#scificardbutton a  {
   background-image: url(sg_savejerichocenter_media/scificardbutton.jpg);
}

#savejerichocenter  {
   height: 1385px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 748px;
}

#welcometopsliver  {
   background: url(sg_savejerichocenter_media/welcometopsliver.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 426px;
   top: 11px;
   z-index: 8;
   width: 322px;
   height: 9px;
}

#postercardbutton  {
   left: 491px;
}

#bottomnavtext p  {
   font-size: 13px;
}

#jericholinksbar  {
   background: url(sg_savejerichocenter_media/jericholinksbar.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 1073px;
   z-index: 2;
   width: 748px;
   height: 78px;
}

#scificardbutton  {
   left: 491px;
}

#blackfortvspot  {
   background-color: #000000;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 11px;
   z-index: 10;
   width: 426px;
   height: 319px;
}

#bottomnavtext  {
   visibility: visible;
   position: absolute;
   left: 110px;
   top: 1495px;
   z-index: 1;
   width: 644px;
}

#addressestext  {
   visibility: visible;
   position: absolute;
   left: 23px;
   top: 411px;
   z-index: 6;
   width: 193px;
}

#writeinsliver  {
   background: url(sg_savejerichocenter_media/writeinsliver.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 397px;
   z-index: 7;
   width: 7px;
   height: 421px;
}

#welcomecolor  {
   background-color: #e6d1a7;
   visibility: visible;
   position: absolute;
   left: 426px;
   top: 20px;
   z-index: 7;
   width: 322px;
   height: 310px;
}

#writeincolor  {
   background-color: #e6d1a7;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 391px;
   z-index: 5;
   width: 748px;
   height: 427px;
}

#welcometext  {
   visibility: visible;
   position: absolute;
   left: 447px;
   top: 27px;
   z-index: 8;
   width: 289px;
}

#welcometext p {
	margin-bottom: 10px;
}

#linkssliver  {
   background: url(sg_savejerichocenter_media/linkssliver.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 1151px;
   z-index: 3;
   width: 7px;
   height: 226px;
}

#col4text p  {
   text-decoration: none;
}

#blogsliver  {
   background: url(sg_savejerichocenter_media/blogsliver.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 896px;
   z-index: 5;
   width: 7px;
   height: 177px;
}

#col5text p  {
   text-decoration: none;
}

#linkscolor  {
   background-color: #e6d1a7;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 1142px;
   z-index: 1;
   width: 748px;
   height: 235px;
}

#writeinbar  {
   background: url(sg_savejerichocenter_media/writeinbar.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 330px;
   z-index: 6;
   width: 748px;
   height: 67px;
}

#col2text p  {
   text-decoration: none;
}

#col1text p  {
   text-decoration: none;
}

#blogcolor  {
   background-color: #e6d1a7;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 887px;
   z-index: 3;
   width: 748px;
   height: 186px;
}

#col3text  {
   visibility: visible;
   position: absolute;
   left: 317px;
   top: 1172px;
   z-index: 2;
   width: 132px;
}

#bgrndtop  {
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 0px;
   z-index: 11;
   width: 748px;
   height: 11px;
}

#blogtext  {
   visibility: visible;
   position: absolute;
   left: 17px;
   top: 904px;
   z-index: 4;
   width: 698px;
}

#blogtext p {
	margin-bottom: 15px;
}

#col5text  {
	z-index: 2;
   visibility: visible;
   position: absolute;
   left: 603px;
   top: 1172px;
}

#col2text  {
   visibility: visible;
   position: absolute;
   left: 174px;
   top: 1172px;
   z-index: 2;
   width: 120px;
}

#col4text  {
   visibility: visible;
   position: absolute;
   left: 460px;
   top: 1172px;
   z-index: 2;
   width: 120px;
}

#col1text  {
   visibility: visible;
   position: absolute;
   left: 30px;
   top: 1172px;
   z-index: 2;
   width: 120px;
}

#tvstill  {
   background: url(sg_savejerichocenter_media/tvstill.jpg) no-repeat;
   position: absolute;
   left: 1px;
   top: 59px;
   z-index: 11;
   width: 425px;
   height: 221px;
}

#blogbar  {
   background: url(sg_savejerichocenter_media/blogbar.jpg) no-repeat;
   visibility: visible;
   position: absolute;
   left: 0px;
   top: 818px;
   z-index: 4;
   width: 748px;
   height: 78px;
}



#col1text { width: 136px; left: 30px; top: 1172px; z-index: 2; position: absolute; visibility: visible; }
#blogtext { width: 687px; left: 23px; top: 904px; z-index: 4; position: absolute; visibility: visible; }
#addressestext { width: 193px; left: 23px; top: 421px; z-index: 6; position: absolute; visibility: visible; }
#welcometext { width: 289px; left: 447px; top: 47px; z-index: 8; position: absolute; visibility: visible; }