/*
Theme Name: Guzel Magazine Hebrew
Theme URI: http://www.customthemedesign.com/
Description: Guzel Magazine theme is a unique wordpress magazine style by <a href="http://www.customthemedesign.com/">Custom Theme Design</a>.
Version: 1.5
Author: Ahmed Fouad
Author URI: http://www.customthemedesign.com/
*/

/*
Set general CSS declarations
*/
* {
	font-family: Arial, "Arial Hebrew", sans-serif;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
	direction: rtl;
	/*letter-spacing: 0.05em;*/
}

.hiddenlinks {
    background-color: transparent;
    color: #ffffff;
    font-size: 1px;
	margin-bottom: -10px;
	position: absolute;
	margin-left: -9999px;
	margin-top: -9999px;
}

.hidden {
	visibility: hidden;
	display: block;
	float: right;
}

p strong {
	line-height: 1.8em;	
}

a {
	color: #3259d8;
}

a:hover {
	color: #2971A7;
}

p a:hover, breadcrumb a:hover, .cc a:hover, .tags a:hover, .widget li a:hover, .breadcrumb a:hover, .time a:hover, .info a:hover, .edit a:hover, .share a:hover, .follow a:hover, .track a:hover, .st-related-posts a:hover {
	text-decoration: underline;
}

html, body {
	line-height: 1;
	direction: rtl;
}

hr {
	display: none;
}

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

blockquote, q {
	quotes: "" "";
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

body {
	background: #dcdcdc;
	text-align: center;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}

.clear {
	clear: both;
}

/*
Top part CSS
*/
#top {
	width: 980px;
	height: 34px;
	background: url(images/top.gif) repeat-x #a1a1a1;
}

#topleft {
	float: left;
	background: url(images/topx.gif) left no-repeat;
	height: 34px;
	padding-right: 0;
	padding-left: 10px;
	display: block;
	width: 400px;
}

#topright {
	float: right;
	background: url(images/topy.gif) right no-repeat;
	height: 34px;
	padding-left: 0;
	padding-right: 10px;
	display: block;
	width: 550px;
}

/*
Page navigation CSS
*/
#pagenavigation {
	height: 32px;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 20;
	border-right: 1px solid #727272;
}
#linknavigation {
	height: 32px;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 20;
	border-left: 1px solid #727272;
}

#pagenavigation li {
	float: right;
	height: 32px;
	border-left: 1px solid #727272;
}
#linknavigation li {
	float: left;

	height: 32px;
	border-right: 1px solid #727272;
}

#pagenavigation li ul li, #linknavigation li ul li {
	height: 24px;
	border-left: 0;
	width: 100%;
}

#pagenavigation li a, #linknavigation li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	font-size: 0.80em;
	font-weight: bold;
	color: #343434;
	text-shadow: 1px 1px #c1c1c1;
}

#pagenavigation li a:hover, #linknavigation li a:hover {
	color: #fff;
	background: url(images/toph.gif) repeat-x #808080;
	text-shadow: -1px -1px #3e3e3e;
}

#pagenavigation li a:active, #linknavigation li a:active {
	color: #fff;
	background: url(images/topa.gif) repeat-x #808080;
	text-shadow: -1px -1px #3e3e3e;
}

#pagenavigation li.current_page_item a, #linknavigation li.current_page_item a {
	color: #fff;
	background: url(images/topc.gif) repeat-x #454545;
	border-left: 1px solid #8b8b8b;
	border-right: 1px solid #8b8b8b;
	text-shadow: 1px 1px #2f2f2e;
}

#pagenavigation li.current_page_item a:hover, #linkavigation li.current_page_item a:hover {
	color: #fff;
	background: url(images/topc.gif) repeat-x #454545;
	/*border-left: 1px solid #8b8b8b;*/
	/*border-right: 1px solid #8b8b8b;*/
	text-shadow: 1px 1px #2f2f2e;
}

#pagenavigation ul, #linknavigation ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#pagenavigation ul li a, #linknavigation ul li a {
	display: block;
	background: #FFF;
}

#pagenavigation li ul a:hover, #linknavigation li ul a:hover {
	display: block;
	background: #FFF;
}

#pagenavigation ul a, #linknavigation ul a {
	display: block;
}

