/*
Theme Name: Crossinology
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, 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, accessibility-ready
Text Domain: twentyfourteen

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

/**

Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 

* 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry 

Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging 

Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 * 

  6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 

- Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media 

Queries
 * 12.0 - Print
 * 

-----------------------------------------------------------------------------
/*====================================== reset.css is here ========================================*/

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

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

body { line-height: 1; }

h1, h2, h3, h4, h5, h6 { 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; }

/* =Fonts
-------------------------------------------------------------- */

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, input[type=submit] { font-family: Arial, sans-serif; }

pre { font-family: Arial, sans-serif; }

code { font-family: Arial, sans-serif; }

body, input, textarea {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, sans-serif;
}

hr {
  background-color: #E7E7E7;
  border:0;
  height: 1px;
  margin-bottom: 18px;
  clear:both;
}

/* Text elements */

.content p { margin-bottom: 18px; }

.content ul {
 list-style: square;
  margin: 0 0 18px 1.5em;
}

.content ol {
  list-style: decimal;
  margin: 0 0 18px 1.5em;
}

.content ol ol { list-style:upper-alpha; }

.content ol ol ol { list-style:lower-roman; }

.content ol ol ol ol { list-style:lower-alpha; }

.content ul ul, .content ol ol, .content ul ol, .content ol ul { margin-bottom:0; }

.content dl { margin:0 0 24px 0; }

.content dt { font-weight: bold; }

.content dd { margin-bottom: 18px; }

.content strong { font-weight: bold; }

.content cite, .content em, .content i { font-style: italic; }

.content big { font-size: 131.25%; }

.content ins {
  background: #ffc;
  text-decoration: none;
}

.content blockquote {
  font-style: italic;
  padding: 0 3em;
}

.content blockquote cite, .content blockquote em, .content blockquote i { font-style: normal; }

.content pre {
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
  margin-bottom: 18px;
  padding: 1.5em;
}

.content abbr, .content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.content sup, .content sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
}

.content sup { bottom: 1ex; }

.content sub { top: .5ex; }

.content input[type="text"], .content input[type="email"], .content input[type="url"], .content textarea{
		padding: 2px;
	background: #f9f9f9;
	border: 1px solid #999;
	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);
	border-radius: 10px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	padding: 10px 15px 10px 15px;
	outline:none;
		width: 185px;

}
.content table {
  border: 1px solid #e7e7e7;
  text-align: left;
  margin: 0 -1px 24px 0;
  width: 100%;
}

.content tr th, 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; }

.attachment img { max-width: 900px; }

.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;
}

.alignleft, img.alignright, img.aligncenter { margin-bottom: 12px; }

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
}

.wp-caption img { margin: 5px 5px 0; }

.wp-caption p.wp-caption-text {
  margin: 5px;
  color: #888;
  font-size: 12px;
}

.wp-smiley { margin:0; }

/* =Comments
-------------------------------------------------------------- */
#comments { clear: both; }

#comments .navigation { padding: 0 0 18px 0; }

h3#comments-title, h3#reply-title {
  color: #000;
  font-weight: bold;
  font-size: 20px;
  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 {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7e7e7;
}

.commentlist li.comment+li.pingback { margin-top: -6px; }

#comments .pingback p {
  color: #888;
  font-size: 12px;
  line-height: 18px;
  display:block;
  margin: 0;
}

#comments .pingback .url {
  font-style: italic;
  font-size: 13px;
}

/* Comments form */
input[type=submit] { color: #333; }

#respond {
  margin: 24px 0;
  border-top: 1px solid #e7e7e7;
  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;
  line-height: 18px;
  font-weight: normal;
}

#respond .required {
  color:#FF4B33;
  font-weight:bold;
}

#respond label {
  color: #888;
  font-size: 12px;
}

#respond input {
  margin:0 0 9px;
  width:95%;
}

#respond textarea { width:95%; }

#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 {
  width: auto;
  font-size: 14px;
}

