/*
Theme Name: Latina of the World
Theme URI: http://wordpress.org/
Description: Customized WordPress theme for Latina of the World. Search engine optimized and standards compliant.
Version: 1.6
Author: DaisyHdez
Author URI: http://chicatonic.com/
Tags: royal purple, two-column, tabs

	This theme was designed and built by Daisy Hernandez.
	This work is released under GNU General Public License, version 2 (GPL).
	http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

*/

/* Reset default browser styles */
@import url('css/reset.css');

/* Rebuild default browser styles */
@import url('css/rebuild.css');

/* Basic WordPress Styles */
@import url('css/wp.css');

/* Import a basic layout *//*The simplest method of turning any one of these layouts into a fixed-width layout is to add a width and centering margin to the #wrapper div.*/
@import url('css/2c-l.css');

#bg {
	background: url(images/top.gif) repeat-x;
	height: 200px;
}

#wrapper {
	margin: 0px 20px 10px 450px;
  	width: 860px;
}

#header {
	margin-left: 450px;
	margin-top: 20px;
	width: 860px;
}

.single #nav-above {
    display:none;
}

.skip-link {
	position:absolute;
        left:-9000px;
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu ul ul {
	display: none;
}
.menu li {
	display: inline;
}
.menu a {
	display: block;
	float: left;
}