/*
Theme Name: Khardung
Theme URI: http://jaiman.org/khardung/
Author: Ajay Jaiman
Author URI: http://jaiman.org/
Description: Description
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Khardung is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/

Color Theme:
MistyRose: #FFE4E1
Light Blue: #ccccff
Dark Blue: #0066CC
Purple: #743399
@import url('css-extra/tables.css');
*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Oswald:700");


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
    border:0;
    outline:none;
    text-decoration:none;
}


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

body,
button,
input,
select,
textarea {
	color: #000000;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 12px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family:  "Oswald", Helvetica,Arial,sans-serif;
	text-transform: capitalize;
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


/* Page Layout */
body {
	width: 100%;
}
.wrapper {
	box-shadow: 0 -4px 15px -5px #555;
	-ms-box-shadow: 0 -4px 15px -5px #555;
	-moz-box-shadow: 0 -4px 15px -5px #555;
	-o-box-shadow: 0 -4px 15px -5px #555;
	-webkit-box-shadow: 0 -4px 15px -5px #555;
	z-index: 2000;
	border-top: 3px solid #743399;
	background-color: #ccccff;
	height: 90px;
	padding: 10px 0 10px 0;
}
.site-branding {
	max-width: 980px;
	min-width : 790px;
	height: 91px;
	margin-left: auto;
	margin-right: auto;
}
#logo-wrapper {
	float: left;
	width: 240px;
}
.ad-wrapper-728 {
	max-width: 980px;
	min-width : 790px;
	background-color: #f0f0f0;
	padding: 5px 0 5px 0;
	margin: 10px 0 10px 0;
}
.site-main {
	max-width: 980px;
	min-width : 790px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5px 0 5px;
	vertical-align: top;
}
.content-area {
	float: left;
	width: 100%;
}
.site-content {
	margin: 0 500px 0 0;
	background-color: #ffffff;
	padding-right: 17px;
	min-width: 468px;
}
.site-content-full-width {
	background-color: #ffffff;
	padding-right: 17px;
	min-width: 100%;
}
.site-main .widget-area {
	float: left;
	margin: 0 0 0 -495px;
	overflow: hidden;
	width: 160px;
	padding: 0 10px 0 10px;
	border-left: 1px solid #ccccff;
	border-right: 1px solid #ccccff;
}
.site-main .widget-area2 {
	float: left;
	margin: 0 0 0 -300px;
	overflow: hidden;
	width: 300px;
}
.box-300 {
	float: left;
	width: 300px;
	margin-top: 10px;
	padding: 5px;
	background-color: #ccccff;
}
#bottom-wrapper1 {
	box-shadow: 0 -4px 15px -5px #555;
	-ms-box-shadow: 0 -4px 15px -5px #555;
	-moz-box-shadow: 0 -4px 15px -5px #555;
	-o-box-shadow: 0 -4px 15px -5px #555;
	-webkit-box-shadow: 0 -4px 15px -5px #555;
	z-index: 2000;
	clear: both;
	width: 100%;
	margin-top: 40px;
	padding: 10px 0 10px 0;
	background-color: #0066CC;
	border-top: 3px solid #743399;
	}
.site-footer {
	max-width: 980px;
	min-width : 790px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0 10px 0;
}
.footer-box1 {
	width: 15%;
	float: left;
	padding: 1%;
	margin-right: 1%;
	min-width: 75px;
}
.footer-box2 {
	width: 15%;
	float: left;
	padding: 1%;
	margin-right: 1%;
	min-width: 75px;
}
.footer-box3 {
	width: 60%;
	float: right;
	padding: 1%;
	margin-right: 1%;
	min-width: 75px;
}

#bottom-wrapper2 {
	background-color: #743399;
	clear: both;
	width: 100%;
	height: 20px;
	padding: 7px 0 5px 0;
}
.site-info {
	max-width: 980px;
	min-width : 790px;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}
/* Text elements */
h1 {
	font-size: 200%;
	margin-bottom: 7px;
}

h2 {
	font-size: 175%;
	margin-bottom: 6px;
}

