/*
Theme Name: Montoya
Theme URI: http://www.tomorrows-laundry.com
Description: This is a blank Wordpress theme with a fixed width, laid out in 2 columns with the menu on the right
Author: Will Healey
Author URI: http://www.tomorrows-laundry.com

/*-----------CSS RESET-------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*-----------Block Level Elements--------------*/

body {
	background:#7d513f;
	background-image:url('http://www.vicsage.com/reneemontoya/montoyabodybg.png');
	color: #333333;
	font-family: verdana, arial, san-serif;
	font-size: 12px;
}

a {
	color:#ab2005;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
a:visited {
	color:#b4663c;
	}

#page {
	width: 780px;
	margin: 0 auto;
	background:#FFF;
	background-image: url("http://www.vicsage.com/wp/wp-content/themes/wp-question/images/bordertop.gif");
	background-repeat: repeat-x;
	padding-top:10px;
}

#header {
	width: 100%;
	background:#FFF;
	color:#FFF;
	border-bottom:1px solid #CCC;
	background-image: url("http://www.vicsage.com/wp/wp-content/themes/wp-question/images/gridlines.jpg");
}

#headerimg {
	border-top:1px solid #c0c0c0;
	padding-top:5px;
}

.description {

}

#wrapper {
	width: 100%;
	padding-bottom:15px;
	line-height: 20px;
}

#content {
	float: left;
	width: 550px;
	padding-top:10px;
}

#sidebar {
	width: 209px;
	margin-left: 570px;
	border-left:1px solid #CCC;
	padding-bottom:30px;
	background-image: url("http://www.vicsage.com/wp/wp-content/themes/wp-question/images/gridlines.jpg");
}

#footer {
	width: 100%;
	clear: both;
	background:#000;
	margin:0;
	padding:15px 0 0 0;
	color:#FFF;
}

strong {
	font-weight:bold;
	}
	
em {
	font-style:italic;
	}

/*-------------Headings-------------*/

#header h1 {
    padding: 50px 0 0 0;
    overflow: hidden;
    background-image: url("http://www.vicsage.com/reneemontoya/header.gif");
    background-repeat: no-repeat;
    
    height: 0px !important;
    height /**/:50px;
    margin:0 10px 5px 10px;
}

#header a {
	text-decoration:none;
	}

h1 {
}

h2 {
}



h4 {

}

h5 {

}

/*-------------Header List-------------*/

#navcontainer ul
{
padding: 5px 0 5px 0;
margin: 5px 0;
list-style-type: none;
background-color: #741708;
color: #FFF;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 11px;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
background-color: #741708;
color: #FFF;
padding: .2em 1em;
border-right: 1px solid #FFF;
}

#navcontainer ul li a:hover
{
background-color: #fff;
color: #ab2005;
}


/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

	}

.post h2 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	color:#000;
	font-size:28px;
	margin:5px 0 0 0;
	font-weight:bold;
	line-height:28px;
	text-transform:uppercase;
}

.post h3 {
	font-family:arial, sans-serif;
	font-size:15px;
	border-bottom:1px solid #e9b89d;
	color:#ab2005;
	margin:0 10px 3px 0;
	text-transform:uppercase;
	font-weight:bold;
	line-height:18px;
}

.post h5 {
	font-family:arial, sans-serif;
	font-size:15px;
	border-bottom:1px solid #000;
	color:#000;
	margin:0 10px 3px 0;
	text-transform:uppercase;
	font-weight:bold;
	line-height:18px;
}

.post {
	margin:0 0 0 15px;
	width: 549px;
}

.post p {
	padding: 0px 0px 10px 0px;
	margin:5px 10px 0 0;
	line-height: 20px;
}

.post a {

}

.post ul {
	margin-left:20px;
	margin-bottom:10px;
	list-style-type: disc;
}

.post li {

}

.entry {
	margin-top:10px;
}

.entrytext .postmetadata {
background-color:#FFF;
color:#000;
border-top:1px dashed #CCC;
border-bottom:1px solid #CCC;
padding:5px;
margin:10px 0 30px 0;
font-size:10px;
}

.commentedit {
	font-size: 11px;
	color: #000;
	margin: 0px 10px 20px 0;
	padding: 10px;
	border-top: 1px dashed #8cc3dc;
	border-bottom: 1px solid #8cc3dc;
	line-height: 10px;
	clear:left;
	}

