/*  
Theme Name: Tortilla
Theme URI: http:///
Description: Theme for Mi Tortilla Mexica Grill
Version: 1.0
Author: Ryan Lonac | RWL Design
Author URI: http://rwldesign.com

*/
html {
	overflow: scroll;
}

body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	margin: 10px auto;
	background: #ff0000;
	}

#container {
	width: 48em;
	position: relative;
	height: auto;
	margin: 0 auto;
	text-align: left;
	font-size: 1em;
	border: #ffffff 5px solid;
	background: url(images/stucco.jpg) repeat;
	}

#header {
	width: 48em;
	height: 150px;
	background: #ff0000 url(images/mtBanner2.jpg) no-repeat;
	}

#headerText {
	display: none;
}

#page {
	background: url(images/contentHeader.gif) top right no-repeat;
	}
	
#content {

	padding: 2em 1em;
}

.widecolumn {
	padding: 2em 0;
	width: 46em;
}

.narrowcolumn {
	padding: 2em 0 0 0;
	width: 25em;
	float:left;
	
}

.narrowcolumn ul {
	list-style: none;
	
}

.narrowcolumn ul li{
	line-height: 1.25em;
}

.narrowcolumn ul li ul li {
	list-style: circle outside;
}

.rightColumn {
	width: 19em;
	padding: 4em 0 0 1em;
	background: transparent;
	float: right;
}

.menu {
	padding: 0 4em 2em 5em;

}

.menuNav {
	margin: 0 5em 0 5em;
	background: #339933;
	}

#sidebar {
	width: 19em;
	margin: 4em 0 1em 0;
	float: right;	
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}
	
#sidebar a:link {color: #ff0000; text-decoration: none; font-weight: bold;}
#sidebar a:visited {color: #ff0000; text-decoration: none; font-weight: bold;}
#sidebar a:hover {color: #ff0000; text-decoration: underline; font-weight: bold;}
#sidebar a:active {color: #ff0000; text-decoration: underline; font-weight: bold;}

a:link {color: #333333; text-decoration: none; font-weight: bold;}
a:visited {color: #333333; text-decoration: none; font-weight: bold;}
a:hover {color: #00ccff; text-decoration: underline; font-weight: bold;}
a:active {color: #00ccff; text-decoration: underline; font-weight: bold;}

.alt {
	margin: 0;
	padding: 10px;
	background: #e1e1e1;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#footer {
	padding: 1em 0 1em 0;
	font-size: .75em;
	color: #ffffff;
	}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}

.clearBoth {
	clear: both;
}
/* Text and Headers */

h2 {
	font-size: 1.5em;
	padding-top: 12px;
	margin-top: 0;
	color: #ff0000;
	background: transparent url(images/headerTop.gif) top left repeat-x;;
}

h2 a:link {color: #ff0000; text-decoration: none; font-weight: bold;}
h2 a:visited {color: #ff0000; text-decoration: none; font-weight: bold;}
h2 a:hover {color: #00ccff; text-decoration: underline; font-weight: bold;}
h2 a:active {color: #00ccff; text-decoration: underline; font-weight: bold;}

h1 span, h2 span, h3 span, h4 span, h5 span {
	display: block;
	margin-left: -2000px;
}

.bodyTextHeader {
	width: 25em;
	padding: 2em 0 1em 0;
	float: left;
}

.imgHolder {
	margin: 1em 0 0 0;
}

/* Nav */

.nav {
	
}

.suckertreemenu {
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	border: 1px solid #ffffff;
	background: #ff0000;
	}
	
.suckertreemenu ul{
	margin: 0;
	margin-bottom: 1em; /*margin between menu and rest of content*/
	padding:0;
	list-style:none;
	background: #ff0000;
	font-weight: bold;
	}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
/*overall menu background color*/
	}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: inline;
	color: #ffffff;
	float: left;
	padding: 9px 12px;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	}

/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	margin: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	text-align: center;
	background: #ffffff;
	border-top: #ffffff solid 3px;
	border-right: #ffffff solid 3px;
	border-bottom: #ffffff solid 1px;
	border-left: #ffffff solid 3px;
	}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: block;
	float: none;
	margin: 0 0 2px 0;
	}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
	}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	float: none;
	width: 6em; /*width of sub menu levels*/
	font-size: 85%;
	padding: 3px 5px;
	margin: 0 0 2px 0;
	background: #99cc33;
	margin: 0;
	border-right: none;
	}

/* Sub level menu links hover style */
.suckertreemenu ul li ul li a:hover{
	background: #00ccff;
	color: white;
	}

/* Main level menu links hover style */
.suckertreemenu ul li a:hover {
	background: #00ccff;
	color: white;
	}

#current { /*currently selected tab*/
	background: #00ccff;
	}
	
