@import url(http://fonts.googleapis.com/css?family=Architects+Daughter|Oswald);

/* Default Style
------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
	border: 1px solid #bbbbbb;
	background: #d8d8d8 url(images/quote.png) no-repeat;
	padding: 10px 5px 5px 47px;
	text-shadow: 1px 1px #fff;
	margin: 5px 0;
	border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
pre {
background: #d8d8d8;
text-shadow: 1px 1px #fff;
border: 1px solid #bbbbbb;
padding: 7px;
margin: 5px 0;
border-radius: 7px;
}

code {
background: #d8d8d8;
text-shadow: 1px 1px #fff;
border: 1px solid #bbbbbb;
display: block;
padding: 7px;
margin: 5px 0;
border-radius: 7px;
}

ins {
    background-color:#fdfc9b;
    text-decoration:none;
}

mark {
    background-color:#fdfc9b;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

hr {
    height:1px;
    background: #9f9f9f;
    margin: 7px 0;
    border: none;  
	clear: both;  
	float: none;  
	width: 100%;
}

input, select {
    vertical-align:middle;
}

select {
border-radius: 4px;
border: 1px solid #ACACAC;
padding: 3px 4px;
}
/* Global Style
------------------------------------------------*/
body {
background: #364152 url(images/bg.jpg);
color: #14181d;
font-family: Lucida Grande, Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 18px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  margin-top: 0.4em;
}

h1, .h1 {
  font-size: 2em;
  line-height: 1.5385;
  }

h2, .h2 {
  font-size: 1.5385em;
  line-height: 2;
  margin-top: 1em;
}

h3, .h3 {
  font-size: 1.2308em;
  line-height: 1.25;
  
}

h4, h5, h6, .h4, .h5, .h6 {
  font-size: 1em;
  line-height: 1.5385;
 
}

p {
  font-size: 1em;
  line-height: 1.5385;
  margin: 0 0 1.4em 0;
}

p a:link {

}

a, a:link, a:visited {
  color: #2262a4;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active {
  color: #0080aa;
  outline: none;
}

img, img a {
  border: 0;
}

li ul, li ol {  margin: 0; }
ul, ol { 
 margin: 0 1.6em 1.6em 0;  padding-left: 1.6em;
 }
 
ul {  list-style-type: disc; }
ol { 
list-style-type: decimal; 
padding-left: 10px;
margin-left:14px;
}
dl {  margin: 0 0 1.5385em 0; }
dl dt {  font-weight: bold; }
dd {  margin-left: 1.5385em; }
fieldset {  border: 1px solid #ccc;  margin: 0 0 1.4615em;  padding: 1.5385em; }

table {  
border-collapse:collapse;
border-spacing:0;
margin-bottom: 15px;  
width: 100%; }
th, tr, td {  vertical-align: middle; }
.sticky-header th, .sticky-table th {  border-bottom: 3px solid #ccc;  padding-right: 1em;  text-align: left; }

.clear{
clear: both;
}

/* Layout
------------------------------------------------*/
#wrapper {
margin: 0 auto;
padding: 0;
width: 980px;
}

/* Header Top
------------------------------------------------*/
#header-top {
margin: 0 auto;
padding: 0;
width: 980px;
background: #7B3C10;
    height: 250px;
}
#header-top #logo {
float: left;
width: 250px;

}
#header-top #site-name h1 {
margin: 20px 0 0 0;
color: #fff;
font-family: 'Architects Daughter', cursive;
font-size: 40px;
line-height: 44px;
}
#header-top #site-slogan {
  margin: 0;
  color: #bbc2cb;
}
#header-social{
float: right;
padding: 0;
margin-top: 23px;
}
#header-social li{
float: left;
list-style: none;
display: inline;
margin-right: 10px;
}
#header-top .search-box{
float: right;
padding: 0;
margin: 0;
margin-top: 30px;
}
#header-top .search-box .form-text{
color: #828b99;
width: 170px;
height: 30px;
background: #1d2226 url(images/search.png) no-repeat 3px 8px;
padding: 2px 0px 2px 24px;
border-radius: 5px;
border: 0;
}
#header-top .search-box .form-submit{
display: none;
}
/* Header and Main menu
------------------------------------------------*/
#header {
  margin-top: 25px;
}

#main-menu{
font-size: 12px;
margin: 10px 0;
}

#main-menu a {
display: block;
}

#main-menu ul, #main-menu ul li, #main-menu ul ul {
background: none;
list-style: none;
margin: 0;
padding: 0;
position: relative;
}

#main-menu ul {
}

#main-menu ul li {
vertical-align: middle;
list-style-image: none !important;
border-bottom: 1px solid #20262e;
}
#main-menu ul li a{
padding: 10px 14px;
}
#main-menu ul li.hover,
#main-menu ul li:hover {
position: relative;
cursor: default;
background: #7B3C11;
}

