/*
Theme Name: Ishman Blog
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

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.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =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, 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;
}
h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
}
h4 {
	font-size: 14px;
	font-size: 1rem;
}
h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
}
h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}

ol, ul {
	list-style: none;
}

ul,
ol {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
	padding: 0;
}
ul {
	list-style: disc outside;
}
ol {
	list-style: decimal outside;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
li {
	margin: 0 0 0 0; background:url(images/round-bullet.png) no-repeat left 5px; list-style:none; 

}

blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}

strong {
	font-weight: bold;
}
em,
i {
	font-style: italic;
}
sup,
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

.alignleft {
	display: inline;
	float: left;
	margin: 12px 24px 12px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 12px 0 12px 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

/* =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;
}
#footer {
	clear: both;
	width: 100%;
}

/*
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: Georgia, "Bitstream Charter", 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: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.wp-caption {
	background: transparent;
	border: none;
	margin: 0;
	padding: 4px;
	text-align: left;
}
.wp-caption-dt {
	margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #757575;
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.71429rem;
}
address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
del {
	color: #333;
}

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

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	margin-top: 20px;
	padding: 0 20px;
}

/* 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:url(images/texturedBg.gif) repeat;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}

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;
}
a:link {
	color: #0270BC;
}
a:visited {
	color: #0270BC;
}
a:active,
a:hover {
	color: #0270BC;
}

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


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

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 0 0;
	width: 700px;
}
#site-title a {
	color: #1891d6;
	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;
}



#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 14px;
	line-height: 24px;
}

#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: #053458;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #054376;
}
.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{ margin:12px 0 0 0;}

.entry-content input {
	margin: 0 0 24px 0;
}

.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; padding:0 0 10px 0;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	 background: none repeat scroll 0 0 #054376;
    border-radius: 6px 6px 0 0;
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    text-transform: uppercase;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0; 
}
#main .widget-area ul ul {
	border: none;
	padding:5px;  background: none repeat scroll 0 0 #1287CC;
    border-radius: 0 0 7px 7px; 
}
#main .widget-area ul ul li { color:#ccc; background: url(images/round-bullet.png) no-repeat left 5px;padding:0 0 0 15px;
}
#main .widget-area ul ul li  a{ color:#fff!important; 
}
#main .widget-area ul ul li a.active{ color:#ccc!important;
}
#primary {
}
#secondary {
}

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


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

#footer {
	margin-bottom: 20px;
}
#colophon {
	background: none repeat scroll 0 0 #2E2E2E;
    border-radius: 0 0 6px 6px;
    margin-top: -4px;
    overflow: hidden;
    padding: 18px 0;
    width: 980px;
}
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #fff; padding:0 0 0 10px;
	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;
}





nav{float:right; clear:right; margin:0 0 0 0; position:relative; z-index:99; background:url(./images/navBg.jpg) repeat-x bottom; border-radius:5px 5px 0 0; height:29px; padding:5px 0 1px 0;}
#menu2, #menu2 ul { list-style: none; margin: 0; padding: 0;}

#menu2 li { margin:0 0px 0 0; padding:0 0px; position: relative; float: left; white-space: nowrap; background:none;  }
#menu2 li a {display: block;  padding:0 15px; text-decoration: none; color: #fff;  font-family:"Times New Roman", Times, serif; font-size:11px; height:29px; line-height:29px;  transition-property: none ; text-transform:uppercase;}
#menu2 li a:hover, #menu2 li a.active{background:#013973; border-radius:5px 5px 0 0;}

#menu2 li:first-child a{border-radius:0 0 0 0;  padding:5px 15px 0; background:url(./images/navBdr.jpg) no-repeat right; margin:-5px 0 0 0;}
#menu2 li:first-child:hover a{border-radius:5px 0 0 0;}
#menu2 li a.last-child{/*border-radius: 0 5px 0 0;*/  padding:0 15px; margin:0 5px 0 0;}
#menu2 li a.last-child.active{margin-right:5px;}

#menu2 ul { background: #005995; border-radius:0 0 5px 5px; padding:0px 5px 5px 5px; display: none; position: absolute;}
#menu2 ul li { background:none; border-right: 0px solid transparent; float: none; text-align:left; border-radius:5px 5px; }
#menu2 ul li a{line-height:25px; height:25px; background:none; text-transform:none; font-size:14px;}
#menu2 ul li:hover{background:none; }
#menu2 ul li:hover a{color:#57C1FE; background:none;} 
#menu2 ul li:first-child a{background:none;}

.widget-title2 {
	 background: none repeat scroll 0 0 #054376;
    border-radius: 6px;
    color: #FFFFFF;
    font-family: Georgia;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    padding: 0 8px;
    text-transform: uppercase;
}


#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: 15px 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: 12px; padding:5px;
	width: auto; 
}

#respond input[type="submit"]{
    border: none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: none;
    font-family: 'OpenSans-Semibold';
    font-size: 19px;
    margin: 0;
    padding: 8px 13px;
    text-align: center; background:#0272c1;
}

a.nav-previous { text-decoration:none!important; padding:0 0 10px 0; float:left;
}
.clear{clear: both}
.nopadding-b{padding-bottom:0!important;}

.entry-content li{ background: url(images/round-bullet.png) no-repeat left 9px; padding:0 0 0 15px;}

.page-title {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 15px;
}
.page-title span {
    color: #333333;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
}
a.continueBtn {
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
    margin: 0; text-decoration:none;
    padding: 3px 5px;
    text-align: center; background:#0272c1;
	float:left; margin:0 0 10px 0;
}
a.continueBtn:hover{
   background:#054376;
}
.entry-summary p{margin-bottom:10px;}





.errorWrap {
text-align: center;
width: 100%;
}
.errorWrap h2 {
color: #1790d5;
font-family: 'open_sansregular';
font-size: 52px;
line-height: 30px;
text-transform: uppercase; border-bottom:none;

}
.errorWrap h5 {
color: #6F6F6F;
font-size: 25px;
padding: 5px 0 0 0; line-height:24px;
}

.error {
margin: 20px 0 0 0;
text-align: center;
}
