/*
Theme Name: Selina Theme
Theme URI: http://tunemysite.com/
Description: A customizable WordPress theme.
Version: 1.0
Author: Jerico Veloso <me.enjay@gmail.com>
Author URI: http://tunemysite.com/
Tags: custom header, fixed width, two columns, widgets

@package WordPress
@subpackage Selina_Theme
@version SVN:$Id: style.css 21 2009-08-11 06:44:00Z enjay $

*/

/* YUI Reset & YUI Base CSS */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

h1 {
	font-size: 138.5%;
}

h2 {
	font-size: 123.1%;
}

h3 {
	font-size: 108%;
}

h1, h2, h3 {
	margin: 1em 0;
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	font-style: italic;
}

blockquote, ul, ol, dl {
	margin: 1em;
}

ol, ul, dl {
	margin-left: 2em;
}

ol li {
	list-style: decimal outside;
}

ul li {
	list-style: disc outside;
}

dl dd {
	margin-left: 1em;
}

th, td {
	border: 1px solid #000;
	padding: .5em;
}

th {
	font-weight: bold;
	text-align: center;
}

caption {
	margin-bottom: .5em;
	text-align: center;
}

p, fieldset, table {
	margin-bottom: 1.5em;
}

/* Basic Elements */

body {
	background: #b7bec1 url(images/bg.png) repeat left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #414549;
}

select, input, button, textarea, button {
	font: 99% Arial, Helvetica, sans-serif;
	color: #414549;
}

table {
	font-size: inherit;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #2d2f32;
}

h1 {
	letter-spacing: -3px;
	font-size: 48px;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
}

h3 {
	text-transform: uppercase;
	font: bold 13px Arial, Helvetica, sans-serif;
}

p, ul, ol, dl {
}

pre, code, kbd, samp, tt {
	font-family: monospace;
	line-height: 100%;
}

a {
	color: #517915;
	text-decoration: underline;
}

a:hover {
	color: #f67a00;
	text-decoration: underline;
}

a.button {
	display: block;
	height: 31px;
	margin: 0;
	padding: 17px 15px 0 15px;
	background: #747e8e url(images/menu_highlight.png);
	border: 1px solid #747e8e;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #666;
	text-align: center;
	letter-spacing: -1px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

a.button:hover {
	background: #5e6571 url(images/menu_highlight.png);
}

a.button:active {
	background: #ffc30c url(images/menu_highlight.png);
	color: #000;
	/*text-shadow: 1px 1px 0px #fcf7c2;*/
}

hr {
	display: none;
}

.fixed-width {
	width: 960px;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Header */

#header {
	position: relative;
	height: 210px;
	background: url(images/header_bg.png) no-repeat;
}

#header h1, #header p {
	margin: 0;
	padding: 0;
	color: #fff;
}

#header h1 {
	padding: 90px 0 0 75px;
	letter-spacing: -2px;
	text-shadow: 2px 2px 3px #999;
	font-size: 48px;
	font-variant: small-caps;
}

#header p {
	padding: 0 0 0 78px;
	text-shadow: 1px 1px 0px #999;
}

#header a {
	text-decoration: none;
	color: #fff;
}

/* Main Menu */

#menu {
	height: 50px;
	background: url(images/menu_bg.png);
}

#menu .menu {
	height: 48px;
	margin: 0 10px;
	background: #747e8e url(images/menu_highlight.png);
	border: 1px solid #747e8e;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	list-style: none;
}

#menu a {
	display: block;
	width: auto;
	height: 31px;
	padding: 17px 15px 0 15px;
	border-right: 1px solid #747e8e;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #666;
	letter-spacing: -1px;
	font-weight: bold;
	color: #fff;
}

#menu a:hover {
	background: #5e6571 url(images/menu_highlight.png);
}

#menu .current_page_item a, #menu .current_page_item a:hover {
	background: #ffc30c url(images/menu_highlight.png);
	color: #000;
	text-shadow: 1px 1px 0px #ffffff;
}

/* Page */

#page {
	width: 940px;
	padding: 0 10px;
	background: url(images/page_bg.png)
}

/* Content */

#content {
	float: left;
	width: 627px;
	background: url(images/content_bg.png) no-repeat;
}

.pagepost {
	padding: 30px 20px 0 20px;
}

.title {
	margin: 0 20px 20px 16px;
}

.entry {
	padding: 0 20px 0 20px;
	line-height: 22px;
	font-size: 14px;
}

.leadin {
	margin: 0 -20px 20px -20px;
	padding: 0 20px 20px 20px;
	border-bottom: 1px solid #e9ebec;
	line-height: normal;
	letter-spacing: -1px;
	font: 18px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #414549;
}

.leadin strong {
	font-weight: normal;
}

.navigation {
	padding: 20px 0 30px 0;
	border-top: 1px solid #e9ebec;
	font: bold 18px "Lucida Sans", Arial, Helvetica, sans-serif;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 273px;
	padding: 20px;
	background: url(images/sidebar_bg.png) no-repeat;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	list-style: none;
}

#sidebar .widgettitle {
	padding-top: 40px;
	border-bottom: 1px solid #e9ebec;
	text-transform: uppercase;
	font: bold 13px Arial, Helvetica, sans-serif;
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 0 5px 20px;
	background: url(images/arrow1.gif) no-repeat 5px 50%;
}

#sidebar li li.current_page_item {
	background-image: url(images/arrow2.gif);
}

#sidebar li li.current_page_item a {
	text-decoration: underline;
	font-weight: bold;
	color: #f67a00;
}

#sidebar .widget_text {
	padding: 30px 0 0 0;
}

/* Search */

#search {
	position: relative;
	background: url(images/search_query_bg.gif) no-repeat 0 0;
}

#search form, #search fieldset {
	margin: 0;
	padding: 0;
}

#search label {
	position: absolute;
	top: 0;
	left: 0;
	width: 230px;
	height: 27px;
	padding: 9px 0 0 40px;
	font-size: 16px;
	color: #d8dadb;
}

#search .query {
	width: 220px;
	height: 27px;
	margin: 0 0 0 40px;
	padding: 9px 0 0 0;
	border: none;
	background: none;
	outline: none;
	font-size: 16px;
}

#search .button {
	display: none;
}

#search-results {
}

#search-results h2 {
	margin: 0;
}

#search-results ol {
	margin-left: 0;
	padding-left: 0;
}

#search-results li {
	list-style: none;
}

/* Boxes */

#boxes {
	width: 940px;
	padding: 0 10px;
	background: url(images/boxes_bg.png);
	line-height: 18px;
}

#boxes .widget {
	float: left;
	width: 270px;
	background: url(images/boxes_bg_top.png) no-repeat 0 0;
}

#boxes .widgettitle {
}

#boxes #box1 {
	padding: 30px 22px 0 20px;
}

#boxes #box2 {
	padding: 30px 23px 0 23px;
	background-position: -312px 0;
}

#boxes #box3 {
	padding: 30px 20px 0 22px;
	background-position: -628px 0;
}

/* Footer */

#footer {
	background: url(images/footer_bg.png) no-repeat;
	font-size: 11px;
}

#footer .menu ul {
	height: 50px;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	line-height: normal;
	list-style: none;
}

#footer .menu li {
	display: inline;
	margin: 0 15px;
	list-style: none;
}

#footer .menu a {
}

#footer .copyright {
	text-align: center;
	margin: 0;
	padding: 0 0 40px 0;
}