#current2 { /*currently selected tab*/
	background: #00ccff;
	}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
	}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

.suckertreemenu2 {
	voice-family: "\"}\"";
	voice-family: inherit;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	border: 1px solid #ffffff;
	background: #ff0000;
	}
	
.suckertreemenu2 ul{
	margin: 0;
	margin-bottom: 1em; /*margin between menu and rest of content*/
	padding:0;
	list-style:none;
	background: #ff0000;
	font-weight: bold;
	font-size: 75%;
	}

/*Top level list items*/
.suckertreemenu2 ul li{
	position: relative;
	display: inline;
	float: left;
/*overall menu background color*/
	}

/*Top level menu link items style*/
.suckertreemenu2 ul li a{
	display: inline;
	color: #ffffff;
	float: left;
	padding: 6px 8px;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	}

/* Main level menu links hover style */
.suckertreemenu2 ul li a:hover {
	background: #00ccff;
	color: white;
	}
/* Holly Hack for IE \*/
* html .suckertreemenu2 ul li { float: left; height: 1%; }
* html .suckertreemenu2 ul li a { height: 1%; }
/* End */

/************************************************************************************/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.modernbricksmenu{
margin: 1em 0 1em 0;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
font-weight: bold;
}

.modernbricksmenu ul{

margin:0;
margin-left: 10px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu li{
display: inline;
margin: 0;
padding: 0;
}

.modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
background-color: #99cc33; /*Default menu color*/
border: 1px solid white;
}

.modernbricksmenu a:hover{
background-color: #00ccff; /*Menu hover bgcolor*/
}

.modernbricksmenu2{
margin: 2em 0 1em 0;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
font-weight: bold;
font-size: 90%;
}

.modernbricksmenu2 ul{
margin:0;
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0;
padding: 0;
}

.modernbricksmenu2 a{
display: block;
color: white;
margin: 0; /*Margin between each menu item*/
padding: 5px 5px;
text-decoration: none;
background-color: #99cc33; /*Default menu color*/
border: 1px solid white;
}

.modernbricksmenu2 a:hover{
background-color: #00ccff; /*Menu hover bgcolor*/
}

.modernbricksmenu2{
margin: 0;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
font-weight: bold;
font-size: 90%;
}

.modernbricksmenu3 ul{
margin:0;
padding: 0;
list-style: none;
}

.modernbricksmenu3 li{
display: inline;
margin: 0;
padding: 0;
}

.modernbricksmenu3 a{
display: block;
color: white;
margin: 0; /*Margin between each menu item*/
padding: 5px 5px;
text-decoration: none;
background-color: #99cc33; /*Default menu color*/
border-top: 1px solid white;
}

.modernbricksmenu3 a:hover{
background-color: #00ccff; /*Menu hover bgcolor*/
}

fieldset { 
	border:1px solid #666666;
	padding: 5px 5px;
	 }

legend {
  padding: 5px 5px;
  border:1px solid #666666;
  color: #006633;
  font-size:90%;
  }


/*NavLinks*/

#footer a:link {color: #ffffff; text-decoration: none; font-weight: bold;}
#footer a:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
#footer a:hover {color: #00ccff; text-decoration: underline; font-weight: bold;}
#footer a:active {color: #00ccff; text-decoration: none; font-weight: bold;}

.narrowcolumn a:link {color: #333333; text-decoration: none; font-weight: bold;}
.narrowcolumn a:visited {color: #333333; text-decoration: none; font-weight: bold;}
.narrowcolumn a:hover {color: #00ccff; text-decoration: underline; font-weight: bold;}
.narrowcolumn a:active {color: #00ccff; text-decoration: underline; font-weight: bold;}

/* Begin Structure 
body {
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}





h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}




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 



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. *

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists 



/* Begin Form Elements 
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form {  This is mainly for password protected posts, makes them look better. 
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
 End Form Elements 



 Begin Comments
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
 End Comments 



 Begin Sidebar 
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
 End Sidebar 



 Begin Calendar 
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {  Doesn't work in IE 
	background-color: #fff; }
 End Calendar 



 Begin Various Tags & Classes 
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
 End Various Tags & Classes*/


