/*

Theme Name: Twenty Ten

Theme URI: http://wordpress.org/

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

Version: 1.3

License: GNU General Public License

License URI: license.txt

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

*/





/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */



*{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }



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 20px;

}

/*#primary,*/

#secondary {

	float: right;

	overflow: hidden;

	width: 220px;

}

#secondary {

	clear: right;

}



/*

LAYOUT: One column, no sidebar

DESCRIPTION: One centered column with no sidebar

*/



.one-column #content {

	margin: 0 auto;

	width: 640px;

}



/*

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', sans-serif;

}

h3#comments-title,

h3#reply-title,

#access .menu,

#access div.menu ul,

#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', sans-serif;

}

input[type=submit] {

	font-family: 'Open Sans', sans-serif;

}

pre {

	font-family: 'Open Sans', sans-serif;

}

code {

	font-family: 'Open Sans', sans-serif;

}





/* =Structure

-------------------------------------------------------------- */



/* The main theme structure */

#wrapper {

	width:100%; float:left;

}



/* Structure the footer area */

#footer-widget-area {

	overflow: hidden;

}

#footer-widget-area .widget-area {

	float: left;

	margin-right: 20px;

	width: 220px;

}

#footer-widget-area #fourth {

	margin-right: 0;

}

#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-color:#FFF;

background-image: url(images/np.png), url(images/bg.jpg);

background-position: center 95px, left top;

background-repeat: repeat-x;



}



body.home {

	background: url(images/bg-home.jpg) repeat-x 0 0 #fff;

}

body,

input,

textarea {

	color: #757575;

	font-size: 12px;

	line-height: 18px;

	font-weight:400;

}

hr {

	background-color: #e7e7e7;

	border: 0;

	clear: both;

	height: 1px;

	margin-bottom: 18px;

}



/* Text elements */

p {

	margin-bottom: 18px;

}

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;

}

input[type="text"],

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;
	margin:5px 0 0 0;
	color:#888888;

}

a:link {

	color: #0066cc;

	text-decoration:none;

}

a:visited {

	color: #743399;

}

a:active,

a:hover {

	color: #ff4b33;

}



/* Text meant only for screen readers */

.screen-reader-text {

	position: absolute;

	left: -9000px;

}





/* =Header

-------------------------------------------------------------- */



#header {

	display:block; clear:both; min-height:138px;  margin:0 0 4px;



}

#site-title {

	float: left;

	font-size: 30px;

	line-height: 36px;

	margin: 0 0 18px 0;

	width: 700px;

}

#site-title a {

	color: #000;

	font-weight: bold;

	text-decoration: none;

}

#site-description {

	clear: right;

	float: right;

	font-style: italic;

	margin: 15px 0 18px 0;

	width: 220px;

}



/* This is the custom header image */

#branding img {

	border-top: 4px solid #000;

	border-bottom: 1px solid #000;

	display: block;

	float: left;

}







/* =Content

-------------------------------------------------------------- */



#main {

	clear: both;

	overflow: hidden;

	padding: 40px 0 0 0;

}

#content {

	margin-bottom: 36px;

}

#content,

#content input,

#content textarea {

	color: #333;

	font-size: 16px;

	line-height: 24px;

}

#content p,

#content ul,

#content ol,

#content dd,

#content pre,

#content hr {

	margin-bottom: 24px;

}

#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: 21px;

}

#content code {

	font-size: 13px;

}

#content dt,

#content th {

	color: #000;

}

#content h1,

#content h2,

#content h3,

#content h4,

#content h5,

#content h6 {

	color: #000;

	line-height: 1.5em;

	margin: 0 0 20px 0;

}

#content table {

	border: 1px solid #e7e7e7;

	margin: 0 -1px 24px 0;

	text-align: left;

	width: 100%;

}

#content tr th,

#content thead th {

	color: #888;

	font-size: 12px;

	font-weight: bold;

	line-height: 18px;

	padding: 9px 24px;

}

#content tr td {

	border-top: 1px solid #e7e7e7;

	padding: 6px 24px;

}

#content tr.odd td {

	background: #f2f7fc;

}

.hentry {

	margin: 0 0 40px 0; float: left;width: 100%;

}

.home .sticky {

	background: #f2f7fc;

	border-top: 4px solid #000;

	margin-left: -20px;

	margin-right: -20px;

	padding: 18px 20px;

}

.single .hentry {

	margin: 0 0 36px 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: #888;

	text-decoration: none;

}

.page-title a:active,

.page-title a:hover {

	color: #ff4b33;

}

#content .entry-title {

	color: #000;

	font-size: 21px;

	font-weight: bold;

	line-height: 1.3em;

	margin-bottom: 0;

}

.entry-title a:link,

.entry-title a:visited {

	color: #000;

	text-decoration: none;

}

.entry-title a:active,

.entry-title a:hover {

	color: #ff4b33;

}

.entry-meta {

	color: #888;

	font-size: 12px;

}

.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:20px 0 0 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: #888;

	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;

	margin: 0 0 22px 0;

	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: #888;

	font-size: 12px;

	line-height: 18px;

}

.entry-meta a,

.entry-utility a {

	color: #888;

}

.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 {

	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;

}

.wp-caption p.wp-caption-text {

	color: #888;

	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: #888;

	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: #888;

	font-size: 12px;

	line-height: 18px;

	overflow: hidden;

}

.navigation a:link,

.navigation a:visited {

	color: #888;

	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: block;

}

#nav-below {

	margin: -46px 0 0 0;

}





/* =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: #888;

	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: #888;

}

.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: #888;

	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: #888;

	font-size: 12px;

}

#respond input {

	margin: 0 0 9px;

	width: 98%;

}

#respond textarea {

	width: 98%;

}

#respond .form-allowed-tags {

	color: #888;

	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 {

	margin: 0 0 18px 0;

}

.widget-title {

	color: #222;

	font-weight: bold;

}

.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 20px 0 0;

}

#main .widget-area ul ul {

	border: none;

	margin-left: 1.3em;

	padding: 0;

}

#primary {

}

#secondary {

}



/* Footer widget areas */

#footer-widget-area {

}





/* =Footer

-------------------------------------------------------------- */



#footer {

	width:100%;

	float:left; clear:both;

	border-top:solid 1px #fff;

}

#colophon {

}

#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 {

		float: none;

		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: none !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 ---*/

#top{ width:1028px; margin:0 auto; }

#top .page{ width:819px; float:left; }

#top .sidebar{ width:209px; float:right; background:url(images/sidebar.jpg) no-repeat 0 0; min-height:842px; text-align:center; -webkit-box-shadow: 0 -14px 30px #605f5f; -moz-box-shadow: 0 -14px 30px #605f5f; box-shadow: 0 -14px 30px #605f5f; }



#header .sub-link{ float:left; list-style:none; margin:60px 0 0; padding:0; }

