/*   
Theme Name: Geeky Ninja
Theme URI: http://geekyninja.com/ 
Description: Use this theme to start your Thematic Child Theme development.
Author: Sharninder 
Author URI: http://geekyninja.com/
Template: thematic 
Version: 1.0
*/

/* 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');

body{
	background:#9c9a84 url(images/bg.gif) repeat-x; 
	color:#555; 
	font-family:  Helvetica, Arial, sans-serif; 
}

h1, h2, h2 a, h3, h4 {
	color: #333;
}

h2.entry-title {

}

h2 {
	font-size: 24px;
}

h3 {
	font-style: normal;
	font-weight: bold;
}

a, a:visited {
	color: #cc6600;
}

a:hover {
	color: #8f4800;
}

.entry-content a, .entry-content a:visited {
        color:#CC6600 !important;
}

.entry-content a:hover{
        color:#8F4800 !important;
}

pre{
        font-family:consolas, courrier;
        background:#eee;
        border:1px #ddd solid;
        padding:5px;
        overflow-x:auto;
}

/* Typography & boxes */
.alert {
        margin: 5px 0 5px 0;
        padding: 10px;
        background: #ffffe0;
        border: 1px solid #e6db55;
}

.alert a {
        color: #cc0000;
        text-decoration: none;
}

.alert a:hover {
        color: #cc0000;
        text-decoration: underline;
}

.photo {
        display: block;
        padding: 5px;
        border-top: 1px solid #eee;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #eee;
        -moz-box-shadow: 0px 1px 4px #ccc;
        -webkit-box-shadow: 0px 1px 4px #ccc;
        box-shadow: 0px 1px 4px #ccc;
        background-color: #fff;
        margin-bottom: 10px;
}

.photo.avatar {
        padding:0;
        -moz-box-shadow: 0px;
        -webkit-box-shadow: 0px;
        box-shadow: 0px;
}


#main {
	background: #222;
	padding: 20px 0 20px 12px;
	width: 1024px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.entry-meta {
	padding: 0 0 10px;
}
.entry-content {
	padding: 10px 0 0;
}
.author-bio {
	color: #222222;
	background: #EAEAEA;
}

.akpc_report span {
	display: none;
}

#access {
	float: left;
	width: 100%;
}

#access ul{
        margin-left:-30px;
}

#access, #access .sf-menu, #access .sf-menu li, #access .sf-menu li a{
        background:none;
        border:none;
}

#access li.page-item-875{
        display:none;
}

#access .sf-menu li a{
        color:#ccc;
        font-size: 18px;
        line-height: 19px;
        font-family: Helvetica, Arial;
        font-weight: bold;
}

#access .sf-menu li a:hover {
        background-color:#1D3042;
        color:#fff;
}

#access a#fb{
        float:right;
        margin-top:5px;
}

.menu {
	width: 1024px;
}

#content {
	background: #fff url(images/contentbg.gif) repeat-x top left;
	width: 580px;
	padding: 20px
}

#branding {
	padding: 28px 0 14px;
	width: 1024px;
}

#logo-image {
	float: left;
	text-align: left;
}

#Top-Ad {
	float: right;
	text-align: right;
	height: 60px;
	width: 468px;
}

#primary {
	padding: 10px 0 0;
}

.aside {
	color: #999;
}
.main-aside {
	width: 370px;
}

#primary, #secondary {
	padding:0;
	border:0;
}

.widgetcontainer h3.widgettitle {
	font-size:22px;
	color: #ccc;
	text-shadow: #111 0 1px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 10px;
}
.widgetcontainer a, .widgetcontainer .xoxo a:visited {
        color:#999; 
}

.widgetcontainer a:hover {
        color:#fff;
}

