/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/themes/twentyten
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Author URI: http://wordpress.org/
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header
Text Domain: twentyten
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 0;
	min-height: 350px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
	position: relative;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 1000px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: 'Open Sans', "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: 'Open Sans', "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type="submit"] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


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

/* The main theme structure */
#colophon,
#branding,
#main,
.wrapper {
	margin: 0 auto;
	width: 1000px;
}
.wrapper {
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 390px;
}
#footer-widget-area #fourth {
	margin-right: 0;
	width: 170px;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #00A054;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #ddd;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 15px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #222;
	text-decoration: none;
	font-weight: 600;
	transition: all .4s cubic-bezier(0.64,0.20,0.02,0.35);
	-webkit-transition: all .4s cubic-bezier(0.64,0.20,0.02,0.35);
}
a:visited {
	color: #222;
}
a:active,
a:hover {
	color: #f17e01;
	text-decoration: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


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

#header {
	padding: 0;
	height: 146px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
	width: 100%;
}
#header .wrapper {
	position: relative;
	height: 146px;
}
#site-title {
	float: left;
	margin: 15px 0 0 5px;
	width: 875px;
}
#site-title a {
	color: #222;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 5px 0 0;
	width: 80px;
}

/* This is the custom header image */
#branding img {
	display: block;
	float: left;
}


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

#access {
	display: block;
	margin: 0 auto;
	width: 715px;
	position: absolute;
	left: 165px;
	bottom: 0;
}
#access .menu-header,
div.menu {
	font: normal 12px arial;
	width: 715px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	border-right: 1px solid #ddd;
}
#access a {
	color: #000;
	display: block;
	line-height: 32px;
	padding: 0 13px;
	text-decoration: none;
	transition: all .4s cubic-bezier(0.64,0.20,0.02,0.35);
	-webkit-transition: all .4s cubic-bezier(0.64,0.20,0.02,0.35);
	font-weight: 400 !important;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 32px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
/*#access ul li#menu-item-49 ul {
	left: -85px;
}*/
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #F17E01;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color: #fff !important;
	border-bottom: 1px solid #FA9527;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #f17e01;
	color: #fff;
}
#access ul ul li:hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	background: #f17e01;
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current_page_ancestor a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	background: #f17e01;
	color: #fff;
}

#access ul ul li.current_page_item > a,
#access ul ul li.current_page_ancestor > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	background: #333;
	color: #fff;
}
* html #access ul ul li.current_page_item a,
* html #access ul ul li.current_page_ancestor a,
* html #access ul ul li.current-menu-ancestor a,
* html #access ul ul li.current-menu-item a,
* html #access ul ul li.current-menu-parent a,
* html #access ul ul li a:hover {
	background: #333;
	color: #fff;
}

#menu-item-580 {
	border-right: none !important;
}
/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	padding: 40px 0 0 0;
}
.home #main {
	padding: 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #555;
	font-size: 13px;
	line-height: 1.4em;
}
#content p {
	text-align: justify;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 15px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 18px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #222;
}

#content h1 {
	color: #00a650;
	line-height: 1.5em;
	font: normal 800 24px 'Open Sans';
	margin: 0 0 20px 0;
}

#content h2 {
	color: #222;
	line-height: 1.5em;
	font: normal 800 18px 'Open Sans';
	margin: 0 0 18px 0;
}

#content h3 {
	color: #222;
	font: normal 800 18px 'Open Sans';
	margin: 0 0 18px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#content h3 span {
	display: inline;
	padding: 10px 0 5px 0;
	border-bottom: 5px solid #f17e01;
}
#content h4 {
	color: #222;
	line-height: 1.5em;
	margin: 0 0 6px 0;
	font: normal 600 16px 'Open Sans';
}
#content h5,
#content h6 {
	color: #222;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}

.page-id-24 #content table {
	border: none !important;
	border-spacing: 10px !important;
}

