/*  

Theme Name: Orange Glossy Theme

Theme URI: http://www.skdstudio.com

Description: WP theme designed by <a href="http://www.skdstudio.com">SK Design Studio</a>,  For updates Please visit <a href="http://www.skdstudio.com">http://www.skdstudio.com</a>.

Version: 1.0

Author: Sherihan Khedr

Author URI: http://www.skdstudio.com



	This theme was designed by Sherihan Khedr.



	By downloading and using this theme, you agree to the following terms:

    - You are NOT allowed to sell this design.
    - A link back to SK Design Studio (either modified or unmodified).
    - You can use this design for personal or commercial projects.
    - You can modify, translate or distribute



*/

body {
	font: 80%/150% "Trebuchet MS", Tahoma, Arial;
	color: #bebebe;
	background: #121212 url(images/main_bg.gif) repeat-x;
	margin: 0px;
	padding: 0px 0px 30px;
}

a {
	color: #c46712;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

img {
	border: #999999 1px solid;
	float: left;
	margin-right: 10px;
	background: #ffffff;
	padding: 2px;
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
	text-align: justify;
}

h1, h2 {
	color: #c46712;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}

h1 a,h2 a {
	color: #c46712;
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #ffffff;
}

h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #c46712;
	margin: 10px 0px 5px;
}

h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #c46712;
	margin: 10px 0px 5px;
}

form {
	margin:0px;
	padding:0px;
}

#page {
	margin: 0px auto 0;
	width: 760px;
}

/* ---------------------------------- header area */
#header {
	width: 760px;
	height: 120px;
	margin: 0;
}

#header_box {
	width: 760px;
	padding-top: 30px;
	background: url(images/header_icon.gif) no-repeat left center;
}

#header h1 {
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #c46712;
	border-bottom: none;
	padding-left: 60px;
}

#header h1 a {
	color: #c46712;
	text-decoration: none;
}

#header h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header p {
	color: #ffffff;
	font-size: 15px;
	padding-left: 65px;
}



/* ---------------------------------- navigation */
#nav {
	height: 38px;
	list-style: none;
	margin: 0;
	padding: 0;
	bottom: 0;
}

#nav li {
	float: left;
	margin-right: 10px;
	background: url(images/nav_button_left.gif) no-repeat left;
}

#nav .page_item a{
	color: #ffffff;
	text-decoration: none;
	background: url(images/nav_button_right.gif) no-repeat right;
	padding: 13px 22px 11px 0;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	display: block;
	margin-left: 21px;
}

#nav .current_page_item a {
	color: #000000;
	text-decoration: none;
}

#nav .page_item a:hover {
	color: #000000;
}

/* ---------------------------------- sub menu */
#subnav {
	background: none;
	color: #ffffff;
}

#subnav ul {
	margin: 0px;
	padding: 5px 0px 0px 5px;
	list-style: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
}

#subnav li {
	margin-right: 15px;
	float: left;
	background: url(images/mini-arr-sub.gif) no-repeat left;
	padding-left: 15px;
}

#subnav li a, #subnav .page_item {
	text-decoration: none;
	color: #ffffff;
}

#subnav .current_page_item a {
	color: #000000;
}

#subnav li a:hover {
	color: #000000;
}

/* ---------------------------------- search form */
#searchform {
	background: url(images/search_bg.gif) no-repeat;
	margin: 0px 0 0 565px;
	padding: 7px 11px 7px 11px;
	position: absolute;
	top: 120px;
}

#searchform br {
	display: none;
}

#searchform .s {
	border:1px solid #a29161;
	width: 132px;
	height: 19px;
	padding: 3px 3px 0px 8px;
	background: url(images/form_field_bg.gif) no-repeat;
	margin: 5px 2px 0 0;
	color: #000000;
	font-weight: normal;
}

#searchform .ss {
	background: url(images/search_btn.gif) no-repeat;
	border: none;
	width: 23px;
	height: 23px;
}

/* ---------------------------------- meta area */

#meta_head {
	margin: 0px 0 0 490px;
	padding: 5px;
	position: absolute;
	top: 0px;
}

.meta_head_rss {
	background: url(images/mini-rss.gif) no-repeat;
	padding:0 15px 0 20px;
	float: left;
	font-size: 95%;
	color: #ffffff;
}

.meta_head_loginout {
	background: url(images/mini-loginout.gif) no-repeat;
	padding:0 0px 0 13px;
	float: left;
	font-size: 95%;
	color: #ffffff;
}

/* ---------------------------------- content area */
#content {
	padding: 30px 0px 30px 0px;
	float: left;
	width: 760px;
	overflow: hidden;
}

.post {
	clear:both;
	padding-top: 15px;
}

.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date_bg.gif) no-repeat;
}

.post-month {
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 9px;
	margin-left: -3px;
}

.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}