#main-menu ul ul {
visibility: hidden;
position: absolute;
top: 0;
left: 100%;
width: 180px;
}

#main-menu ul ul li {
float: none;
width: 100%;
}
#main-menu ul ul li  a{
padding: 7px 15px;
}

#main-menu ul ul ul {
 top: 0px;
 left: 99%;
}

#main-menu ul li:hover > ul {
  visibility: visible;
}

#main-menu ul li.rtl ul {
  top: 100%;
  right: 0;
  left: auto;
}

#main-menu ul li.rtl ul ul {
  top: 0;
  right: 99%;
  left: auto;
}

#main-menu ul a:link,
#main-menu ul a:visited { 
color: #7B3C11;
text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}
#main-menu ul a:hover,
#main-menu ul a.active,
#main-menu ul li.active-trail a { color: #FFFF82; }

#main-menu li.expanded ul a, 
#main-menu li.leaf ul a { 

}
#main-menu ul li.expanded { 
background:transparent url('images/expanded-arrow-right.png') no-repeat center right; 
}
#main-menu ul li.expanded:hover {
background: #FFFF82 url('images/expanded-arrow-right.png') no-repeat center right;
}
#main-menu li.expanded ul a:hover,
#main-menu li.expanded ul a.active,
#main-menu li.leaf ul a:hover,
#main-menu li.leaf ul a.active { 
color: #FFFF82;
}

#main-menu ul ul li:hover,
#main-menu ul ul li.active-trail,
#main-menu ul ul li.last a {
 
}

#main-menu ul ul ul li.last a {
  border-bottom: none !important;
}

#main-menu ul ul li.first a {
  border-top: none;  
}


#main-menu ul li:hover,
#main-menu ul li.active-trail {

}

#main-menu ul ul li {
  background: #111419;
  padding-top: 1px;
}

#main-menu ul ul li.expanded {
  background: #111419 url('images/expanded-arrow-right.png') no-repeat center right;
}

#main-menu ul ul a:link,
#main-menu ul ul a:visited { 
color: #cacaca;
}

#main-menu ul ul a {
  border-bottom: 1px solid #585858;
}

#main-menu ul ul ul a {
  border-bottom: 1px solid #585858;
}
/* breadcrumb
------------------------------------------------*/
.breadcrumb {
font-size: 10px;
    display: none;

}
.breadcrumb a{
color: #585858;
}
.breadcrumb a:hover{
color: #000;
text-decoration: none;
}

/* Homepage
------------------------------------------------*/
.node {

}
.node-teaser{
margin-bottom: 40px;
margin-right: 20px;
float: left;
width: 340px;
height: 500px;
}
.node-teaser p{
text-align: justify;
}

/* content body (sidebars and main content)
------------------------------------------------*/
#content-body {
background: #1d232d url(images/content-body.jpg) repeat-y;
width: 960px;
padding: 0 10px 0 10px;
float: left;
margin-top: 8px;
border-radius: 7px;
}
#maintenance {
color: #828b99;
}
/* main post content
------------------------------------------------*/
#main {
  display: inline;
  margin: 0;
  float: right;
  padding: 0;
  width: 720px;
}


/* 2 columns: sidebar-first */

body.sidebar-first #main {
  float: right;
  margin: 0;
  padding: 0;
  width: 720px;
}


/* sidebar
------------------------------------------------*/
/* 3 columns: sidebar-first */
#sidebar-first h2, #sidebar-second h2{
font-family: 'Oswald', sans-serif;
color: #fff;
}
#sidebar-first {
color: #919da8;
}
#sidebar-first a {
color: #636363;s
}
#sidebar-first a:hover{
color: #0080aa;
}
#sidebar-first .block{
padding: 4px;
}
#sidebar-first ul{
margin: 0;
padding: 0;
}

#sidebar-first li{
list-style: none;
list-style-image: none;
background: url(images/sidebar-arrow.png) no-repeat left center;
border-bottom: 1px solid #20262e;
padding: 4px 0 4px 17px;
}

body.two-sidebars #sidebar-first {
  float: left;
  margin: 0 0 0 -720px;
  padding: 0;
  width: 220px;
}

/* 2 columns: sidebar-first */

body.sidebar-first #sidebar-first {
  float: left;
  margin: 0;
  padding: 0;
  width: 220px;
}
#sidebar-first {
  float: left;
  margin: 0;
  padding: 0;
  width: 220px;
}

/* Node / post content
------------------------------------------------*/
.title{
font-family: 'Oswald', sans-serif;
color: #FFFF82;
    padding-bottom: 5px;
}
.education{
    color: #FFFF82 !important;
}
.title a{
color: #161a21;
}
h2.title a{
font-size: 18px;
margin: 5px 0;
}