h3 {
	font-size: 145%;
	margin-bottom: 6px;
}
h4 {
	font-size: 135%;
	margin-bottom: 5px;
}
h5 {
	font-size: 125%;
	margin-bottom: 4px;
}
h6 {
	font-size: 115%;
	margin-bottom: 3px;
}
h1.entry-title{
	color: #0066CC;
	font-size: 250%;
}
h1.widget-title {
	font-size: 170%;
	color: #333333;
}
.page-title {
	color: #0066CC;
	height: 42px;
	font-size: 200%;
	padding: 5px 0 0 5px;
	text-transform: uppercase;
	background: url("images/heading-background.png") no-repeat scroll 0% 0% transparent;
	border-bottom: 1px solid #999999;
}
p {
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 18px;
    color: #000000;
}
.arrows {
	font-size: 130%;
	line-height: 100%;
	color: #743399;
}
ul {
    list-style: square outside none;
    font-size: 100%;
    margin: 0  0 15px 20px;
}
ul li {
    position: relative;

}

ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {

}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
	font-size: 13px;
	line-height: 170%;
	font-style: italic;
	background-color: #f0f0f0;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 9px;
	line-height: 50%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
#breadcrumbs {
	font-size: 80%;
	padding: 2px 0 2px 2px;
	margin: 3px 0 1px 0;
}

.spacer {
	margin-top: 10px;
}

/* Links */
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #101010;
}
a:hover {
}
a:focus, a:active {
}
#previous-next-links {
	font-family:  "Oswald", Helvetica,Arial,sans-serif;
	font-size: 125%;
	margin: 5px 0 5px 0;
	clear: both;
}
#previous-next-links a {
	color: #0066CC;
	text-decoration: underline;
}
#previous-next-links a:visited {
	color: #743399;
}
p a {
	text-decoration: none;
	border-bottom: 1px dotted #0066CC;
}
p a:visited {
	border-bottom: 1px dotted #743399;
}
p 	a:hover {
	color: #0066CC;
	border-bottom: 1px dotted #743399;
}
.bold-alphabet a{
	font-family:  "Oswald", Helvetica,Arial,sans-serif;
	text-transform: capitalize;
	color: #666666;
	font-size: 110%;
	line-height: 150%;
	display: inline-block;
  	width: 18px;
  	text-align: center;
	margin: 2px;
	padding: 2px 5px 2px 5px;
	background-color: #ccccff;
}

.bold-alphabet a:hover,
.bold-alphabet a:focus,
.bold-alphabet a:active {
	color: #ffffff;
	background-color: #0066CC;
	text-decoration:underline
}

.meta-nav {
	color: #0066CC;
	font-size: 150%;
}
.pag-nav {
clear:both;
padding:20px 0;
position:relative;
font-size:12px;
line-height:15px;
margin: 15px 0 25px 0;
}

.pag-nav span, .pag-nav a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

.pag-nav a:hover{
color:#fff;
background: #3279BB;
}

.pag-nav .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}

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

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

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
/*
* Tables
*/
.CSSTablePurple a {
	text-decoration: none;
	border-bottom: 1px dotted #743399;
}
.CSSTablePurple a:visited {
	border-bottom: 1px dotted #743399;
}

