/**
Theme Name: Tempt
Theme URI: http://www.ace-media.in/
Description: A classic blog  type web 2.0 theme from <a href="http://ace-media.in">Ace Media</a>.
Version: 1.0
Author: Mohammed Ameenuddin Atif
Author URI: http://www.mygeekpal.com/
Tags: brown, custom header, fixed width, three columns, widgets
*/

/*** YUI Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{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;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}


.post h3 { font-size: 160%; margin: 10px 0; color: #F7C200; }
.post h4 { font-size: 130%; margin: 10px 0; color: #F7C200; }
h2 a { color: #F7C200; }
h3 a { color: #F7C200; }
h4 a { color: #F7C200; }

/**
 * @author Mohd Ameenuddin Atif
 * @copyright 2010
 */

body { background: #25211E url(images/bg.jpg) repeat-x top center; font-family: Arial,Helvetica,sans-serif; }

a {
    text-decoration: none;
    color: #005CB7;
}
a:hover { color: #FFFFCC; }
.clear { clear: both;}


/* nav */

#nav {
  height: 38px;
  left: 0;
  position: relative;
  top: 5px;
  width: 100%;
}

#nav, #nav ul {line-height: 1; z-index: 100;}

#nav a {
    color: #E7E7E7;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#nav a:hover {
  background: #312C29;
}

#nav li { float: left; }
#nav li ul {
    left: -999em;
    position: absolute;
    width: 200px;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

#nav li ul li a {
    background: #575452;
    color: #FFFFFF;
    font-size: 11px;
    line-height: 18px;
    width: 150px;
}

#nav li ul li a:hover {
    background: #FFFFFF;
    color: #222222;
}
#nav li ul li a {}
#nav li ul ul {
    margin: -35px 0 0 180px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
    left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
    left: auto;
}
#nav li:hover, #nav li.hover {
    position: static;
}


/* header */

#header { margin: 30px 0 20px;}

#search {
    position: absolute;
    top: 10px;
    right: 50px;
}

#search input {
    background: #26221F;
    border: 0 none;
    font-size: 11px;
    padding: 4px;
    color: #fff;
}

#logo a{
    background: url(images/logo.png) no-repeat;
    display: block;
    width: 460px;
    height: 100px;
    float: left;
    text-indent: -9999px;
}

#rss a{
    background: url(images/rss.png) no-repeat;
    display: block;
    width: 46px;
    height: 36px;
    float: right;
    text-indent: -9999px;
} 


/* grids */

#wrap {
    width: 970px;
    margin: auto;
}

.grid {
    background: url(images/grid.png) repeat;
    color: #fff;
    padding: 10px;
}

.grid2 {width: 310px; margin: 5px 10px 10px 0px; font-size: 80%;}
.single {width: 620px}
.grid2 h2 {
    font-family: Calibri, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 32px;
    font-style: italic;
    margin-bottom: 5px;
}

.grid h2 {
    margin-bottom: 10px;
    font-style: normal;
}



/* blog */

.blog {}

.blog h2 {}

.write-comment {
    float: right;
    font-size: 18px;
    display: inline-block;
    padding: 10px;
    background: #2F2F2F;
}

.ajax-post {
    padding: 0 5px 25px; 
    margin-top: 15px; 
    color: #fff;
    font-size: 80%;
}

.ajax-post h2 {
    font-size: 200%;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 125%;
    color: #F7C200;
    margin-bottom: 15px;
}

.post { 
    padding: 0 5px 25px; 
    margin-top: 15px; 
    border-bottom: 1px dashed #fff; 
}

.post ul, .ajax-post ul {
    margin: 5px; padding: 10px 5px;
}

.post p, .ajax-post p {
    margin-bottom: 10px;
}

.post li, .ajax-post li {
    padding-left: 20px; background: url(images/bullet.png) no-repeat 0% 5px; line-height: 1.8;    
}

.post h2 a {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 75%;
}