#pagenavigation ul ul, #linknavigation ul ul {
	margin-top: -27px;
	display: none;
	margin-left: 0;
	margin-right: 198px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#pagenavigation li:hover ul ul, #linknavigation li:hover ul ul {
	display: none;
}
#pagenavigation li:hover ul, #linknavigation li:hover ul {
	display: block;
}
#pagenavigation ul li:hover ul, #linknavigation ul li:hover ul {
	display: block;
}
#pagenavigation li ul li, #linknavigation li ul li {
	display: block;
	width: 100%;
}

#pagenavigation li.page_item ul, #linknavigation li.page_item ul {
	border-top: 2px solid #ddd;
	width: 200px;
}

#pagenavigation li.page_item a, #linknavigation li.page_item a {
	display: block;
}

#pagenavigation li.page_item a:hover, #linknavigation li.page_item a:hover {
	display: block;
}

#pagenavigation li.page_item ul li a, #linknavigation li.page_item ul li a {
	display: block;
	text-align: right;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
}

#pagenavigation li.page_item ul li a:hover, #linknavigation li.page_item ul li a:hover {
	display: block;
	text-align: right;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #aaa;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.75em;
	font-weight: bold;
	color: #2971A7;
}

/*
Search form CSS
*/
.searchform {
	display: inline;
	margin-left: 8px;
}

.searchform fieldset {
	display: inline;
	padding-top: 4px;
}

.searchform label {
	vertical-align: middle;
	display: inline;
	margin-right: 0;
	margin-left: 5px;
	font-size: 0.75em;
	color: #9ba2b8;
	font-weight: bold;
}

.searchform input {
	vertical-align: middle;
	display: inline;
	font-size: 0.75em;
}

.searchinput {
	width: 110px;
	height: 19px;
	margin-top: 2px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 20px;
	color: #666;
	background: transparent url(images/searchfield.png) center top no-repeat;
}

.searchinputLong {
	background: transparent url(images/searchfield_long.png) center top no-repeat;
	width: 170px;
}

.searchbutton {
	background: transparent;
	width: 20px;
	height: 19px;
	margin-right: -22px;
	margin-top: -3px;
	cursor: pointer;
}

/*
Header CSS
*/
#header {
	width: 980px;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 117px;
}

#headerlogo {
	float: right;
	display: inline;
	margin-left: 0;
	margin-right: 10px;
	height: 117px;
	width: 400px;
	background: url(images/macblog1.png) right center;
}

#headerlogo a {
}

#headerad {
	float: left;
	display: inline;
	margin-right: 0;
	margin-left: 10px;
	height: 60px;
	margin-top: 22px;
}

#headerad a, #headerad img {
	display: block;
	width: 468px;
	height: 60px;
}

#register {
	float: left;
	display: inline;
	margin-top: -15px;
	font-size: 0.75em;
	font-weight: bold;
}

#register li {
	display: inline;
	padding: 5px;
}

#register li a {
	color: #999;
}

#register li a:hover {
	color: #3259d8;
}


#headerlogo h1 {
}

#headerlogo h1 a {
	display:block;
	position:relative;
	text-decoration: none;
	height: 112px;
	width: 400px;
	cursor: pointer;
}

#headerlogo span {
	visibility: hidden;
	display: block;
	float: right;
}

/*
Main Category Menu CSS
*/
#menu {
	width: 980px;
	height: 30px;
	background: url(images/menur.gif) repeat-x #c4c4c4;
	direction: rtl;
}

#menux {
	float: left;
	width: 170px;
	height: 30px;
	background: url(images/menux.gif) no-repeat left;
}

#menuy {
	float: right;
	width: 700px;
	height: 30px;
	padding-left: 0;
	padding-right: 10px;
	background: url(images/menuy.gif) no-repeat right;
}

#dmenu {
	float: right;
	height: 30px;
	border-right: 1px solid #ccc;
	z-index: 20;
	direction: rtl;
}

#dmenu li {
	float: right;
	display: block;
	height: 30px;
	border-left: 1px solid #ccc;
}

#dmenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#dmenu li a {
	display: block;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.9em;
	color: #222;
	font-weight: bold;
	text-shadow: 1px 1px #efefef;
}

#dmenu li a:hover {
	background: url(images/menuhover.gif) repeat-x #2149f3;
	color: #fff;
	text-shadow: 1px 1px #6071f5;
}

#dmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#dmenu ul li a {
	display: block;
	background: #FFF;
}

