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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,th,td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,blockquote {
    quotes: none;
}

q:before,q:after,blockquote:before,blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

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

body {
    font: 100%/1.3125 Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #fff;
}

.blog h1,.blog h2,.blog h3,.blog h4,.blog h5,.blog h6 {
    font-weight: normal;
    color: #39d;
}

.blog h1 img,.blog h2 img,.blog h3 img,.blog h4 img,.blog h5 img,.blog h6 img {
    margin: 0;
}

 h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.50em;
}

 h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1.00em;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
}

 h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.50em;
}

 h6 {
    font-size: 1em;
    font-weight: bold;
}

p {
    margin: 0 0 1.5em;
}

p a {
    font-style: normal;
}

p .left {
    display: inline;
    float: left;
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
}

p .right {
    display: inline;
    float: right;
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
}

a,
a:visited {
    color: #0099cc;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
}

.blog strong,.blog dfn {
    font-weight: bold;
}

.blog em,.blog dfn {
    font-style: italic;
}

.blog sup,.blog sub {
    line-height: 0;
}

.blog abbr,.blog acronym {
    border-bottom: 0px dotted #666666;
}

.blog address {
    margin: 0 0 1.5em;
    font-style: italic;
}

.blog del {
    color: #666;
}

.blog pre {
    margin: 1.5em 0;
    white-space: pre;
}

.blog pre,.blog code,.blog tt {
    font: 1em "andale mono","lucida console",monospace;
    line-height: 1.5;
}

.blog li ul,.blog li ol {
    margin: 0;
}

.blog ul,.blog ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
}

.blog ul {
    list-style-type: disc;
}

.blog ol {
    list-style-type: decimal;
}

.blog dl {
    margin: 0 0 1.5em 0;
}

.blog dl dt {
    font-weight: bold;
}

.blog dd {
    margin-left: 1.5em;
}

.blog table {
    margin-bottom: 1.4em;
    width: 100%;
}

.blog th {
    font-weight: bold;
}

.blog thead th {
    background: #c3d9ff;
}

.blog th,.blog td,.blog caption {
    padding: 4px 10px 4px 5px;
}

.blog table.striped tr:nth-child(even) td,.blog table tr.even td {
    background: #e5ecf9;
}

.blog tfoot {
    font-style: italic;
}

.blog caption {
    background: #333333;
}

.blog .quiet {
    color: #666;
}

.blog .loud {
    color: #111;
}

.blog .feedback,.blog .error,.blog .alert,.blog .notice,.blog .success,.blog .info {
    padding: 0.8em;
    margin-bottom: 1em;
    border: 2px solid #ddd;
}

.blog .error,.blog .alert {
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4;
}

.blog .error a,.blog .alert a {
    color: #8a1f11;
}

.blog .notice {
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324;
}

.blog .notice a {
    color: #514721;
}

.blog .success {
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880;
}

.blog .success a {
    color: #264409;
}

.blog .info {
    background: #d5edf8;
    color: #205791;
    border-color: #92cae4;
}

.blog .info a {
    color: #205791;
}

.blog .hide {
    display: none;
}

.blog .highlight {
    background: #ff0;
}

.blog .added {
    background: #060;
    color: #fff;
}

.blog .removed {
    background: #900;
    color: #fff;
}



.blog li {
    list-style-image: url('/media/bullet.png?1325258607');
}

.blog .container {
    *zoom: 1;
    margin: auto;
}

.blog .container:after {
    content: "";
    display: table;
    clear: both;
}

.blog #header,.blog #footer {
    clear: both;
}

.blog form label {
    display: block;
    font-weight: bold;
}

.blog form fieldset {
    padding: 1.4em;
    border: 1px solid #333333;
    margin: 0 0 1.5em 0;
}

.blog form legend {
    color: #39d;
    font-weight: bold;
    font-size: 1.2em;
}

.blog form input[type=email],.blog form input[type=text],.blog form input[type=password] {
    margin: 0.5em 0;
    background-color: white;
    width: 50%;
    padding: 0.5em;
}

.blog form textarea {
    margin: 0.5em 0;
    padding: 0.5em;
    width: 70%;
    height: 300px;
}

.blog form select {
    margin: 0.5em 0;
}

.blog form input[type=email],.blog form input[type=text],.blog form input[type=password],.blog form textarea {
    background-color: white;
    border: 1px solid #333333;
}

.blog form input[type=email]:focus,.blog form input[type=text]:focus,.blog form input[type=password]:focus,.blog form textarea:focus {
    border-color: #bbb;
}

.blog form ul.errorlist {
    margin: 0;
    padding: 0;
}

.blog form ul.errorlist li {
    list-style: none;
    display: inline;
}