.postmeta {
    font-size: 85%;
    padding: 5px 0 20px;
    line-height: 1.5;
}

.post img {margin: 7px;}
.postimg {float: left; width: 70px; padding: 7px; background: #37322E;}
.postimg img {margin: 0;}
.ptxt {float: right; width: 185px;}



code { color: #24201D; padding: 10px; border: 1px solid #D6D6D6; background: #EFEFEF; margin: 10px 15px; font-size: 11px; display: block; }

pre {
	margin:10px auto; padding:5px 20px;
	background:#f4f1ec url(images/code.gif) repeat;
	border:1px solid #bbced7; display: block; 
    color:#24201D; font-size: 11px;
}

blockquote {
    background:#F8FBFC url(images/blockquote.gif) no-repeat scroll left top;
    border:1px solid #EDEFF0; display:block;
    color:#24201D; font-size: 11px;
    margin:10px auto; padding:5px 20px;
    width:90%;
}


/* comments */

#comments h3 {
    margin: 20px 0 10px;
    font-size: 26px;
}

img.avatar {
  float: left; padding: 0px 10px 5px;
}

.commentlist li {
  padding: 10px 10px;
  margin-bottom: 10px;
  clear: both;
}

.commentlist li.alt { background: #25211E; border: 1px solid #2F2B29; }

div.comment-text {
  padding: 5px 0px 0px;
}


span.comment-author {
  text-transform: capitalize;
  font-weight: bold;
  color: #373737;
  padding: 5px;
}


#comments p {
  padding-bottom: 10px;
}

#comments small {
  font-size: 11px;
  padding-left: 10px;
}

#comments textarea { padding: 5px; background: #25211E; border: 1px solid #2F2B29; color: #fff; }
input#author, input#email, input#url {
  padding: 5px 5px 5px 25px;
  border: 1px solid #2F2B29; color: #fff;
}

input#author { background: #25211E url(images/user.png) no-repeat 5px 50%; }
input#email { background: #25211E url(images/email.png) no-repeat 5px 65%; }
input#url { background: #25211E url(images/website.png) no-repeat 5px 50%; }

input#submit {
  padding: 5px;
}


/* widgets */
.widget ul {
    padding: 10px;
}

.widget li {
    border-bottom:1px dashed #777777;
    line-height:13px;
    padding:8px 0;
}

.widget_ad {
    margin-top: 43px;
}


.widget li a{ background: url(images/bullet.png) 0 25% no-repeat; line-height: 1.5; display: inline-block; padding-left: 20px;}
.widget_categories li a{ background-image: url(images/categs.png);}
.widget_archive li a{ background-image: url(images/archives.png);}
.widget_recent_entries li a{ background-image: url(images/recent-posts.png);}
.widget_popular_posts li a{ background-image: url(images/popular-posts.png);}
.blogroll li a{ background-image: url(images/blogroll.png);}


/* wordpress */

.aligncenter,div.aligncenter {
  display: block;  margin-left: auto;  margin-right: auto;
}

.alignleft { float: left; }

.alignright { float: right; }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}



/* donators */

#footer {
    background: #0F0F0F;
    padding: 5px;
}

	.donators {
        margin:16px 15px 0 0; padding:0;
        width:282px; height:auto;
        float:left;
	}

		a.ace:link, a.ace:active, a.ace:visited, a.ace:hover,
		a.donator:link, a.donator:active, a.donator:visited, a.donator:hover {
			margin:0; padding:0;
			width:154px; height:54px;
			background:url(images/ace.png) no-repeat top center;
			display:block; text-indent:-9999px; float:left; outline:0;
		}
		
		a.donator:link, a.donator:active, a.donator:visited, a.donator:hover {
			width:128px;
			background:url(images/function.gif) no-repeat top center;
		}


#footer .rss{
	margin:13px 15px 0 0; padding:0;
    display: block;
    width: 46px;
    height: 36px;
    float: right;
	background:url(images/rss.png) no-repeat top center;
	text-indent:-9999px; display:block; outline:0;
}