/* @override 
	http://localhost:8888/nanibaran/wp-content/themes/nani/style.css
	http://nanibaran.com/wp-content/themes/nani/style.css
*/

/*
Theme Name: Nani 
Author: Greg MacDonald
Description: A custom theme for Nani Baran.
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}

/* Block elements */
header, hgroup, footer, section, article, aside {
	display: block;
}


/* =Structure
----------------------------------------------- */

#page {
	position: relative;
}
#branding hgroup,
#main,
#site-info {
	margin: 0 auto;
	width: 960px;
}
#primary {
	float: right;
	margin: 0 0 0 -240px;
	width: 100%;
}
#content {
	margin: -54px 0 0 240px;
	padding-right: 60px;
}
#main .widget-area {
	float: left;
	overflow: hidden;
	width: 200px;
}
#colophon {
	clear: both;
	display: block;
	width: 960px;
	margin: 0 auto;
}

/* Increase the size of the content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Global
----------------------------------------------- */
body {
	padding: 0 ;
	background: #386c8b url(../nani/images/nb_bgrd.jpg) repeat-x;
}

#page {
		background: url(../nani/images/nb_head_bgrd.png) no-repeat center top;
}

body, input, textarea {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #837e70;
	line-height: 1.2;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin-bottom: .5em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	border-left: 1px solid #ccc;
	margin: 0 0 0 1px;
	padding: 0 3em;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch",Courier,monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
	padding: 0.75em 1.5em;
}
code, kbd {
	font: 13px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 11px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type=text],
textarea {
	border: 1px solid #ccc;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
#searchform #s {
	color: #999;
	background: #fff url(images/search.png) no-repeat 5px 3px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-left: 28px;	
	height: 21px;
}
#searchform #s:focus {
	color: #333;
}
#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #61090f;
	text-decoration: none;
}
a:visited {
	color: #61090f;
}
a:focus,
a:active,
a:hover {
	color: #29698b;
}

/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}


/* =Header
----------------------------------------------- */

#branding {
	line-height: 80px;
}
#branding > hgroup {
	padding: 3.4em 0 0;
}
#site-title {
	text-indent: -9999px;
}
#site-description {
	text-indent: -9999px;
}
/*#page-top{
	background: url(../nani/images/nb_pagetop_bgrd.png) no-repeat;
	height: 91px;
	
}

*/

/* =Menu
----------------------------------------------- */

#access {
	float: left;
	width: 240px;
	margin-top: 0;
	text-align: right;
	margin-bottom: 20px;
	line-height: 40px;
}
#access ul {
	list-style: none;
	margin: 0;
}
#access li {
	float: right;
	padding: 14px 40px 0px 0px;
	position: relative;
}
#access a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin: 0 16px 0 0;
	padding: 0 10px;
	float: right;
	color: #61090f;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
		background: url(../nani/images/hover-bullet.png) no-repeat center right;
	color: #296789;
}
#access ul li:hover > a{
	color:  #296789;
	-webkit-transform: translate(1em,0);
	-webkit-transition-timing-function: ease;
	-webkit-transition-duration: 400ms; 
	-moz-transform: translate(1em,0);
	-moz-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-o-transform: translate(1em,0);
	-o-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-ms-transform: translate(1em,0);
	-ms-transition-timing-function: ease;	
	-ms-transition-duration: 400ms;
	}

#access ul li:hover > ul {	
	display: block;

}



/* =Content
----------------------------------------------- */