#dmenu li ul a:hover {
	display: block;
	background: #FFF;
}

#dmenu ul a {
	display: block;
}

#dmenu ul ul {
	margin-top: -26px;
	display: none;
	margin-left: 0;
	margin-right: 200px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#dmenu li:hover ul ul {
	display: none;
}

#dmenu li:hover ul {
	display: block;
}

#dmenu ul li:hover ul {
	display: block;
}

#dmenu li ul li {
	display: block;
	width:100%;
}

#dmenu li.cat-item ul {
	width: 200px;
}

#dmenu li.cat-item a {
	display: block;
}

#dmenu li.cat-item a:hover {
	display: block;
}

#dmenu li.cat-item ul li a {
	display: block;
	text-align: right;
	font-size: 0.8em;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
	font-weight: bold;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#dmenu li.cat-item ul li a:hover {
	display: block;
	text-align: right;
	font-size: 0.8em;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #3259d8;
	font-weight: bold;
	border-left: 1px solid #2971A7;
	border-right: 1px solid #ddd;
}

/*
RSS Bar CSS
*/
#rssbar {
	width: 980px;
	height: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
	background: url(images/rssbar.gif) repeat-x;
}

#rssbar .breadcrumb {
	float: right;
	height: 30px;
	line-height: 30px;
	padding-left: 0;
	padding-right: 10px;
	font-size: 0.70em;
	color: #777;
	background: url(images/rssbary.gif) no-repeat right;

}
#rssbar .breadcrumb .separator {
	background: url(images/breadcrumb_sep.png) no-repeat left top;
	height: 30px;
	width: 9px;
	padding-top: 8px;
	padding-bottom: 8px;
	/*padding-left: 5px;*/
	/*padding-right: 5px;*/
	margin-left: 8px;
}

#rssbar ul {
	float: left;
	background: url(images/rssbarx.gif) no-repeat left;
	display: inline;
	height: 30px;
	padding-right: 0;
	padding-left: 0;
}

#rssbar ul li {
	float: right;
	margin-left: 0;
	margin-right: 20px;
	display: inline;
}

#rssbar ul li a {
	height: 30px;
	line-height: 30px;
	background: url(images/lock.gif) no-repeat;
	background-position: right center;
	padding-left: 0;
	padding-right: 15px;
	font-size: 0.75em;
	font-weight: bold;
	color: #666666;
}

#rssbar ul li a:hover {
	color: #4e74f2;
}

.breadcrumb .sep {
	visibility: hidden;
}

#rssbar .rss {
	background: url(images/rss.gif) no-repeat right;
	padding: 3px 27px 3px 0;
}

/*
Featured Column CSS
*/
#featured {
	width: 980px;
	background: #FFF url(images/bg.gif) repeat-y;
	border-bottom: 4px solid #ccc;
}

#featuredleft {
	float: right;
	width: 600px;
	background: url(images/rround.gif) no-repeat top right;
}

#featuredright {
	float: right;
	width: 380px;
	background: url(images/lround.gif) no-repeat top left;
}

/*
Featured Posts CSS
*/
.featuredposts {
	width: 600px;
}

.featuredposts li {
	float: right;
	display: inline;
	text-align: center;
	/*border-left: 1px solid #eee;*/
}

.featuredposts li a {
	float: right;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 0.8em;
	font-weight: bold;
	color: #aaa;
}

.featuredposts li a:hover {
	background: url(images/tabmover.gif) no-repeat top center;
	color: #4E74F2;
}

.featuredposts li a.selected {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #666;
}

.featuredposts li a.selected:hover {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #666;
}

.featuredposts_content {
	display: none;
	border-top: 1px solid #eee;
	padding: 15px;
	width: 570px;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

.featuredposts_content .thumb img {
	float: left;
	display: inline;
	margin-left: 0;
	margin-right: 15px;
	border: 3px solid #dcebf1;
	max-width: 250px;
}

.featuredposts_content .post {
	display: inline;
}

.featuredposts_content .post h1 a {
	font-size: 1.1em;
	font-weight: bold;
}

.featuredposts_content .post h1 a:hover {
	color: #2971A7;
}

.featuredposts_content .post .time {
	color: #999;
	font-size: 0.75em;
	line-height: 2em;
}

.featuredposts_content .post .entry {
	padding-top: 5px;
	border-bottom: 1px solid #ddd;
}

.featuredposts_content .post .entry p {
	margin: 0px 0px 7px 0px;
	font-size: 0.80em;
	line-height: 1.4em;
	color: #666;
}

.featuredposts_content .post .endpost {
	padding-top: 5px;
}

.featuredposts_content .post .cat a {
	float: right;
	display: block;
	padding: 4px 8px;
	background: #999;
	font-size: 0.75em;
	color: #FFF;
	font-weight: bold;
}

.featuredposts_content .post .cat a:hover {
	background: #4E74F2;
}

.extra {
	float: left;
}

.extra li {
	display: inline;
	float: right;
	margin-left: 0;
	margin-right: 10px;
}

.extra li a {
	font-size: 0.75em;
	font-weight: bold;
}

.extra li.comments a {
	padding-left: 10px;
	border-left: 1px solid #eee;
	/*color: #2971A7;*/
}

.extra li.comments a:hover {
	/*text-decoration: underline;*/
}

/*
Featured Tabs CSS
*/
.featuredtabs {
	width: 380px;
}

.featuredtabs li {
	float: right;
	display: inline;
	text-align: center;
	/*border-right: 1px solid #eee;*/
}

.featuredtabs li a {
	float: right;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 38px;
	height: 38px;
	font-size: 0.8em;
	font-weight: bold;
	color: #aaa;
}

.featuredtabs li a:hover {
	background: url(images/tabmover.gif) no-repeat top center;
	color: #4E74F2;
}

.featuredtabs li a.selected {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #666;
}

.featuredtabs li a.selected:hover {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #666;
}

.featuredtabs_content {
	display: none;
	border-top: 1px solid #eee;
	padding: 15px;
	width: 350px;
}

@media print {
	.featuredtabs_content {
	display: block !important;
	}
}

.featuredtabs_content ul {
}

.featuredtabs_content ul li {
	border-bottom: 1px solid #eee;;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #999;
	font-weight: bold;
}

.featuredtabs_content ul li span {
	display: block;
	font-weight: normal;
}

/*
Big Column CSS
*/
#bigcolumn {
	width: 980px;
	padding-bottom: 10px;
	background: #f3fbff url(images/closeBigColumn.gif) no-repeat bottom;
}

#widecolumn {
	float: right;
	width: 640px;
	margin-left: 0;
	margin-right: 8px;
	display: inline;
}

#top_posts {
	float: right;
	width: 316px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline;
}

#recent_posts {
	float: right;
	width: 316px;
	display: inline;
}

#sidebar {
	float: right;
	width: 316px;
	margin-left: 8px;
	margin-right: 8px;
	display: inline;
}

/*
Main CSS
*/
#top_posts h2, #recent_posts h2, #sidebar h2 {
	margin-top: 10px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #333;
	background: #d8e1f0;
	padding: 2px 10px 2px 2px;
}

.box {
	background: #FFF;
	padding: 7px;
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}

.box p {
	font-size: 0.80em;
	line-height: 1.3em;
	color: #666;
	margin: 0px 0px 0px 7px;
}

.postbox {
	margin-bottom: 10px;
	background: #FFF;
	padding: 10px;
	border: 1px solid #d8e1f0;
}

.postbox p {
	font-size: 0.80em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #666;
}

.counter {
	margin-bottom: 15px;
	margin-top: 5px;
	background: #FFF;
	padding-top: 5px;
	padding-bottom: 10px;
	border-top: 1px solid #eee;
}

.counter .left {
	float: left;
}

.counter .right {
	float: right;
}

.counter span {
	padding-left: 10px;
}

.ad img, .ad a img {
	display: block;
}

/*
Top Posts CSS
*/
.top_thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 90px;
	margin-right: 0;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.top_entry {
	display: inline;
}

.top_entry h3 a {
	font-size: 0.9em;
	color: #537ce4;
}

.top_entry h3 a:hover {
	color: #2971A7;
}

.top_entry .time {
	color: #999;
	line-height: 2em;
	font-size: 0.75em;
}

.top_entry .excerpt p {
	font-size: 0.80em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #666;
}

.top_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #eee;
	float: left;
	width: 294px;
}

