/*
Theme Name: YourJob
Theme URI: http://www.marcosuarez.com
Description: Template created for Ambassador International
Version: 1.0
Author: Marco Suarez
Author URI: http://www.marcosuarez.com
Tags: simple
*/

body {
padding:0px;
margin:0px;
background-image:url(images/bkgd_tile_07.png);
background-repeat:repeat-x;
background-color:#000000;
height: 100%;
width: 100%;
}

* {
padding: 0;
}

#header {
background-image:url(images/header.jpg);
background-repeat:repeat-x;
background-position:top center;
height:165px;
}

#fader {
float: right;
height: 110px;
width: 100px;
margin-top: -20px;
background-color: #992b1a;
text-align: center;
}

#container {
width:929px;
margin-left:auto;
margin-right:auto;
position: relative;
}

#left, #left_b {
width:261px;
float:left;
height: 100%;
}

.ambassador {
vertical-align:bottom;
position: relative;
bottom: 0px;
}

#right {
width:668px;
float:right;
height:165px;
background-repeat:no-repeat;
background-image:url(images/title_05.png);
}

#sidebar {
width:205px;
float:right;
height: 100%;
min-height: 500px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #484848;
line-height:18px;
position: relative;
}

#sidebar p {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #484848;
line-height:18px;
padding-left: 7px;
padding-right: 7px;
}

#sidebar a, #right_body a {
color: #872A18;
}

#sidebar a:hover, #right_body a:hover {
text-decoration: none;
}

#nav {
width:653px;
height:50px;
margin-top:20px;
padding-left:15px;
}

#nav ul {
list-style: none;
}

#nav li {
 list-style-type: none;
 display: inline;
}

#nav ul li a {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight:normal;
color: #484848;
text-decoration:none;
padding-left:8px;
padding-right:8px;
}


#nav ul li a:hover {
text-decoration:underline;
}

.clear {
clear: both;
}

#content {
background-image:url(images/body_tile_20.png);
background-repeat:repeat-y;
font-family:Geneva, Arial, Helvetica, sans-serif;
width:929px;
clear:both;
height: 100%;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}

#right_body {
width:423px;
float:left;
padding-left:20px;
padding-top:20px;
padding-right:20px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #484848;
line-height:22px;
height: 100%;
}

h5 {
visibility: hidden;
margin-top: 0px;
}

h2, h2 a {
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
font-size:32px;
font-weight:normal;
text-decoration: none;
line-height: 34px;
}

#sidebar h3 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#000000;
font-size:22px;
font-weight:normal;
text-decoration: none;
padding-left: 7px;
padding-right: 7px;
}

#sidebar h4 {
font-size: 14px;
padding-left: 7px;
padding-right: 7px;
font-weight:normal;
}

h3 {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:normal;

}

#sidebar h2 {
visibility: hidden;
margin: -15px;
}

#sidebar ul {
margin-left: 10px;
margin-right:5px;
}


/* */

img { 
border: none; 
}


/* Menu */

.tags {
font-size: 10px;
}

.tags a{
color: #81b65a;
}

hr {
border-top: 1px dashed #b9b9b9;
height: 1px;
width:100%;
border-bottom:none;
}

#commentsq a, #commentsq a.hover {
font-family:Georgia, "Times New Roman", Times, serif;
font-style: italic;
color:#FFFFFF;
font-size:14px;
}


/* Search */

#search {
	width: 183px;
	height: 76px;
	background-image: url("http://www.indiesc.com/wp-content/themes/indiesc/images/search_10.png");
	padding-top:50px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:80px;
	margin-bottom:20px;
}

#search_input {
	background-image: url("http://www.indiesc.com/wp-content/themes/indiesc/images/find_11.png");
	width:74px;
	height:38px;
	margin-top:10px;
	}
	
#s {
width: 150px;
margin-bottom: 5px;
}


blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
}

#spacer {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
    }

#comments_left {
float: left;
width:150px;
}

.commentlist {
list-style: none;
} 

#comments_right {
float: right;
width:350px;
}    
    
#spacer h3 {
font-family:Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 16px;
font-weight: normal;
margin-bottom:-15px;
}    

#negative {
margin-top: -60px;
}
    
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */