@charset "UTF-8";

/*
Theme Name: my_Site (black)
Theme URI: http://rosaleenortiz.net/
Description: Theme for Rosaleen Ortiz's Site 
Version: 1.0
Author: Rosaleen Ortiz
Author URI: http://rosaleenortiz.net/
*/


/*========= SETUP =========*/

*{
	border: 0;
	margin: 0;
	padding: 0;
}
body{
	background-color: #fff;
	font-family:Palatino;
	font-size: 13px;
    color: #000; 
	letter-spacing: 0.5px;
}
a{
	color: #fff;
	text-decoration:none;
}

a img {
	border: 0; 
}
	
.wrap, .main {
	margin: 0px;
	width: 920px;
	padding-bottom: 0;
}
p {
	margin: 0;
	padding: .5em 0; 
}
#page{
	width: 920px;
	margin: auto;
	border: none;
}
#header{
    margin-top: 80px;
}


/*- Page Navigation -*/
#nav-menu ul {
	width: 135px;
	list-style:none;
	margin-top: 1px;
}
#nav-menu ul li{
	width: 135px;
	height: 30px;
	margin-bottom: 4px;
}
#nav-menu ul li a{ 
	background-image: url(images/tab-black.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:lighter;
	font-family: Palatino;
	font-size: 15px;
	display: block;
	width: 130px;
	height: 30px;
	line-height:30px;
	padding-left: 15px;
}
#nav-menu-current ul li a{
	background-image: url(images/tab-pink.jpg);
	background-repeat: no-repeat;
	color:#0DFF00;
	text-decoration: none;
	font-family: Palatino;
	font-size: 15px;
	display: block;
	width: 130px;
	height: 30px;
	line-height:30px;
	padding-left: 15px;
}
#nav-menu-current ul li a:hover{
	text-decoration: none;
}
#nav-menu ul li a:hover {
	color:#0DFF00;
	background-image: url(images/tab-pink.jpg);
	text-decoration: none;
}


/*--- Main Columns ---*/
.col1{
	float: left;
	width: 150px;
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 0;
}
.col2{
	float: left;
	width: 750px;
	padding: 0;
	margin-top: 0;
	padding-bottom: 0; 
}

/*--- Bottom Columns ---*/
#bottom {
	padding:0px;
	float: right;
	margin-top: 4px;
	margin-right: 60px;
	background-image: url("http://rosaleenortiz.net/blog/wp-content/themes/superMini/images/footer.jpg");
	width: 710px;
}
.bottomcol1{
	float: left;
	width: 195px;
	margin: 0;
	padding: 5px 15px;
}
.bottomcol2{
	float: left;
	margin-left: 10px;
	width: 200px;
	padding: 5px 15px;
	border-left: 1px dashed #666;
	border-right: 1px dashed #666;
}
.bottomcol3{
	float: right;
	margin-left: 10px;
	width: 195px;
	padding: 5px 15px;
}