.top_entry .postbit li {
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

.top_entry .postbit li a {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.1em;
	/*border: 1px solid #ddd;*/
	/*background: #eee;*/
}

.top_entry .postbit li.comments a {
	background: url(images/comments.gif) no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 10px;
	border-left: 1px solid #eee;
	/*color: #2971A7;*/
}

/*
Recent Posts CSS
*/
.recent_thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 90px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.recent_entry {
	display: inline;
}

.recent_entry h3 a {
	font-size: 0.9em;
	color: #537ce4;
}

.recent_entry h3 a:hover {
	color: #2971A7;
}

.recent_entry .time {
	color: #999;
	line-height: 2em;
	font-size: 0.75em;
}

.recent_entry .excerpt p {
	font-size: 0.80em;
	line-height: 1.3em;
	text-align: justify;
	margin: 0;
	color: #666;
}

.recent_entry .postbit {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px solid #eee;
	float: right;
	width: 294px;
}

.recent_entry .postbit li {
	display: inline;
	float: left;
	margin-left: 0;
	margin-right: 10px;
}

.recent_entry .postbit li a {
	display: block;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.1em;
	/*border: 1px solid #ddd;*/
	/*background: #eee;*/
}

.recent_entry .postbit li.comments a {
	background: url(images/comments.gif) no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 10px;
	border-left: 1px solid #eee;
	/*color: #2971A7;*/
}

/*
Sidebar CSS Widgets
*/
.sidebar {
	float: right;
	width: 150px;
}

.sidebar div {
	background: #FFF;
	padding: 10px;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}

.sidebar ul li ul {
	background: #FFF;
	padding: 10px;
	border-right: 1px solid #d8e1f0;
	border-left: 1px solid #d8e1f0;
	border-bottom: 1px solid #d8e1f0;
}

.sidebar ul ul ul, .sidebar ul ul ul ul, .sidebar ul ul ul ul ul {
	background: #FFF;
	padding: 0;
	border: 0;
}

.sidebar .divadvman  {
	padding-right: 12px;
	padding-left: 12px;
}

.sidebar ul li ul li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #eee;
	background: url(images/bullet.gif) no-repeat right 2px;
	padding-left: 0;
	padding-right: 15px;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #666;
}

.sidebar ul li ul li ul li,
.sidebar ul li ul li ul li ul li {
	padding: 0;
	margin: 0;
	border: 0;
	background: url(images/bullet.gif) no-repeat right 2px;
	padding-left: 0;
	padding-right: 15px;
	font-size: 1em;
	line-height: 1.3em;
}

.rsswidget img {
	float: left;
	margin-top: 2px;
}

#twitter-box {
	background: #FFF;
	padding: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}

.twitter-list {
	font-size: 1.2em;
	line-height: 1.2em;
}

#sidebar #twitters h2 {
	background: url(images/bird.gif) no-repeat 5px center #D8E1F0;
}

/*
Subscribe RSS Form
*/
.subscribe {
	width: 294px;
}

.subscribe fieldset {
	display: inline;
	/*margin-bottom: 10px;*/
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	width: 294px;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
}

.feedinput {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #666;
	font-size: 0.80em;
}

.feedinput:focus {
	background: #fdfff4;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.feedsubmit {
	background: url(images/feedsubmit.gif) no-repeat;
	font-size: 0.80em;
	font-weight: bold;
	width: 44px;
	height: 21px;
	color: #FFF;
	cursor: pointer;
}

.feedlink {
	background: url(images/rss.gif) no-repeat right bottom;
	padding-right: 30px;
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 10px;
}

/*
Fix Corners CSS *do not touch* please!
*/
#fixcorners {
	display: block;
	width: 980px;
	height: 5px;
	background: #f3fbff url(images/lblue.gif) no-repeat left bottom;
}

#rightcorner {
	display: block;
	width: 5px;
	height: 5px;
	background: #f3fbff url(images/rblue.gif) no-repeat right bottom;
	float: right;
}

/*
Footer
*/
#footer {
	width: 980px;
	margin-bottom: 30px;
	line-height: 1.8em;
}

#footer a:hover {
	color: #3259d8;
	text-decoration: underline;
}

#required {
	display: inline;
	float: right;
	margin-left: 0;
	margin-right: 10px;
	font-size: 0.75em;
	color: #666;
}

#copyright {
	display: inline;
	float: left;
	
	margin-right: 10px;
	font-size: 0.75em;
	color: #666;
}

.cc-logo {
	float: left;	
}

/*
POST BODY CSS
*/
.postcat {
	margin-bottom: 15px;
	margin-top: 5px;
}
.postcat h4 a {
	padding: 2px 8px;
	background: #999999;
	color: #fff;
	display: inline;
}

