<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Nova HTML Template v 1.2
*
*/

/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');

@import url('styled-elements.css');

/* HACKS ------------------------------------------------------------*/

.clear
{
    clear: both;
    height: 1px;
}

.inv
{
    display: none;
}

.alignleft
{
    float: left;
    margin: 5px 10px 5px 0px;
}

/* GENERAL ------------------------------------------------------------*/


body
{
    line-height: 1;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: #FFFFFF;
}

.wrapper
{
    width: 990px;
    margin: 0px auto;
    position: relative;
}

#header
{
    height: 135px;
    position: relative;
    z-index: 10; /*background-image: url('../img/headerimg.png');     background-repeat: repeat-x;*/
}


#main
{
    width: 100%;
}

#content
{
    min-height: 400px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5em;
}

#logo
{
    position: absolute;
    top: 10px;
    left: 30px;
}

#content a
{
    color: #37b2d1;
}

#content p
{
    margin-bottom: 20px;
}

#content .line-divider
{
    clear: both;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom-width: 2px;
    border-bottom-color: #FF0000;
}

/* HEADLINE ------------------------------------------------------------*/

#headline
{
    position: relative;
    width: 906px;
    margin: 20px 70px 0px auto;
}

#headline &gt; span.main
{
    display: block;
    margin-right: 170px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.5em;
    text-shadow: 1px 1px rgba(255, 255, 255, 1);
    color: #000000;
}

#headline &gt; span.sub
{
    display: block;
    margin-right: 170px;
    font-size: 18px;
    line-height: 1.5em;
    text-shadow: 1px 1px rgba(255, 255, 255, 1);
}

#headline #link
{
    display: block;
    position: absolute;
    top: 5px;
    right: -26px;
}

/* MENU ------------------------------------------------------------*/

#menu
{
    width: 100%;
    padding-top: 5px;
    margin-bottom: 0px;
    background: #F4270F;
}

#menu-holder
{
    width: 100%;
    height: 45px;
    background: #014464;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
    border: 1px solid #002232;
    -moz-box-shadow: inset 0px 0px 1px #edf9ff;
    -webkit-box-shadow: inset 0px 0px 1px #edf9ff;
}


/* NAVIGATION --------------------------------------------------------*/


#nav
{
    display: block;
    position: absolute;
    top: 0px;
    left: 15px;
    height: 45px;
    width: 990px;
}

#nav &gt; li
{
    display: block;
    float: left;
    height: 100%;
    margin-right: 24px;
}

#nav &gt; li:first-child
{
}

#nav &gt; li &gt; a
{
    display: block;
    font-size: 15px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 15px;
    text-shadow: 0px -2px rgba(131, 120, 120, 0.8);
    font-weight: 300;
}

#nav &gt; li &gt; a &gt; span.subheader
{
    display: block;
    font-size: 11px;
    color: #656b74;
    font-style: italic;
    margin-top: 10px;
}

#nav &gt; li.current-menu-item
{
    background: url(../img/menu-arrow.png) no-repeat center bottom;
}


#nav &gt; li:hover &gt; a
{
    color: #C0C0C0;
}

/* sub navigation */

#nav &gt; li ul
{
    display: block;
    margin-top: 6px;
    background: #014464;
    border-radius: 0px 10px 0px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 2px rgba(0,0,0,0.4);
    color: #FFFFFF;
}

#nav &gt; li &gt; ul ul
{
    margin-top: 0px;
    border-radius: 0px 10px 10px 10px;
    -moz-border-radius: 0px 10px 10px 10px;
    -webkit-border-radius: 0px 10px 10px 10px;
}

#nav &gt; li ul li a
{
    display: block;
    padding: 10px 15px;
    display: block;
    font-size: 13px;
    color: #bac0c9;
    text-decoration: none;
}

#nav &gt; li ul li a span
{
    display: block;
}

#nav &gt; li ul li a:hover
{
    background: #336699;
    color: #fff;
}

#nav &gt; li ul li:last-child a:hover
{
    /* last item its rounded at bottom */
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}


/* breadcrumbs --------------------------------------------------------*/

#header #breadcrumbs
{
    position: absolute;
    bottom: 11px;
    left: 30px;
    font-style: italic;
    color: #999;
    font-size: 10px;
}

#header #breadcrumbs a
{
    color: #bfbdbd;
    text-decoration: none;
    background: url(../img/breadcrumb-slash.png) no-repeat top right;
    padding-right: 14px;
}

/* TITLE --------------------------------------------------------*/

