/*   
Theme Name: K2 Geek
Description: A Child Theme of K2
Template: k2
*/
@import url(../k2/style.css);

hr.geek {
	display: block;
	}

/* Basic Typography */

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, Sans-Serif;
	}

h1, .blog-title, h2, h3 {
	font-family: Verdana, Sans-Serif;
	clear: both;
/*	font-family: "Trebuchet MS", Verdana, Sans-Serif; LW */
	}

.blog-title {
	font-family: Verdana, Sans-Serif;
	display:none;
/*	font-family: "Trebuchet MS", Verdana, Sans-Serif; LW */
	}


h4, h5, h6 {
	font-family: Verdana, Sans-Serif;
	clear: both;
	}

/* Main Menu in Header */

body {
	font-size: 70%; /* Resets 1em to 10px */
	color: #444;
	background: #eee;
	text-align: center;
	}

.headermenu {
	position: absolute;
	white-space: nowrap;
	bottom: 0;
	margin: 0 20px;
	}

.headermenu > ul {
	float: left;
	}

.headermenu li {
	list-style: none;
	}

.headermenu li a {
	display: block;
	outline: none;
	}

.headermenu li a:hover {
	text-decoration: none;
	}

.headermenu > ul > li { /* Top Menu Items */
	float: left;
	}

.headermenu > ul > li > a { /* Top Menu */
	margin-left: 5px;
	padding: 5px 7px;
	color: #ffd700; /*gold*/
/*	color: #990099;*/
/*	background:#FFFFFF;*/
	background:#990099;
	font-size:1.2em;
	/*color: #006600;*/
	/*	color: #fff;*/
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
/*	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;*/
	-moz-border-radius: 3px; /*shortcode*/
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}

.headermenu > ul > li.current_page_ancestor > a,
.headermenu > ul > li.current_page_item > a {
	color: #333;
	background:#ffd700; /*gold*/
/*	background: #fff;*/
	font-weight:bold;
	text-decoration:underline;
	font-size:1.2em;
/*	border-top-width:1px;
	border-top:solid;	
	border-top-color:#444;
	border-left-width:1px;
	border-left:solid;	
	border-left-color:#444;*/
	}

.headermenu > ul > li:hover > a,
.headermenu > ul > li.sfHover > a { /* Top level hover*/
	color: #eee;
	background-color: #333;
	}

.headermenu > ul > li.has_children > a { /* Top level parent */
	padding-right: 18px;
	position: relative;
	}

.headermenu > ul > li.current_page_ancestor.has_children > a:after,
.headermenu > ul > li.current_page_item.has_children > a:after {
	background: url('../images/arrows.png') no-repeat left top;
	}

.headermenu > ul > li.has_children:hover > a:after,
.headermenu > ul > li.has_children.sfHover > a:after,
.headermenu > ul > li.has_children > a:after { /* Dropdown indicators */
	position: absolute;
	right: 5px;
	top: 10px;
	height: 4px;
	width: 7px;
	content: '';
	background: url('../images/arrows.png') no-repeat left bottom;
	}

.headermenu > ul > li > ul { /* Child Menus */
	left: -999em;
	position: absolute;
	z-index: 50;
	max-width: 40em;
/*	max-width: 20em;*/
	margin-left: 5px;

	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
	
	background: #f3f3f3;
	border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	}

.headermenu > ul > li.sfHover > ul,
.headermenu > ul > li:hover > ul { /* Show submenu when hovering parent */
	left: inherit;
	}

.headermenu li li a { /* Submenu links */
	color: #333;
	padding: .6em 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	}

.headermenu li li a:hover { /* Child hover */
	background: #ddd;
	background: rgba(0, 0, 0, .1); /* To accomodate the gradient background in modern browsers */
	}

.headermenu li li li a { /* Indent 3rd child */
	padding-left: 2em;
}

.headermenu > ul > li > ul > li:first-child > a { /* First child 2nd level */
	border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 3px;
	}

.headermenu > ul > li > ul > li:last-child > a:last-child { /* Last child 2nd level */
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}

.headermenu ul ul li:last-child ul li:last-child a:last-child { /* Last child 3rd level */
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	}

.wp-post-image {
	padding-top: 0px;
}