.blog .slider-container {
    height: auto;
    max-width: 800px;
    position: relative;
    margin-bottom: 1em;
    clear: both;
    margin-left: 1.176%;
    margin-right: 1.176%;
}

.blog .slider-container ul,.blog .slider-container ol,.blog .slider-container li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog .slider {
    width: 100%;
    position: relative;
    background: url('/media/loader.gif?1325258640') no-repeat center center;
}

.blog .slides:before,.blog .slides:after {
    content: " ";
    height: 0;
    display: block;
    overflow: hidden;
}

.blog .slides:after {
    clear: both;
}

.blog .slide {
    display: none;
    position: relative;
}

.blog .slide img {
    width: 100%;
    display: block;
}

.blog .slide-content {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 1em 2em;
}

.blog .slide-content h2,.blog .slide-content p {
    text-shadow: 1px 1px 0 #000000;
    background-color: rgba(0,0,0,0.7);
}

.blog .slide-content h2 {
    padding: 0.25em;
    font-weight: bold;
    display: inline-block;
}

.blog .slide-content a,.blog .slide-content a:visited {
    color: #77c9ff;
}

.blog .slide-content p {
    color: #fff;
    padding: 1em;
    display: none;
}

.blog ol.flex-control-nav {
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-top: 1em;
}

.blog ol.flex-control-nav li {
    display: inline;
    margin: 0 0.5em;
}

.blog ol.flex-control-nav li a {
    height: 0;
    width: 8px;
    overflow: hidden;
    padding-top: 8px;
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background: #adf;
}

.blog ol.flex-control-nav li a:hover {
    background: #11a0ff;
}

.blog ol.flex-control-nav li a.active {
    background: #06a;
}

.blog .flex-direction-nav a {
    height: 0;
    width: 14px;
    padding-top: 22px;
    display: block;
    bottom: 0;
    position: absolute;
    overflow: hidden;
    opacity: 0.7;
}

.blog .flex-direction-nav a:hover {
    opacity: 1;
}

.blog .flex-direction-nav .prev {
    left: 0;
    background: url('/media/prev.png?1325258640') no-repeat center center;
}

.blog .flex-direction-nav .next {
    right: 0;
    background: url('/media/next.png?1325258640') no-repeat center center;
}

@media (min-width: 900px) {
    .blog .slider-container {
        padding-left: 8.235%;
        padding-right: 8.235%;
    }

    .blog .slide-content h2 {
        font-size: 3em;
    }

    .blog .slide-content p {
        font-size: 1.2em;
        display: inline-block;
    }

    .blog .flex-direction-nav .prev {
        bottom: 7em;
        left: -2em;
    }

    .blog .flex-direction-nav .next {
        bottom: 7em;
        right: -2em;
    };
}

.blog #header {
    margin-top: 0.5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #333333;
}

.blog #header h1 {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 4em;
    font-weight: bold;
    text-shadow: 2px 2px 2px #aaa;
}

.blog #header h1:first-letter {
    font-size: 120%;
    color: #f60094;
}

.blog #header .top-navigation {
    margin: 0;
    float: right;
}

.blog #header .top-navigation li {
    list-style: none;
    display: inline;
}

.blog #header .top-navigation li:after {
    content: "|";
}

.blog #header .top-navigation li:last-child:after {
    content: "";
}

.blog #header .top-navigation li.last:after {
    content: "";
}

.blog #header .top-navigation .sitemap {
    background: transparent url('/media/sitemap.png?1317027277') no-repeat scroll left center;
    padding-left: 1.5em;
}

.blog #header .top-navigation .feeds {
    background: transparent url('/media/rss.png?1317027277') no-repeat scroll left center;
    padding-left: 1.5em;
}

.blog ul.breadcrumbs {
    margin: 0;
    font-size: 1.2em;
    background: transparent url('/media/breadcrumb.png?1321556677') no-repeat scroll left center;
}

.blog ul.breadcrumbs li {
    list-style: none;
    display: inline;
}

.blog ul.breadcrumbs li:after {
    content: "/";
}

.blog ul.breadcrumbs li:last-child:after {
    content: "";
}

.blog ul.breadcrumbs li.last:after {
    content: "";
}

.blog #sidebar h3 {
    padding: 0.5em;
    background-color: #e9e9f3;
}

.blog #sidebar p {
    padding-left: 1em;
}

.blog #sidebar ul,.blog #sidebar ol {
    margin-left: 1em;
}

.blog #sidebar ul ul,.blog #sidebar ul ol,.blog #sidebar ol ul,.blog #sidebar ol ol {
    margin-left: 0em;
}

.blog #widget-tags ul.tags {
    padding: 0;
    font-size: 1.4em;
    line-height: 1.68em;
}

.blog #widget-tags ul.tags li {
    list-style: none;
    display: inline;
}

.blog #widget-tags ul.tags .tag-1 {
    font-size: 0.7em;
    color: #77c9ff;
}