.postcat h4 a:hover {
	background: #4E74F2;
}

.postbody {
	background: #FFF;
	padding: 10px;
	border: 1px solid #d8e1f0;
	margin-top: 10px;
}

.postbody h1, .postbody h2, .postbody h3, .postbody h4, .postbody h5, .postbody h6 {
	line-height: 1.3em;
	margin: 0px 0px 5px 0px;
}

.postbody p {
	font-size: 0.80em;
	line-height: 1.5em;
	color: #333;
	margin-top: 10px;
	margin-bottom: 5px;
}

.postbody h1 {
	font-size: 1.8em;
	color: #000;
}

.postbody h2 {
	font-size: 1.4em;
	color: #333;
}

.postbody h3 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	margin-top: 15px;
}

.postbody h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
}

.postbody h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
}

.postbody h6 {
	font-size: 0.75em;
	font-weight: bold;
	color: #577aee;
}

.postbody ol {padding-left: 20px;}
.postbody ul {margin: 5px 5px 20px 5px;}
.postbody ol {margin: 5px 5px 20px 5px;}
.postbody ul ul {margin: 5px 5px 5px 5px;}
.postbody ol ol {margin: 5px 5px 5px 5px;}

.postbody ol li {
	line-height: 1.5em;
	color: #333;
	margin-right: 30px;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody ul li {
	line-height: 1.5em;
	color: #333;
	background: url(images/bullet.gif) no-repeat right 4px;
	padding-right: 20px;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody blockquote {
	/*background: #fffced;*/
	border-right: 3px solid #dfdccb;
	margin: 15px 20px;
	padding: 0 15px;
	display: block;
}

.postbody blockquote p {
	font-size: 0.85em;
	line-height: 1.3em;
	font-weight: bold;
	color: #587ae6;
}

.postbody ins {
	color: #333;
	text-decoration: underline;
}

.postbody del {
	color: #333;
	text-decoration: line-through;
}

.postbody code {
	color: #333;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
	margin-bottom: 10px;
}

.postbody .related {
	font-size: 0.9em;
	font-weight: bold;
	color: #999;
	padding-top: 10px;
}

.catdesc p {
	color: #999;
}

/*
Results .p class
*/
.p {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 15px;
}

.p .thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 67px;
	margin-right: 10px;
	border: 3px solid #dcebf1;
}

.p .time {
	font-size: 0.75em;
	color: #999;
}

.p .excerpt {
	padding-top: 5px;
}

.p .info {
	text-align: right;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #999;
	margin-top: 5px;
}

.p .tags {
	/*background: #fdfff4;*/
	/*border: 1px solid #eee;*/
	/*padding: 5px;*/
	font-size: 0.75em;
	line-height: 1.3em;
	color: #999;
	text-transform: lowercase;
	margin-top: 5px;
}

.p .tags a {
	color: #fa8800;
	display: inline-block;
}

.p .tags a:hover {
	color: #2971A7;
}

/*
Navigation CSS
*/
.navigation {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

.navigation a {
	padding: 4px 8px;
	background: #999;
	font-size: 0.75em;
	color: #FFF;
	font-weight: bold;
}

.navigation a:hover {
	background: #4E74F2;
	color: #FFF;
}

.navleft {
	float: left;
	width: 40%;
}

.navright {
	float: right;
	width: 40%;
}

.navleft a {
	float: left;
	display: block;
}

.navright a {
	float: right;
	display: block;
}

/*
Alternative: single post ONLY SPECIFIC CSS
*/
	
.imgLeft {
	float: left;
	margin-right: 5px;
}

.imgRight {
	float: right;
	margin-left: 5px;
}

.postbody_singlepost .tags a {
	color: #fa8800;
	display: inline-block;
}

.postbody_singlepost .tags a:hover {
	color: #2971A7;
}

.postbody_singlepost .the_content {
	margin-top: 15px;
	margin-bottom: 15px;
}

.com {
	background: url(images/comments.gif) no-repeat right center;
	padding-right: 20px!important;
}

.all {
	background: url(images/eye.gif) no-repeat right center;
	padding-right: 20px!important;
}

.tags {
	background: url(images/tags.gif) no-repeat right top;
	padding-right: 20px!important;
}

.postbody_singlepost .tags {
	background: url(images/tags.gif) no-repeat right 5px;
	padding-right: 20px!important;
}

/*
Special Single Post Classes
*/
.postbody_singlepost .tags, .postbody_singlepost .time, .cc, .edit, .share, .follow, .track {
	border-top: 1px solid #eee;
	padding: 5px 0 5px 5px;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #999;
}

.share {
	background: url(images/bookmark.gif) no-repeat right center;
	padding-right: 10px!important;
}

.share a {
	font-weight: bold;
}

.follow a {
	background: url(images/rss.gif) no-repeat left;
	padding-left: 32px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
}

.track {
	font-weight: bold;
}

/*
CSS for Floating Images in Single Post View
*/
.alignleft {
	float: left;
	display: inline;
	background: #fff;
	margin-right: 15px;
	margin-bottom: 5px;
}

.alignright {
	float: right;
	display: inline;
	background: #fff;
	margin-left: 15px;
	margin-bottom: 5px;
}

.aligncenter {
	display: block;
	text-align: center;
	margin: auto;
}

.alignnone {
}

p.wp-caption-text {
	/*padding: 5px;*/
	margin-right: 5px;
	margin-top: 0;
	font-size: 0.75em;
	color: #999;
}

/*
Commenting System CSS
*/

#comments, #comments ol, #comments ol li, #comments ol li.alt {
	font-size: 100%;
}

#comments {
	padding:0;
	margin:0;
	border:0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#comments h3 {
	background: transparent url(images/comments.gif) no-repeat scroll right center;
	padding-right: 20px;
}