#header .sub-link li{ font-size:14px; line-height:20px; font-weight:600; color:#858484; float:left; background:url(images/header-link-divider.png) no-repeat 0 center; padding:0 0 0 15px; margin:0 0 0 13px; }

#header .sub-link li.first{ padding:0; background:none; margin:0; }

#header .sub-link li a{ color:#858484; }

#header .sub-link li a:hover{ text-decoration:underline; }



#header .action-link{ float:right; list-style:none; margin:60px 0 0; padding:0; }

#header .action-link li{ font-size:14px; line-height:20px; font-weight:600; color:#858484; float:left; background:url(images/header-link-divider.png) no-repeat 0 center; padding:0 0 0 2px; }

#header .action-link li.first{ background:none; padding:0; }

#header .action-link li a{ color:#858484; margin:0 13px; }

#header .action-link li a:hover{ text-decoration:underline; }



#access { width:100%; float:left; clear:both; background:url(images/np.png) repeat-x 0 0; min-height:52px; margin:8px 3px 0 0;position:relative; }

#access ul{ margin:1px 0; padding:0; list-style:none; width:100%; float:left; }

#access ul li{ float:left; font-size:13px; line-height:48px; color:#858585; font-weight:600; text-transform:uppercase; background:url(images/nav-divider.png) no-repeat 0 center; padding:0 0 0 0;/*2px;*/ position: relative; }

#access ul li.first{ background:none; padding:0; }

#access ul li a{ color:#858585; display:block; padding:0 15px;}

#access ul li a:hover, #access ul li:hover > a, #access ul li.active a{ background:url(images/nav-hover.png) repeat-x 0 0; color:#fff; }

#access ul.sub-menu{position: absolute;

z-index: 100;

top: 47px;

width: 200px;

background: #549ad5; border-top: 1px solid #e3e9e9;}



