/*
Theme Name: The Slingshot
Theme URI: http://wordpressthemes.oscaralcala.com/theslingshot
Description: The Slingshot is a fun and strong Wordpress theme
Version: 1.0
Author: Oscar Alcala
Author URI: http://oscaralcala.com/
Tags: fixed width, two columns, widgets, jeans, orange, blue

	Theme made for sale exclusively on Theme Forest
	http://www.themeforest.com

*/

/**************************************************************
				BACKGROUND AND MAIN STRUCTURE
**************************************************************/

body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica", "Arial", "Sans-Serif";
	font-size: 12px;
	color: #e1e0d2;
	text-align: center;
	background-image: url('images/bg_tile.jpg');
	background-repeat: repeat-x;
	background-color: #15475e;
}

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	/*background-image: url('images/bg.png');*/
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapper {
	width: 960px;
	margin: 45px auto 0 auto;
	text-align: left;
}

/**************************************************************
						GENERAL STYLES
**************************************************************/

a {
	color: #eedfd0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#content ul li, .widget li {
	background-image: url('images/bullet1.png');
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 15px;
	margin-bottom: 8px;
}

#content ol li {
	margin-left: 17px;
	margin-bottom: 8px;
}

p, li {
	line-height: 17px;
}

.widget blockquote, .entry blockquote, cite {
	color: #aeada4;
	background-repeat: no-repeat;
	font-family: "Georgia", "Times New Roman" "Serif";
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

cite {
	display: block;
	width: 100%;
	text-align: right;
	margin: 15px 0 16px 0;
}

blockquote p {
	line-height: 22px;
}

.entry p, .widget_content p, #content ol, #content ul, #content blockquote {
	margin-bottom: 16px;
}

/**************************************************************
							HEADER
**************************************************************/

#header {
	width: 960px;
	height: 100px;
	margin: 0 auto;
}

/* LOGO */

#logo {
	width: 320px;
	float: left;
	position: relative;
	margin: 7px 0 0 22px;
	_display: inline;
}

#logo a {
	display: block;
	width: 294px;
	height: 89px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/logo.png');
	margin: 0 auto;
}

/**************************************************************
							MENU
**************************************************************/

#menu {
	width: 600px;
	height: 21px;
	display: block;
	float: right;
	text-align: right;
	clear: right;
	margin: 18px 0 0 0;
	_display: inline;
}

#menu ul {
	width: auto;
	height: 21px;
	display: block;
	margin: 0;
	float: right;
}

#menu ul li {
	float: left;
	display: inline;
	margin-right: 20px;
	_display: inline;
}

#menu ul li a {
	display: block;
	height: 21px;
	line-height: 21px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	_display: inline;
}

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

/**************************************************************
						SEARCH FORM
**************************************************************/

#searchform {
	display: block;
	width: 300px;
	margin: 8px 0 0 0;
	float: right;
	position: relative;
}

#s {
	display: block;
	width: 202px;
	height: 24px;
	background-image: url('images/search_input.png');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	padding: 1px 4px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 16px;
	line-height: 16px;
	color: #d8abab;
	float: left;
	margin: 0 0 0 4px;
}

#searchsubmit {
	display: block;
	width: 81px;
	height: 29px;
	text-decoration: none;
	background-color: transparent;
	text-indent: -9999px;
	font-size: 0.1px;
	background-image: url('images/search_button.png');
	float: left;
	border: 0;
	margin: 0;
}

/**************************************************************
							SIDEBAR
**************************************************************/

#sidebar {
	width: 340px;
	float: right;
	display: block;
	_display: inline;
}

#sidebar .widget {
	display: block;
	margin: 0 auto 10px auto;
	width: 328px;
	list-style-type: none;
	background-image: none;
}

#sidebar .widget_content {
	width: 300px;
	border: 2px Solid #00141a;
	margin: 0 auto;
	background-color: #002835;
	background-image: url('images/sidebox_bg.jpg');
	background-repeat: no-repeat;
	padding: 12px;
	_position: relative;
	_top: -6px;
}