#content tr th,
#content thead th {
	color: #222;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding: 5px 9px;
	background: #00A65A;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content tr td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	color: #222;
}
.page-id-24 #content tr td {
	border: none !important;
	padding: 15px !important;
	background: none !important;
}
#skill tr td, #skill tr th {
	padding: 5px 0px;
}
#skill tr th {
	font-weight: 600 !important;
}
#content tr.odd td {
	background: #E8F5F0;
}
#content tr.spe td {
	background: #222;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.page-id-24 #content tr.spe td {
	background: #222 !important;
	
}
.hentry {
	margin: 0 0 18px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 18px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #777;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {	
	color: #222;
	line-height: 1.5em;
	font: normal 800 24px 'Open Sans';
	margin-bottom: 5px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #222;
	text-decoration: none;
	font: normal 800 24px 'Open Sans';
}
.entry-title a:active,
.entry-title a:hover {
	color: #f17e01;
}
.entry-meta, .entry-utility {
	color: #777;
	font-size: 12px;
	display: none;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
.home .entry-content,
.home .entry-summary {
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #777;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	line-height: 48px;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #777;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


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

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


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

.navigation {
	color: #777;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #777;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: none;
}
#nav-below {
	margin: -18px 0 0 0;
	display: none;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #777;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #777;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #777;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #777;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #777;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin: 0 0 18px 0;
}
.widget-container .wp-caption img {
	margin: auto;
}
.widget-title {
	color: #222;
	font: normal 800 18px 'Open Sans';
	text-transform: uppercase;
}
#footer .widget-title {
	color: #c4f5db;
	font: normal 800 14px 'Open Sans';
	margin-bottom: 12px !important;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


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

#footer {
	margin-bottom: 0px;
	background: url(images/bot.gif) center top no-repeat;
	color: #7fdeac;
	font-size: 12px !important;
	line-height: 1.2em !important;
}

#footer a {
	color: #c4f5db !important;
}

#footer a:hover {
	color: #fff !important;
	text-decoration: none !important;
}

ul#menu-links {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#menu-links li {
	display: block;
	line-height: 20px;
	background: url(images/bullet.gif) left no-repeat;
	padding-left: 15px;
}

ul#menu-links li a {
	font-weight: 700 !important;
}

#colophon {
	overflow: hidden;
	padding: 80px 0 10px;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: block !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* CUSTOM CSS ================================================== */

.clear {
	padding: 0 !important;
	margin: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
	visibility: hidden !important;
	clear: both !important;
}

.hfeed {
	width: 100%;
	left: 0;
	background: #ecf9e7;
}

.top {
	width: 100%;
	height: 39px;
	background: #00a65a;
	clear: both;
	left: 0;
}

.menu-top-container {
	padding: 0 0 0 80px;
	float: left;
	width: 405px;
	height: 39px;
}

.menu-top-container ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.menu-top-container ul li {
	padding: 0 !important;
	margin: 0 !important;
	float: left;
	font: normal 11px arial;
	text-transform: uppercase;
	background: url(images/top.gif) right 15px no-repeat;
}

.menu-top-container ul li a {
	padding: 0 9px !important;
	margin: 0 !important;
	display: block;
	line-height: 39px !important;
	text-decoration: none;
	color: #fff;
	transition: all .4s cubic-bezier(0.64,0.20,0.02,0.35);
	-webkit-transition: all .4s cubic-bezier(0.64,0.20,0.02,0.35);
}

.menu-top-container ul li a:hover {
	color: #222;
}

#google_language_translator {
	height: 37px !important;
	min-height: 37px !important;
	float: left;
	margin-top: 2px;
}

#banner {
	width: 1000px;
	margin: 24px auto;
	padding: 0;
	display: none;
}

.home #banner {
	display: block !important;
}

.bann {
	width: 667px;
	float: left;
	height: 313px;
	padding: 0 0 33px 0;
	background: url(images/banner-bg.png) 0 0 no-repeat;
}

.news {
	width: 268px;
	float: right;
	height: 293px;
	padding: 10px 20px 43px;
	background: url(images/news.png) 0 0 no-repeat;
}

.news h3 {
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	line-height: 40px !important;color: #222;
	font: normal 800 18px 'Open Sans';
}

.stories .wrap {
	height: 216px;
	border-bottom: 1px solid #08703c;
	margin: 0 13px;
	padding: 0;
}

.stories h4 {
	padding: 0;
	margin: 0;
	font: normal 700 14px 'Open Sans';
	color: #fff;
	display: block;
	line-height: 40px !important;
	clear: both;
}

.stories h4 a {
	font: normal 700 14px 'Open Sans';
	color: #fff;
	text-decoration: none;
	transition: all .4s cubic-bezier(0.64,0.20,0.02,0.35);
	-webkit-transition: all .4s cubic-bezier(0.64,0.20,0.02,0.35);
}

.stories h4 a:hover {
	color: #f17e01;
}

.metaslider .caption-wrap {
	opacity: 1 !important;
	background: #0a7d44 !important;
	padding: 5px 0;
}

.home .entry-title {
	display: none !important;
}

.blocks {
	padding: 58px 15px 10px;
	width: 303px;
	float: left;
	text-align: center;
}
.blocks p {
	text-align: center !important;
}
.blocks h2 {
	font: normal 800 24px 'Open Sans';
	display: block;
	line-height: 60px !important;
	padding: 0 !important;
	margin: 0 !important;
	clear: both;
}