#page-title
{
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background: url(../img/tabs-divider.png) repeat-x bottom center;
    text-shadow: 1px 1px rgba(255, 255, 255, 1);
}

#page-title .title
{
    display: block;
    float: left;
    font-family: 'Ubuntu' , arial, serif;
    font-size: 40px;
    line-height: 103px;
    margin-left: 30px;
}

#page-title .subtitle
{
    display: block;
    float: left;
    margin-left: 30px;
    font-size: 14px;
    margin-top: 4px;
    line-height: 103px;
    color: #929191;
    font-style: italic;
}



/* HEADERS --------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    line-height: 1.4em;
    font-family: 'Ubuntu' , arial, serif;
    font-weight: lighter;
}

h1
{
    font-size: 30px;
}

h2
{
    font-size: 28px;
}

h3
{
    font-size: 26px;
}

h4
{
    font-size: 24px;
}

h5
{
    font-size: 22px;
}

h6
{
    font-size: 18px;
}

/* COLUMNS LAYOUT----------------------------------------------------------*/

.one-half, .one-third, .two-third, .three-fourth, .one-fourth
{
    float: left;
    margin-right: 30px;
    position: relative;
}

.one-half
{
    width: 438px;
}

.one-third
{
    width: 282px;
}

.one-fourth
{
    width: 204px;
}

.two-third
{
    width: 375px;
}

.three-fourth
{
    width: 672px;
}

.last
{
    clear: right;
    margin-right: 0 !important;
}


/* SEARCH --------------------------------------------------------*/

.top-search
{
    position: absolute;
    top: 4px;
    right: 40px;
}

#searchform #s
{
    color: #7e7e7e;
    font-size: 10px;
    width: 180px;
    height: 28px;
    padding: 0px 35px 0px 10px;
    border: 0;
    background: url(../img/search.png) no-repeat transparent;
}

#searchform #searchsubmit
{
    position: absolute;
    top: 0px;
    right: 10px;
    width: 30px;
    height: 25px;
    border: 0px;
    background: transparent;
}


/* FILTER --------------------------------------------------------*/