#sidebar .widget_title {
	font-family: "Helvetica", "Trebuchet MS", "Arial", "Sans-serif";
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	width: 292px;
	height: 15px;
	background-image: url('images/sidebox_header.jpg');
	background-repeat: no-repeat;
	padding: 10px 18px;
	margin: 0;
}

#sidebar hr {
	display: none;
	margin: 0;
	padding: 0;
}

/* Gallery */

.sidebar-gallery {
	width: 100%;
	text-align: center;
	position: relative;
	left: 4px;
}

.sidebar-gallery img {
	border: 1px solid #6c8289;
	padding: 2px;
	margin: 0 9px 6px 0;
}

/**************************************************************
							CONTENT
**************************************************************/

#content {
	width: 600px;
	float: right;
	display: block;
	position: relative;
	top: -6px;
	*top: -18px;
	_top: -18px;
	_diplay: inline;
}

.post, .page {
	width: 560px;
	margin: 0 auto 30px auto;
	_margin-bottom: 10px;
}

.date {
	display: block;
	float: left;
	width: 58px;
	height: 66px;
	background-image: url('images/date.png');
	background-repeat: no-repeat;
	margin: 4px 5px 0 0;
	_display: inline;
}

.month {
	width: 51px;
	height: 16px;
	display: block;
	text-align: center;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
}

.day {
	display: block;
	width: 51px;
	height: 28px;
	line-height: 28px;
	color: #5e8ea7;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: center;
}

.year {
	color: #767676;
	display: block;
	width: 51px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	letter-spacing: -1px;
}

.top {
	float: left;
	width: 497px;
	_display: inline;
}

.title, .title a {
	font-size: 26px;
	letter-spacing: -1px;
	color: #c7d9e2;
	line-height: 32px;
	margin: 0;
	_display: inline;
	_font-size: 25px;
}

.title a:hover {
	color: #fff;
	text-decoration: none;
}

.meta {
	font-size: 13px;
	margin-top: 8px;
	display: block;
}

.meta, .meta a {
	color: #e0cbb4;
	font-weight: bold;
}

.meta a {
	border-bottom: 1px Dotted #e0cbb4;
}

.meta a:hover {
	color: #fff;
}

.icon {
	background-color: transparent;
	border: 0;
	padding-left: 20px;
	height: 21px; 
	display: block;
	background-repeat: no-repeat;
	line-height: 21px;
	float: left;
	_display: inline;
}

.tag {
	background-image: url('images/icon_tag.png');
	margin-left: 15px;
	background-position: 0 4px;
}

.author {
	background-image: url('images/icon_cup.png');
	background-position: 0 2px;
}

.entry {
	background-image: url('images/hr.png');
	background-repeat: repeat-x;
	padding-top: 15px;
	margin-top: 5px;
	_border-top: 1px Solid #9e9784;
}

.entry a {
	color: #eef369;
	text-decoration: none;
}

.entry a:hover {
	text-decoration: underline;
}

.thumbnail {
	border: 2px solid #6c8289;
	padding: 2px;
}

.post_links {
	display: block;
	clear: both;
	margin-top: 10px;
	width: 100%;
}

.post_links a:hover {
	text-decoration: none;
	color: #eef369;
}

.post-edit-link {
	float: left;
}

.post-more-link {
	float: right;
	margin-right: 10px;
	color: #c7d9e2;
	font-weight: bold;
	font-size: 13px;
}

.navigation a {
	color: #e0cbb4;
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
	border-bottom: 1px Dotted #e0cbb4;
}

.navigation a:hover {
	color: #c7d9e2;
	border-bottom: 1px Dotted #c7d9e2;
	text-decoration: none;
}

.nextpage {
	position: relative;
	left: -28px;
}

.previouspage {
	position: relative;
	left: 21px;
}

/**************************************************************
							FOOTER
**************************************************************/

#footer_wrapper {
	width: 100%;
	background-image: url('images/footer_tile.jpg');
	background-repeat: repeat-x;
	text-align: center;
}

#footer {
	width: 940px;
	height: 303px;
	margin: 0 auto;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0 32px;
	font-size: 11px;
}

#footer .widget {
	display: block;
	width: 280px;
	height: 145px;
	float: left;
	text-align: left;
	margin: 160px 10px 0 20px;
	_margin: 160px 10px 0 5px;
}