.who {
	background: url(images/who.png) center top no-repeat;
}

.mission {
	background: url(images/mission.png) center top no-repeat;
}

.what {
	background: url(images/what.png) center top no-repeat;
}

.blocks a {
	font-size: 12px !important;
}

.tabs {
	padding: 15px 10px 0;
	width: 303px;
	float: left;
	text-align: center;
}
.tabs p {
	text-align: center !important;
}

.aajeevika {
	margin: 15px 0 30px; 0;
	clear: both;
	display: block;
	background: #f17e01;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	height: 130px;
	color: #fff;
}

.aajeevika .aj-logo {
	margin: 0;
	padding: 0;
	width: 185px;
	height: 130px;
	background: #fff;
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	float: left !important;
}

#content .aajeevika p {
	font: normal 700 13px 'Open Sans';
	color: #fff;
	padding: 10px 0 0;
	margin: 0 20px 0 0 !important;
}

.aj-content {
	width: 790px;
	font: normal 800 13px 'Open Sans';
	float: right;
	margin: 0 !important;
	padding: 5px 0 0 0 !important;
}

.aj-content a {
	font: normal 800 13px 'Open Sans' !important;
}

.aj-content a:hover {
	color: #fff !important;
}

.lt {
	float: left;
	clear: left;
}

.rt {
	float: right;
	clear: right;
}

.con {
	width: 645px;
}

.side {
	width: 282px;
	background: #fff;
	padding: 15px 24px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.flex-viewport .slides li {
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	overflow: hidden !important;
}

.conbox {
	width: 310px;
	padding: 0;
	margin: 0;
}

.conbox p {
	font: normal 400 12px 'Open Sans';
	color: #222;
}

.conbox img {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.menu-branding-container {
	width: 76px !important;
	padding-left: 88px !important;
	padding-right: 6px;
}
.menu-social-container {
	height: 22px !imporatnt;
	width: 150px;
	float: left;
	margin: 8px 0;
}
.menu-branding-container ul, .menu-social-container ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}
.menu-social-container ul li {
	float: left;
	display: block;
	margin-left: 8px;
}

.ssba a img, .menu-social-container ul#menu-social li a img {
	opacity: 0.6 !important;
	transition: all .4s cubic-bezier(0.64,0.20,0.02,0.35);
	-webkit-transition: all .4s cubic-bezier(0.64,0.20,0.02,0.35);
}

.ssba a img:hover, .menu-social-container ul#menu-social li a img:hover {
	opacity: 1 !important;
}

.scroll {
	width: 35px;
	height: 18px;
	position: absolute;
	left: 50%;
	top: 10px;
	margin-left: -18px;
}

.scroll a {
	outline: 0;
}

.wpsp_detail h3, .wpsp_detail h3 a {
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	line-height: 1.8em !important;
	font: normal 600 12px 'Open Sans' !important;
	border: none !important;
	color: #000 !important;
}

.wpsp_detail p {
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	line-height: 1.4em !important;
	font: normal 400 12px 'Open Sans';
	color: #888 !important;
}

.wpsp_detail {
	border-bottom: 1px solid #eee;
	padding: 5px 0 !important;
	margin-bottom: 0 !important;
}

.news h5 {
	font: normal 700 14px 'Open Sans';
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	line-height: 40px !important;
}

