/*
Theme Name: Tango Me Home
Theme URI: http://tangomehome.com/
Description: Custom theme designed for Tango Me Home website
Version: 1.0
Author: Hayley Downs
*/

body {
	background-color: #7e0202;
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 14px;
	line-height: 20px;
	background-image: url(images/bg.jpg);
}
img {
	border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.6em;
	border-bottom: 1px solid #eee;
	
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
a {
	color: #7f0303;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: black;
	border: none;
	padding: 0px;
}
#outerContainer {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/ds_bg.gif);
	background-repeat: repeat-y;
}
#header {
	cursor: pointer;
	height: 193px;
	width: 1008px;
	background-image: url(images/header.jpg);
	border-bottom: 1px solid white;
	margin: 0px;
	padding: 0px;
}
#nav {
	height: 57px;
	width: 1008px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#main {
	width: 100%;
	margin: 0px;
	padding: 0px;
	
	background-color: white;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat;
}
#main_internal {
	background-image: url(images/main_bg_tall.jpg);
	background-repeat: no-repeat;
}
#content {
	float: left;
	width: 700px;
	padding: 25px;
	margin: 0px;
}
#sidebar {
	float: left;
	width: 207px;
	margin: 0px;
	padding: 25px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	margin: 0 0 0px 0;
	padding: 0;
	
}
/* Sidebar Widget Styles */

h2.widgettitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	color: white;
	background-color: #d99200;
	padding: 4px 10px 4px 10px;
	border: 2px solid black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	/*display: none;*/
}
#sidebar ul.blogroll li {
	list-style-position: outside;
	list-style-type: square;
	line-height: 12px;
	margin: 0 25px 5px 25px;
	padding 0 0 0 0;
	font-size: 12px;
	color: black;
}
#sidebar ul.blogroll li a {
color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
li.widget_text h2.widgettitle {
	display: none;
}

/* End of Sidebar Widget Style */

#footer {
	clear: both;
	padding: 25px;
	background-color: #fafaf2;
	border-top: 1px solid #494949;
	font-size: 0.8em;
}
.clearall {
	clear: both;
}
/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.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;
}
/* End captions */

/* 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 */


.postmetadata {
	background-color: #e2e2e2;
	font-size: .8em;
	padding: 10px;
}