.CSSTablePurple {
	margin:0 0 25px 0;
	padding:0px;
	width:100%;
	box-shadow: 10px 10px 5px #888888;
	border:1px solid #bcbcbc;

	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;

	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;

	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;

	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}.CSSTablePurple table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTablePurple tr:last-child td:last-child {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
.CSSTablePurple table tr:first-child td:first-child {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}
.CSSTablePurple table tr:first-child td:last-child {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}.CSSTablePurple tr:last-child td:first-child{
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}.CSSTablePurple tr:hover td{

}
.CSSTablePurple tr:nth-child(odd){ background-color:#ccccff; }
.CSSTablePurple tr:nth-child(even)    { background-color:#ffffff; }.CSSTablePurple td{
	vertical-align:top;
	border:1px solid #bcbcbc;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:12px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTablePurple tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTablePurple tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTablePurple tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTablePurple tr:first-child td{
		background:-o-linear-gradient(bottom, #0066cc 5%, #125496 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0066cc), color-stop(1, #125496) );
	background:-moz-linear-gradient( center top, #0066cc 5%, #125496 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066cc", endColorstr="#125496");	background: -o-linear-gradient(top,#0066cc,125496);

	background-color:#0066cc;
	border:0px solid #bcbcbc;
	border-width:0px 0px 1px 1px;
	font-size:15px;
	font-family:Helvetica;
	font-weight:bold;
	color:#ffffff;
}
.CSSTablePurple tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #0066cc 5%, #125496 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0066cc), color-stop(1, #125496) );
	background:-moz-linear-gradient( center top, #0066cc 5%, #125496 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0066cc", endColorstr="#125496");	background: -o-linear-gradient(top,#0066cc,125496);

	background-color:#0066cc;
}
.CSSTablePurple tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTablePurple tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/*
* Advertisements
*/
.slider-box {
	margin:0 0 20px 0;
	padding: none;
	width: 468px;
	height: 292px;
	background-color: #0066CC;
}
.ad-728x90 {
	max-width: 728px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

.ad-300x250 {
	float: right;
	width: 300px;
	margin-bottom: 5px;
}
.ad-160x600 {
	float: left;
	width: 160px;
	height: 600px;
	background-color: #FFE4E1;
}
.ad-336x280 {
	float: left;
	width: 100%;
	height: 280px;
	margin: 10px 0 10px 0;
}
.ad-336x280-middle {
	float: left;
	width: 100%;
	height: 280px;
	margin: 3px 0 12px 0;
}
.ad-336x280-wrap {
	float: left;
	width: 336px;
	height: 280px;
	margin: 3px 25px 12px 0;
}
.ad-300x250-left {
	float: left;
	width: 100%;
	height: 250px;
	margin: 10px 0 10px 0;
}
.ad-160x600 {
	float: left;
	width: 160px;
	height: 600px;
	margin-bottom: 10px;
}
.ad-125-wrapper {
	position: relative;
	width: 300px;
	float: left;
	margin: 0 0 15px 0;
	padding: 12px 0 5px 0;
	background-color: #FFE4E1;
}
.ad125x125 {
	margin: 5px 10px 5px 10px;
}
.ad-468x60-top {
	float: left;
	width: 468px;
	height: 60px;
	margin-bottom: 10px;
}
.ad-468x60-bottom {
	float: left;
	width: 468px;
	height: 60px;
	margin: 10px 0 10px 0;
}

/*
 * social sharing buttons on each page
 */
.like {
	margin:5px 10px 5px 0;
    padding:3px 10px;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
    -ms-border-radius:5px;
	background-color:#999999;
	color:#ffffff;
}
.social a{
    display:inline-block;
    margin:5px 10px 5px 0;
    padding:3px 10px;
    color:#fff;
    font-weight:bold;
    text-align:center;
    text-decoration:none;
    border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    -webkit-border-radius:5px;
    -ms-border-radius:5px;
    background-color:#999999;
	color:#ffffff;
}

/*Twitter*/
a.twitter:hover {
    background:#9AE4E8;
    color:#000000;
}

/*Facebook*/
a.facebook:hover {
    background:#3B5998;
    color:#ffffff;
}
/*Google Plus*/
a.google-plus:hover {
    background:#D34836;
}
a.email-buttom:hover {
    background:#743399;
}

/*
* Social  stuff on the top of the page
*/

#content-top {
    float: right;
    width: 366px;
    background-color: rgb(204, 204, 255);
    margin: 25px 5px 0 0;
    height: 30px;
}

#content-social {
	float: left;
	width: 150px;
	height: 30px;
	}

#content-social ul {
	display: inline;
	float: right;
	}

#content-social ul li {
	border: 1px solid #ccc;
	display: inline;
	float: left;
	overflow: hidden;
	}

.fb-but,
.twitter-but,
.pinterest-but,
.google-but,
.linkedin-but,
.rss-but {
	float: left;
	transition: all .1s;
	-moz-transition: all .1s;
	-ms-transition: all .1s;
	-o-transition: all .1s;
	-webkit-transition: all .1s;
	width: 30px;
	height: 30px;
	}

.fb-but {
	background: #fff url("images/social-buttons.png") 0 0;
	}

.fb-but:hover {
	background: #3b5997 url("images/social-buttons.png") 0 -30px;
	}

.twitter-but {
	background: #fff url("images/social-buttons.png") -30px 0;
	}

.twitter-but:hover {
	background: #00aced url("images/social-buttons.png") -30px -30px;
	}

.pinterest-but {
	background: #fff url("images/social-buttons.png") -60px 0;
	}

.pinterest-but:hover {
	background: #cb2027 url("images/social-buttons.png") -60px -30px;
	}

.google-but {
	background: #fff url("images/social-buttons.png") -90px 0;
	}

.google-but:hover {
	background: #000 url("images/social-buttons.png") -90px -30px;
	}

.youtube-but {
	background: #fff url("images/social-buttons.png") -120px 0;
	float: left;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	width: 54px;
	height: 30px;
	}

.youtube-but:hover {
	background: #f00 url("images/social-buttons.png") -120px -30px;
	}

.linkedin-but {
	background: #fff url("images/social-buttons.png") -174px 0;
	}

.linkedin-but:hover {
	background: #069 url("images/social-buttons.png") -174px -30px;
	}

.rss-but {
	background: #fff url("images/social-buttons.png") -204px 0;
	}

.rss-but:hover {
	background: #f60 url("images/social-buttons.png") -204px -30px;
	}

#searchform {
	float: right;
	position: relative;
	}