.widget_menu_sl ul, .menu-procurement-container ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.widget_menu_sl ul li, .menu-procurement-container ul li {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.widget_menu_sl ul li a, .menu-procurement-container ul li a {
	font: 800 12px 'Open Sans';
	display: block !important;
	background: #F17E01 !important;
	color: #ffffff;
	text-shadow: none;
	margin: 5px 0 0 !important;
	padding: 0px 40px 0px 8px !important;
	line-height: 32px !important;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-transform: uppercase;
}

.widget_menu_sl ul li a:after, .menu-procurement-container ul li a:after {
	background-color: #252a31;
	content: url(images/ar.gif);
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 35px;
	text-align: center;
	line-height: 32px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow: hidden;
}

.widget_menu_sl ul li a:hover, .widget_menu_sl ul li.current_page_item a, .menu-procurement-container ul li a:hover, .menu-procurement-container ul li.current-menu-item a {
	background: #222 !important;
	color: #fff;
	background-image: none !important;
	text-decoration: none;
}

.widget_menu_sl ul li a:hover:after, .menu-procurement-container ul li a:hover:after {
	width: 0px;
}

.wpcf7-text, .wpcf7-date {
	background: #fff !important;
	border: 1px solid #ddd !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	padding: 8px 10px !important;
	color: #777 !important;
	width: 300px !important;
	margin-bottom: 15px !important;
}
.wpcf7-captchar {
	background: #fff !important;
	border: 1px solid #ddd !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	padding: 8px 10px !important;
	color: #777 !important;
	width: 50px !important;
	margin-bottom: 15px !important;
	margin-top: 10px !important;
}

img.wpcf7-captchac {
	padding: 8px !important;
	float: left;
	clear: left;
	margin-top: 10px !important;
}
.wpcf7-select {
	background: #fff !important;
	border: 1px solid #ddd !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	padding: 8px 10px !important;
	color: #777 !important;
	width: 322px !important;
	margin-bottom: 15px !important;
}
.widget_archive select {
	background: #fff !important;
	border: 1px solid #ddd !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	padding: 8px 10px !important;
	color: #777 !important;
	width: 240px !important;
	margin-bottom: 15px !important;
}
.wpcf7-textarea {
	background: #fff !important;
	border: 1px solid #ddd !important;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	padding: 8px 10px !important;
	color: #777 !important;
	width: 300px !important;
	margin-bottom: 15px !important;
	height: 50px;
}

.wpcf7-submit {
	margin: 0px !important;
	font: bold 14px arial !important;
	color: #fff !important;
	height: 29px !important;
	background: #F17E01 !important;
	border: none !important;
	display: block !important;
	cursor: pointer;
	padding: 0 20px;
	float: left;
	transition: all 0.5s ease 0s;
}


.wpcf7-submit:hover {
	background: #333 !important;
}

ul#eb {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

ul#eb li {
	padding: 0 !important;
	margin: 0 20px 40px !important;
	float: left;
	width: 200px !important;
	display: block;
	text-align: center !important;
}

ul#eb li img {
	padding: 0 !important;
	margin: 0 0 3px !important;
	width: 200px !important;
	height: 258px !important;
}

span.meta-sep, span.edit-link, span.comments-link {
	display: none;
}

.category .post {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

#lbCaption {
	/* display: none !important; */
}

.page-id-22 #lbCaption {
	display: block !important;
}
.ngg-albumoverview .ngg-album-compact {
	width: 170px !important;
	height: 166px !important;
	margin: 0 18px 18px 0 !important;
	padding: 0 !important;
	border: 1px solid #999;
	background: #333;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	transition: all 0.5s ease 0s;	
}
.ngg-albumoverview .ngg-album-compact:hover {
	width: 170px !important;
	height: 166px !important;
	margin: 0 18px 18px 0 !important;
	padding: 0 !important;
	border: 1px solid #F17E01;
	background: #F17E01;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}
.ngg-album-compactbox:before, .ngg-album-compactbox:after {
	border-bottom: none !important;
	border-radius: 0 !important;
	bottom: 0 !important;
}
.ngg-albumoverview .ngg-album-compactbox {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	bottom: 0 !important;
}

.ngg-albumoverview .ngg-album-compactbox .Thumb {
	width: 170px !important;
	height: 125px !important;
	border: none !important;
}
#content .ngg-albumoverview .ngg-album-compact h4 {
	font: normal 600 12px 'Open Sans' !important;
	margin: 0 !important;
	text-align: center !important;
	text-transform: uppercase !important;
	line-height: 36px !important;
	color: #fff !important;
}
.ngg-album-compact h4 .ngg-album-desc {
	height: 36px !important;
	max-width: 170px !important;
	color: #fff;
}

.ngg-album-compact p {
	display: none !important;
}

.wpsp_readmore {
}

#the_container {
	margin-bottom: 10px !important;
	margin-top: -12px !important;
}

#Hide_Marquee{ display: none !important; }

#marquee_content span { padding: 0 40px; background: url(images/new_animated.gif) left no-repeat;}

.search-box{
	margin: 6px 5px;
	width: 205px;
	float: left;
}

.search-box input#s{
	width: 112px;
	height: 26px;
	line-height: 26px;
	border: none;
	background: #fff;
	float: left;
	font: normal 400 12px 'Open Sans';
	color: #666;
	padding: 0 5px;
	outline: 0;
}

.search-box input#searchsubmit{
	width: 82px;
	height: 26px !important;;
	line-height: 26px !important;;
	margin:0;
	padding:0 !important;
	background: #145034;
	font: normal 12px Helvetica !important;
	color: #fff;
	float: left;
	display: block;
	border: none;
}

.side h5, .side h5 a {
	font: normal 800 14px 'Open Sans' !important;
	line-height: 30px !important;
	margin-bottom: 0 !important;
}