/*
	CSS files kept in the 'styles' directory can be used to
	customize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select styles from the K2 Options page in the
	'Appearance' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Sajay
	Author Site	: sajay.com
	Style Name	: wordpress.org
	Style URI	:
	Version		:
	Comments	:
*/


body
{
	background-color:#FFF;
	color:#9AAFC3;
}

a
{
	color:#93A7BD;
}

#page {
	padding-top:0px;
	/* The entire design is contained within the 'page' id */
	font-family:"Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;	
	padding-top:0px;
	border: 0px;
	background:transparent;
	}


#page .content
{
/*	border-left: #ddd 1px solid;
	border-right:#ddd 1px solid;
	border-bottom:#ddd 1px solid;
*/
}

.columns-two  #page 
{
  width:1024px;
}
	
#header {
	/* Contains the H1 and menu */
	height:100px;
	color:#666;
	background:no-repeat;
	border-bottom:#cbd3dc 1px solid;
}

#header .description
{
   padding-top:10px;
   color:#666;
   position:absolute;
   top:60px;
   left:0px;
}

#header .menu
{
	position:relative;
	font-size:14px;    
	margin:62px 0px;
	float:right;
	line-height:34px;
}

#header .menu li a {
	padding-bottom:0px;
	color:#333;
}

#header .menu li a:hover
{
   color:#FFF;
}

#header .menu .current_page_item a:hover
{
 color:#333;
}



#header .menu .current_page_item
{
/*	border-top:#c5c5c5 1px solid;
	border-left:#c5c5c5 1px solid;
	border-right:#c5c5c5 1px solid;
*/
}


#header .menu .current_page_item a
{
	background:#cbd3dc;
}


#header .blog-title
{
	display:inline-block;
	font-family:Georgia, Times, "Times New Roman", serif;
	padding-top:20px;
	color:#FFF;
}

#header .blog-title a
{
	text-decoration:none;
	font-family:"Century Gothic", AppleGothic, "Apple Gothic", sans-serif;
 
}


body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover {
	color: #333;
	background: #f6f6f6;
	text-decoration: none;
}

#primary {
	/* Contains the main column */
	   width:730px;
	}

#primary #dynamic-content .page-head
{
	padding-top: 14px; 
	padding-bottom: 14px; 
	border-top: #999999 1px solid; 
	border-bottom: #999999 1px solid; 
	background-color: #d3ecf8; 
	margin-bottom: 30px; 
	margin-top: 0px;
	color:#666;
	font-family:"Century Gothic",AppleGothic,"Apple Gothic",sans-serif;
}

#primary #dynamic-content .page-head H1
{	
	font-family:"Century Gothic",AppleGothic,"Apple Gothic",sans-serif;
}	


.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	
	color:#555;
	font-size:12px;
	}

.entry-content table
{
}

.entry-content H2
{
    Margin-top:25px;
}

.entry-title
{
    font-family: Georgia, "Century Gothic",AppleGothic,"Apple Gothic",sans-serif;
}

.entry-title a,.entry-title a:visited
{
	 color:#21759b;
   	 text-decoration:none;	
}



.entry-foot .entry-meta
{
   height:2px;
   display:block;
   background:#DDDDDD;
}


.category-tweet .entry-title {
	DISPLAY: none;
}
.category-tweet .entry-content {
	BACKGROUND: #e3f1fa; 
	TEXT-ALIGN: left; 
	LINE-HEIGHT: 1em; 
	BORDER-LEFT: #666 1px solid; 
	BORDER-TOP: #666 1px solid; 
	BORDER-RIGHT: #666 1px solid; 
	BORDER-BOTTOM: #666 1px solid; 
	PADDING-LEFT: 15px; 
	PADDING-RIGHT: 15px; 
	MARGIN-BOTTOM: 20px; 
	FONT-SIZE: 18px; 
	PADDING-BOTTOM: 5px; 
	PADDING-TOP: 5px
}
.category-tweet .entry-meta {
	BACKGROUND: #efefef;
}


#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}
.secondary .widget H4
{
	font-size:14px;
	font-weight:bold;
	color: #9AAFC3;
	margin-bottom:18px;
	border-bottom:#dedede 1px solid;
	padding-bottom:4px;	
}


.single .entry-title
{
    font-family:"Century Gothic",AppleGothic,"Apple Gothic",sans-serif;
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 5px;
    background: #fafafa;
    border-bottom: #DFDFDF 2px solid;
    border-top: #DFDFDF 2px solid;
    padding-top: 14px;
    margin-left:0px;
    margin-right:0px;
}

.single .entry-title A,
.single .entry-title A:visited
{
    color: #666;
    font-size: 24px;
}
.single .entry-head .entry-meta
{
  text-align:right;
}

.single .secondary
{
	display:none;
}

.single #primary{
	float:none;
	margin-left:auto;
	margin-right:auto !important;
}


.comments h4
{
	
}

#flickr-photo IMG
{
	width:700px !important;
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#5F5F5F')";
}