.entry-content {
color:#444444;
font-size:1.2em;
line-height:1.5em;
}

.entry-footer {
color:#444444;
font-size:1.2em;
line-height:1.5em;
}

.entry-content ol li, .entry-content ul li {
margin:0 0 6px;
padding:0;
}

.entry-title, h3 {
/*font-size:2.4em;*/
font-size:2em;
font-weight:normal;
}

.entry-content .alignleft, img[align="left"] {
display:none; /*disable post thumbnail in tag page*/
float:left;
margin:0 8px 4px 0;
}

.page-head h1 {
font-size:2.2em;
}

body.page .entry-content h4 {
display:block;
font-size:1.2em;
font-weight:bold;
padding:5px 0 5px;
}

body.page .entry-footer h4 {
display:block;
font-size:1.5em;
padding:5px 0 5px;
}
body.page .entry-content h3 {
display:block;
font-size:1.7em;
padding:10px 0 5px;
margin-top:5px;
}

/* Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #444;
	background: #eee;
	text-align: center;
	}

body.lang-ar,
body.lang-fa,
body.lang-he,
body.lang-hi,
body.lang-km,
body.lang-ko,
body.lang-ja,
body.lang-th,
body.lang-zh {
	font-size: 75%; /* Resets 1em to 12px, for internationalized K2s */
	}

#page {
	background: #fff;
	}

#page {
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}

.columns-one #page,
.columns-one.smartposition #rollingarchivesbg {
	width: 560px;
	}

.columns-two #page,
.columns-two.smartposition #rollingarchivesbg {
/*	width: 780px;*/
	width: 950px;
	}

.columns-three #page,
.columns-three.smartposition #rollingarchivesbg {
	width: 950px;
	}

#header {
	position: relative;
	height: 200px;
	background: #3371A3;
	background-position: top right;
	background-repeat: no-repeat;
	}

.wrapper {
	padding: 0 20px 0px;
	}

.columns-two .secondary {
	float: right;
	}

.primary {
	position: relative;
	float: left;
/*	width: 520px;*/
	width: 625px;
	padding: 10px 0;
	}

body.showrollingarchives .primary { /* Flush RA with header */
	padding-top: 0;
}

body.home.onepageonly.rollingarchives .primary { /* No RA, so back to 10px */
	padding-top: 10px;
}


* html .primary { /* IE Hack */
	display: inline;
	}

.primary {
	margin-top: 9px;
	}

.columns-one .secondary {
	width: 240px;
	border-top: 1px solid #eee;
	}

.columns-three .secondary {
	width: 175px;
	}

.secondary {
	width: 265px; /*200 px*/
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	padding: 0 10px;
	overflow: visible;
/*	overflow: hidden;*/
	padding-bottom: 20px;
}

#widgets-sidebar-2 {
	clear: right;
	}

.comments {
	clear: both;
	text-align: left;
	margin: 30px 0 0;
	position: relative;
	}


.entry-content h4,
.entry-meta h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 5px;
	}
	
	.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 0px 0;
	}
	
h5 {
	font-size: 1em;
	font-weight: bold;
	}	
.four04 .entry-title,
body.page .content .entry-title {
	margin-left: 2px;
	text-align: center;
	margin-bottom:10px;
	}
	
.entry-title {
	margin-right: 20px;
}

.st-tags {
/*	border-left-width:thin;
	border-left-color:#000000;
	border-left-style:solid;*/
/*	border-right-width:thin;
	border-right-color:#000000;
	border-right-style:inset;*/
	margin-left:4px;
	margin-right:4px;
	padding-right:4px;
	padding-left:4px;
}

.columnleft {
	width:45%;
/*	border-right:1px solid #000;*/
/*	padding:10px;*/
	float:left;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
/*	text-align:justify;*/
	}
.columnleft a, .columnright a {
	text-decoration:underline;
	}	
.columnright {
	width:45%;
/*	border-right:1px dashed #000; */
/*	padding:10px;*/
	float:right;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
/*	text-align:justify;*/
	}
	
div.notification {
	width: 50%;
	padding:5px;
	margin-bottom:20px;
	background-color:gold;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius: 3px; /*shortcode*/
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}	