#footer .widget_title {
	color: #f1daa9;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 17px;
	margin-bottom: 7px;
}

#footer hr {
	display: none;
}

#footer .widget_content {
	width: 266px;
	padding: 7px 0;
	background-image: url('images/hr_footer.png');
	background-repeat: repeat-x;
	_background: none;
	_border-top: 1px Solid #9e9784;
	margin: 0;
}

#footer ul li {
	background-image: url('images/bullet2.png');
	margin-bottom: 4px;
}

#footer .widget ul {
	_list-style-type: circle;
	_position: relative;
	_top: -5px;
}

#footer .widget ul, #footer .widget p {
	margin-top: 0;
}


/**************************************************************
						    COMMENTS
**************************************************************/

#comments hr, #reply hr {
	display: none;
}

#comments h3, #reply h3 {
	display: block;
	width: 531px;
	height: 15px;
	background-image: url('images/content_header.jpg');
	background-repeat: no-repeat;
	padding: 10px 16px;
	font-size: 16px;
	font-weight: bold;
	color: #d4e0e5;
}

#comments_list {
	width: 549px;
	border: 2px Solid #00141a;
	border-top: 0 !important;
	margin: 0 auto;
	background-color: #002735;
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-x;
}

#comments_list {
	list-style: none;
	margin: 0;
	position: relative;
	top: -1px;
	padding: 15px 0;
	_position: relative;
	_top: -16px;
}

#comments_list li {
	/*width: 513px;*/
	display: block;
	margin: 0;
	padding: 0;
}

.comment img {
	display: block;
	border: 1px solid #6c8289;
	padding: 2px;
	float: left;
}

.comment_entry {
	display: block;
	width: 450px;
	float: left;
	margin-left: 15px;
	color: #cbdfe7;
}

.comment cite {
	display: inline;
	font-style: normal;
}

.comment_meta, .comment cite {
	color: #eff1d5;
	font-size: 12px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-weight: bold;
}

.comment_meta {
	display: block;
}

.comment-reply-link {
	color: #c7d9e2;
}

.children {
	margin-bottom: 0 !important;
}

.children li {
	margin: 8px 0 0 47px !important;
	background-image: none !important;
}

.children .comment_entry {
	width: 388px;
}

/*REPLY*/

#reply {
	width: 551px;
	color: #cbdfe7;
}

#respond {
	width: 529px;
	border: 2px Solid #00141a;
	border-top: 0 !important;
	margin: 0;
	background-color: #002735;
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-x;
	position: relative;
	top: -2px;
	padding: 10px;
	_position: relative;
	_top: -16px;
}

#respond form {
	margin-left: 60px;
}

#respond label {
	color: #f3f0e1;
	font-size: 14px;
	display: block;
	margin: 13px 0 4px 0;
}

.inputtext {
	display: block;
	width: 382px;
	height: 13px;
	background-image: url('images/comments_input.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	padding: 6px 4px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 15px;
	line-height: 21px;
	color: #cfdfe7;
	border: 1px solid #1b4f69;
}

.inputarea {
	display: block;
	width: 383px;
	height: 138px;
	background-image: url('images/comments_textarea.jpg');
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	padding: 2px 4px;
	font-family: "Helvetica", "Arial", "Verdana", "Sans-Serif";
	font-size: 15px;
	line-height: 25px;
	color: #cfdfe7;
	border: 1px solid #1b4f69;
}

#submit {
	display: block;
	width: 81px;
	height: 30px;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 0.1px;
	background: transparent;
	background-image: url('images/comments_submit.png');
	margin: 10px 0 10px 318px;
	border: 0;
}

/**************************************************************
							STYLING
**************************************************************/

.alignleft {
	float: left;
	margin: 3px 10px 6px 0;
}

.withborder {
	border: 2px solid #6c8289;
	padding: 2px;
}

.alignright {
	float: right;
	margin: 3px 0 6px 10px;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 15px auto;
}


/**************************************************************
							HELPERS
**************************************************************/

.warning {
	color: #de5858 !important;
}

.success {
	color: #c3e999 !important;
}

.clearer {
	width: 1px;
	height: 1px;
	clear: both;
	visibility: hidden;
	margin: 0;
}