ul.nav-menu ul.sub-menu li a{width: 200px; color: #fff !important; padding: 0 31px !important}

ul.nav-menu ul.sub-menu li{background: none !important; float: left !important;}

ul.nav-menu ul.sub-menu li a:hover{background:  url(images/nav-hover.png) repeat-x center center !important;width: 198px;}

.home-main{ width:100%; float:left; background:#fff; position:relative; }

.home-main:before{ height:476px; width:48px; position:absolute; left:-48px; top:0; content:""; background:url(images/main-shadow-left.png) no-repeat 0 0; }



#banner{ display:block; clear:both; margin:0 0 8px; border-left: 6px solid #fff; }



.featured-blocks{ display:block; clear:both; text-align:center; margin:0 0 14px; }

.featured-blocks .block{ width:247px; height:193px; background:url(images/featured-block.jpg) no-repeat 0 0; padding:8px; display:inline-block; vertical-align:top; margin:0 11px; }

.featured-blocks .block .inner{ display:block; clear:both; position:relative; }

.featured-blocks .block .inner *{ -webkit-transition:all 1s ease; -moz-transition:all 1s ease; transition:all 1s ease; }

.featured-blocks .block img{ display:block; }

.featured-blocks .block .inner .caption{ position:absolute; bottom:0; left:0; background:url(images/featured-caption.png) repeat 0 0; font-size:15px; line-height:17px; color:#fff; padding: 8px 14px; min-height:50px; text-align:left; }

.featured-blocks .block .inner a:hover .caption{ min-height:60px; }

.featured-blocks .block .inner a br{display: none;}



.partners{ width:100%; float:left; padding:6px 45px 17px 0; position:relative;}

.partners h2{ color:#549bd5; font-size:24px; line-height:30px; color:#549bd5; border-bottom:solid 2px #bebebe; font-weight:700; text-transform:uppercase; margin:0 0 11px; }





#top .sidebar a{ display:inline-block; vertical-align:top; margin:22px 0; }



#footer .top{ background:#d5d5d5; width:100%; float:left; }

#footer .top .inner{ margin:0 auto; width:1028px; }

#footer .top .inner .block{float: left;

padding: 11px 15px;

min-height: 182px;

margin: 0 15px 0 0; }



#footer .top .inner .block.first{ width:290px; padding:11px 0; }

#footer .top .inner .block.second{ width:236px; }

#footer .top .inner .block.third{ width:238px; padding-left: 0; margin-right: 0; }

#footer .top .inner .block.fourth{ width:233px; margin:0; }



#footer .top .inner .block.even{ background:#e8e8e8; }



#footer .top .inner .block h2{ display:block; clear:both; background:url(images/footer-title.png) repeat-x 0 0; font-size:13px; line-height:32px; color:#fff; font-weight:bold; text-transform:uppercase; text-align:center; border:solid 1px #5cb8e0; -webkit-box-shadow: 0 0 1px #fff inset; -moz-box-shadow: 0 0 1px #fff inset; box-shadow: 0 0 1px #fff inset; margin:0 0 8px; }



#footer .top .inner .block ul.links{ margin:0; padding:0; float:left; width:46%; }

#footer .top .inner .block ul.links + ul.links{ float:right; }

#footer .top .inner .block ul.links li{ font-size:13px; line-height:22px; font-weight:600; list-style:none; border-bottom:dashed 1px #aeaeae; }

#footer .top .inner .block ul.links li a{ color:#858585; }

#footer .top .inner .block ul.links li a:hover{ color:#65a7dc; }



#footer .top .inner .block.second p{ padding:0 10px; }



#footer .top .inner .block ul.social{ margin:0; padding:23px 0 0; text-align:center; display:block; clear:both; }

#footer .top .inner .block ul.social li{ display:inline-block; vertical-align:top; margin:0 3px; }

#footer .top .inner .block ul.social li a{ display:block; }



#footer .top .inner .block ul.form{ margin:0; padding:0; display:block; clear:both; }

#footer .top .inner .block ul.form li{ display:block; clear:both; margin:4px 0 0; list-style:none; }

#footer .top .inner .block ul.form li label{ font-size:11px; line-height:17px; color:#929292; /*text-transform:uppercase;*/ }

#footer .top .inner .block ul.form li input[type="email"]{ border:solid 1px #9f9f9f; background:#bebebe; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; box-shadow:none; font-size:11px; line-height:19px; color:#fff; padding:5px 10px; width:100%; }

#footer .top .inner .block ul.form li input[type="submit"]{ height:22px; padding:0 13px 22px; display:inline-block; float:right; font-size:13px; line-height:22px; color:#fff; text-transform:uppercase; background:url(images/submit-btn-bg.png) repeat-x 0 0; border:solid 1px #5cb8e0; -webkit-box-shadow: 0 0 1px #fff inset; -moz-box-shadow: 0 0 1px #fff inset; box-shadow: 0 0 1px #fff inset; cursor:pointer; margin:10px 0 0;  -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; }





#footer .bot{ background:#c3c3c3; width:100%; float:left; }

#footer .bot .inner{ margin:0 auto; width:1028px; padding:15px 0; overflow:hidden; }

#footer .bot p{ float:left; font-size:13px; line-height:20px; font-weight:600; color:#878787; margin:0; }

#footer .bot ul{ float:right; list-style:none; margin:0; padding:0; }

#footer .bot ul li{ font-size:13px; line-height:20px; font-weight:600; color:#878787; float:left; background:url(images/header-link-divider.png) no-repeat 100% center; padding:0 2px 0 0; }

#footer .bot ul li.last{ padding:0; background:none; }

#footer .bot ul li.last a{ margin-right:0; }

#footer .bot ul li a{ color:#858484; margin:0 13px; }

#footer .bot ul li a:hover{ text-decoration:underline; }



/*-------------inner-----------------*/

#header .logo{width:auto;float:left;margin-right:10px;margin-top:6px;}

#header .logo img{ float: left;}

.inner #top .page{width:100%;}

.inner #access:before{height:8px; width:100%; position:absolute; left:0; bottom:-6px; content:""; background:url(images/nav-shadow.png) repeat-x 0 0;}

.inner #access ul li a{padding:0 30px;}

.inner #access ul > li:last-child a{padding:0 24px; }

.inner #access ul > li:last-child{float: right;}

.inner .home-main{border-top:8px solid #549bd5;padding:/*72px*/30px 35px 10px 36px; min-height: 400px;  }

.col2 p, .right1 .content{line-height: 22px !important; margin-bottom: 40px; font-size: 13px; text-align: justify;}

.heading-title2{ color: #549bd5; font-size: 13px; padding-bottom: 20px;}

.col2 {display: block}

.inner .home-main.col2 .left1, .inner .home-main .col2 .left1{ width: 594px; float:left; margin-right: 50px; margin-top:50px;}

.inner .home-main.col2 .right1, .inner .home-main .col2 .right1{ width: 292px; float:right; padding-left: 25px;border-left: 1px solid #ededed }

.right1 .block{ border:1px solid #eaeaea; background: #fbfafa; margin-bottom: 20px;}

.right1 .block h2{ background: url(images/r1.jpg) repeat-x; font-size: 19px; text-align: center; line-height: 44px; color: #fff}

.right1 .block .content{padding: 24px; margin-bottom: 0;}

.right1 .block .bottom{ background:#d2d2d2; font-size: 13px; text-align: center; line-height: 44px; color: #666; display: block;}

.right1 .block .bottom:hover{ background:#fbab54; font-size: 13px; text-align: center; line-height: 44px; color: #fff; display: block;}

.inner .home-main:before{ height:476px; width:48px; position:absolute; left:-48px; top:-8px; content:""; background:url(images/main-shadow-left.png) no-repeat 0 0; }

.inner .home-main:after{ height:476px; width:48px; position:absolute; right:-48px; top:-8px; content:""; background:url(images/main-shadow-right.png) no-repeat 0 0; }

.heading-title{font-weight:300;font-size:21px;color:#549bd5;padding-bottom:15px;border-bottom:1px solid #fbab54;margin-bottom:13px;}

.home-main p{font-size:13px;color:#858585;line-height:18px;}

.home-main ul.news-block{list-style-type:none;margin:0 auto;}

.home-main ul.news-block li{list-style-type:none;width:49.3%;border:1px solid #eaeaea;display:inline-block;background:#fbfafa;padding:17px 0 0;margin:0 0 63px 0;min-height:383px;position:relative;float:left;}

.home-main ul.news-block li:nth-child(even){margin:0 0 63px 10px;}

.view-more-btn{background:#f3f2f2;width:100%;min-height:44px;position:absolute; bottom:0;}

.view-more-btn a{text-align:center;background:#6eade1;float:right;clear:both;line-height:44px;padding:0 58px;margin:0 auto;color:#FFF;font-size:13px;font-weight:600;text-transform:uppercase;}

.view-more-btn a:hover{background:#fbab54;}

.news-block-content{padding:0 17px;clear:both;}

.news-block-content h3{color:#549bd5;font-size:25px;font-weight:300;padding:15px 0 30px 0;}

.news-block-content p{line-height:22px;}

.img-brder{border:10px solid #c0c0c0;display:inline-block;cursor:pointer;transition:all 0.3s ease-in-out 0.1s;}

.img-brder:first-child{margin-right:9px;}

.gallery-pic{clear:both;}

.gallery-pic br{display: none;}

.new-video{width:282px;float:left;padding-right:18px;}

.new-video-content{width:30%;float:right;}

.social-pic{width:auto;float:left;margin-top:14px;}

.new-social-content{width:49%;float:right;margin-top:14px;}

.new-social-content h3{padding-top:0;}

.social-blue-bar{width:100%;background:url(images/facebook-icon.jpg) 399px top no-repeat #3c599f;padding:0 3.5%;float:left;clear:both;}

.social-blue-bar a{color:#FFF;}

.inner #footer .partners .inner{ margin:0 auto; width:1028px; position:relative; }
.inner #footer .partners .inner .flex-control-nav {bottom: -13px;}
.inner .partners{padding:14px 0 17px;background:#f2f2f2;position:relative;}

.col1-3{float: left; width: 30%; margin-right: 3%;}

.col1-3 li{ list-style-image:url(images/li.jpg) ; font-size:  15px; margin: 10px 0; }

.event-area{ margin-top: 20px; clear: both; margin-left: -25px;}

.event-area .eventbox{width: 476px; float: left; margin-left: 15px; background-color: #000; height: 394px; position: relative; margin-bottom: 85px;  }

.event-area .eventbox .top1{position: absolute; z-index: 1; left: 0; top: 0; height: 354px; width: 476px; opacity: .7;

filter: alpha(opacity=70); cursor:pointer;}

.event-area .eventbox .top2{position: absolute; z-index: 2; left: 0; bottom: 55px;  width: 424px; color: #fff; left: 20px; cursor:pointer; }

.event-area .eventbox .top2 p{ padding-top: 20px; border-bottom: 3px solid #fbab54; padding-bottom: 15px; color: #fff}

.eventbox h2{ font-weight: 700; color: #fff;font-size: 29px;  line-height: 30px;  }

.eventbox h4 span{color: #a6e2fd;  }

.eventbox h4  a{ float: right; background: url(images/rg1.jpg) no-repeat; width: 229px; height: 36px; display: block; margin-top: -3px;}

.eventbox h4  a:hover{ background: url(images/rg2.jpg) no-repeat;width: 229px; }
.eventbox h4  .detailse{float:left;}
.eventbox h4  .detailse a{ float: right; background: url(images/event-details.jpg) no-repeat; width: 126px; height: 36px; display: block; margin-top: -3px;}
.eventbox h4  .detailse a:hover{ background: url(images/event-details_hover.jpg) no-repeat; width: 126px; }

.ev-bottom{ display: block; background: #549bd5; padding:0 20px; line-height: 40px !important; color: #fff !important; font-size: 15px; margin: 0; position: absolute; left: 0; bottom: 0; width: 476px; height: 40px;}





/***************  strat 10-08-2014 end *********************/





/*ul.nav-menu ul {

list-style: none;

margin:0;

padding:0;

width:200px;

position:absolute;

z-index:500;

}*/

ul.nav-menu li ul {

top:52px; /* Positioning:Calc with top level horz list height */

/*-moz-box-shadow:0 2px 10px #000; *//* CSS 3 */

}



ul.nav-menu ul ul {

top:0;

left:100%; /* Position the sub menus to right. */

}



ul.nav-menu ul li {

float:left; /* umm.. Appear below the previous one. mmkay? */

width:100%;

background-color:#DBDBDB;

border:1px solid #e3e9e9; border-top: 0;

line-height:35px !important;

}

ul.nav-menu ul li a{

display: block;

float:left;

padding: 0px;

white-space: normal;

line-height:35px !important;

}



/* Drop Down! */



/* Hide all the dropdowns (submenus) */

ul.nav-menu ul,

ul.nav-menu li:hover ul ul,

ul.nav-menu ul li:hover ul ul

{ display: none; }



/* Display the submenus only when li are hovered */

ul.nav-menu li:hover ul,

ul.nav-menu ul li:hover ul ,

ul.nav-menu ul li ul li:hover ul

{ display: block;}

ul.nav-menu li * a:hover {

/* Change color of links when hovered */

}







/***************  end 10-08-2014 end *********************/





.about-tow, .social-row, .donate-area{ margin-top: 40px; clear: both; float: left;width: 100%;}

.left3 {width: 218px;background: #fff; float: left; padding: 7px;}

.left3 img {width: 204px;height: auto;  border:7px solid #d4d4d4; }

.right3{ width: 709px;float: right; text-align: justify;}

.social-row .tw{ display: block; float: left;padding: 0px 20px 0 0;width: 238px;-webkit-box-sizing: border-box;

-moz-box-sizing: content-box;

box-sizing: content-box;}

.social-row .fb{ display: block; float: left;padding: 0px 20px;width: 315px; border-left: 1px solid #e3e3e3;-webkit-box-sizing: border-box;

-moz-box-sizing: content-box;

box-sizing: content-box;}

.social-row .ins{ display: block; float: left;padding: 0px 0 0 20px;width: 315px;border-left: 1px solid #e3e3e3;-webkit-box-sizing: border-box;

-moz-box-sizing: content-box;

box-sizing: content-box;}

.social-row .tw .heading-title { background: url(images/tw.jpg) no-repeat 0 0 ; padding-left: 85px; line-height: 64px}

.social-row .fb .heading-title { background: url(images/fb.jpg) no-repeat 0 0 ; padding-left: 85px; line-height: 64px}

.social-row .ins .heading-title { background: url(images/ins.jpg) no-repeat 0 0 ; padding-left: 85px; line-height: 64px}



.left4 {width: 245px;float: left; }

.donate-row .img-hold2 {width: 594px; float:left; padding: 7px;background: #d4d4d4;  }

.right4{ width: 594px;float: right; text-align: justify; margin-right: 50px;}

.donate-row{margin-bottom: 30px;float: left;width: 100%;}



.heading-title-big {

font-weight: 300;

font-size: 42px;

color: #549bd5;

padding-top: 15px;

border-bottom: 0px solid #fbab54;

margin-bottom: 13px; line-height: 45px; text-align: left;

}

/*------------- add on 20-8-2014 --------------*/

.blog-section{

	clear: both;

    padding: 12px 0 0;

    width:990px;

    margin:0 auto;

}

.blog-section .blog-left{

    float: left;

    width: 292px;

}

.blog-section .blog-right{

    width:900px;

    float:right;

}

.blog-section .blog-left .donate-box h6{

	background:url(images/fund-bg.jpg) repeat-x 0 100% #d9e5ee; font-size:34px; color:#fff; text-align:center; font-weight:bold; line-height:38px; text-shadow: 2px 2px 0px rgba(41, 117, 159, 1);

	padding:5px 0; margin:0 0 23px; float:left; width:292px; border:1px solid #319ac7;

}

.blog-section .blog-left .donate-box h6 span{

	font-size:49px;

}

/*.blog-section .blog-left .donate-box{

	background:url(images/donate-bg.jpg) repeat-x 0 100% #d9e5ee; width:241px; height:91px; font-size:0; margin:0 0 20px;

}*/



.blog-section .blog-left ul.donate-amount{

	float:left; padding:0; margin:5px 0 0;

}

.blog-section .blog-left ul.donate-amount li{

	float:left; width:auto; border:1px solid #ccc; color:#3c7fab; font-size:15px; list-style:none; padding:5px 8px; margin:0 5px 5px 0; font-weight:bold;



}

.blog-section .blog-left ul.donate-amount li:last-child{

	margin: 0;

}

.blog-section .blog-left h5{

	color:#717171; font-size:17px; text-align:left; margin:0; padding:0; clear:both; width:277px; font-weight:bold;

}

.blog-section .blog-left h5 span{

	font-weight:normal; font-size:12px;

}

.blog-section .blog-left h2{

	background: url(images/footer-title.png) repeat-x scroll 0 0;

    border: 1px solid #5cb8e0;

    box-shadow: 0 0 1px #fff inset;

    clear: both;

    color: #fff;

    display: block;

    font-size: 13px;

    font-weight: bold;

    line-height: 32px;

    margin: 0 0 8px;

    text-align: center;

    text-transform: uppercase;

}

.blog-section .blog-left h4{ font-size:12px; color:#c7c7c7; font-style:italic; margin:-15px 0 25px; padding:0;}

.blog-section .blog-left ul.gift-option{

	margin:0; padding:0; float:left; clear:both;

}

.blog-section .blog-left ul.gift-option li{

	float:left; list-style:none; border:1px solid #ccc; margin:0; padding:2px 15px; color:#3c80ad; font-weight:bold;

}

.blog-section .blog-left ul.gift-option li:hover, .blog-section .blog-left ul.gift-option li.active{ background:#4a91c2; color:#fff;

-webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);

-moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);

box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);

}

.blog-section .blog-left ul.gift-option li a{

	color:#3c80ad;

}

.blog-section .blog-left ul.gift-option li:hover a, .blog-section .blog-left ul.gift-option li.active a{

	color:#fff;

}

.blog-section .blog-left .input-amount{

	margin: 4px 0 2px;

    padding: 6px;

    width: 292px;

    background:#fbfbfb;

    border:1px solid #ccc;

}

.blog-section .blog-left p.gift{

	font-size:12px;

	color:#2d2d2d; float:left; font-weight:600; margin:5px 0 10px;

}

.blog-section .blog-left .input-name{

	margin: 12px 0 2px;

    padding: 3px;

    width: 292px;

    float:left;

    color:#888888;

}

.blog-section .blog-left p.donate-card a{

	background:url(images/donate-p-bg.jpg) no-repeat scroll 0 0;

	padding:0 0 0 30px;

	color:#7d7d7d; font-size:12px; float:left; margin:15px 0;

}

.blog-section .blog-left p.billing{

color:#3d3d3d; font-size:12px; float:left;



}

.blog-section .blog-left p.billing span{

	color:#329bc8;

}

.blog-section .blog-left .inner-box{

	float:left; border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding:10px 0 30px; margin:0 0 16px 0; width: 292px;

}







/*21-8-14*/

.get_new .event-area .eventbox .top2 p{ border-bottom: 0;}

.get_new .eventbox h4 a{float: left;}

.get_new .event-area .eventbox{height: 363px; border-bottom:9px solid #569dd6;}

.get_new .event-area .eventbox .top2{bottom: 30px;}



.get_new .eventbox h4 a{background: url("images/rg1-new.jpg") no-repeat;}

.get_new .eventbox h4 a:hover{background: url("images/rg2-new.jpg") no-repeat;}







.ngg-gallery-thumbnail .next_cap_div a.thickbox img{ border: 0; padding: 0; margin: 0; width: 36px; height: 36px; float:right;}

.ngg-gallery-thumbnail .next_cap_div a h4{ float:left;padding:8px 0 0 8px;}

.ngg-gallery-thumbnail .next_cap_div{/*background: url("images/new-blue.jpg") repeat-x;*/ float: left; width: 100%; }

.ngg-gallery-thumbnail .next_cap_div a{color: #fff; font-size: 12px; text-transform: uppercase;}

.ngg-gallery-thumbnail-box{margin:0 0 20px 50px !important;border: 10px solid #d2d2d2 }

.ngg-gallery-thumbnail img{margin: 0 !important; border: 0 !important; padding: 0 !important;}

.ngg-galleryoverview {/*margin: 0 0 0 -2% !important;*/}

.ngg-galleryoverview {width: 104% !important;}





/*****22-08-14****/





.ngg-gallery-thumbnail .next_cap_div img.sh_image{

	float: right;

}

.ngg-gallery-thumbnail .next_cap_div h4{

	float: left; padding:13px 0 13px 15px; color:#fff; font-size: 13px; font-weight: 600;

}

.ngg-gallery-thumbnail .next_cap_div{

	background: rgb(118,178,228);

	background: -moz-linear-gradient(top, rgba(118,178,228,1) 0%, rgba(101,166,218,1) 50%, rgba(83,154,212,1) 50%, rgba(117,178,228,1) 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(118,178,228,1)), color-stop(50%,rgba(101,166,218,1)), color-stop(50%,rgba(83,154,212,1)), color-stop(100%,rgba(117,178,228,1)));

	background: -webkit-linear-gradient(top, rgba(118,178,228,1) 0%,rgba(101,166,218,1) 50%,rgba(83,154,212,1) 50%,rgba(117,178,228,1) 100%);

	background: -o-linear-gradient(top, rgba(118,178,228,1) 0%,rgba(101,166,218,1) 50%,rgba(83,154,212,1) 50%,rgba(117,178,228,1) 100%);

	background: -ms-linear-gradient(top, rgba(118,178,228,1) 0%,rgba(101,166,218,1) 50%,rgba(83,154,212,1) 50%,rgba(117,178,228,1) 100%);

	background: linear-gradient(to bottom, rgba(118,178,228,1) 0%,rgba(101,166,218,1) 50%,rgba(83,154,212,1) 50%,rgba(117,178,228,1) 100%);

	

}

.ngg-gallery-thumbnail-box:first-child{

	margin: 0 0 20px 0 !important;

}

.ngg-gallery-thumbnail-box:nth-child(3n+1){

	margin: 0 0 20px 0 !important;

}

.gallery-pic .ngg-galleryoverview .ngg-gallery-thumbnail-box .ngg-gallery-thumbnail .thickbox img{

	height: 140px !important; width: 180px !important;

}

.gallery-pic .ngg-galleryoverview .ngg-gallery-thumbnail-box{

	margin: 0 0 20px 35px !important;

}

.gallery-pic .ngg-galleryoverview .ngg-gallery-thumbnail-box:first-child{

	margin: 0 0 20px 0 !important;

}

.right_live .pipe{

	width: 100%;

}

.get_new .eventbox{

	margin: 0 0 44px 15px;

}

.inner #access ul > li:last-child{

	float: inherit;

}

.inner #access ul > li:last-child a{

	padding: 0 30px;

}





/*********25-08-14***********/

#primary{

	width: 720px; float: left;

}

#primary .single_live{

	/*width: 100%;*/ margin-right: 0;

}

#primary .single_live .pipe{

	width: 100%;

}

#primary #content{

	margin-right: 0;

}

#primary #content .pipe{

	width: 100%;

}

.contact_page_div{

	margin: 30px 0 0 0;

}

.contact_page_left{

	float: left; width: 185px;

}

.contact_page_left p{

	color: #848484; font-size: 13px; font-weight: 400; margin-bottom: 7px;

}

.contact_page_left p:last-child{

	margin: 20px 0 7px 0;

}

.contact_page_right{

	/*width: 590px;*/ width: 673px; float: left; border-left: 1px solid #c8c8c8; padding-left: 38px; margin-left: 38px;

}

.contact_page_right p{

	color: #222; font-size: 15px; font-weight: 400;

}

.contact_page_right .req{

	color: #ff0200;

}

.contact_page_right ul{

	padding: 0; margin: 0; list-style-type: none;

}

.contact_page_right ul li{

	padding:0; margin: 0 38px 0 0; width: 44%; float: left;

}

.contact_page_right ul li label{

	color: #222; font-size: 13px; font-weight: 400;

}

.contact_page_right ul li input[type="text"], .wpcf7-form-control-wrap input[type="text"], .wpcf7-form-control-wrap input[type="tel"], .wpcf7-form-control-wrap input[type="password"],.wpcf7-form-control-wrap input[type="email"]{

	border:1px solid #8d8d8d; background: #f3f3f3; padding:10px 0; width: 100%; margin: 0 0 12px 0;

}

.contact_page_right ul li input[type="email"]{

	border:1px solid #8d8d8d; background: #f3f3f3; padding:10px 0; width: 100%; margin: 0 0 12px 0;

}

.contact_page_right ul li input[type="tel"]{

	border:1px solid #8d8d8d; background: #f3f3f3; padding:10px 0; width: 100%; margin:0 0 12px 0;

}

.contact_page_right ul li textarea,.wpcf7-form-control-wrap textarea{

	border:1px solid #8d8d8d; background: #f3f3f3; padding:10px 0; width: 100%; height: 122px; resize:none; margin:0 0 12px 0;

}

.wpcf7-form-control-wrap textarea{margin-bottom: -5px; height: 100px;}

.contact_page_right ul li input[type="submit"],  input[type="submit"].wpcf7-submit{

	font-size: 13px; font-weight: bold; color: #fff; clear: both; text-transform: uppercase; border:1px solid #5cb8e0; padding: 7px 15px; margin: 10px 0 0 0; cursor: pointer;



	box-shadow: 0 0 1px #fff inset;

	-moz-box-shadow: 0 0 1px #fff inset;

	-webkit-box-shadow: 0 0 1px #fff inset;



	background: rgb(115,206,246);

	

	background: -moz-linear-gradient(top, rgba(115,206,246,1) 0%, rgba(83,188,234,1) 50%, rgba(60,167,213,1) 50%, rgba(49,154,199,1) 88%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(115,206,246,1)), color-stop(50%,rgba(83,188,234,1)), color-stop(50%,rgba(60,167,213,1)), color-stop(88%,rgba(49,154,199,1)));

	background: -webkit-linear-gradient(top, rgba(115,206,246,1) 0%,rgba(83,188,234,1) 50%,rgba(60,167,213,1) 50%,rgba(49,154,199,1) 88%);

	background: -o-linear-gradient(top, rgba(115,206,246,1) 0%,rgba(83,188,234,1) 50%,rgba(60,167,213,1) 50%,rgba(49,154,199,1) 88%);

	background: -ms-linear-gradient(top, rgba(115,206,246,1) 0%,rgba(83,188,234,1) 50%,rgba(60,167,213,1) 50%,rgba(49,154,199,1) 88%);

	background: linear-gradient(to bottom, rgba(115,206,246,1) 0%,rgba(83,188,234,1) 50%,rgba(60,167,213,1) 50%,rgba(49,154,199,1) 88%);



		line-height: 26px;

}

.contact_page_right ul li input[type="submit"]:hover, input[type="submit"].wpcf7-submit:hover{

	color: #fff; border-color: #ea9231;



	background: rgb(239,173,100);

	

	background: -moz-linear-gradient(top, rgba(239,173,100,1) 0%, rgba(251,171,84,1) 50%, rgba(234,145,49,1) 50%, rgba(251,171,84,1) 100%);

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,173,100,1)), color-stop(50%,rgba(251,171,84,1)), color-stop(50%,rgba(234,145,49,1)), color-stop(100%,rgba(251,171,84,1)));

	background: -webkit-linear-gradient(top, rgba(239,173,100,1) 0%,rgba(251,171,84,1) 50%,rgba(234,145,49,1) 50%,rgba(251,171,84,1) 100%);

	background: -o-linear-gradient(top, rgba(239,173,100,1) 0%,rgba(251,171,84,1) 50%,rgba(234,145,49,1) 50%,rgba(251,171,84,1) 100%);

	background: -ms-linear-gradient(top, rgba(239,173,100,1) 0%,rgba(251,171,84,1) 50%,rgba(234,145,49,1) 50%,rgba(251,171,84,1) 100%);

	background: linear-gradient(to bottom, rgba(239,173,100,1) 0%,rgba(251,171,84,1) 50%,rgba(234,145,49,1) 50%,rgba(251,171,84,1) 100%);





}

.contact_page_right ul li:last-child{

	clear: both;

}

#wpcf7-f633-p631-o1 input[type="submit"] .wpcf7-submit{line-height: 30px;}

#wpcf7-f633-p631-o1{ margin-top: -22px; margin-left: -17px;}

#wpcf7-f633-p631-o1 .wpcf7-captchar{

float: right;

width: 232px !important;

}

#wpcf7-f633-p631-o1 .wpcf7-captchac{float: left;}

.contact_page_right .wpcf7-validation-errors{

	border:none;

}

/*.contact_page_right ul li img{

	border:7px solid #e3f2fa;

}*/

.contact_page_right ul li img.captcha_contact_img, .wpcf7-captchac{

	border: 7px solid #e3f2fa; height: 40px; width: 100px;

}

.contact_page_left_follow{

	margin: 45px 0 0 0;

}

.contact_page_left_follow h2{

	color: #549bd5; font-weight: 300; margin: 0 0 20px 0;

}

.contact_page_left_follow ul{

	padding: 0; margin: 0; list-style: none;

}

.contact_page_left_follow ul li{

	padding: 0; margin: 0 5px 0 0; float: left; text-indent: -9999px; transition:all 220ms ease 0s;

}

.contact_page_left_follow ul li:last-child{

	margin: 0;

}

.contact_page_left_follow ul li.flickr{

	background:url(images/flickr.png) no-repeat 100% 100%; height: 33px; width: 33px;

}

.contact_page_left_follow ul li.flickr:hover{

	background-position: 100% 0;

}

.contact_page_left_follow ul li a{

	height: 33px; width: 33px; display: block;

}

.contact_page_left_follow ul li.picasa{

	background:url(images/insta.png) no-repeat 100% 100%; height: 33px; width: 33px;

}

.contact_page_left_follow ul li.picasa:hover{

	background-position: 100% 0;

}

.contact_page_left_follow ul li.facebook{

	background:url(images/facebook.png) no-repeat 100% 100%; height: 33px; width: 33px;

}

.contact_page_left_follow ul li.facebook:hover{

	background-position: 100% 0;

}

.contact_page_left_follow ul li.twitter{

	background:url(images/twitter.png) no-repeat 100% 100%; height: 33px; width: 33px;

}

.contact_page_left_follow ul li.twitter:hover{

	background-position: 100% 0;

}

.contact_page_left_follow ul li.youtube{

	background:url(images/tube.png) no-repeat 100% 100%; height: 33px; width: 33px;

}

.contact_page_left_follow ul li.youtube:hover{

	background-position: 100% 0;

}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{

	border: 0; color: #398f14;

}

.sub-link li{ position: relative;}

.sub-link .sub-menu{ position: absolute; width: 200px; border:1px solid #bebebe ;border-top:0 ; background: #fff; top: 20px; z-index: 1; -webkit-box-shadow:  0 6px 8px rgba(0,0,0,0.4);

box-shadow:  0 6px 8px rgba(0,0,0,0.4); z-index: 1 ;  left: -17px ; display: none;}

.sub-link .sub-menu li {

display: block;

width: 100%;

list-style: none;

padding: 4px 5% !important;

margin: 0 !important;

background: none !important; border-top:1px solid #bebebe ;

}

.sub-link  li.menu-item-has-children > a{ background: url(images/ab.png) no-repeat right; padding-right: 15px}

#header .sub-link  li:hover > a{ color: #ea9231}



 .sub-link li:hover .sub-menu  {display: block;}





#menu-footermenu2{ float: right !important;}

.entry-content a, .right1 a, .right a, .content a{word-wrap: break-word;-ms-word-break: break-all;



     /* Be VERY careful with this, breaks normal words wh_erever */

     word-break: break-all;



     /* Non standard for webkit */


	 word-wrap:break-word;



-webkit-hyphens: auto;

   -moz-hyphens: auto;

        hyphens: auto;}



.donate-box{margin-top: 30px;}

.eventscol1-3 > .col1-3 > ul{

margin: 0 0 0px 1.5em;

}

.eventscol1-3 > .col1-3 li{

margin:4px 0;
font-size: 12px;

}

.eventscol1-3 + div{

padding: 10px 0 0 0;

}







.event_img{ float: left; margin-right: 56px; background: #dbdbdb;border:1px solid #b7b7b7; padding: 6px;}

.event_img img{float: left;display: block; max-width: 231px;}

.event_map{ float: left; margin-top: 40px; background: #eee;border:1px solid #c5c5c5; padding: 10px; padding-top: 18px;padding-bottom: 18px;}

.em-location-map-container{border:1px solid #c9c9c9;}

p.col1, p.col2, p.col3{float: left; display: block;

width: 200px;

margin-right: 10px;margin-top: 12px;}

p.col2 a{clear: both;display: block;}



.block.second.even a{

color:#858484;

}



.block.second.even a:hover{

text-decoration:underline;

color: #ea9231;

}





#post-497  p.col1{float: left;

display: block;

width: 222px;

margin-right: 14px;

margin-top: 12px; text-align: left; min-height: 60px;}

.post-21.page.type-page.status-publish.hentry{

margin:0 0 -37px !important;

}







.category-news .entry-content, .category-news .entry-summary{	}







.inner .home-main.col2 .right1, .inner .home-main .col2 .right1 {

width: 233px;

float: right;

padding-left: 25px; border: 0;



/* overflow: hidden; */

}

.left2 {

width: 700px !important;

margin-right: 24px !important;

border-right: 1px solid #ededed;

}

#sub{ background:url(images/go.png) no-repeat; border:none; clear:both; width:59px; height:36px; margin-top:10px;}
.clear{ clear:both;}





.entry-content .event_content {width:660px; float:right;}
.entry-content .event_img{margin-right:0; min-width:231px; min-height:173px;}
.float-right{
/*float:right !important;*/
}
.eventbox .top1{
cursor:default  !important;
}
.eventbox .top2 a:nth-child(1){
/*cursor:default !important;*/
color:#fff !important;
}
.eventbox .top2 {
cursor:default !important;
}
.eventbox .top2 p a{
cursor:pointer !important;
}
 .eventbox .top2 p a{
text-decoration:underline !important;
}
.eventbox .top2 a:nth-child(2){
color:#fff !important;
}
.custom_input {position:relative; height:38px; width:100%;}
.custom_input input[type="file"]{margin-left: 4px; padding-top: 8px;}
.custom_input label{position:absolute; top:0; display:inline-block; background:url(images/browse.png) left top no-repeat; width:82px; height:38px; cursor:pointer;}
@-moz-document url-prefix() {
	.custom_input input[type="file"]{margin-left: 10px;}
}
.slicknav_menu {
	display:none;
}
	body.home #header .logo  {display: none;}
#footer .fourth .alo_easymail_form_table td{padding:0;}

@media only screen and (max-width : 980px) {


#top, #footer .top .inner , #footer .bot .inner{width: auto;max-width: 768px}
#top .page {width: 532px; margin-left: 10px}
#header .sub-link , #header .action-link {margin: 18px 0 0;}
#header .sub-link li {padding: 0 0 0 9px; margin: 0 0 0 9px;}
#access {background-size: 100% 116%;}
.featured-blocks .block {
  width: 251px; height: 156px;margin: 8px 6px; background-size: 100% 100%;}
  .featured-blocks .block .inner img{ height: 100%	}
  .featured-blocks .block .inner {height: 140px;}
  #footer .top,   #footer .bot{padding: 0 5%	}
  #footer .top .inner .block.first {
  width: 100%;
  padding: 25px 0;
}
.partners .flex-viewport li, .partners .flex-viewport li img{width: 240px !important; height: auto !important;}
#footer .top .inner .block.second { width: 191px;}
.inner #top .page { width: 96%;margin: 0 2%;}
.right3{width: 100%;}
.inner #footer .partners .inner{max-width: 96%}
#footer .top .inner .block.fourth{width: 228px;}
#wrapper{overflow: hidden;}
.home-main p {
  font-size: 14px; line-height: 22px !important;}
  body.inner {
  background-color: #FFF;
  background-image: url(images/bg.jpg);background-position: inherit}
  .about-tow, .social-row, .donate-area{ margin-top: 0;}
  .inner .home-main.col2 .left1, .inner .home-main .col2 .left1, .pipe{width: 100% !important; padding-right: 0; border-right: 0}
  .postimg img, .donate-row .img-hold2 img{ max-width: 100%; height: auto;}
  .pipe > div {
  float: left; width: 100%;

  border: 1px solid #d4d4d4 !important;
  border-left: 0px !important;
    border-right: 0px !important;
   border-bottom: 0px  !important;}
   .pipe >div.posttag{margin-right: 0;}
   .pipe >div.postlink, .pipe >div.posttag {
  background: url(images/ic4.jpg) no-repeat 4px 0 !important; padding-left: 24px !important;}
  #primary {
  width: 100%;
  float: left;
}
#primary #content { margin-right: 20px;}
  .contact_page_right {

  float: left;
  border-left: 0px solid #c8c8c8;
  padding-left: 20px; margin-left: 0; margin-top: 20px;}
.left4 {
  width: 100%;
  float: left;
}
#accordion{clear: both;margin-top: 20px;}
.inner .home-main.col2 .right1, .inner .home-main .col2 .right1 , #secondary{
  width: 100%;
  float: left;
  padding-left: 0;
  border: 0;}
.home-main ul.news-block li , .entry-content .event_content{
width: 100%;}
.em-location-map-container{width: 320px !important;}
}
@media screen and (max-width: 767px) {
	/* #menu is the original menu */
 #menu-main-menu, #access{
		display:none;
	}

 .slicknav_menu {
		display:block;
	}

		#access{background: none;}
		#top .page {
  width: 100%;margin-left: 0;padding: 0 5%;}
  #top .sidebar {
  width: 100%;
  float: right;
  background: url(images/sidebar.jpg) no-repeat 0 0;
  min-height: inherit;
  text-align: center;

  box-shadow: 0 0px 10px #605f5f;
  background-size: 100%;
}
body.home { background-size: 100% 100%; }
#footer .top .inner .block.second {
  width: 100%; margin-bottom: 10px;}
  #top .sidebar a:first-child{display: none;}
  #header .sub-link li , #header .action-link li{
  font-size: 18px;}
  #footer .top .inner .block ul.links li {
  font-size: 16px;
  line-height: 31px;}
  body, input, textarea {
 font-size: 15px; line-height: 25px;}
 #footer .top .inner .block.fourth {
  width: 320px;
  margin: 0;
  float: right;}
  #footer .top .inner .block ul.form li label, #footer .bot p , #footer .bot ul li{ font-size: 15px;}
  #footer .bot ul {
  float: none;}
  .inner #top .page {
  width: 100%;
  margin: 0;
}
.inner .home-main {
  border-top: 8px solid #549bd5;
  padding:  30px 20px 10px 20px;
  min-height: 400px;}
.entry-title a:link, .entry-title a:visited {font-size: 24px !important;}

  .contact_page_right {
  /* width: 590px; */
  width: 100%;
  float: left;
  border-left: 0px solid #c8c8c8;
  padding-left: 0;
  margin-left: 0;
}
.contact_page_right ul li{width: 100%;}
.right4 {
  width: 100%;
  float: right;
  text-align: justify;
  margin-right: 0;
}
.donate-row .img-hold2{width: 100%}
h3.ui-accordion-header {
  font-weight: 300;
  color: #549bd5;
  line-height: 30px !important;
  font-size: 16px !important;
  width: 100%;
  min-height: 51px !important;
  height: auto !important;
  position: relative;
}
h3.ui-accordion-header:before {

  width: 100% !important;

  left: 0 !important;
  bottom: 0 !important;
  content: "";
  top: inherit !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: #fbfafa url(../images/tab-plus.jpg) 30px 16px no-repeat;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #fbfafa url(../images/tab-minus.jpg) 30px 16px no-repeat;  min-height: 51px !important;}
.entry-title{clear: both !important;}
.social-row .tw, .social-row .fb, .social-row .ins{width: 100%; margin: 0; padding: 20px 0}
.event-area .eventbox, .event-area .eventbox .top1, .event-area .eventbox .top2{margin-left: 0;width: 100%; position: relative;}
.event-area .eventbox .top2{margin-left: -20px; margin-top: -250px; padding: 20px;}
.event-area .eventbox .top1 img{width: 100%; height: auto;}
.ev-bottom {bottom: 13px;width: 100%;}
#login-box{
  left: 0 !important;
  margin-left: 0 !important;
  top: 0 !important;
  width: 100% !important;}
  #login-box .form-sec .left {
   float:left !important; width: 100%;}
   #login-box .form-sec .right {
  float: left !important; width: 100%;}
  .arrow-sep-bt a {

  clear: both;
  display: block;
  border: 5px solid #fff;
  border-left: 0;
  border-right: 0;}

}
@media screen and (max-width: 639px) {
	#footer .top .inner .block.third, #footer .top .inner .block.fourth{float: left;width: 100%;margin-bottom: 10px;}

body.home #header .logo , #header .logo {display: block; width: 100%;padding: 0; text-align: center;}
#header .logo img {
  float: none;
  width: 49%;
}
.home-main{margin-top: 20px;}

.new-video-content , .new-social-content{
  width: 100%;
  float: right;
  padding-bottom: 10px;}
.event-area .eventbox .top2 {
  margin-left: -20px;
  margin-top: -300px;
  padding: 7px;
}

}
@media screen and (max-width: 479px) {
#header .sub-link li, #header .action-link li {
  font-size: 14px;}
#header .sub-link, #header .action-link {
  margin: 0px 0 21px 0px;}
.ev-bottom {
  font-size: 13px;  bottom: 0;width: 100%;height: 63px;}
.eventbox h2 {
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}
.eventbox h4 a {
  float: left;margin-top: 11px; clear: both;
}

}
@media screen and (max-width: 359px) {
.event-area .eventbox .top2 p {
  padding-top: 0;
  border-bottom: 3px solid #fbab54;
  padding-bottom: 15px;
  color: #fff;
  font-size: 13px;
}

}
.css-booking{display:none !important;}

/********* Drag **************/
.departure{ width:100%; float:left;}

.departure table, th, td {
	/*width:100%;*/
	border: 1px solid #e5e5e5;
    border-collapse: collapse;
	text-align:center;
	padding:16px 20px;
	font-family: 'Open Sans', sans-serif;
	color:#858585; font-weight:600;
}
.im td{ border-bottom:3px solid #e5e5e5;}
.fly-board .yellow{ background-color:#fbfa61;text-transform: uppercase;}
.fly-board .red{ background-color:red;color: #fff;text-transform: uppercase;}
#post-25 .gallery-pic .ngg-gallery-thumbnail-box:nth-child(3){margin-left:0 !important; }
#post-102 .ngg-galleryoverview .ngg-gallery-thumbnail-box:nth-child(3n+1){margin-left:0px !important; }
#post-25 .gallery-pic{padding-bottom: 40px;}

@media only screen and (min-width: 768px) and (max-width: 979px){
	
.departure{ width:100%; float:left; overflow:scroll;}

.departure table, th, td {
	/*width:100%;*/
	border: 1px solid #e5e5e5;
    border-collapse: collapse;
	text-align:center;
	padding:16px 20px;
	font-family: 'Open Sans', sans-serif;
}
.im td{ border-bottom:3px solid #e5e5e5;}
	
	}
	
@media only screen and (min-width: 640px) and (max-width: 767px){
	
.departure{ width:100%; float:left; overflow:scroll;}

.departure table, th, td {
	/*width:100%;*/
	border: 1px solid #e5e5e5;
    border-collapse: collapse;
	text-align:center;
	padding:16px 20px;
	font-family: 'Open Sans', sans-serif;
}
.im td{ border-bottom:3px solid #e5e5e5;}	
	
	}

@media only screen and (min-width: 480px) and (max-width: 639px){
	
.departure{ width:100%; float:left; overflow:scroll;}

.departure table, th, td {
	/*width:100%;*/
	border: 1px solid #e5e5e5;
    border-collapse: collapse;
	text-align:center;
	padding:16px 20px;
	font-family: 'Open Sans', sans-serif;
}
.im td{ border-bottom:3px solid #e5e5e5;}
	
	
	}

@media only screen and (max-width: 479px){
	
.departure{ width:100%; float:left; overflow:scroll;}

.departure table, th, td {
	/*width:100%;*/
	border: 1px solid #e5e5e5;
    border-collapse: collapse;
	text-align:center;
	padding:16px 20px;
	font-family: 'Open Sans', sans-serif;
}
.im td{ border-bottom:3px solid #e5e5e5;}
	
	}
/********* Drag **************/
#post-121 #recaptcha_table { float: left;}