.post-title {
	float: left;
	margin-left: 10px;
	width: 705px;
}

.entry {
	clear: both;
	padding-top: 20px;
}

.post-author {
	background: url(images/mini_author.gif) no-repeat;
	padding: 0 50px 0 20px;
	font-size: 95%;
	color: #ffffff;
}

.post-cat {
	background: url(images/mini_tag.gif) no-repeat;
	padding: 0 50px 0 20px;
	font-size: 95%;
	color: #ffffff;
}

.post-comments {
	background: url(images/mini-comments.gif) no-repeat;
	padding: 0 50px 0 20px;
	font-size: 95%;
	color: #ffffff;
}

.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat;
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #ffffff;
}

.mini-add-comment {
	background: url(images/mini-down-arrow.gif) no-repeat;
	padding-left: 18px;
	color: #ffffff;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}

.navigation a {
	color: #c46712;
}
.navigation a:hover {
	color: #ffffff;
}

.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}

.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

/* ---------------------------------- comments area */
#comments, #respond {
	border-bottom: 1px solid #c46712;
	margin-top: 10px;
	padding: 5px 0 5px 20px;
	clear: both;
	background: url(images/mini-leave-arrow.gif) no-repeat left center;
	color: #c46712;
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li{
	padding: 5px 10px;
}

.commentlist .alt {
	background: #151515;
}

.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #c46712;
}

.commentlist cite a {
	color: #c46712;
	text-decoration: underline;	
}

.commentlist cite a:hover {
	color: #ffffff;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

#box_left {
	width: 420px;
	float: left;
	margin-top: 10px;
}

#box_right {
	width: 320px;
	float: right;
	margin-top: 10px;
}

#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}

#commentform p {
	padding: 6px 0px;
	margin: 0px;
}

#commentform label {
	color: #999999;
	font-size: 87%;
}

#commentform input {
	width: 310px;
	background:#343434;
	border: 1px solid #636363;
	padding: 3px;
	margin-top: 3px;
	color: #ffffff;
}

#commentform textarea {
	width: 310px;
	height: 115px;
	background:#343434;
	border: 1px solid #636363;
	padding: 2px;
	margin-top: 3px;
	color: #ffffff;
}

#commentform #submit{
	background: url(images/btn-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: none;
	float:right;
	width: 144px;
	height: 28px;
	margin-right: 10px;
	cursor: pointer;
}

/* ---------------------------------- sidebar */
#sidebar {
	float: left;
	padding: 0px;
	margin: 0;
	width: 760px;
	color: #666666;
	overflow: hidden;
}

#sidebar_box {
	width: 227px;
	padding: 0 13px 10px 12px;
	margin: 0;
	float: left;
}

/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
	margin: 20px 0px 0px 0px;
	text-align: center;
	padding: 10px 0 5px 0;
	background: url(images/sidbar_title.gif) no-repeat;
}

/*sidebar text styles */
#sidebar a {
	color: #c46712;
	text-decoration: none;
}

#sidebar a:hover{
	color: #ffffff;
	text-decoration: none;
}

/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}

#sidebar ul li ul li{
	padding: 2px 0 2px 0px;
}

/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
}

/*blogroll */
ul.list-blogroll li{
	background: #161616 url(images/mini-arr-cat.gif) no-repeat !important;
	padding-left: 16px !important;
	border-bottom: #000000 1px solid;
}

/*category widget */
ul.list-cat li, li.widget_categories li{
	background: #161616 url(images/mini-arr-cat.gif) no-repeat !important;
	padding-left: 20px !important;
	border-bottom: #000000 1px solid;
}

/*archives widget */
ul.list-archives li, li.widget_archives li{
	background: #161616 url(images/mini-arr-cat.gif) no-repeat !important;
	padding-left: 20px !important;
	border-bottom: #000000 1px solid;
}

/*pages widget */
ul.list-page li, li.widget_pages li, li.widget_recent_entries li{
	background: #161616 url(images/mini-arr-cat.gif) no-repeat !important;
	padding-left: 20px !important;
	border-bottom: #000000 1px solid;
}


/*recent comments widget */
li.widget_recent_comments li{
	background: #161616 url(images/list-page) no-repeat !important;
	padding-left: 20px !important;
	border-bottom: #000000 1px solid;
}

/*calendar widget */
li.widget_calendar td {
	padding: 1px 7px;
}

/*text widget */
.textwidget {
	padding-top: 5px;
}

/*-------------------------footer area */
#footer {
	clear: both;
	width:760px;
	background: url(images/footer_bg.gif) bottom no-repeat;
	color: #666666;
	font-size: 95%;
	margin: 0;
	padding: 20px 0 10px 0;
}

#footer a {
	color: #c46712;
}

#footer a:hover {
	color: #ffffff;
}

#footer p {
	color: #666666;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* alignments */
.center {
	text-align: center;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}