.submitted{
background: #dfdddd;
padding: 4px 9px;
border-radius: 4px;
color: #383838;
text-shadow: 1px 1px #fff;
clear: both;
display: block;
margin-bottom: 2px;
}
#main .content {
color: #ffffff;
text-align: justify;
font-size: 14px;
}
#main .content p{
line-height: 20px;
margin-bottom: 14px;
    font-size: 14px;
}

#main .content h1{
font-size: 26px;
line-height: 1.3; 
margin: 10px 0 6px 0;
font-family: 'Oswald', sans-serif;
color: #222222;
}
#main .content h2{
font-size: 22px;
line-height: 1.2; 
margin: 8px 0 5px 0;
font-family: 'Oswald', sans-serif;
color: #222222;
}
#main .content h3{
font-size: 18px;
line-height: 1.2; 
margin: 5px 0 4px 0;
font-family: 'Oswald', sans-serif;
color: #222222;
}
#main .content h4{
font-size: 14px;
margin: 4px 0 3px 0;
font-family: 'Oswald', sans-serif;
color: #222222;
}
#main .content h5{
font-size: 12px;
margin: 4px 0 4px;
font-family: 'Oswald', sans-serif;
color: #222222;
}
#main .content h6{
font-size: 10px;
margin: 3px 0 3px;
font-family: 'Oswald', sans-serif;
color: #222222;
}
.links{
color: #000;
margin-top: 10px;
font-size: 10px;
}
.links li a{
background: #12151a;
padding: 4px 5px;
border-radius: 4px;
color: #bec3c9;
font-weight: normal;
}
.links li a:hover{
color: #fff;
}


#main table{
background: #ececec;
border: 1px solid #bbbbbb;
}

#main th {
background: #dbdbdb;
padding: 5px 4px;
text-shadow: 1px 1px #fff;
border-right: 1px solid #c8c7c7;
}
#main td {
background: #ebebeb;
color: #747474;
text-align: left;
padding-left: 4px;
border-right: 1px solid #c8c7c7;
border-bottom: 1px solid #c8c7c7;
}
/* poll, Buttons, Form
------------------------------------------------*/
.poll .vote-form .choices .title{
font-size: 18px;
font-weight: normal;
line-height: 2;
}
.poll .vote-form .choices{
margin: 0;
}

.form-submit{
border-radius: 5px;
cursor: pointer;
background: #575757;
border: 1px solid #000;
color: #fff;
padding: 4px 6px;
margin-right: 4px;
margin-bottom: 5px;
}

.form-submit:hover{
background: #454444;
}

input.form-checkbox, input.form-radio {
vertical-align: baseline;
}
.form-text{
border-radius: 3px;
border: 1px solid #acacac;
color: #949494;
padding: 4px 5px;
}
/* menus and item lists */

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/* Admin Tabs
--------------------*/

.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}


/* Tabs and Tags
------------------------------------------------*/

.field-name-field-tags {
  margin: 0 0 10px 0;
}
.field-name-field-tags a{
display: inline-block;
background: url(images/tag.png) no-repeat;
padding: 0px 8px 0 18px;
height: 22px;
color: #bec3c9;
border-radius: 2px;
font-size: 10px;
}
.field-name-field-tags a:hover{
color: #fff;
}
.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#main .field-label{
color: #FFFF82;
}
#main .field-items .field-item{
    float: left;

}
.field-item img{
    border: 1px solid #FFFF82;
    border-radius: 5px;
}
.field-name-field-vijaya-website-image .field-item.even img,.field-name-field-vijaya-website-image .field-item.odd img{
border: 1px solid #FFFF82;
    border-radius: 5px;
    margin: 7px;
}
.view-test img{
    border: 1px solid #FFFF82;
    border-radius: 7px;
    margin: 5px;
    height: 67px;
}
.view-test span{
    color: #FFFF82;
    font-style: italic;
    font-size: 16px;
}
/* Blocks

.
------------------------------------------------*/
.block {
  margin-bottom: 0.5385em;
}
.block  p{
  margin-bottom: 2px;
}
/* Footer
------------------------------------------------*/
#footer {
clear: both;
position: relative;
width: 980px;
color: #828b99;
margin-top: 5px;
}
#footer a{
color: #ffffff;
text-decoration: none;
}
#footer a:hover{
color: #fff;
text-decoration: none;
}
#footer h2{
color: #fff;
font-family: 'Oswald', sans-serif;
}
#footer ul {
margin: 0;
padding: 0;
}
#footer li {
list-style: none;
list-style-image: none;
background: url(images/sidebar-arrow.png) no-repeat left center;
border-bottom: 1px dotted #464646;
padding: 4px 0 4px 17px;
}
.first-footer{
    background:#7B3C11 url(images/content-body.jpg) no-repeat left top;
width: 228px;
float: left;
    color: #ffffff;
 height: 200px;
    border-radius: 7px;
    border: 1px solid #E0D9A5;
    text-align: justify;
}
.second-footer{
    background:#7B3C11 url(images/content-body.jpg) no-repeat left top;
width: 227.7px;
float: left;
margin-left: 20px;
    color: #ffffff;
    height: 200px;
    border: 1px solid #E0D9A5;
    border-radius: 7px;

}
.first-footer a,.second-footer a{
    color: #68C7F8 !important;
}
#copyright{
border-top: 1px dashed #656565;
padding-top: 4px;
    color: #7B3C11;