#content .filter
{
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

#content .filter li
{
    display: block;
    float: left;
    font-size: 15px;
    line-height: 15px;
    margin-right: 25px;
    margin-bottom: 10px;
    padding: 10px 22px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   background-color: #F99494;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFDFDF), to(#F99494));
    background-image: -webkit-linear-gradient(top, #FFDFDF, #F99494);
    background-image: -moz-linear-gradient(top, #FFDFDF, #F99494);
    background-image: -ms-linear-gradient(top, #FFDFDF, #F99494);
    background-image: -o-linear-gradient(top, #FFDFDF, #F99494);
    background-image: linear-gradient(top, #FFDFDF, #F99494);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: 1px solid #bcbcbc;
    font-weight: bold;
}


#content .filter li a
{
    display: block;
    color: #000000;
    text-decoration: none;
    width: 100%;
    height: 100%;
}


#content .filter li:first-child:hover
{
    background: none;
}

#content .filter li.active, #content .filter li:hover
{
    background: #000;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    box-shadow: 0px 1px 2px rgba(0,0,0,.5);
}

#content .filter li:hover a, #content .filter li.active a
{
    color: #f1f1f1;
}

#content .filter li:first-child, #content .filter li:first-child:hover
{
    background: none;
    border: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.0);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,.0);
    box-shadow: 0px 0px 0px rgba(0,0,0,.0);
}

/* TWITTER --------------------------------------------------------*/

#twitter
{
    position: relative;
    background: #f2f1f1;
    height: 40px;
    width: 100%;
    background: #f2f1f1 url(../img/twitter-border.png) repeat-x;
}

#twitter #bird
{
    position: absolute;
    top: 2px;
    left: 70px;
}

#twitter #prev-tweet
{
    display: block;
    position: absolute;
    top: 21px;
    left: 30px;
    width: 30px;
    height: 35px;
    background: transparent url(../img/prev-arrow.png) no-repeat top left;
}

#twitter #next-tweet
{
    display: block;
    position: absolute;
    top: 21px;
    right: 30px;
    width: 30px;
    height: 35px;
    background: transparent url(../img/next-arrow.png) no-repeat top right;
}

#twitter #tweets .tweet_list
{
    display: block;
    position: absolute;
    top: 1px;
    left: 50px;
    width: 800px;
    height: 75px;
     margin-top:10px;
}

#twitter #tweets .tweet_list li
{
    display: block;
    width: 800px;
    height: 70px; /* original height 170px */
    font-size: 16px;
    line-height: 1.5em;
    font-style: italic;
    color: #838383;
    padding-top: 25px;
}

#twitter #tweets .tweet_list li .tweet_time a
{
    text-decoration: none;
    color: #ccc;
}

#twitter #tweets .tweet_list li a
{
    text-decoration: none;
    color: #37b2d1;
}

#twitter #tweets p.loading
{
    margin-left: 200px;
    color: #ccc;
    padding-top: 16px;
    font-style: italic;
}

/* PAGES --------------------------------------------------------*/

#page-content
{
    float: left;
    width: 906px;
    margin-left: 30px;
    line-height: 1.5em;
}

/* PORTFOLIO --------------------------------------------------------*/

#projects-list
{
    overflow: hidden;
}

#projects-list .project
{
    position: relative;
    float: left;
    width: 438px;
    margin-left: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background: url(../img/portfolio-divider.png) no-repeat bottom center;
}

#projects-list .project h1 a
{
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    color: #51565b;
}

.project-shadow
{
    background: url(../img/shadow-project.png) no-repeat 0px 267px;
}

#projects-list .project .project-thumbnail
{
    position: relative;
    overflow: hidden;
    width: 438px;
    height: 267px;
    margin-bottom: 20px;
    background: #f1f1f1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#projects-list .project .project-thumbnail .cover
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#projects-list .project .project-thumbnail .meta
{
    display: block;
    width: 252px;
    height: 207px;
    font-size: 12px;
    line-height: 2em;
    position: absolute;
    top: 30px;
    left: 30px;
}

#projects-list .project .read-more
{
    display: block;
    position: absolute;
    bottom: -17px;
    left: 160px;
}

/* PROJECT --------------------------------------------------------*/

.project-column
{
    width: 438px;
    float: left;
    margin-left: 30px;
}

.project-column .project-thumbnail
{
    overflow: hidden;
    width: 438px;
    height: 267px;
    margin-bottom: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


#content .project-column .meta a
{
    display: inline;
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    text-decoration: none;
    background: #363636;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#content .project-column .meta a:hover
{
    background: #000;
}

.project-column .project-title
{
    margin-bottom: 20px;
}

.project-column .portfolio-left-shadow
{
    height: 26px;
    margin-bottom: 20px;
    background: url(../img/portfolio-left-shadow.png) no-repeat center bottom;
}


/* PROJECT-GALLERY -----------------------------------------------*/

.project-column .project-gallery
{
    display: block;
    overflow: hidden;
    width: 468px;
}

.project-column .project-gallery li
{
    display: block;
    float: left;
    overflow: hidden;
    background: url(../img/plus-sign.png) center center no-repeat;
    width: 204;
    height: 148px;
    margin-right: 30px;
    margin-top: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


/* GALLERY -----------------------------------------------*/

#content .filter li.selected
{
    background: #000;
}

/* PROJECT-RELATED -----------------------------------------------*/

.related-title
{
    margin-left: 30px;
}

.related-projects
{
    display: block;
    overflow: hidden;
}

.related-projects li
{
    display: block;
    float: left;
    overflow: hidden;
    width: 204px;
    height: 280px;
    margin-left: 30px;
    margin-top: 30px;
}

.related-projects li strong
{
    display: block;
}

.related-projects li a.box
{
    display: block;
    overflow: hidden;
    width: 204px;
    height: 148px;
    margin-bottom: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.related-projects li a.box img
{
    opacity: 0.7;
}

.related-projects li:hover a.box img
{
    opacity: 1;
}

#content .related-projects li a
{
    text-decoration: none;
    color: #999;
}

/* GALLERY -----------------------------------------------*/

#content .gallery
{
    display: block;
    overflow: hidden;
}

#content .gallery li
{
    display: block;
    float: left;
    overflow: hidden;
    background: url(../img/plus-sign.png) center center no-repeat;
    width: 204px;
    height: 148px;
    margin-left: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#content .gallery.three-cols li
{
    width: 282px;
    height: 267px;
}

#content .gallery.two-cols li
{
    width: 438px;
    height: 267px;
}

#content .gallery li a
{
    display: block;
}


/* BLOG --------------------------------------------------------*/

#posts
{
    float: left;
    width: 700px;
    margin-top: 10px;
}

#posts .post
{
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
}

#comments-block
{
    position: relative;
    margin-left: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-top: 80px;
}

#posts.single .post
{
    border-bottom: none;
}

#posts .post:last-child
{
    border-bottom: none;
}

#posts h1 a
{
    display: block;
    margin-bottom: 20px;
    width: 514px;
    text-decoration: none;
    color: #51565b;
}

#posts .n-comments
{
    display: block;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 57px;
    height: 41px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    background: url(../img/balloon.png) no-repeat;
}


#posts.single .post .n-comments
{
    position: static;
}

.post .thumb-shadow
{
}

#posts .post .post-thumbnail
{
    position: relative;
    overflow: hidden;
    width: 596px;
    height: 270px;
    margin-bottom: 20px;
    background: #f1f1f1;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}


#posts .post .post-thumbnail .cover
{
    position: absolute;
    top: 0px;
    left: 0px;
}

#posts .post .the-excerpt
{
    padding-bottom: 40px;
}

#posts .post .post-thumbnail .meta
{
    display: block;
    width: 252px;
    height: 207px;
    font-size: 12px;
    line-height: 2em;
    position: absolute;
    top: 30px;
    left: 30px;
}

#posts.single .post .meta
{
    display: block;
    background: #f1f1f1;
    padding: 20px;
    border-color: #e7e6e6 #ececec #ececec #ececec;
    border-width: 3px 1px 1px 1px;
    border-style: solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#posts .post .read-more
{
    display: block;
    position: absolute;
    bottom: -18px;
    left: 260px;
}

#posts .post .meta a
{
    text-decoration: none;
}

#posts .post .meta-tags
{
    overflow: hidden;
}

#posts .post .meta-tags a
{
    float: left;
    font-size: 12px;
    line-height: 14px;
    color: #f1f1f1;
    background: #696969;
    padding: 3px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#posts .post .meta-tags a:hover
{
    background: #000;
}

/* COMMENTS-BLOCK ------------------------------------------------------------*/



#comments-block .n-comments
{
    left: 0px;
}

#comments-block .n-comments
{
    left: 0px;
}

#comments-block .n-comments-text
{
    display: block;
    position: absolute;
    top: 4px;
    left: 68px;
    font-family: 'Ubuntu' , arial, serif;
    font-size: 28px;
}

/* COMMENTSLIST ------------------------------------------------------------*/

.commentlist
{
    display: block;
}

.commentlist li
{
    display: block;
    margin-bottom: 0px;
    padding: 10px 10px 10px 0px;
    line-height: 1.5em;
}

.commentlist ul
{
    padding-left: 40px;
    border-left: 1px dashed #ccc;
}

.commentlist li .comment-body
{
    overflow: hidden;
    position: relative;
    padding: 0px 0px 20px 0px;
}


.commentlist li img
{
    display: block;
    float: left;
    margin: 0px 12px 20px 0px;
}

.commentlist .meta-date
{
    display: block;
    float: right;
}

#content .commentlist .reply a
{
    display: block;
    text-decoration: none;
    float: right;
    padding: 2px 8px;
    background: #ccc;
    color: #f1f1f1;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* COMMENTS PAGINATION ------------------------------------------------------------*/

#content .comments-pagination
{
    clear: both;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
}

#content .comments-pagination span, #content .comments-pagination a
{
    display: block;
    float: left;
    margin: 2px 4px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#content .comments-pagination a:hover
{
    color: #fff;
    background: #000000;
}

#content .comments-pagination .current
{
    padding: 6px 9px 5px 9px;
    background: #000000;
    color: #fff;
}

/* LEAVE COMMENT --------------------------------------------------------*/

.leave-comment
{
    margin-top: 20px;
    padding-top: 30px;
    background: url(../img/post-divider-inverted.png) no-repeat;
}

.leave-comment h2
{
    margin-bottom: 20px;
}

/* CONTACT --------------------------------------------------------*/

.one-column
{
    width: 438px;
    float: left;
    margin-left: 30px;
}

/* FORMS ------------------------------------------------------------*/

#sc-contact-form, #contactForm, #commentform, #contactForm
{
    margin-bottom: 18px;
}

#sc-contact-form input, #sc-contact-form textarea, .admin-form input, .admin-form textarea, #contactForm input, #contactForm textarea, #commentform input, #commentform textarea
{
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#sc-contact-form input, .admin-form input, #contactForm input, #commentform input
{
    width: 282px;
}

#sc-contact-form textarea, .admin-form textarea, #contactForm textarea, #commentform textarea
{
    width: 380px;
}

#sc-contact-form #submit, .admin-form #submit, #contactForm #submit, #commentform input#submit
{
    width: 76px;
    margin: 21px 0px;
    padding: 5px 0px;
    color: #f1f1f1;
    background: #515558;
    background: -webkit-gradient(linear, left top, left bottom, from(#515558), to(#131313));
    background: -moz-linear-gradient(top,  #515558,  #131313);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515558', endColorstr='#131313', GradientType=0);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    border: 1px solid transparent;
}

#sc-contact-form #submit:hover, .admin-form #submit:hover, #contactForm #submit:hover, #commentform input#submit:hover
{
    background: #515558;
    background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(#515558));
    background: -moz-linear-gradient(top,  #131313,  #515558);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#515558', GradientType=0);
}

#sc-contact-form input, #sc-contact-form textarea, .admin-form input, .admin-form textarea, #contactForm input, #contactForm textarea, #commentform input, #commentform textarea
{
    color: #606060;
    font-size: 14px;
}

#sc-contact-form label, .admin-form label, #contactForm label, #commentform label
{
    display: block;
    font-size: 14px;
    line-height: 2.5em;
    font-weight: light;
}

/* PAGER ------------------------------------------------------------*/

.pager
{
    padding-top: 0px;
    overflow: hidden;
    display: block;
    height: 30px;
    margin-top: 20px;
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 10px;
}

.pager li
{
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    float: left;
}

#content .pager li a
{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    color: #606060;
    border-radius: 33px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
    background: #d1d1d1;
    background: -webkit-gradient(linear, left top, left bottom, from(#d1d1d1), to(#f1f1f1));
    background: -moz-linear-gradient(top,  #d1d1d1,  #f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#f1f1f1', GradientType=0);
    border-top: 1px solid #bcbcbc;
}

#content .pager li:hover a, #content .pager li.active a
{
    color: #fff;
    background: #515558;
    background: -webkit-gradient(linear, left top, left bottom, from(#515558), to(#131313));
    background: -moz-linear-gradient(top,  #515558,  #131313);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515558', endColorstr='#131313', GradientType=0);
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    box-shadow: 0px 1px 2px rgba(0,0,0,.5);
    border-top: none;
}


hr
{
    clear: both;
    padding-top: 4px;
    border: none;
    background: url('../img/hr.png') no-repeat center bottom;
}
/* SIDEBAR ------------------------------------------------------------*/

#sidebar
{
    float: left;
    width: 230px;
    margin-left: 10px;
    padding: 10px;
    border-radius: 15px;
}

#sidebar &gt; li
{
    border: thin solid #C0C0C0;
    margin-bottom: 20px;
    border-radius: 8px;
    background: rgb(0,102,153); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,102,153,1) 0%, rgba(138,187,215,1) 14%, rgba(138,187,215,1) 14%, rgba(26,112,153,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,102,153,1)), color-stop(14%,rgba(138,187,215,1)), color-stop(14%,rgba(138,187,215,1)), color-stop(100%,rgba(26,112,153,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,102,153,1) 0%,rgba(138,187,215,1) 14%,rgba(138,187,215,1) 14%,rgba(26,112,153,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,102,153,1) 0%,rgba(138,187,215,1) 14%,rgba(138,187,215,1) 14%,rgba(26,112,153,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,102,153,1) 0%,rgba(138,187,215,1) 14%,rgba(138,187,215,1) 14%,rgba(26,112,153,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,102,153,1) 0%,rgba(138,187,215,1) 14%,rgba(138,187,215,1) 14%,rgba(26,112,153,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#1a7099',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 10px 15px -6px black;
    -moz-box-shadow: 0 10px 15px -8px black;
    box-shadow: 0 10px 15px -8px black;
}

#sidebar &gt; li h6
{
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
}

#sidebar ul &gt; li
{
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    border-bottom: 1px solid #d7d7d7;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

#sidebar ul &gt; li:last-child
{
    border-bottom: none;
}

#sidebar ul &gt; li a
{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #000000;
}

#sidebar ul &gt; li:hover
{
    color: #FF0000;
    font-size: 15px;
}

/* FOOTER - COLS ------------------------------------------------------------*/

#footer
{
    position: relative;
    color: #fff;
    background-color: #006699;
}

/* FOOTER - COLS ------------------------------------------------------------*/

#footer-cols
{
    display: block;
    overflow: hidden;
    color: #bbbaba;
    line-height: 1.5em;
}

#footer-cols li.col
{
    display: block;
    font-size: 14px;
    width: 230px;
    float: left;
    margin-left: 12px;
    margin-bottom: 10px;
}

#footer-cols li.col &gt; h6
{
    color: #d7d7d7;
    margin-top: 15px;
    margin-bottom: 15px;
    text-shadow: 0px -2px rgba(0, 0, 0, .8);
    border-bottom-style: groove;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
}

#footer-cols li.clear-col
{
    clear: left;
}

#footer-cols li.col ul
{
    display: block;
}

#footer-cols li.col ul li
{
    display: block;
    line-height: 1.7em;
}


#footer-cols li.col ul li.page_item
{
    display: block;
    line-height: 2em;
    padding-left: 17px;
    border-top: 1px solid #C3C2C2;
    border-bottom: 1px solid #000;
    background: url(../img/footer-bullet.png) no-repeat 0px 10px;
}

#footer-cols li.col ul li:first-child
{
    border-top: none;
}

#footer-cols li.col ul li:last-child
{
    border-bottom: none;
}

#footer-cols li.col ul li a
{
    text-decoration: none;
    color: #fff;
}

#footer-cols li.col ul li a:hover
{
    color: #bbbaba;
}

/* FOOTER BOTTOM --------------------------------------------------------*/

#bottom
{
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 1.5em;
    line-height: 60px;
    color: #FFFFFF;
    background: #014464;
    background: -moz-linear-gradient(top, #0272a7, #013953);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));
    border: 1px solid #002232;
    -moz-box-shadow: inset 0px 0px 1px #edf9ff;
    -webkit-box-shadow: inset 0px 0px 1px #edf9ff;
}

#bottom #bottom-text
{
    width: 700px;
    overflow: hidden;
    margin-left: 15px;
}

#bottom a
{
    color: #AFEAF9;
    text-decoration: none;
}

#bottom #to-top
{
    position: absolute;
    right: 30px;
    top: -22px;
    width: 33px;
    height: 33px;
    background: url(../img/to-top1.png) no-repeat;
    cursor: pointer;
}

/* SOCIAL --------------------------------------------------------*/

.social
{
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    overflow: hidden;
}

.social li
{
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#bottom .social a
{
    display: block;
    width: 32px;
    height: 32px;
    text-indent: -9000px;
}

#bottom .social a:hover
{
    background-position: 0px -32px;
}








.example
{
    height: 300px;
    width: 300px;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}
.example .container
{
    margin: 0;
    padding: 0;
}
.example .container li
{
    width: 285px;
    margin: 0 0 0 5px;
    padding: 5px 0 5px 0;
    border-bottom: 1px dotted #999;
}


.prin
{
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
    padding: 5px;
    border: 1px solid #aaaaaa;
    height: 250px;
}


.chariman
{
    border: 1px solid #999999;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 8px -6px black;
    -moz-box-shadow: 0 8px 8px -6px black;
    box-shadow: 0 8px 8px -6px black;
}
.chariman1
{
    border: 1px solid #999999;
    padding: 5px;
    margin-right: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 8px -6px black;
    -moz-box-shadow: 0 8px 8px -6px black;
    box-shadow: 0 8px 8px -6px black;
}
.chariman2
{
    border: 1px solid #999999;
    padding: 5px;
    margin-left: 20px;
    margin-right: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 8px 8px -6px black;
    -moz-box-shadow: 0 8px 8px -6px black;
    box-shadow: 0 8px 8px -6px black;
}




.bordered
{
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    font-size: 13px;
}

.bordered tr:hover
{
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.bordered td, .bordered th
{
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
    text-align: left;
}

.bordered th
{
    background-color: #F99494;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFDFDF), to(#F99494));
    background-image: -webkit-linear-gradient(top, #FFDFDF, #F99494);
    background-image: -moz-linear-gradient(top, #FFDFDF, #F99494);
    background-image: -ms-linear-gradient(top, #FFDFDF, #F99494);
    background-image: -o-linear-gradient(top, #FFDFDF, #F99494);
    background-image: linear-gradient(top, #FFDFDF, #F99494);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.bordered td:first-child, .bordered th:first-child
{
    border-left: none;
}

.bordered th:first-child
{
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child
{
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered th:only-child
{
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.bordered tr:last-child td:first-child
{
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child
{
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}


.NAAC
{-webkit-box-shadow: 0 10px 8px -6px black;
-moz-box-shadow: 0 10px 8px -6px black;
box-shadow: 0 10px 6px -8px black;
border-radius: 10px;
    
    
    }
    
    
    
    
    .newsdiv
{
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #999999;
    padding-bottom: 10px;
}</pre></body></html>