.search-box{
	float: left;
	margin-bottom: 10px;
}
#searchform input {
	background: #fff url("images/search-icon.png") no-repeat right 50%;
	border: none;
	color: #777;
	float: right;
	font: 400 12px/30px 'Open Sans', sans-serif;
	margin: 0;
	padding: 0 0 0 10px;
	width: 200px;
	height: 30px;
	border: 1px solid #777777;
	}

#searchform #search-button {
	border: none;
	float: left;
	}

#searchform #s:focus {
	outline: none;
}

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

#navigation-main-wrapper {
	box-shadow: 0 -4px 15px -5px #555;
	-ms-box-shadow: 0 -4px 15px -5px #555;
	-moz-box-shadow: 0 -4px 15px -5px #555;
	-o-box-shadow: 0 -4px 15px -5px #555;
	-webkit-box-shadow: 0 -4px 15px -5px #555;
	float: left;
	position: relative;
	width: 100%;
	z-index: 2000;
	background-color: #743399;
	border-bottom: 5px solid #0066CC;
	height: 36px;
	}

.navigation-main {
	clear: both;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
}
.navigation-main li {
	float: left;
	position: relative;
	height: 35px;
}

.navigation-main a {
	display: block;
	float: left;
	font: 18px/17px 'Oswald', sans-serif;
	padding: 9px 28px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 35px;
		left: 0;
	z-index: 99999;

}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 190px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	font-size: 13px;
	background-color: #005bb7;
	text-transform: capitalize;
	color: #00000;
}

.navigation-main ul ul li {
	border-bottom: 1px dotted #005bb7;
}
.navigation-main li:hover > a {
	background-color: #005bb7;
	/* Add the image with transperancy here
	 * Move solid color to where the image is right now -- a:hover
	 */
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
		background: url("images/dropdown-bg.png");
		color: #000000;
}
.navigation-main ul li:hover > ul {
	display: block;
}

.navigation-main li.current-menu-item a,
.navigation-main li.current-page-item a  {
	background-color: #0066CC;
	border-bottom: 1px solid #0066CC;
}

.navigation-main li.current-menu-item .sub-menu a,
.navigation-main li.current-page-item .sub-menu a {
	text-decoration: none;
	border-bottom: 1px dotted #f0f0f0;
}

.navigation-main li.current-category-ancestor, li.current-post-ancestor a,
.navigation-main li.current_page_ancestor, li.current-page-ancestor a {
	background-color: #0066CC;
	border-bottom: 1px solid #0066CC;
}

.navigation-main li.current-category-ancestor .sub-menu a,
.navigation-main li.current_page_ancestor .sub-menu a
.navigation-main li.current-page-ancestor.sub-menu a {
	border-bottom: 1px dotted #f0f0f0;
	background-color: #0066CC;
}

.navigation-main .sub-menu li.current-menu-item a {
	background: url("images/dropdown-bg.png");
	border-bottom: 1px dotted #f0f0f0;
	color: #000000;
}
#menu-bottom-small, #menu-about {
	padding: 0;
	margin: 0;
}
.menu-footer {
	padding: 0;
	margin: 0;
}
.menu-footer ul {
  	list-style: none;
}
.menu-footer li {
	list-style: none;
 	margin: 0 5px 10px 0;
	border-bottom: 1px dotted #ccccff;
}
.menu-footer li a {
  	padding: 2px 5px 2px 0;
  	display: block;
  	font-size: 10pt;
	text-decoration: none;
  	color: #ccccff;
}

