/*----------------------------------------------------------------*/
/* CSS stylesheet for R C Bose Centre for Cryptology and Security */
/*----------------------------------------------------------------*/

body {
    margin: 0;
    font: 400 14px/1.6 Raleway, Georgia, serif;
    color: #222222;
    background: #ffffff;
}

/*-----------------------------------------------*/

#header {
    clear: both;
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    background: #770f0f;
    font: 24px Vollkorn, Georgia, serif;
    color: #ffffff;
}
#header-content {
    margin: 0 auto;
    padding: 10px 0 0 0;
    width: 1000px;
    background: url(images/isi_logo.png) no-repeat right center; 
    background-size: 70px;
}
.isi {
    padding: 0 0 0 0;
    font: 32px Vollkorn, Georgia, serif;
    color: #ffffff;
}
.rcbose {
    padding: 0 10px 0 0;
    font: 34px Italianno, Georgia, serif;
    color: #dddddd;
}

/*-----------------------------------------------*/

#menu {
    clear: both;
    height: 40px;
    width: 100%;
    position: fixed;
    top: 100px;
    background: #f2f1eb;
}
#menu-content {
    width: 1000px;
    margin: 0 auto;
    padding: 8px 0 0 0;
}
#left-menu {
    float: left;
    font: 18px/1.6 Raleway, Georgia, serif;
}
#left-menu ul {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#left-menu ul li {
    float: left;
    margin: 0 30px 0 0;
}
#left-menu ul li a {
    display: block;
    text-decoration: none;
    border: none;
    color: #222222;
}
#left-menu ul li a:hover {
    color: #222222;
    border-bottom: 2px solid #770f0f;
}
#right-menu {
    float: right;
    font: 14px/1.6 Raleway, Georgia, serif;
}
#right-menu ul {
    float: right;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#right-menu ul li {
    float: left;
    margin: 8px 0 0 30px;
}
#right-menu ul li a {
    display: block;
    text-decoration: none;
    border: none;
    color: #222222;
}
#right-menu ul li a:hover {
    color: #222222;
    border-bottom: 2px solid #770f0f;
}

#menugap {
    clear: both;
    height: 20px;
    width: 100%;
    position: fixed;
    top: 140px;
    background: #ffffff;
}

/*-----------------------------------------------*/

#container {
    clear: both;
    margin: 130px auto 0 auto;
}

#main-photo-frame {
    clear: both;
    width: 1000px;
    margin: 0 auto;
}

#content {
    clear: both;
    width: 1000px;
    margin: 0 auto;
}

/*-----------------------------------------------*/

#footer {
    clear: both;
    margin: 20px auto 0 auto;
    padding: 10px 0 0 0;
    width: 100%;
    min-height: 50px;
    background: #770f0f;
    color: #ffffff;
}
#footer-content {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    font: 600 12px/1.6 Raleway, Georgia, serif;
}

/*-----------------------------------------------*/

#left-column {
    float: left;
    width: 300px;
    margin: 0;
    padding: 0;
}

#mid-column {
    float: left;
    width: 300px;
    margin: 0 0 0 50px;
    padding: 0;
}

#right-column {
    float: left;
    width: 300px;
    margin: 0 0 0 50px;
    padding: 0;
}

#left-mid-column {
    float: left;
    width: 650px;
    margin: 0;
    padding: 0;
}


/*-----------------------------------------------*/

.smallfont {
    font: 400 12px/1.6 Raleway, Georgia, serif;
}

img.right-photo-frame {
    padding-top: 30px;
    width: 300px;
}

.clear {
    clear: both;
}

