/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	/*list-style: none;*/
	margin-left: 15px;
	list-style-position: inside;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

title {
	text-transform:capitalize;
}

/* HTML elements */

body {
	color: #EEE;
	background: #202020 url('../graphics/bg_body.jpg') fixed repeat-y left top;
	font: 14px/22px Helvetica, Arial, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-bottom: 1em;
}

p {
	margin-bottom: 1em;
}

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

a:hover {
	color: #F09;
}

.email{
    unicode-bidi:bidi-override;
    direction: rtl;
}

/* Main Structure */

#profile {
	position: fixed;
	left: 0px;
	top: 0px;
	padding: 20px 10px 20px 10px;
	height: 300px;
	z-index: 1;
	margin-left: 10px;
	width: 230px;
}

#globalwrapper {
  width: 800px;
  min-height: 1000px;
  height: auto;
  _height: 1000px;
  position: relative;
  margin-left: 70px;
  z-index: 10;
  background: #202020 url('../graphics/bg_wrapper.jpg') no-repeat left top;
  padding: 250px 10px 10px 45px;
}

h1#globalheader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 540px;
	height: 250px;
}

h1#globalheader a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -10000px;
}

#contentwrapper {
	width: 560px;
}



/* The partly hidden Sidebar underneath the content */

#profile h2 {
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	margin-top: 0px;
	margin-bottom: 1em;
	font-size: 120%;
	padding: 5px;
}

#profile p {
	margin-bottom: 1em;
}

#profile a {
	color: #202020;
}

#profile.closed {
	cursor: pointer;
}

#comingsoon {
	margin-top: 100px;
}

#comingsoon h1 {
	color: #FFF;
	font-size: 30px;
	text-shadow: 0 0 2px #FFF;
}



#comingsoon a {
	color: #FFF;
}



#sidebar {
	position: absolute;
	right: 0px;
	top: 256px;
	padding: 0px 0px 256px 0px;
	width: 200px;
	background: #282828;
}

#sidebar h2 {
	background: #444;
	font-size: 16px;
	font-weight:bold;
	letter-spacing:0.3em;
	padding:4px 20px;
	text-shadow:0 1px 0 #545454;
	text-transform:uppercase;
	word-spacing:0.25em;
	margin-bottom: 0px;
	border-bottom: 1px solid #F50077;
}


.entry {
	margin-bottom: 100px;
	font-size:14px;
	line-height:22px;
}

.singleentry .entry {
	margin-bottom: 20px;
}

.entry h3, .entry h4, .entry h5 {
	color: #FFF;
	background-color: #282828;
	padding: 4px;
	margin: 1.5em 0px;
        border-top: 1px solid #F50077;
}

.entry h3 {
  font-size: 1.2em;
  text-transform:capitalize;
}

.entry h3.subtitle {
	color: #CCC;
	font-size: 1.3em;
	background-color: transparent !important;
        border: none;
        margin: 10px 0px;
}

.blogheader {
  border-bottom: 6px solid #444;
  margin-bottom: 1em;
}

.blogheader h2{
	font-family:Arial,sans-serif;
	font-weight:bold;
	text-shadow:0 0 1px #000;
	color:#EEE;
	font-size:1.8em;
	padding:2px 0 0;
	text-transform:capitalize;
	line-height:1.2em;
	margin:0 0 10px;
	width: 560px;
	text-shadow: 0 0 2px #F09;
}

.blogheader p {
	width: 500px;
	height: 20px;
	margin-bottom: 0px;
}

a.readmore {
	float: right;
	/*margin-bottom: 20px;*/
	color: #F50077;
}

.blogheader p em,
.blogfooter p em {
	color:#999999;
	font-family:Arial,sans-serif;
	font-style:italic;
	font-size: 0.9em;
	letter-spacing:0.1em;
	text-transform:none;
	padding: 0px 5px 6px 5px;
	display: block;
	width: 550px;
	height: 18px;
	background: #444;
	color:#EEE;
}

.blogfooter p em {
	margin:50px 0 40px;
}

.blogheader a {
	color: #FFF;
	text-decoration:none;
}

.blogfooter a{
	color: #FFF;
	text-decoration: none;
}

.blogheader a:hover,
.blogfooter a:hover{
	text-decoration:underline
}

.blogheader p em a ,
.blogfooter p em a {
	display: block;
	float: left;
	height: 22px;
	padding-top: 2px;
	margin-right: 20px;
	color: #DDD;
}

.blogheader .author,
.blogfooter .author{
	padding-left: 0px;
}

.blogheader .comments,
.blogfooter .comments{
	background:url(../graphics/dialog.png) no-repeat;
	padding-left: 10px;
}

.blogheader .cat,
.blogfooter .cat{
	background:url(../graphics/tag.png) no-repeat;
	padding-left: 22px;
}

.blogheader .date,
.blogfooter .date{
	background:url(../graphics/clock.png) no-repeat;
	padding-left: 22px;
}

.commentform, .commentform a:link {
	color: #fff;
}


.sharearticle h2 {
	color: #F50077;
	background-color: #282828;
	padding: 4px;
	margin: 1.5em 0px 0px 0px;
	padding-bottom: .7em;
}

.sharearticle .socialbookmarking {
	background-color:#EEEEEE;
	margin-bottom:20px;
	padding:10px 20px;
}


#bookmarks a.bookmark {
	display: block;
	padding: 5px 10px 5px 20px;
	font-size: 90%;
	background: #444;
	color:#EEE;
	border-bottom: 1px solid #282828;
	border-top: 1px solid #000;
	text-decoration: none;
}

#bookmarks a.bookmark:hover {
	color: #F50077;
}

#sidebar a.subscriberss,
#sidebar a.subscribenewsletter,
#sidebar a.subscribebookmarks {
	display: block;
	background: #444;
	color:#DDD;
	font-size: 13px;
	font-weight:bold;
	letter-spacing:0.3em;
	padding:5px 15px 5px 15px;
	margin: 5px 0px 10px 0px;
	text-shadow:0 1px 0 #000;
	text-transform:uppercase;
	text-decoration: none;
	word-spacing:0.25em;
	border-top: 1px solid #F50077;
	border-bottom: 1px solid #F50077;
}

#sidebar a.subscriberss {
	/*border-top: none;*/
	margin-top: 0px;
}

#sidebar a.subscriberss:hover,
#sidebar a.subscribenewsletter:hover,
#sidebar a.subscribebookmarks:hover {
	color: #F50077;
	text-shadow:0 1px 0 #111;
}

#sidebar #socialbookmarking {
	background-color: #EEE;
	padding: 10px 20px;
	margin-bottom: 20px;
}

#sidebar #socialbookmarking a {
	color: #F50077;
}



.commentblock {
	border-top: 10px solid #444444;
	background-color: #282828;
	padding-top: 5px;
	margin-top: 40px;
}

.commentcount {
	color: #F50077;
	margin-left: 15px;
}

.commentform {
	background-color: #282828;
	padding: 20px 5px;
}

.comment {
	border-top: 2px solid #444;
	margin-top: 5px;
}

.comment,
.comment-text {
	margin-left: 0px;
	background-color: #282828;
	font-size: 90%;
}

.comment .meta {
	color: #F50077;
}

.comment .meta a {
	color: #F50077;
}