#primary {
	padding: 0 0 0em;
	background: url(../nani/images/nb_page_tile.png) repeat-y center top;
	min-height: 450px;
}
.page-header {
	margin: 0 0 1.6em;
}
.page-title {
	color: #999;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.hentry {
	margin: 0 0 3em;
}
.single .hentry {
	margin: 0 0 1.5em;
}
.entry-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.single .post .entry-title,
article.page .entry-title {
	color: #308598;
	font-size: 24px;
	font-weight: 300;
}
.entry-title a {
	color: #000;
}
.entry-title a:hover,
.entry-title a:focus {
	color: #d54e21;
}
.sticky .entry-header .entry-meta {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.entry-meta {
	clear: both;
	color: #999;
	font-size: 12px;
}
.entry-meta a {
	color: #999;
	font-weight: bold;
}
.entry-meta a:hover,
.entry-meta a:focus {
	color: #d54e21;
}
.entry-content,
.entry-summary {
	margin: 1.6em 0 0;
}
.entry-content h1,
.entry-content h2,
.comment-content h1,
.comment-content h2 {
	color: #3f392c;
	font-weight: bold;
	margin: 0 0 0.8em;
	padding: 0.8em 0 0;
}
.entry-content h3,
.comment-content h3 {
	color: #318498;
	font-size: 18px;
	letter-spacing: 0.05em;

}
.entry-content h4,
.comment-content h4 {
	color: #000;
	font-weight: bold;
}
.entry-content h5,
.comment-content h5 {
	font-size: 12px;
}
.entry-content h5,
.comment-content h5 {
	color: #555;
	font-size: 12px;
}
.entry-content h6,
.comment-content h6 {
	color: #555;
	font-size: 11px;
}
.entry-content a,
.comment-content a {
	text-decoration: underline;	
}
a.more-link {
	font-weight: bold;
	text-decoration: none;
}
.page-link {
	background: #ddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
	font-weight: bold;
	margin: 0 0 1.6em;
	padding: .8em 1.6em;
	word-spacing: 0.25em;
}
.page-link a {
	color: #666;
	text-decoration: none;
	font-weight: 300;
}
.page-link a:hover {
}

/* Aside Posts */
.blog .format-aside,
.archive .format-aside {
	border-left: 1px solid #ddd;
	padding-left: 1.5em;
}
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* Image Posts */
.blog .format-image .entry-title,
.archive .format-image .entry-title {
	color: #999;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.blog .format-image p img,
.blog .format-image .wp-caption,
.archive .format-image p img,
.archive .format-image .wp-caption {
    margin-bottom: 0;
}


/* =Reports
----------------------------------------------- */

.documents {
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 3.2em 0;
	padding: .5em 1.5em;
	overflow: hidden;
	text-align: center;
}
.documents h2 {
	color: #999;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
figure.document {
	margin: 0;
}
figure.document a {
	background: url(images/document.png) no-repeat center top;
	display: block;
	text-indent: -9000px;
	margin: 0 auto .375em;
	width: 150px;
	height: 135px;
}
figure.document a:hover {
	background-position: center bottom;
}
figure.document figcaption {
	display: block;
	color: #999;
	margin: 0 auto;
    font-size: 12px;
	text-align: center;
	width: 150px;
}


/* =error404
----------------------------------------------- */

.error404 .post #searchform {
	background: #ddd;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.2);
	margin: 0 0 1.5em;
	padding: 40px;
	overflow: hidden;
}
.error404 .post #s {
	margin: 0 auto;
	width: 95%;
}
.error404 .widget {
	float: left;
	width: 33%;
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widgettitle {
	color: #999;
	font-size: 11px;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
}


/* =Attachments
----------------------------------------------- */


/* =Images
----------------------------------------------- */

img.size-auto,
img.size-large,
img.size-full,
img.size-medium,
img.size-thumbnail,
.attachment img {
	max-width: 100%;
	height: auto;
}
img.wp-smiley {
	margin: 0;
}
p img,
.wp-caption {
	margin-bottom: 1.5em;
}
.wp-caption {
}
.wp-caption img {
}
.wp-caption .wp-caption-text {
}


/* =Navigation
-------------------------------------------------------------- */

#primary nav {
	clear: both;
	overflow: hidden;
	margin: 0 0 1.6em;
}
#primary nav a {
	color: #999;
	font-size: 12px;
	font-weight: bold;
}
#primary nav a:focus,
#primary nav a:active,
#primary nav a:hover {
	color: #d54e21;
}
#content #nav-above {
	margin: 0 0 1.6em;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Widgets
----------------------------------------------- */

#secondary {
	padding-right: 0;
	padding-left: 0;
}
.widget {
	margin: 0 0 1.6em;
}
.widget-title {
	color: #999;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.widget ul {
	margin-left: 1em;
}
.widget ul ul {
	margin-left: 2.5em;
}
.widget ul a {
	font-weight: bold;
}


/* =Comments
----------------------------------------------- */

#comments-title,
.nocomments {
	color: #999;	
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#comments-title em {
	font-style: normal;
	font-weight: bold;
}
.commentlist {
	list-style: none;
	margin: 1.6em 0 0;
}
li.comment {
	margin: 0 0 1.6em;
	position: relative;
}
li.comment .avatar {
	position: absolute;
		top: 0;
		right: 0;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
li.comment .says {
	display: none;
}
.comment-meta {
	color: #999;
	font-size: 12px;
}
.comment-meta a {
	color: #999;
	font-weight: bold;
}
.comment-content {
	margin: 1.6em 0 0;
}
.comment-reply-link {
	color: #999;
	font-size: 12px;
	font-weight: bold;
}
.commentlist .children {
	list-style: none;
	margin: 1.6em 0 0 1.6em;
}
.children li.comment {
	border-left: 1px solid #ccc;
	margin-left: 1px;
	padding: 0 0 0 3em;
}
.pingback p {
	color: #999;
	font-size: 12px;
}
.pingback a {
	color: #999;
	font-weight: bold;
}

/* Comment form */
#respond {
	padding: 1.6em 0;
	position: relative;
}
#reply-title {
	color: #999;	
	font-size: 11px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
#cancel-comment-reply-link {
	color: #999;
	display: block;
	font-weight: bold;
	position: absolute;
		top: 1.6em;
		right: 0;
}
.comment-notes {
	margin: 1.6em 0;
}
#respond input[type=text] {
	display: block;
	width: 75%;
}
.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	color: #999;
	font-size: 12px;
}
.form-allowed-tags code {
	font-size: 11px;
}



/* =Footer
----------------------------------------------- */

#colophon {
	padding: 3em 0 2em;
	text-align: center;
	background-color: #e5e4ca;

}
#site-info {
	float: left;
	width: 48%;
	color: #848585;
	font-size: 10px;
	padding-top: 1em;
	margin-top: 0;
}
#site-info a {
	font-weight: bold;
}
#site-credit{
	float: right;
	width: 48%;
	color: #848585;
	font-size: 10px;
	text-align: center;
	padding: 1em 0.5em 0;
}

/* @group Shortcode */


.box {
	background: url(images/overlay.png) repeat;
	border: 1px solid #989152;
	padding: 20px;
	margin-bottom: 20px;
}

/* ------- Fluid Columns ------- */

.one_half {
	width: 48%;
}

.one_third {
	width: 30.66%;
}

.two_third {
	width: 65.33%;
}

.one_fourth {
	width: 22%;
}

.three_fourth {
	width: 74%;
}

.one_fifth {
	width: 16.8%;
}

.two_fifth {
	width: 37.6%;
}

.three_fifth {
	width: 58.4%;
}

.four_fifth {
	width: 67.2%;
}

.one_sixth {
	width: 13.33%;
}

.five_sixth {
	width: 82.67%;
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth {
	position: relative;
	margin-right: 4%;
	float: left;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

/* @end */