/*
Theme Name: Survivor
Theme URI: 
Version: 1.0
Description: Custom theme for Survivor Resources
Author: Mojo Solo
Author URI: http://www.mojosolo.com/
*/

* {
	margin:0; padding: 0;
	font:1em 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
}

/* ---------------------------------
- GENERAL
--------------------------------- */

body {
	font-size:0.625em;
	_font-size:10px;
	text-align:center;
	background: #529bc9;
	color: #000000;
}

hr {
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1.7em;
	font-weight:normal;
}

a {
	color:#762d86;
}

a:hover {
	border:none;
	color:#ac5bbe;
}

a img {
	border:none;
}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

.tagline {
	font-size: 10px; 
	font-family: Zapfino;
}

.skipnav {
	position:absolute;
	top:-999px; left:-999px;
}

.i_left {
	float:left;
	margin:0 8px 8px 0;
	padding:4px;
	border:1px solid #eef;
}

.i_right {
	float:right;
	margin:0 0 8px 8px;
	padding:4px;
	border:1px solid #eef;
}

/*table, tr, td, th {
	margin:auto; padding:auto; border:auto;
}

td, th {
	padding:8px;
	vertical-align:top;
}

th {
	font-weight:bold;
	background:#eef;
}

td {
	border:1px solid #dde;
}*/

code, pre {
	font-family:monospace;
	font-size:1.3em;
	display:block;
	padding:10px;
	background:#eef;
}

.wp-smiley {
	vertical-align:-30%;
}

/* ------
- FORMS -
------ */

input, textarea {
	padding:2px;
	border-width:1px;
}

input:focus, textarea:focus, .passwordPost label input:focus {
	background:#ffc;
}

#sidebar input, #sidebar textarea {
	color:#000000;	
	width:110px;
}

.button, .passwordPost input {
	background:#024;
	border-color:#357 #002 #002 #357;
	color:#fff;
	padding:0; margin:0;
}

.passwordPost label input {
	background:#fff;
	border:1px solid #99c;
	border-color:#99c #eef #eef #99c;
	padding:2px;
}

input:hover, textarea:hover {
	background:#ffc;
	cursor:text;
}

.button:hover, .passwordPost input:hover {
	background:#246;
	cursor:pointer;
}

.passwordPost label input:hover {
	background:#ffc;
	cursor:text;
}

label:hover {
	cursor:pointer;
	color:#68f;
}

/* -------------
- PAGE LAYOUT -
------------- */

#wrapper {
	width:730px;
	margin:10px auto;
	padding:0;
	overflow:hidden;
	background: #fff;
	text-align:left;
	background:url(/images/bg_1.jpg) no-repeat #fff;
}



/* -------
- HEADER -
------- */

#header {
	display:block;
	height:120px;
	color:#fff;
	position:relative;
	margin:0px auto 0 auto;
	text-align:left;
	border-bottom:5px solid #00b1dc;
}

#header p {
	padding:43px 0px 0px 49px;
	font-size: 13px;
	font-weight: bold;
	color: #529bc9;
}


/* -------------
- MAIN CONTENT -
------------- */

#content {
/*	clear: both;*/
	width: 500px;
	float: left;
	font-size: 1.2em;
	margin-top: 50px;
	margin-left: 41px;
	margin-bottom: 20px;
	margin-right: 15px;
}

#rightcolumn {
	padding-bottom: 20px;
	padding-left: 10px;
	margin-top: 0px;
	float: right;
	width: 160px;
	background:#e3f4fb;
	}
	
#rightcolumn h2 {
	display: block;
	color:#0089a7;
	clear:both;
	font-size: 1.4em;
	margin-bottom: 10px;
	margin-top: 20px;	
}

.leftAlign #content {
	float:right;
	border-right:12px solid #fff;
	border-bottom:20px solid #fff
}

#content p {
	margin: 0px 0px 10px 0px;
	line-height:1.5em;
}

#content h2 {
	font-size:1.6em;
	border-left: 30px #6d1f7e solid;
	padding-left: 10px;
	margin: 0px 0px 20px -40px;
}

#content h3 {
	color:#0089a7;
	font-size: 1.2em;
	margin-top: 20px;	
	margin-bottom: 5px;
}


#content ol, #content ul, #content dl {
	padding:0 0 0 40px;
	margin:5px 0 5px 0;
}

#content dt {
	font-weight:bold;
}