a 											{text-decoration:none; outline:0; color:#488299; }
a:hover 									{text-decoration:none; outline:0; color:#488299; }
html 										{ }
body										{background:url(images/bg--img.png) repeat center top; height: 100%;}
.flt_Lt										{float:left;  display:inline;}
.flt_Rt										{float:right; display:inline;}
.clear                                   	{clear:both; font-size:0px;line-height:0px; display:block;}
html, body {height: 100%;}
img   {max-width:100%; height:auto;}

.no_border { border:none;}
/* ---------------------------------------------------------------------------------*/



/* ----------------------- layout ----------*/
.wrapper									{margin:0 auto;}
.container									{width:1024px; margin:0 auto; border:0px solid red;}
.main_content								{}
.header										{}
.header_lft                                 {float:left;}
.header_top                                 {background:#ff981f; padding:5px 0 3px 0;}
.header_top span                            {float:left; font-family: 'yanone_kaffeesatzregular'; font-size:20px; color:#fff; padding:15px 0 0 20px;}
.header_Rgt                                 {float:right; width:360px;}
.header_Rgt h3                              {font-family: 'yanone_kaffeesatzregular'; font-size:20px; color:#fff;  padding:15px 21px 0 0px; float:left;}
.header_Rgt h3 a                            {color:#fff;}
.social_icon                                {}
.social_icon ul                             {list-style:none; margin:0px; padding:0px;}
.social_icon ul li                          {float:left; padding:16px 20px 0 0;}
.social_icon ul li.last                     {padding-right:0px;}
/*-------------------------------------------*/

/* ------------------------- HEADER HERE -------------------*/
.logo										{float:left; }
/* ---------------------------------------------------------*/



/* ------------------------- NAVIGATION HERE ---------------*/
.nav										{}
.nav ul										{list-style:none; margin:0px; padding:0px; float:right;}
.nav ul li									{float:left; font-family: 'yanone_kaffeesatzregular'; font-size:21px; color:#2c6e88; padding:12px 11px 12px 11px;}
.nav ul li a								{color:#2c6e88;}
.nav ul li a span							{}
.nav ul li a:hover							{color:#ff981f;}



.nav  ul.menu li                            {position:relative; float:left;  float:left; display:block;  font-family: 'yanone_kaffeesatzregular';  font-size:21px; color:#fff;   }
.nav  ul.menu ul                            {position:absolute; top:41px; left:0px;  float:none; display:none; margin:0; width:138px; background:#fff; padding:4px 20px 8px 10px; }
.nav   ul.menu ul li                        {position:relative; border-top:none; margin:0;  border-radius:0px; float:none; display:block;  font-family: 'yanone_kaffeesatzregular'; margin:0px; z-index:1; width:151px; padding:0 0 0 0; border-bottom:0px solid #4e224d; border-right:0px;  font-size:21px; color:#488299; padding:0px;}
.nav ul.menu ul li a                        {display:block; font-weight:normal;  padding:5px 0px 5px 0px; color:#488299;  font-family: 'yanone_kaffeesatzregular';  text-align:left; border-bottom:0px; line-height:18px; }  
.nav ul.menu ul li a:hover                  {color:#ff981f; background:none;}
.nav ul.menu ul li a.active                 {color:#ff981f; background:none;}
.nav  ul.menu ul ul                         {left:0px;  top:0px;}
.nav ul li.last                             {border-right:0px;}
.nav  ul.menu ul ul                         {left:100%;}

/* ---------------------------------------------------------*/
.banner                                 {background:url(images/baner-bg-img.jpg) left top no-repeat; background-size:cover; padding:12px 0 12px 0; }
.banner_container                           {background:url(images/slidergrey-bg.png) left top repeat; border-radius:13px; /*box-shadow:1px -1px 5px 2px #9397a8;*/}
.banner   ul                       	    {list-style:none; margin:0px; padding:0px;}
.banner   ul li                         {}
.lft_slider                                 {width:490px; float:left;}
.rgt_txt                                    {padding-top: 39px; width: 485px; float:right;}
.rgt_txt h3                                 {font-family: 'yanone_kaffeesatzlight'; font-size:40px; color:#fff; line-height:40px;}
.rgt_txt span                               {font-family: 'yanone_kaffeesatzregular'; line-height:74px; display:block;}

/* ------------------------ MIAN CONTENT HERE --------------*/
.content                                    {margin:43px 0 0 0;}
.lft_part                                   {background:url(images/dashed-border.jpg) right 6px repeat-y; width:690px; float:left; }
.lft_content                                { border-radius:7px; background:#f7f7f7; padding:0 29px 32px 29px;  margin-right:21px;}
.lft_content h2                             {font-family:'yanone_kaffeesatzbold'; font-size:28px; color:#488299; line-height:28px; padding:23px 0 23px 0;}
.lft_content p                              {font-family:Arial, sans-serif; font-size:16px; color:#000000; margin:0px; line-height:24px; padding:0 0 5px 0;}
.lft_content h3                             {font-family:'yanone_kaffeesatzbold'; font-size:28px; color:#1d6e75; line-height:28px; padding-top:10px;}
.lft_content ul                             {list-style:disc; margin:0px; padding:0px;}
.lft_content ul li                          {font-family:Arial, sans-serif; font-size:16px; color:#000; font-weight:bold; padding:12px 0 0 12px;}
.lft_content ul li a                        { color:#333333;}
.rgt_content                                {width:243px; margin-left:20px; float:right; position:relative;  background:#f7f7f7; border-radius:7px; padding:0 20px 42px 43px;}
.rgt_content  h3                            {font-family: 'yanone_kaffeesatzbold'; font-size:28px; color:#488299; line-height:28px; padding-top:27px;}
.rgt_content p                              {font-family:Arial, sans-serif; font-size:16px; color:#1d6e75; font-style:italic; margin:0px; line-height:24px; padding:9px 0px 0 0;}
span.lft_coma                               {background:url(images/coma-lft.png) left top no-repeat; height:17px; display:block; width:19px; position:absolute; left:17px;}
span.rgt_coma                               {background:url(images/coma-rgt.png) right top no-repeat; height:17px; display:block; width:19px; position:absolute; right:22px; bottom:39px;}

.treatment                                  {background:url(images/border-bot.jpg) left top repeat-x;  margin-top: 40px;}
.three_parts                                {width: 299px;
background: url(images/dashed-border.jpg) right 6px repeat-y;
padding-right: 28px;
float: left;
margin-top: 43px;
margin-right: 35px;}
.three_parts h3                             {border:3px solid #95a2aa; background:url(images/gradient-bg.jpg) left top repeat; font-family:'yanone_kaffeesatzbold'; font-size:30px; color:#488299; text-align:center; border-radius:17px; padding:11px 0 11px 0; line-height:30px;}
.para_txt                                   {background:#f7f7f7; margin:8px 0 0 0; padding:13px 0 13px 0;}
.para_txt p                                 {font-family:Arial, sans-serif; font-size:16px; color:#000; margin:0px; line-height:24px; padding:0 17px 0 14px;}
.three_parts.last                           {padding-right: 0px;
border-right: 0px;
background: none;
margin-right: 0px;}
.crossilogy_part                            {margin-top:47px; background:url(images/border-bot.jpg) left top repeat-x;}
.different_parts                            {width:299px; padding-right:37px; float:left; margin-bottom:43px; margin-top:43px; padding-left:21px; padding-right:20px;}
.different_parts h4                         {background:#44b8c1; font-family: 'yanone_kaffeesatzregular'; font-size:30px; color:#fff; text-align:center; border-radius:10px 10px 0 0; padding:10px 0 8px 0; line-height:30px; margin-bottom:8px; text-transform:capitalize; font-variant:small-caps;}
.different_parts.last                       {padding-right:0px;}


/* -------------------------Inner1 starts--------------------------------*/
.banner.inner1                             {padding:0px 0 0px 0; background:none; position:relative;}
.baner_txt                                 {position:absolute; top:36%;}
.banner.inner1 > img                       {width:100%; height:auto;}
.baner_txt   h1                            {font-family: 'yanone_kaffeesatzregular'; font-size:60px; line-height:65px; color:#fff;}
.lft_inner1                                {width:749px; float:left; margin-bottom:24px; background:url(images/dashed-border.jpg) right 6px repeat-y; padding-right:6px;}
.brain_img                                 {width:315px; float:left; background:#efefef; padding:15px;}
.txt_lft                                   {width:306px; float:right;}
.txt_lft h2                                {font-family: 'yanone_kaffeesatzbold'; font-size:28px; color:#488299; padding-bottom:33px;}
.txt_lft p                                 {font-family:Arial, sans-serif; font-size:16px; color:#333333; margin:0px; line-height:24px; padding-bottom:16px;}
.lft_inner1   ul                           {list-style:disc; margin:0px; padding:0px 0 18px 0;}
.lft_inner1   ul li                        {font-family:Arial, sans-serif; font-size:16px; color:#000; font-weight:normal; padding:8px 0 0 10px;}
.lft_inner1   ul li a                      { color:#488299;}
.lft_inner1   ol                           {list-style:number; margin:0px; padding:0px 0 18px 0;}
.lft_inner1   ol li                        {font-family:Arial, sans-serif; font-size:16px; color:#000; font-weight:normal; padding:12px 0 0 14px;}
.lft_inner1   0l li a                      { color:#488299;}
.lft_inner1 p                              {font-family: Arial, sans-serif;
font-size: 16px;
color: #333333;
margin: 0px;
line-height: 20px;
padding-bottom: 8px;
padding-top: 8px;}

.rgt_content2                                {width:187px; margin-left:20px; float:right; position:relative;  background:#f7f7f7; border-radius:7px; margin-top:36px; padding:12px 20px 42px 43px;}
.rgt_content2  h3                            {font-family: 'yanone_kaffeesatzbold'; font-size:24px; color:#488299; line-height:24px; padding-top:27px;}
.rgt_content2 p                              {font-family:Arial, sans-serif; font-size:14px; color:#1d6e75; font-style:italic; margin:0px; line-height:21px; padding:9px 0px 0 0;}

.rgt_inner1                                {width:250px; float:right; padding-bottom:20px;}

.rgt_inner1 h3 a                            {
border: 3px solid #8c98a0;
background: url(images/gradient-bg.jpg) left top repeat;
font-family: 'yanone_kaffeesatzbold';
font-size: 24px;
color: #488299;
text-align: center;
border-radius: 17px;
padding: 11px 0 11px 0;
line-height: 30px;
width: 100%;
display: block;
}
.subscribe                                 {background:#666666; border:5px solid #44b8c1; border-radius:10px; padding:12px 17px 20px 14px; margin-top:56px; position:relative;}
.subscribe h4                              {font-family: 'yanone_kaffeesatzregular'; font-size:36px; color:#fff; line-height:36px; font-variant:small-caps; text-transform:capitalize;}
.subscribe p                               {font-family:Arial, sans-serif; font-size:14px; color:#fff; margin:0px;}
.search_box                                {width:200px; background:#fff; border-radius:10px; margin-top:12px;}
.search_box input.inp                      {background:none; border:none; outline:none; font-family:Arial, sans-serif; font-size:14px; color:#999999; font-weight:bold; text-align:center; padding:10px 76px 10px 21px; width:133px;}
span.orange                                {width:50px; border-radius:8px 8px 0 0; background:#ff981f; display:block; height:20px; position:absolute; left:28px; top:-25px;}
.learning_barrier                          { margin-top:44px;}
.learning_barrier h5                       {font-family: 'yanone_kaffeesatzregular'; font-size:24px; color:#fff; line-height:36px; background:#44b8c1; border-radius:10px 10px 0 0; font-variant:small-caps; text-transform:capitalize; padding:15px 0 10px 0; text-align:center;}

.learning_inn                              {background:#efefef;}
.book_img                                  {width:80px; float:left; padding-left:9px; padding-top:12px; padding-bottom:10px; background:#efefef;}
.learn_more                                {width:120px; float:right; padding-right:9px; margin-top:18px; border-left:2px solid #666666; padding-left:10px; background:#efefef;}
.learn_more h4                             {font-family: 'yanone_kaffeesatzregular'; font-size:18px; color:#666666; line-height:20px; font-variant:small-caps; text-transform:capitalize; padding-top:10px;}
.learn_more h5                             {font-family: 'yanone_kaffeesatzbold'; font-size:18px; color:#44b8c1; line-height:20px; background:none; border-radius:0px; padding:12px 0 6px 0; text-align:left; text-transform:uppercase;}

.learn_more a                              {font-family: 'yanone_kaffeesatzregular'; font-size:19px; color:#666666; display:block; border-top:2px solid #666666; padding-top:6px; }


/* -------------------------Inner2 starts--------------------------------*/
.banner.inner2                             {padding:0px 0 0px 0; background:none; position:relative;}
.banner.inner2 img                         {width:100%; height:auto;}
.baner_txt    h2                           {font-family: 'yanone_kaffeesatzregular'; font-size:60px; line-height:60px; color:#fff;}
.content_inner2                            {}
.content_inner2 p                          {font-family:Arial, sans-serif; font-size:16px; color:#333333; margin:0px; padding-bottom:10px; line-height:24px;}

/* ------------------ FOOTER HERE --------------------------*/
.footer										{background:#333333; border-bottom:8px solid #44b8c1;}
.foter_Social_icon                          {float:right; width:163px; padding-top:7px; padding-bottom:10px;}
.foter_Social_icon ul                       {list-style:none; margin:0px; padding:0px;}
.foter_Social_icon ul li                    {float:left; padding-right:2px;}
.copy										{}
/* ---------------------------------------------------------*/

.mob                           				{display:none;}
.widgetGuts.shortcode h3					{display: none !important;}
.content tr th, thead th 					{color: hsl(0, 0%, 53%);  display: none !important; font-size: 12px; font-weight: bold;line-height: 18px; padding: 9px 24px;}
.content tr td 								{border-top: medium none !important; padding: 6px 24px;}
.text 										{border-radius: 9px; width: 100% !important;}
.content table 								{border: medium none !important;}
.widgetGuts table td 						{padding: 0 0 15px !important;  width: 100%;}
.subscribe p 								{color: hsl(0, 0%, 100%); font-family: Arial,sans-serif; font-size: 14px; margin: 0; padding-top: 12px;}
.subscribeButton.button 					{background: url("images/gradient-bg.jpg") repeat scroll left top hsla(0, 0%, 0%, 0); border: 3px solid hsl(204, 10%, 59%);
										     border-radius: 17px; color: hsl(197, 36%, 44%); font-family: "yanone_kaffeesatzbold"; font-size: 30px; line-height: 30px; padding: 11px 0; text-align: center;width: 100%;}
.wpcf7-submit {
float: left;
width: 100%;
margin-top: 10px;
border: 0;
color: #fff;
background: url(images/send.png) no-repeat top left;
height: 89px;
width: 262px;
text-indent: -10000px;
}
.text
{
 background: none repeat scroll 0 0 hsl(0, 0%, 100%);
    border: medium none;
    color: hsl(0, 0%, 60%);
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    outline: medium none;
    padding: 10px 1px 12px 0;
    text-align: center;
    width: 100%;

}
.widgetGuts table {
    width: 100% !important;
}
.widget_wysija_cont .wysija-submit
{
border: 3px solid #8c98a0;
background: url(images/gradient-bg.jpg) left top repeat;
font-family: 'yanone_kaffeesatzbold';
font-size: 24px;
color: #488299;
text-align: center;
border-radius: 17px;
padding: 11px 0 11px 0;
line-height: 30px;
 width: 100%;
}
h1.entry-title{
	font-family: 'yanone_kaffeesatzbold';
font-size: 35px;
color: #488299;
line-height: 35px;
padding: 23px 0 0 0; 
}
span.entry-date {
display: none;
}
.lft_inner1 h2
{
	font-family: 'yanone_kaffeesatzbold';
font-size: 28px;
color: #488299;
line-height: 28px;
padding: 33px 0 0 0;
}

.content_inner2 h2
{
font-family: 'yanone_kaffeesatzbold';
font-size: 28px;
color: #488299;
line-height: 28px;
padding: 33px 0 0 0;

}
.lft_inner1 h3 a
{
	font-family: 'yanone_kaffeesatzbold';
font-size: 24px;
color: #488299;
line-height: 24px;
padding: 24px 0 0 0;
}

.copyright
{
font-family: Arial, sans-serif;
font-size: 12px;
color: #FFFFFF;
line-height: 14px;
padding: 10px 0 0 0;

}
aside a {
font-size: 16px;
color: #333;
}
aside li {
margin: 8px 0px;
}