.blog #widget-tags ul.tags .tag-2 {
    font-size: 0.933em;
    color: #11a0ff;
}

.blog #widget-tags ul.tags .tag-3 {
    font-size: 1.05em;
    color: #0085dd;
}

.blog #widget-tags ul.tags .tag-4 {
    font-size: 1.867em;
    color: #004777;
}

.blog #widget-tags ul.tags .tag-5 {
    font-size: 2.1em;
    color: #002944;
}

.blog #widget-tags ul.tags .tag-6 {
    font-size: 2.8em;
    color: #000;
}

.blog #widget-populars a {
    display: block;
}

.blog #widget-search input[type=text] {
    width: 70%;
}

.blog table.calendar {
    table-layout: fixed;
}

.blog table.calendar caption,.blog table.calendar td,.blog table.calendar th {
    padding: 4px 0;
    text-align: center;
}

.blog table.calendar caption {
    background: none;
    font-weight: bold;
    color: #39d;
    text-transform: uppercase;
}

.blog table.calendar th,.blog table.calendar tfoot td {
    background: none repeat scroll 0 0 #e9e9f3;
    border-bottom: 1px solid #c8c8e1;
    border-top: 1px solid #c8c8e1;
}

.blog table.calendar tfoot td {
    font-style: normal;
    text-transform: capitalize;
}

.blog table.calendar .entry {
    font-weight: bold;
}

.blog .hentry {
    margin-bottom: 1em;
}

.blog h2.entry-title {
    font-weight: bold;
    margin-bottom: 0;
    border-bottom: 1px solid #333333;
    text-shadow: 1px 1px 0 #ccc;
}

.blog p.entry-info {
    color: #666;
    padding-left: 2em;
    background: transparent url('/media/category.png?1317027277') no-repeat scroll 0.5em;
}

.blog .entry-body {
    padding-right: 0.5em;
    /*font-size: 1.2em;*/
}

.blog .entry-body img,.blog .entry-body img.left {
    float: left;
}

.entry .entry-content img {
    float: none;
    margin-bottom: -1.25em;
}

.blog .entry-body img.right {
    float: right;
}

.blog .entry-body li {
    list-style-image: none;
}

.blog .entry-body pre,.blog .entry-body blockquote {
    width: auto;
    overflow: auto;
    padding: 1em;
    clear: none;
    float: none;
    background-color: #e9e9f3;
}

.blog .entry-body blockquote {
    border: 1px dashed #a7a7cf;
}

.blog .entry-body blockquote p {
    margin: 0;
}

.blog .entry-body pre {
    line-height: 110%;
    border-top: 1px solid #a7a7cf;
    border-bottom: 1px solid #a7a7cf;
}

.blog .continue-reading {
    clear: both;
}

.blog .continue-reading a:after {
    content: "\21d2";
}

.blog .entry-footer p {
    margin: 0;
}

.blog .entry-tags strong {
    padding-left: 1.5em;
    background: transparent url('/media/tags.png?1317027277') no-repeat scroll;
}

.blog .entry-shorturl strong {
    padding-left: 1.5em;
    background: transparent url('/media/shorturl.png?1317027277') no-repeat scroll;
}

.blog .entry-comments strong {
    padding-left: 1.5em;
    background: transparent url('/media/comments.png?1317027277') no-repeat scroll;
}

.blog .entry-widgets p,.blog .entry-widgets ul {
    padding-left: 1.5em;
}

.blog .entry-widgets,.blog #comments,.blog #pingbacks,.blog #trackbacks {
    padding-top: 1em;
    border-top: 1px solid #333333;
}

.blog #comments li,.blog #pingbacks li,.blog #trackbacks li {
    list-style: none;
    padding: 1em 1em 0 1em;
    margin-bottom: 1em;
    border: 1px solid #333333;
}

.blog #comments li {
    min-height: 90px;
}

.blog #comments img {
    float: left;
    margin-right: 1em;
    padding: 0.5em;
    border: 1px solid #333333;
}

.blog .post-author img.photo {
    background-color: #e9e9f3;
}

.blog p.comment-info,.blog p.trackback-info,.blog p.pingback-info {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.5em;
}

.blog ul.paginator {
    padding: 0;
    font-size: 1.2em;
}

.blog ul.paginator li {
    list-style: none;
    display: inline-block;
    padding: 0 0.5em;
    margin-right: 0.3em;
    border: solid 1px #333333;
}

.blog ul.paginator li.current {
    color: white;
    background-color: #06a;
}

.blog ul.paginator li.page:hover {
    background-color: #06a;
}

.blog ul.paginator li.page:hover a {
    color: white;
}

.blog a[rel=archives] {
    text-transform: capitalize;
}

/* DOTORG-108 */
span.align-center img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}