/*
	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
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: Jasper Goss
	Author Site	: http://asianfoodworker.net/hindi/
	Style Name	: AFW-Hindi
	Style URI	:
	Version		: 2.0
	Comments	:
*/

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: 1px solid #000;
	border-top: none;
	clear: both;
	}
	
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 140px;
	background: #FFFFFF;
	}
	
.content {
	padding: 0 20px;
	}	
	
#header .description { /* Description in header */
	font-size: 1em;
	margin-right: 48px;
	margin-top: -5px;
	text-align: right;
	}

#header .indonesia {
	position: absolute;
	left: 622px;
	top: 99px;
	width: 48px;
	height: 17px;
	cursor: pointer;
	border: 0px;
	}	

#header .chinese {
	position: absolute;
	left: 672px;
	top: 99px;
	width: 31px;
	height: 17px;
	cursor: pointer;
	border: 0px;
	}

#header .english {
	position: absolute;
	left: 705px;
	top: 99px;
	width: 38px;
	height: 17px;
	cursor: pointer;
	border: 0px;
	}
	
#header .nihon {
	position: absolute;
	left: 747px;
	top: 99px;
	width: 40px;
	height: 17px;
	cursor: pointer;
	border: 0px;
	}
	
#header .hangul {
	position: absolute;
	left: 789px;
	top: 99px;
	width: 39px;
	height: 17px;
	cursor: pointer;
	border: 0px;
	}
	
#header .siam {
	position: absolute;
	left: 832px;
	top: 99px;
	width: 25px;
	height: 17px;
	cursor: pointer;
	border: 0px;
	}	
	
#header .urdu {
	position: absolute;
	left: 862px;
	top: 99px;
	width: 30px;
	height: 17px;
	cursor: pointer;
	border: 0px;
	}	
	
#primary {
	position: relative;
	float: left;
	width: 500px;
	padding: 10px;
	}
	
* html #primary {
	display: inline;
	}

.columns-three #primary {
	margin-left: 170px;
	padding: 10px;
	}

.columns-one #sidebar-1,
.columns-one #sidebar-2 {
	width: 240px;
	padding: 0 10px;
	}

.columns-one .secondary {
	border-top: 1px solid #eee;
	}

.columns-two #sidebar-1,
.columns-three #sidebar-1 {
	width: 200px;
	padding: 10px 10px 0;
	left: 5px;
	}

.columns-two #sidebar-2 {
	width: 200px;
	padding: 0 10px;
	}

.columns-three #sidebar-2 {
	width: 150px;
	padding: 10px;
	left: -745px;
	margin-left: -170px;
	}

.secondary {
	float: left;
	font-size: 1.0em;
	line-height: 1.3em;
	color: #666;
	position: relative;
	}
	
.secondary div {
	margin: 0px;
	}	

.comments {
	text-align: left;
	padding: 30px 0 0;
	position: relative;
	}
	
ul.menu li.current_page_item {
	display: none;
	}
	
ul.menu li.page_item {
	display: none;
	}	
	
#rss-1, #rss-482759471, #phplist-integration {
	background: #efefef;
	padding: 10px;
	margin-bottom: 10px;
	}
	
input[type="text"], textarea {
	width:60%;
	font-size: 1em;
	}

#contactsubmit {
	font-size:0.9em;
	}

#search {
	margin-top:0;
	font-size: 0.9em;
	}
	
#s {
	width: 60%;
	}	
	
#searchsubmit {
	font-size:1em;
	}	
	
#text-2 {
	background: #FFFF99;
	margin-bottom: 10px;
	padding: 10px;
	}
	
#text-392616681	{
	margin-bottom: 10px;
	}
	
.secondary ul ul, .secondary ol ol, .secondary div div {
	margin:0px;
	}
	
.secondary ul ul ul, .secondary ol ol ol, .secondary div div div {
	margin:0px;
	}
	
#cat, .archive-list {
	font-size: 0.9em;
	}	
	
h1 { /* H1 is the title in the header */
	font-family: Arial, Sans-Serif;
	font-size: 4em;
	}
	
h2 {
	display:block;
	font-size:1.5em;
	font-weight:normal;
	margin-bottom:5px;
	padding:0;
	}	

h5 {
	font-family: Arial, Sans-Serif;
	font-size:1.2em;
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color:#2E5C91;
	padding-left: 8px;
	font-weight:bold;
	}	
	
.blog-title {
	font-size: 4em;
	font-weight:bold;
	letter-spacing: -1px;
	padding: 25px 48px 0;
	text-align:right;
	}		
	
.hentry {
	margin: 0 0 30px;
	position:relative;
	}
	
#related-posts ul {
	list-style: none;
	padding:0px;
	background: #FFFF99;
	margin-bottom: 10px;
	padding: 10px;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color:#2E5C91;
	padding-left: 8px;
	}
	
.entry-title {
	font-family:Arial;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	border-left-style: solid;
	border-left-width: 6px;
	border-left-color:#2E5C91;
	padding-left: 8px;
	}	
	
.wp-caption .wp-caption-text {
	margin:4px 0 2px;
	font-size:0.9em;
	font-style:italic;
	}	
	
.meta-start {
	display:none;
	}	
	
.entry-head .entry-meta {
	background:none;
	min-height:16px;
	padding-left:0;
	}
	
.entry-author address {
	display:none;
	}
	
.commentslink {
	display:none;
	}	
	
.entry-content {
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: left;
	color: #444;
	}

.comments {
	display:none;
	}

.entry-comments {
	display:none;
	}

#nav-above.navigation {
	display:none;
	}
	
#footer {
	font-size: 0.7em;
	}
	
.footerpoweredby {
	display:none;
		}					
	
/* Print Styles */
@media print {
body { 
	background:white; 
	color:black; 
	margin:0; 
	}
	
#content { display:block;
	margin-left:0; 
    float:none; 
    width:auto;
	font-size: 2em; 
	}
	
.columns-three #sidebar-1 { 
	display:none; 
	}
	
.columns-three #sidebar-2 { 
	display:none; 
	}
	
.columns-three #primary {
	margin-left: 10px;
	padding: 10px;
	}
	
#primary {
	position: relative;
	float: left;
	width: 700px;
	padding: 10px;
	}
	
#header { 
	display:none; 
	}
	
#footer { 
	display:none; 
	}
	
.navigation .left, .navigation .right { 
	display:none; 
	}

#page { 
	border:none; 
	}
}	