.drawer {
    clear: both;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    font: 600 14px/1.6 Raleway, Georgia, serif;
    background: #f2f1eb;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

/*-----------------------------------------------*/

ul {
    padding: 0px 0 5px 0;
    margin: 0;
    list-style: none;
}
.arrow li {
    padding-left: 25px;
    background: url(images/arrow.png) no-repeat;
    background-position: left top;
}
.circle li {
    padding-left: 25px;
    background: url(images/circle.png) no-repeat;
    background-position: left top;
}
.office li {
    padding-left: 25px;
    background: url(images/office.png) no-repeat;
    background-position: left top;
}
.degree li {
    padding-left: 25px;
    background: url(images/degree.png) no-repeat;
    background-position: left top;
}
.link li {
    padding-left: 25px;
    background: url(images/arrow.png) no-repeat;
    background-position: left;
}
.paper li {
    margin-bottom: 10px;
    padding-left: 25px;
    background: url(images/paper.png) no-repeat;
    background-position: left top;
}
.group li {
    padding-left: 25px;
    background: url(images/group.png) no-repeat;
    background-position: left top;
}
.member li {
    padding-left: 25px;
    background: url(images/member.png) no-repeat;
    background-position: left top;
}
.new li {
    padding-left: 25px;
    background: url(images/new.png) no-repeat;
    background-position: left top;
}
.old li {
    padding-left: 25px;
    background: url(images/old.png) no-repeat;
    background-position: left top;
}
.check li {
    padding-left: 25px;
    background: url(images/check.png) no-repeat;
    background-position: left top;
}

/*-----------------------------------------------*/

.profile ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.profile li {
    padding: 5px 0 0 0;
    margin: 5px 0 5px 0;
    overflow: auto;
}
.profile li img {
	float: left;
	margin: 0 15px 0 0;
	width: 100px;
}

/*-----------------------------------------------*/

a {
    color: #770f0f;
    text-decoration: none;
}
a:hover {
    color: #770f0f;
    text-decoration: none;
    border-bottom: 2px solid #770f0f;
}
a:visited {
    color: #770f0f;
    text-decoration: none;
}

a.anchor {
    position: relative; 
    top: -170px; 
    visibility: hidden;
}

a.download {
	background: url(images/download.png) no-repeat left top;
	margin-right: 5px;
	padding-left: 16px;
	font: 12px/1.6 Raleway, Georgia, serif;
	text-decoration: none;
}
a.download:hover {
	border: 0;
}

/*-----------------------------------------------*/

h1 {
    margin-top: 30px;
    color: #770f0f;
    font: 32px/1.6 Raleway, Georgia, serif;
	border-bottom: 1px solid #d5d0c0;
}

h2 {
    margin-top: 30px;
    color: #5f574f;
    font: 24px/1.6 Raleway, Georgia, serif;
}

h3 {
    margin-top: 30px;
}

p {
    text-align: justify;
}

hr.divider {
	border-bottom: 1px solid #d5d0c0;
}

/*-----------------------------------------------*/

#one-column-emphasis
{
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis th
{
    font: 16px/1.6 Raleway, Georgia, serif;
	padding: 12px 15px;
	color: #903;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	border-top: 1px solid #dddddd;
}
.oce-first
{
    background: #f2f1eb;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

/*-----------------------------------------------*/

.button {        
    display: inline-block;
    float: right;
    white-space: nowrap;
    padding: 0 20px;
    margin: 10px 0;
    font: 700 12px/1.6 Raleway, Georgia, serif;    
    text-decoration: none;
    border: 1px solid #777777;
    border-radius: 5px;
}

.button:hover {
    background-color: #dddddd;       
    text-decoration: none;
    border: 1px solid #777777;
    border-radius: 5px;
}

.button:active {
    position: relative;
    top: 1px;
    text-decoration: none;
    border: 1px solid #777777;
    border-radius: 5px;
}

.button:focus {
    outline: 0;
    background: #fafafa;
    text-decoration: none;
    border: 1px solid #777777;
    border-radius: 5px;
}    

.button:before {
    float: left;        
    width: 10px;
    text-align: center;
    font-size: 12px;
    margin: 0 2px 0 -5px;
    padding: 0 10px 0 0;
    border-radius: 5px 0 0 5px;
    pointer-events: none;        
}

.next:before {
    content: "\279C";
}

/*-----------------------------------------------*/