ol.commentlist {
	padding:0;
	margin:0;
	border:0;
	list-style-type: none;
	/*margin-bottom: 20px;*/
}

ol.commentlist li {
	border-top: 1px solid #eee;
	padding: 5px;
	margin-top: 20px;
}

ol.commentlist li.alt {
	border-top: 1px solid #eee;
	padding: 5px;
	margin-top: 20px;
}

.avatar {
	float: left;
	display: inline;
	padding-right: 5px;
}

.avatar img {
	border: 0;
}

.commentbody {
	display: inline;
}

.commentbody img {
	border:0;
	vertical-align: middle;
}

span.comment_author {
	color: #999;
	font-size: 1.3em;
	font-weight: bold;	
}

span.comment_time {
	display: inline;
	color: #999;
}

p.comment_text {
	margin-top: 15px;
	line-height: 1.4em;
}

/*
Leave a Reply form & Contact form CSS
*/
.reply, .contactform {
	background: #f6f6f6;
	border: 1px solid #eee;;
	padding: 20px;
}

.reply p, .contactform p {
	margin-top: 10px;
}

.reply fieldset, .contactform form {
	vertical-align: middle;
	display: inline;
}

.reply input, .contactform input {
	vertical-align: middle;
	display: inline;
}

.reply textarea, .contactform textarea {
	vertical-align: middle;
	display: inline;
}

.reply label, .contactform label {
	vertical-align: middle;
	display: inline;
	margin-right: 10px;
}

.contactform {
	font-size: 0.8em;
}

.replytext {
	border: 1px solid #ddd;
	width: 200px;
	padding: 5px;
	color: #3259d8;
}

.contactform input {
	border: 1px solid #ddd;
	padding: 2px;
	color: #3259d8;
}

.replytext:focus, .contactform input:focus, .contactform textarea:focus  {
	border: 1px solid #eee;
	background: #fefff7;
}

.replyarea {
	border: 1px solid #ddd;
	line-height: 1.5em;
	padding: 5px;
	width: 555px;
	height: 120px;
	color: #3259d8;
	overflow-x: auto;
	overflow-y: auto;
}

.contactform textarea {
	border: 1px solid #ddd;
	line-height: 1.5em;
	padding: 5px;
	height: 120px;
	color: #3259d8;
	overflow-x: auto;
	overflow-y: auto;
	width: 390px;
}

.replyarea:focus {
	border: 1px solid #eee;
	background: #fefff7;
}

.replybutton, #contactsubmit {
	background: #3259d8;
	text-align: center;
	padding: 2px 8px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	float: left;
}

.replybutton:hover, #contactsubmit:hover {
	background: #4E74F2;
}

.contactleft {
	text-align: right;
	width: 80px;
}

.contactright {
	width: 32px;
	margin-left: 40px;
}