#content blockquote {
	margin:20px;
	padding:1px 10px 1px 45px;
}

#content .info {
	color:#99c;
	font-size:1em;
	border-top:1px dotted #99c;
	font-style:normal;
	display:block;
	padding:4px 0;
}

#content .info a {
	color:#99c;
}

#content pre {
	background:#eef;
	padding:20px;
}

.widgets {
	clear:both;
	background:#eef;
	padding:8px 4px !important;
	list-style-type:none;
	overflow:hidden;
	border-left: 4px solid #fc0;
	margin:0 0 4px 0 !important;
	_height:1%;
	
	border:none;
	background:none;
	margin:0 !important;
	padding:4px 0 !important;
}

.widgets a {
	color:#99c;
	border:none;
}

.widgets .read {
	padding-left:16px;
	background: url(/images/post_read.gif ) no-repeat left center;
}

.widgets .comments {
	padding-left:16px;
	background: url(/images/post_comment.gif ) no-repeat left center;
}

.widgets a:hover {
	color:#68f;
}

.widgets li {
	float:left;
	padding:2px 8px;
	color:#eef;
	border-right:1px dotted #99c;
}

#post_information {
	clear:both;
	margin:0 !important;
	display:block;
	padding:4px !important;
	background:#eef;
	overflow:hidden;
	color:#99c;
	border-bottom:4px solid #fff;
	_height:1%;
}

#post_information a {
	color:#99c;
}

#post_information li {
	display:inline;
	float:left;
	padding:0 4px;
}

#comments {
	clear:both;
	background:#eef;
	padding:15px;
}

#comments h2 {
	margin:0;
}

#comments dl {
	margin:0; padding:0;
}

#comments dt {
	padding:8px 0 0 0;
	font-size:1.2em;
	font-weight:normal;
	border-top:1px dotted #99c;
	color:#333;
}

#comments dt a {
	font-weight:bold;
}

#comments dt img {
	border:2px solid #fff;
	float:right;
	display:block;
	width:30px; height:30px;
	background: url(/images/gravatar.gif );
}

#comments dt.highlighted {
	padding:8px;
	background:#fc0;
	border:4px solid #fff;
}

#comments dd.highlighted {
	background:#fff;
	padding:2px 8px;
}

#comments h3, #postComment h3 {
	padding:0; margin:0 0 15px 0;
}

#postComment {
	background:#ddd;
	padding:15px;
}

#postComment label {
	width:120px;
	display:block;
	float:left;
	clear:both;
	margin:5px 0 0 0;
}

#postComment input, #postComment textarea {
	margin:5px 0 0 0;
	width:420px;
}

#postComment textarea {
	height:160px;
}

#postComment .button {
	padding:5px;
	clear:both;
	width:100px;
	margin:10px 0 0 0;
}

/* --------
- SIDEBAR -
-------- */

#sidebar {
	width:230px;
	display: block;
	height: 100px;
	float:right;
	color:#fff;
	border-right:12px solid #fff;
}

.leftAlign #sidebar {
	border-left:12px solid #fff;
	border-right:none;
	float:left;
}

#sidebar h2 {
	clear:both;
	padding:16px 0 4px 0;
	font-size:1.4em;
}

#sidebar .col {
	width:100px;
	margin:0 10px 0 0;
	float:left;
}

#sidebar a {
	display:block;
	padding:3px;
	border:none;
	color:#888;
}

#sidebar a:hover {
	color:#68f;
}

#sidebar p {
	font-size:1.2em;
	margin:6px 0;
}

#sidebar ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#sidebar li {
	_border:1px solid #fff;
	clear:both;
}
#sidebar ul ul {
	margin:0 0 0 16px;
	list-style-type:square;
}

#sidebar ul ul ul {
	list-style-type:none;
}

#sidebar #blogroll {
	list-style-type:none;
	margin:0; padding:0;
}

#sidebar #blogroll li {
	border-color:#fff;
	margin:0 0 0 0;
}

#sidebar #blogroll ul li {
	list-style-type:square;
	border-bottom:1px dotted #ddd;
}

#sidebar #about *, #sidebar .widget_text * {
	color:#666;
}

#sidebar #about, #sidebar .widget_text {
	border:5px solid #eef;
	padding:10px;
	color:#666;
}

#sidebar .widget_text {
	margin:10px 0;
}