.commentedit a {
	color:#0e6188;
	text-decoration:none;
	}

.postmetadata {
	clear:left;
	}

.postmetadata alt {
	clear:left;
	}

.postmetadata a {

}

.navigation {

}

.alignleft {
	margin:0 15px;
	font-size:15px;
	
}

.alignright {
	text-align:right;
	margin:0;
	font-size:15px;
}

.center {
	margin:0 15px 15px;
	color:#154086;
	font-size:14px;
}

.pagetitle {
	margin:0 15px 15px;
	color:#154086;
	font-size:14px;
}

blockquote {
 	font-style:italic;
	margin: 0px 10px;
	padding:10px 25px 5px 35px;
	background: url('http://www.vicsage.com/wp/wp-content/themes/wp-question/images/quote.png') no-repeat 10px 5px;
}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
margin:10px;
}

#sidebar ul h2 {
border-top:1px double #CCC;
border-bottom:1px double #CCC;
padding:5px;
font-weight:bold;
background:#741708;
color:#FFF;
width:100%;
}

#sidebar ul li {
width:175px;
line-height:15px;
font-size:12px;
margin-bottom:5px;
}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {
color:#ab2005;
}
#sidebar a:hover {
}

#sidebar a:visited {
color:#ab2005;
}

/*--------------Comments--------------*/

#commentsection {
	margin:50px 0 0 15px;
	}

#comments, #respond {
	margin:15px 0 10px 0;
	}
	
#comments {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	color:#000;
	font-size:13px;
	border:0;
	text-transform:none;
	font-weight:none;
	}

ol.commentlist {
	margin-left:15px;
}

ol.commentlist li {

}

ol.commentlist li.alt {
	padding:10px 0;
}

ol.commentlist a {

}

small.commentmetadata a{
	font-size:10px;
	color:#9cabbc;
}

.commenttext {
	margin-top:15px;
	font-size:12px;
	border-bottom:1px dashed #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
	}

#commentform #comment{
	margin:15px 0 5px 0;
	width:530px;
	border:1px solid #CCC;
	font-family:tahoma, verdana, sans-serif;
	padding:5px;
	}
	
#commentform #submit
	{
	height:15px;
	background:#FFF;
	color:#ab2005;
	font-family:tahoma, verdana, sans-serif;
	font-size:14px;
	margin:0 10px 30px 3px;
	padding:0;
	border:0px;
	}
	
#author	{
	margin-bottom:7px;
	}
	
#email	{
	margin-bottom:7px;
	}


/*--------------Search Form-------------*/

#header #searchform {
float:right;
margin-top:10px;
}


#searchform #s {
	width:200px;
	height:15px;
	background:#FFF;
	border:1px solid #000;
	font-size:10px;
	color:#000;
	font-family:tahoma, verdana, sans-serif;
	text-indent:5px;
	margin:0;
	padding:0;
	display:inline;
}

#searchsubmit {
	height:15px;
	background-color:transparent;
	color:#ab2005;
	font-family:tahoma, verdana, sans-serif;
	font-size:10px;
	margin:0 10px 0 3px;
	padding:0;
	display:inline;
	border:0px;
	}
	
#searchsubmit:hover {
	color:#000;
	}

#content #searchform {
	margin-left:15px;
	}

/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Footer------------------*/

#footer p {
	margin:0 10px 10px 10px;
	padding:10px;}
	
.copyright {
	font-size:10px;
	}

/*-------------Images------------------*/

#toppic {
    display: block;
    margin-left: auto;
    margin-right: auto
    }

.post img {
	border:1px solid #000;
	margin:5px 15px 5px 0;
	}
	
img.alignleft {
   padding: 4px; margin: 7px 10px 10px 0; display: inline; float: left;}
	
/*-------------Front Page------------------*/

#topfeatured {
	width:780px;
	margin:0;
	}

#leftfeatured {
	width:505px;
	float:left;
	padding:0 25px 0 0;
	text-align:left;
	border-right:1px solid #CCC;
	}
	
#leftfeatured p {
	margin:5px 0 0 15px;
	}
	