margin: 10px 0;
}
/* Profile
------------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/* comment
---------------------------------*/
#comments {
  clear: both;
  margin-top: 14px;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  
}

.comment {
  margin-bottom: 1.5em;
  padding: 5px;
  border-radius: 7px;
  min-height: 150px;
  border-bottom: 1px solid #d9d9d9;
}

h3.comment-title a{
margin-bottom: 5px;
font-family: 'Oswald', sans-serif;
font-size: 16px;
color: #67696d;
}
.comment .new {
  color: red;
  text-transform: capitalize;
  margin-left: 1em;
}
.form-textarea-wrapper textarea {
border-radius: 3px;
border: 1px solid #acacac;
color: #949494;
}
.comment .submitted {
display:inline;
background: #e5e5e5;
}
.comment .user-picture{
float: left;
padding: 4px;
border: 1px solid #d9d9d9;
margin-right: 7px;
margin-bottom: 7px;
}
.comment-new-comments{
display: none;
}
/* Navigation
------------------------------------------------*/
.item-list .pager {
}
.item-list .pager li {
background: #cfcfcf;
border-radius: 3px;
margin-right: 4px;
text-shadow: 1px 1px #fff;
}
/* Forum
------------------------------------------------*/
.field-name-taxonomy-forums div{
display: inline;
margin-top: 4px;

}
.field-name-taxonomy-forums .field-items{

}
#forum .title{
font-size: 16px;
}
#forum .submitted{
font-size: 12px;
font-family: Lucida Grande, Verdana, Arial, sans-serif;
background: transparent;
padding: 0;
}
#forum .container {
background: #a1a1a1;
color: #fff;
}
#forum .container a{
color: #000;
font-weight: bold;
}
#forum div.indent {
margin-left: 2px;
}
.forum-starter-picture{
float: left;
padding: 4px;
border: 1px solid #d9d9d9;
margin: 5px 7px 5px 0;
}
#forum th{
background: #434343;
text-shadow: none;
color: #fff;
}
#forum th a{
color: #fff;
}

#forum td.forum .icon, #forum .icon div{
background: url(images/no-new-posts.png) no-repeat;
width: 35px;
height: 35px;
}

#forum .name a{
font-family: 'Oswald', sans-serif;
font-size: 16px;
}
/* User picture
------------------------------------------------*/
.user-picture{

}
/* scrool to top
-------------------------------------------------------------- */
.backtotop { 
background:url(images/goup.png) no-repeat; 
width:53px; 
height:53px; }
#titletext{
    height: 65px;
    margin: 0 auto;
    padding-top: 10px;

    width: 980px;
    text-align: center;

}
#logo{
    width: 250px;
    height: 250px;
    float: left;
}
#slider{
    width: 730px;
    float: left;
}
#siteby{
    float: right;
    color: #7B3C11;
}
#siteby a{
    color: #7B3C11;
}
.region-footer{
    border: 1px solid #E0D9A5;
    margin-top: 10px;
    padding-top: 10px;
    border-radius: 7px;
    text-align: center;
    background:#7B3C11
}
.region-footer a{

    padding-right: 3px;
    padding-left: 3px;
    font-size: 11px;
}
#footer h2{
    margin-top: 2px;
    text-align: center;
    color: #7B3C11;
}
#footer .content{
    padding: 6px;!important;
    text-align: justify;
}
#contactus{

    padding-top: 50px;
    padding-left: 250px;
    padding-bottom: 15px;
}
#contactname{
    color: #03F888;
    font-size: 17px;
    text-shadow: 1px 1px #ffffff;
    padding-bottom: 10px;
}
#contactnameft{
    color: #03F888;
    font-size: 14px;
    text-shadow: 1px 1px #ffffff;
    padding-bottom: 10px;
}
.comment_forbidden {
    display: none !important;
}
#founderimag{
    padding-left: 12px;
    float:right;

}
#spleffect{
    text-shadow: 1px 1px #FED807;
    font-weight:bold;

}
#innerboximgleft{
    float: right;
    padding-left: 10px;
}
#innerboximgright{
    float: left;
}
.views-field-field-vijaya-website-image{

    padding-bottom: 25px;
}