/*
Theme Name: OneTwentyEight
Theme URI: http://www.orenya.net/blog/
Description: Theme para orenya.net
Version: 1.0
Author: Grace Viera
Author URI: http://www.orenya.net/
*/

body 
{ 	margin: 0px;
	font-family: "Trebuchet MS", "Georgia", "Times New Roman";
	font-size: 12px;
	color: #888;
	background: #FFF;
	line-height: 20px;
}

a {
	color: #87AAAE;
	text-decoration:none;
	}

a:hover {
	text-decoration:none;
	color: #DDECEF;
	}

/* Container */

#container {width: 100%;
	    background: #FFF url(images/bgc.png) repeat-x;
	    background-position: 165px 165px;
            margin-top: 0px;}


/* Header */

#header {margin-top: 0px;
	padding-top: 0px;
	width: 100%;
	height: 165px;
	background: #000 url(images/stripe_4d.png);
}

#header h1 {margin-top: 5px;
            padding-top: 20px;
	    color: #b64676;
	    font-family: "Century Gothic";
	    font-size: 30px;
	    font-weight: normal;
	    text-align: center;}

#header h2 {padding-top: 10px;
	    color: #B8B9BB;
	    font-family: "Century Gothic";
	    font-size: 20px;
	    font-weight: lighter;
	    text-align: center;}

#header ul {font-size: 25px;
	    margin-top: 35px;
	 	text-align:center;}

#header li {display: inline;
	    padding-left: 15px;
  	    padding-right: 15px;}

#header a {
	color: #87AAAE;
	text-decoration:none;
	}

#header a:hover {
	text-decoration:none;
	color: #BFD9DA;
	border-bottom: 2px solid #BC4676;
	}

/* Content */

#content {float:left;
	width:50.5%;
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 70px;
	padding: 2px 15px 15px 15px;
}

#content h1 {font-size: 20px;
	     color: #BC4676;
	     text-transform: uppercase;}

#content h2 {font-size: 15px;
	    color: #87AAAE;
	    text-transform: uppercase;}

#content a, a:link, a:visited, a:active {
	color: #BC4676;
	text-decoration:none;
	border-left: 0px;
	}

#content a:hover {
	text-decoration:none;
	color: #DDECEF;
	border-left: 0px;
	}

.postedby {font-family: "Trebuchet MS", "Arial";
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #888;
	padding-top: 1%;}

.divider {text-align: left;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #DAD8C9;}

b { color: #87AAAE;}

#content li {color: #888;}

img { padding: 8px; 
      border: 1px solid #bbbbbb; 
      background-color: #f9f9f9; }


/* Menu */

#menu {	float: right;
	width:25%;
	margin-top: 30px;
	margin-bottom: 0px;
  	margin-left: 40px;
	margin-right: 50px;
	padding-top: 15px;
	text-align: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#menu li a {
	padding:2px 2px 2px 10px;
	margin:0px;
	border-left: 0px;
	border-bottom:  1px solid #eee;
	display:block;
	}

#menu li a:hover {
	padding:2px 2px 2px 10px;
	}

#menu h2 {color: #BC4676;
	  font-size: 20px;}

#menu a, a:link, a:visited, a:active {
	color: #87AAAE;
	text-decoration:none;
	border-left: 0px;
	}

#menu a:hover {
	text-decoration:none;
	color: #BC4676;
	border-left: 0px;
	}

/* Footer bg */

#fbg {background: url(images/bgf.png);
      width: 100%;
      height: 77px;
      margin-bottom: 0px;
      clear: both;}

/* Footer */

#footer {width:100%;	
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background: #000 url(images/stripe_4d.png);
	font-family: "Century Gothic";
	font-size: 12px;
	color: #B8B9BB;}

#footer a, a:link, a:visited, a:active {
	color: #BC4676;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:none;
	color: #BFD9DA;
	}