.menu-footer li a:hover {
	background-color: #ccccff;
	color: #743399;
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

@media screen and (max-width: 300px) {
	.menu-toggle,
	.main-small-navigation ul.nav-menu.toggled-on {
		display: block;
		padding: 0;
		margin: 0 5px 0 5px;;
		list-style: none;
	}

	.main-small-navigation li {
		list-style: none;
	}
	.main-small-navigation a {
	  	display: block;
	 	padding: 5px 0 5px 10px;
		border-bottom: 2px solid #743399;
		background-color: #0066CC;
	  	font-size: 11pt;
		text-decoration: none;
	  	color: #ccccff;
	}

	.main-small-navigation li a:hover {
		background-color: #ccccff;
		color: #743399;
	}

	.navigation-main ul {
		display: none;
	}
}


/* =Content
----------------------------------------------- */
/* Images */
.wp-post-image {
	float: left;
	margin: 5px 20px 4px 0;
	text-align: left;
}

.sticky {
}
.hentry {
	margin: 0 0 0 0;
	width: 100%;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.page-header {
	margin-bottom: 25px;
}
#author-info {
	margin-bottom: 20px;
	float: left;

}
#author-avatar {
	width: 70px;
	float: left;
	margin: 5px;
}
#author-description {
	width: 378px;
	padding: 5px;
	float: left;
}
.taxonomy-description {
	float: left;
	margin-bottom: 10px;
	font-style: italic;
	color: #777777;
}
.taxonomy-description p, #author-description p {
	font-size: 120%;
	font-style: italic;
	color: #777777;
}
#respond {
	background-color: #FFE4E1;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px dotted grey;
}

.wp-tag-cloud {
	padding: 0;
	margin: 0;
}
.wp-tag-cloud ul {
  	overflow: auto;
  	list-style: none;
}

.wp-tag-cloud li {
	list-style: none;
  	float: left;
 	margin: 0 5px 10px 0;
}

.wp-tag-cloud li a {
  	padding: 2px 5px 2px 5px;
 	font-size: 90%;
	text-decoration: none;
 	background-color: #743399;
  	color: #FFE4E1;
}

.wp-tag-cloud li a:hover {
	background-color: #ccccff;
	color: #743399;
}

.wp-tag-cloud li.active a {
  font-weight: bold;
  color: #FFE4E1;
}

/* =Contact Form
------------------------------------------------ */
.contact-form label, .contact-form input, .contact-form textarea {
	display: block;
	margin: 10px 0;
}
.contact-form label {
	font-size: larger;
}
.contact-form input {
	padding: 5px;
}
#cf_message {
	width: 90%;
	padding: 10px;
}
#cf_send {
	padding: 5px 10px;
}
.info {
	font-size: 150%;
	color: red;
}

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

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.entry-meta {
	font-size: 11px;
	margin: -10px 0 20px 0;
	border-top: 1px dotted #D5D2CA;
}
footer.entry-meta {
	background-color: #ffffff;
	margin-top: 5px;
	padding: 5px 0 0 0;
}

.wp-caption-text {
	text-align: center;
    font-size: .7em;
    color: #303030;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


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

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

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

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}


#soliloquy-2449 {
    margin-bottom: 20px;
}

/*
 * Small Screen
 */

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 0px)
and (max-width : 980px) {
.site-branding, .site-main, .navigation-main, .site-footer, .site-info, #access .menu-header, div.menu,  #branding, #main, #wrapper, #site-title {
 		width: 790px;
 	}
#masthead, #bottom-wrapper1, #bottom-wrapper2 {
	min-width: 795px;
	max-width: 980px;
}
 #content-area {
		width: 100%;
 	}
	.site-main .widget-area {
		float: left;
		margin: 0 0 0 -3000px;
		overflow: hidden;
		width: 160px;
		padding: 0 10px 0 10px;
		border-left: 1px solid #ccccff;
		border-right: 1px solid #ccccff;
	}
	.site-main .widget-area2 {
		float: left;
		margin: 0 0 0 -310px;
		overflow: hidden;
		width: 300px;
		padding-left: 10px;
	}
	.navigation-main a {
		font: 15px/16px 'Oswald', sans-serif;
		padding: 10px 20px;
	}
	.navigation-main ul ul a {
		width: 140px;
		font-size: 11px;
	}
}