.frontpageitem {
	margin:15px 0 5px 15px;
	padding-top:10px;
	border-top:1px dotted #CCC;
	}

.frontpageitem p {
	padding-left:10px;
	padding-bottom:5px;
	padding-top:0;
	margin-top:0;
	min-height:100px;
	}

.frontpageitem h3 {
	font-family:arial, sans-serif;
	font-size:13px;
	color:#154086;
	margin:0 0 5px 0;
	padding:0;
	text-transform:uppercase;
	line-height:15px;
	}

.frontpageitem img {
	float:left;
	border:1px solid #000;
	margin-right:10px;
	}

#rightfeatured {
	float:right;
	text-align:left;
	width:225px;
	margin-right:10px;
	font-size:10px;
	}
	
#rightfeatured h3 {
	border-top:1px solid #154086;
	border-bottom:1px solid #154086;
	padding:5px 0;
	margin:5px 0;
	text-transform:none;
	font-weight:bold;
	background-image: url("http://www.vicsage.com/wp/wp-content/themes/wp-question/images/gridlines.jpg");
	}

#rightfeatured h4 {
	font-weight:bold;
	}

#rightfeatured ul {
	margin:5px 0 15px;
	}

.minilist li {
	border-bottom:1px solid #CCC;
	padding:3px 0;
	}

#rightfeatured a {
	text-decoration:none;
	}

#bottomfeatured {
	border-top:1px solid #CCC;
	clear:both;
	padding:15px;
	}

	
/*-------------Other Pages------------------*/

#leftpage {
	float:right;
	width:550px;
	margin-bottom:20px;
	margin-right:15px;
	}
	
#leftpage p {
	margin:0 15px 10px 15px;
	}
	
#leftpage h3 {
	font-family:verdana;
	font-size:12px;
	color:#0E6188;
	margin:0 0 10px 15px;
	display:inline;
	}

#leftpage img {
	margin-left:15px
	}

#subpagenav ul{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:5px 10px 10px 15px;
	text-align:center;
	background-image: url("http://www.vicsage.com/wp/wp-content/themes/wp-question/images/gridlines.jpg");
	}

#subpagenav li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	}

#subpagenav a {
	color:#000;
	font-weight:bold;
	}

#subpagenav a:hover {
	text-decoration:none;
	}

.subpage {
	border-top:1px solid #CCC;
	margin-right:10px;
	margin-left:15px;
	margin-bottom:25px;
	}
	
.subpage ul {
	margin-left:0px;
	}

.subpage li {
	margin-left:20px;
	}
	
.subpage h2 {
	border-bottom:1px solid #CCC;
	padding:5px 0;
	margin-bottom:15px;
	font-size:18px;
	color:#000;
	background-image:url('http://www.vicsage.com/wp/wp-content/themes/wp-question/images/gridlines.jpg');
	}
	
.subpage h2 a:link{
	color:#000;
	}
	
.subpage h4 {
	font-weight:bold;
	margin-top:10px;
	}


#rightpage {
	margin-right:560px;
	text-align:center;
	padding:10px 10px 40px 10px;
	background-image:url('http://www.vicsage.com/wp/wp-content/themes/wp-question/images/gridlines.jpg');
	}

#rightpage p{
 	font-style:italic;
	font-size:9px;
	margin-top:10px;
	padding:0 5px;
	}
	
#rightpage img {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}

/*-------------Text Wrap Around Images------*/

.sandbag-image span {
		display: none;
	}

	.sandbag-right {
		border: 0;
		padding: 0;
		font-size: 0;
		margin: 0 0 0 35px;
		float: right;
		clear: right;
	}

	.sandbag-left {
		border: 0;
		padding: 0;
		font-size: 0;
		margin: 0 35px 0 0;
		float: left;
		clear: left;
	}

	.first-sandbag {
		margin-top: 20px;
	}

	.last-sandbag {
		margin-bottom: 5px;
	}



/*-------------Other------------------*/

hr {
	display: none;
}

img.thumb	{
	width: 100px;
	height: 100px;
	border: 0;
	margin-right:2px;
	}

img.thumbcurrent	{
	width: 100px;
	height: 100px;
	border: 0;
	margin-right:2px;
	}

img.show	{
	width:358px;
	border: 0;
	}

.content{
	text-align:center;}

.content p{
	text-align:center;}