/*   
Theme Name: A GhazaliTajuddin.com Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: GhazaliTajuddin
Author URI: http://www.ghazalitajuddin.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/*
@font-face { 
font-family: DeliciousBold; 
src: url('http://www.ghazalitajuddin.com/wp-content/themes/ghazalitajuddin/font/Delicious-Bold.eot'); 
src: local(Delicious-Bold), 
url('http://www.ghazalitajuddin.com/wp-content/themes/ghazalitajuddin/font/Delicious-Bold.ttf') format("opentype"); }


@font-face { 
font-family: localref; 
src: url(font/Delicious-Bold.eot); 
src: local('DeliciousBold'), 
local('DeliciousBold'),  
url(ffont/Delicious-Bold.eot) format('truetype'); }

*/

@font-face {
  font-family: "GhazaliTajuddin";
  src: url("font/Delicious-Heavy.eot");
  src: local("?"),
  url("font/Delicious-Heavy.otf") format("opentype");
  }


#access{
border-bottom:0;
}


body{
background: #654844;
font-family: Georgia,serif;
}

#features{
margin:0 auto;
width:960px
clear:both;
padding:33px 0 22px;

}

#main{
padding:33px 0 22px;;

}


#wrapper{
margin-top: 4px;
background: #245f97;
}

#header, #footer{
background: #245f97;
}

#footer{
border-top:0px;
background: #654844;
}

#siteinfo{
font-family: "GhazaliTajuddin";
text-decoration: italic;
color: #ffffff;
font-size: 20px;
text-align: center;
padding:22px 0 22px;

}

#container{
width:960px;
}

#content{
width:940px;
}

#blog-title{
font-family: "GhazaliTajuddin";
color: #ffffff;
font-size: 80px;
text-shadow:0 1px #323130;
}

#blog-title a {
color:#ffffff;
font-style:italic;
}

#blog-title a:active, #blog-title a:hover {
color:#c2d7e8;
}


#blog-description {
font-family: "GhazaliTajuddin", verdana;
color:#ffffff;
font-size: 20px;
margin-top:15px;

}

.menu {
font-family: "GhazaliTajuddin", verdana;
letter-spacing: 3px; }
font-size: 15px;

}


.sf-menu{
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}

.entry-content img{
border: 1px solid #cccccc;
padding: 5px;
}

.hentry{

border:0px solid #CCCCCC;
margin:0 0 22px;
padding:44px;
background: #f8f8f8;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
}

.entry-meta {
color:#666666;
font-size:13px;
font-style:italic;
line-height:18px;
border-bottom: 1px solid #CCCCCC;
padding-bottom:15px;
}


.entry-title {
font-family:"GhazaliTajuddin", verdana;
font-size:35px;
font-style:italic;
line-height:35px;
text-shadow:0 2px #ffffff;
}

.navigation a{
color:#f8f8f8;
}

#respond{
padding:18px;
}

.sf-menu {
border-right:0px solid #CCCCCC;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
border-bottom-color:#cccccc;
}

.sf-menu li {

font-style:italic;
}

/* =PageNavi————————————————————– */

/* Use !important to override PageNavi CSS */

.wp-pagenavi {
font-family: verdana;
margin-left: 6px;
padding:0.5em 0;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
color: blue !important;
background:transparent !important;
}

.wp-pagenavi a:hover {
}

.wp-pagenavi span.pages {
background:transparent !important;
}

.wp-pagenavi span.current {
background:transparent !important;
text-decoration:underline;
font-weight:bold
}

.wp-pagenavi span.extend {
background:transparent !important;
}

.single .hentry{
padding:22px;
}


#gallery {
		margin: 10px auto;
		padding: 10px;
		width: 940px; /*790*/
	}
	#gallery ul { list-style: none; padding: 0px; margin: 0px;}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
	}
    
	#gallery ul a:hover img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#gallery ul a:hover { color: #3e3e3e; }
    
    a{
        color: #ffffff;
    }
    