#sidebar #about h2, #sidebar .widget_text h2 {
	padding:0; margin:0;
}

#sidebar #about a {
	display:inline;
	color:#68f;
	text-decoration:underline;
}

#sidebar form .button {
	width:40px;
}

#sidebar #search {
	border:none;
	padding:15px;
	height: 35px;
	background:#00b1dc;
	margin:0 0 8px 0;
}

#sidebar #search p {
	font-size:1em;
	margin:0; padding:0;
}

#sidebar #subpages {
	list-style-type:none;
	margin:16px 0 0 0;
	border:5px solid #eef;
}

#sidebar #subpages a {
	border:none;
	display:block;
	font-size:1.2em;
	padding:8px;
}

#sidebar #subpages h2 {
	padding:8px; margin:0;
	color:#666;
	background:#00b1dc;
}

#search label {
	color:#333;
	margin:0 5px 0 0;
}

ul#feeds {
	clear:both;
	list-style-type:none;
	padding:8px;
	background:#eef;
	overflow:hidden;
	border-top:16px solid #fff;
	height:30px;
	margin:0;
}

#feeds li {
	float:left;
	border:none;
	margin:0;
	clear:none;
}

#feeds h3 {
	font-size:1em;
	padding:4px;
	margin:3px;
}

#mainimage {
	float: right;
	margin: -20px 12px 10px 0px;
	
	}

#feeds a {
	display:block;
	padding:4px 4px 4px 24px;
	margin:3px;
	color:#99c;
	background: url(/images/bg_feed.gif ) 3px center no-repeat;
}

#feeds a:hover {
	background-color:#fff;
}


/* -------
- FOOTER -
------- */

#footer {
	display: block;
	padding: 10px 0 0px 42px;
	color:#0089a7;
	clear:both;
	background:#e3f4fb;
	height: 30px;
	list-style-type:none;
	_height:1%;
}

#footer li {
	float:left;
	padding:0 8px;
}

#footer li a {
	color:#fff;
	border-color:#99c;
}

/* ---------------------
-- Wordpress calendar --
--------------------- */

#wp-cal-container {
	border:5px solid #eef;
	margin:12px 0 0 0;
}

#wp-calendar {
	width:220px;
	text-align:center;
	border-collapse: collapse;
}

#wp-calendar caption, #wp-calendar th {
	background:#eef;
	color:#666;
	padding:4px;
}

#wp-calendar td {
	padding:1px;
	border:none;
}

#wp-calendar caption {
	font-weight:bold;
	background:#00b1dc;
}

#wp-calendar #today {
	background:#00b1dc;
	font-weight:bold;
	color:#666;
}

#wp-calendar a {
	color:#666;
	text-decoration:underline;
}




/* Pages Nav */
#pages_nav {
    margin-top: 30px;   
					list-style-type: none; 
}

#pages_nav ul {
    padding:0px;
    font-size:1.25em;
		width: 660px;
		list-style-type: none:
}

#pages_nav ul.level1 {
		margin-left:40px;
}	
#pages_nav ul.level2 {
		padding-top: 5px;
		padding-left: 40px;
		margin-left:0px;
}

#pages_nav ul.level1 li {
		background:#5497CE url(/images/bg_nav.gif) repeat-x;
		display: block;
		float: left;
		height: 26px;
		margin-right: 4px;
}

#pages_nav ul.level2 {
    clear: both;
		display: block;
		width: 660px;
		
}

#pages_nav ul.level2 li {
    background:#e3f4fb;
		display: block;
		float: left;
		height: 30px;
}

#pages_nav ul.children {
	
	
}

#pages_nav li {
        margin: 0px;
        padding:3px 5px 2px 5px;
        display: block;
		float: left;
		text-decoration: none;
					list-style-type: none;
}
#pages_nav ul.level1 a{
        color:white;
        font-weight: bold;
		display: block;
		padding: 5px;
		text-decoration: none;
		list-style-type: none;
}
#pages_nav ul.level2 a{
        color:#0089a7;
        font-weight: bold;
		display: block;
		padding: 5px;
		text-decoration: none;
		list-style-type: none;
}

#pages_nav ul.level1 li.current {
        background:#5497CE url(/images/bg_nav_selected.gif) repeat-x;
							list-style-type: none;
}
#pages_nav ul.level2 li.current {
        background:#ffffff;
		color: #6d1f7e;
			text-decoration: none;
						list-style-type: none;
}




