/*
Theme Name: Glassical
Theme URI: http://www.smashingthemes.com/free-wordpress-themes/glassical/
Description: Glassical Theme is designed by SmashingThemes.com and was released via SmashingMagazine.com. Please note the SmashingThemes.com and SmashingMagazine are not affiliated. Both are two different entities.
Version: 1.0
Author: Abdullah Ibrahim
Author URI: http://www.smashingthemes.com
*/
HTML, BODY
{
	background-color: #060606;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(images/background2.jpg);
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	line-height: 1.5em;
	color: #444;
	text-align: center;
}
FORM
{
	margin: 0;
	padding: 0;
}
A
{
/*color:#6CBDDE;*/
	color: #D14640;
	text-decoration: none;
}
A:hover
{
/*text-decoration:underline;*/
}
A IMG
{
	border: none;
}
FORM
{
	padding: 0;
	margin: 0;
}
INPUT, SELECT, TEXTAREA
{
	font-family: Arial, Tahoma, Verdana;
}
H1, H2, H3
{
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}
H1
{
	font-size: 28px;
	color: #444444;
	margin: 0 0 20px;
}
H1 A
{
	color: #444444;
}
H2
{
	font-size: 23px;
	color: #1C8825;
	margin: 0 0 20px;
}
H3
{
	font-size: 15px;
	color: #219832;
	margin: 0;
}
H2 A
{
	color: #1C8825;
}
H3 A
{
	color: #159C23;
}
/*////////////////////// Layout //////////////////////*/
#pagewidth
{
	width: 980px;
	text-align: left;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
#header
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(images/header.png) no-repeat bottom left;
}
#content
{
	clear: both;
	float: left;
	width: 960px;
	padding: 30px 10px 0;
	position: relative;
	background: #FFFFFF url(images/content.jpg) repeat-y top left;
}
#content #left
{
	display: inline;
	width: 540px;
	float: left;
	margin: 0 30px;
}
#content #right
{
	position: relative;
	display: inline;
	width: 300px;
	float: right;
	margin: 0 30px;
}
#footer
{
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	background: url(images/footer.png) no-repeat top left;
	color: #FFF;
	padding-top: 20px;
}
/*////////////////////// Layout //////////////////////
////////////////////// Header, Footer and Top Navigation //////////////////////*/
#header .logo
{
	width: 280px;
	float: left;
	margin-bottom: 30px;
}
#header .logo A
{
	float: left;
	background: url(images/logo.jpg) no-repeat top left;
	width: 234px;
	height: 71px;
/*margin-bottom:30px;*/
}
#header .ad
{
	float: right;
}
#navigation
{
	position: relative;
	clear: both;
	float: left;
	width: 960px;
	margin: 0 0 10px;
	padding: 10px 10px 0;
	background: #101010;
	list-style: none;
/*position:absolute;
bottom:10px;
right:0px;*/
}
#navigation LI
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
}
#navigation LI UL
{
	z-index: 10;
	position: absolute;
	top: 31px;
	left: -9999px;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/navigation_sub.png) top left;
}
#navigation LI:hover UL
{
	left: 0px;
}
#navigation LI UL LI, #navigation LI UL LI UL LI
{
	float: left;
	width: 200px;
	position: relative;
}
#navigation LI A
{
	display: block;
	float: left;
	padding: 8px 10px 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #293;
}
#navigation LI UL LI A
{
	width: 170px;
	margin: 5px;
}
#navigation LI UL LI A:hover
{
	background: url(images/navigation.png) top left;
}
#navigation LI UL LI:hover
{
	background: none;
}
#navigation LI:hover, #navigation LI.current_page_item, #navigation LI.current_page_ancestor
{
	background: #252525 top left;
}
#navigation LI UL LI UL, #navigation LI:hover UL LI UL
{
	top: 0px;
	left: -9999px;
}
#navigation LI UL LI:hover UL
{
	left: 200px;
}
#navigation LI.rss
{
	float: right;
}
/*////////////////////// Header, Footer and Top Navigation //////////////////////
////////////////////// Main Content //////////////////////*/
.heading
{
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #E0E4CC;
}
.post
{
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E0E4CC;
}
.post H2, .post H2 A
{
	color: #1C8825;
}
.post H1, .post H2
{
	clear: left;
	margin-bottom: 15px;
	float: left;
	width: auto !important;
	width: 500px;
	max-width: 500px;
}
.post .comment_count
{
	float: right;
	width: 29px;
	height: 27px;
	background: url(images/comment.png) no-repeat top right;
	padding: 5px 0 0;
	text-align: center;
	font-weight: bold;
	margin: 0 0 15px;
}
.post .comment_count A
{
	color: #666;
	float: left;
	width: 100%;
}
.post .meta
{
	clear: left;
	float: left;
	margin: 0;
/*font-size:11px;
margin-bottom:20px;*/
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
	color: #AAA;
}
.post .meta A
{
	color: #999;
}
.post .postinfo
{
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
	width: 500px;
	background: #EEEEEE;
}
.post .postinfo H2
{
	color: #666;
	margin-bottom: 10px;
}
.post .postinfo UL
{
	float: left;
	list-style: none;
	margin: 0 0 -5px;
	padding: 0;
	width: 50%;
}
.post .postinfo UL LI
{
	clear: both;
	margin: 0 0 5px;
}
.post .postinfo UL.post-categories LI
{
	margin-bottom: 0;
	padding: 5px 0 5px 27px;
	background: url(images/folder.png) no-repeat center left;
}
.post .postinfo UL.post-categories LI A
{
	font-weight: bold;
}
.post .postinfo UL.tags LI
{
	float: left;
	clear: none;
	margin-right: 5px;
}
.post .postinfo UL.tags LI A
{
	color: #FFF;
	background-color: #D14640;
	padding: 1px 3px;
	text-transform: uppercase;
	font-size: 10px;
}
.post .postinfo UL.tags LI A:hover
{
	background-color: #FA6900;
	text-decoration: none;
}
.post .postinfo UL.post-categories, .post .postinfo UL.tags LI.first
{
	clear: left;
}
.post A.more-link
{
	clear: both;
	color: #FFF;
	float: right;
	padding: 5px 8px;
	margin-top: 15px;
	margin-bottom: 20px;
	font-size: 10px;
	text-transform: uppercase;
	background: #5AC863 url(images/more-link.jpg) no-repeat 113px 6px;
	width: 115px;
}
.post .body
{
	clear: both;
}
.post .body H1, .post .body H2, .post .body H3
{
	float: none;
	margin: 0 0 10px;
}
.post .body P, .post .body UL, .post .body OL, .post .body BLOCKQUOTE, .post .body IMG
{
	margin: 0 0 20px;
}
.post .body P, .post .body IMG
{
	padding: 0;
}
.post .body IMG
{
	max-width: 540px;
}
.post IMG.postimg
{
	width: 100%;
	margin: 0;
}
BLOCKQUOTE
{
	margin-left: 20px;
	margin-right: 20px;
	padding: 40px 30px 10px;
	border: 1px dotted #FFF;
	background: #FFF5CA url(images/quote.png) no-repeat 10px 10px;
	text-align: justify;
}
.post .body BLOCKQUOTE P
{
/*margin:0;*/
}
.post .body A
{
	font-weight: bold;
}
.post .body IMG.alignright
{
	float: right;
	margin: 0 0 10px 10px;
}
.post .body IMG.alignleft
{
	float: left;
	margin: 0 10px 10px 0;
}
.post .body IMG.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post .body A IMG.alignright
{
	float: right;
}
.post .body A IMG.alignleft
{
	float: left;
}
.post .body A IMG.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.small
{
	width: 255px;
	float: left;
	clear: none;
	margin-right: 30px;
	border: none;
}
.small .sbody
{
	clear: both;
}
.small H2
{
	font-size: 20px;
}
.small IMG.postimg
{
	margin-bottom: 0;
}
.even
{
	margin-right: 0;
}
/*////////////////////// Main Content //////////////////////
////////////////////// Paging //////////////////////*/
.paging
{
	clear: both;
	float: left;
	width: 100%;
}
.paging .prev
{
	float: left;
	width: 50%;
}
.paging .next
{
	float: right;
	text-align: right;
	width: 50%;
}
.paging DIV A
{
	float: left;
	font-weight: bold;
	padding: 7px 10px;
	margin-bottom: 30px;
	color: #FFF;
	background-color: #D14640;
}
.paging DIV A:hover
{
	text-decoration: underline;
}
.paging .prev A
{
	float: left;
}
.paging .next A
{
	float: right;
}
/*
.paging
{
clear:both;
float:left;
width:600px;
background:#F5F8E6;
margin:0 -30px;
}

.paging .prev
{
float:left;
width:50%;
}

.paging .next
{
float:right;
text-align:right;
width:50%;
}

.paging div a
{
float:left;
font-weight:bold;
padding:5px;
margin:10px 10px;
}

.paging .prev a
{
float:left;
}

.paging .next a
{
float:right;
}

////////////////////// Paging //////////////////////
////////////////////// Side Bar //////////////////////*/
#sidebar
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar H2
{
	color: #010101;
	text-align: left;
	margin-bottom: 10px;
}
#sidebar LI.widget
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}
#sidebar LI UL
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 -10px;
	padding: 0;
	list-style: none;
	width: 100%;
}
#sidebar LI UL LI
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 10px;
	color: #666;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
}
#sidebar LI UL LI A
{
	color: #666;
	float: left;
}
#sidebar LI UL LI UL.children
{
	width: 100%;
	margin: 7px 0 0;
	padding: 0;
}
#sidebar LI UL LI UL.children LI
{
	padding: 3px 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	background: url(images/child.jpg) no-repeat center left;
}
#sidebar LI UL LI UL.children LI A
{
	font-weight: normal;
/*text-transform:uppercase;*/
	color: #666;
	margin-left: 20px;
}
#sidebar .search_widget
{
	float: left;
	margin: -30px -30px 0;
	padding: 20px;
	width: 320px;
	height: 35px;
	background: url(images/search_bg.jpg) no-repeat bottom left;
}
#sidebar .search_widget #s
{
	float: left;
	background: url(images/search.jpg) no-repeat top left;
	width: 270px;
	height: 25px;
	padding: 0;
	border: none;
	padding: 10px 0 0 10px;
}
#sidebar .search_widget #sb
{
	float: left;
	background: url(images/search_button.jpg) no-repeat top left;
	width: 40px;
	height: 35px;
	padding: 0;
	border: none;
	cursor: pointer;
}
#creditsfix
{
	clear: both;
	float: left;
	width: 100%;
	height: 52px;
}
#credits
{
	float: left;
	position: absolute;
	right: 30px;
	bottom: 0px;
	width: 320px;
	height: 47px;
	padding: 0;
	margin: 0 0 5px;
	float: left;
	list-style: none;
}
#credits LI
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
}
#credits LI A
{
	float: right;
	color: #666;
	font-size: 10px;
	text-transform: uppercase;
}
#credits LI IMG
{
	vertical-align: middle;
	margin-right: 5px;
}
/*////////////////////// Side Bar //////////////////////
////////////////////// Comments //////////////////////*/
#comments
{
	clear: both;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0px;
	background: #FFF;
}
#comments A
{
/*color:#666;*/
}
#comments P.notice
{
	margin: 0 0 30px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
}
#comments .commentlist
{
	clear: both;
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
#comments .commentlist LI
{
	clear: both;
	padding: 0px;
	margin: 0 0 20px;
}
#comments .commentlist LI DIV.comment-body
{
	padding: 20px;
	background: #F5F8E6;
	background: #F8FAEF;
	background: #F7F7F7;
	background: #F5F8E6;
	border: 1px solid #E0E4CC;
}
#comments .commentlist LI.pingback DIV.comment-body, #comments .commentlist LI.trackback DIV.comment-body
{
	background: #F7F7F7;
	border: none;
}
#comments .commentlist LI DIV.comment-author .avatar
{
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	width: 50px;
	height: 50px;
	border: 5px solid #E0E4CC;
}
#comments .commentlist LI DIV.comment-author CITE
{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #D14640;
	text-transform: uppercase;
}
#comments .commentlist LI DIV.comment-author .says
{
	margin-left: 3px;
	display: none;
}
#comments .commentlist LI DIV.comment-meta
{
	margin-bottom: 10px;
	font-size: 10px;
	text-transform: uppercase;
}
#comments .commentlist LI DIV.comment-meta A
{
	text-decoration: none;
}
#comments .commentlist LI P
{
	padding: 0;
	margin: 0 0 10px;
}
#comments .commentlist LI .reply
{
	float: right;
	font-weight: bold;
}
#comments .commentlist LI .reply A
{
	float: left;
	color: #666;
	background-color: #C8CEAA;
	margin: 10px 0 0;
	padding: 5px 8px;
	text-transform: uppercase;
	font-size: 11px;
}
#comments .commentlist LI.pingback .reply, #comments .commentlist LI.trackback .reply
{
	display: none;
}
#comments .commentlist LI UL.children
{
	float: left;
	clear: both;
	list-style: none;
	padding: 0 0 0 20%;
	margin: 0;
	width: 80%;
/*background:url(images/comment_reply.jpg) top left no-repeat;*/
}
#comments .commentlist LI UL.children LI
{
	clear: both;
	float: left;
	margin: 20px 0 0;
	padding: 0;
	width: 100%;
}
#comments .commentlist LI #respond
{
	margin: 20px 0 0;
}
#comments .commentlist LI:after, #comments .commentlist LI DIV.comment-body:after, #comments .commentlist LI UL.children LI:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#comments #respond
{
	clear: both;
	margin: 0 0 30px;
	padding: 20px 20px 0;
	background: #F7F7F7;
	border: 1px solid #EEE;
}
#comments #respond .cancel-comment-reply
{
	float: left;
	margin: -10px 0 20px;
	text-transform: uppercase;
}
#comments #respond .cancel-comment-reply SMALL A
{
	float: left;
}
#comments #respond .form
{
	clear: both;
/*float:left;*/
	margin: 0;
	padding: 0;
}
#comments #respond .form P
{
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
#comments #respond .form P LABEL
{
	float: left;
	width: 35%;
	margin-top: 4px;
}
#comments #respond .form P LABEL SMALL
{
	margin-left: 5px;
	font-size: 10px;
}
#comments #respond .form .tf, #comments #respond .form TEXTAREA.tf
{
	float: right;
	width: 60%;
	padding: 7px;
	font-size: 12px;
	color: #666;
	background: #EEE;
	border-top: 2px solid #DDD;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
#comments #respond .form #submit
{
	float: right;
	padding: 5px;
	border: none;
	background: #D14640;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
/*////////////////////// Comments //////////////////////
////////////////////// Commons //////////////////////*/
UL.list
{
	margin: 0;
	padding: 0;
	list-style: none;
}
UL.list LI
{
	margin: 0 0 5px;
	padding: 0;
}
UL.list LI.gap
{
	margin-bottom: 15px;
}
/*////////////////////// Commons //////////////////////
////////////////////// Fixing Dear Mr Internet Explorer //////////////////////*/
.ie7 #comments
{
	background: none;
}
.ie7 #comments .commentlist LI DIV.comment-body
{
	display: inline-block;
}
.ie7 #comments #respond, .opera #comments #respond
{
	padding-bottom: 20px;
	margin-top: -20px;
	margin-bottom: 30px;
}
.ie7 #creditsfix
{
	height: 82px;
}
.ie7 #header
{
	z-index: 5;
}
.ie7 #navigation
{
	float: none;
}
/*////////////////////// Fixing Dear Mr Internet Explorer //////////////////////
////////////////////// Hacks //////////////////////*/
.clearfix:after
{
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/*Hides from IE-mac \*/
* HTML .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/*End hide from IE-mac
////////////////////// Hacks //////////////////////*/
