/* 
Theme Name: Radius WordPress Theme
Theme URI: http://okaythemes.com/themes/radius
Description: A Super Clean Responsive Theme
Author: Mike McAlister
Author URI: http://okaythemes.com
Version: 2.2
Tags: white, two-columns, fixed-width, custom-header, custom-background, threaded-comments
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

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

fieldset,
img { border: 0 }

caption,
th { text-align: left }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    color: #4c4c4c;
}

html {
    height: 100%;
    overflow-x: hidden;
}

body {
    font: 13px/20px 'Helvetica Neue', Helvetica, sans-serif;
    margin: 0 auto;
    background: #fff url(images/texture.jpeg);
    height: 100%;
    color: #666;
}

@font-face {
    font-family: 'EntypoRegular';
    src: url('includes/fonts/entypo/entypo-webfont.eot');
    src: url('includes/fonts/entypo/entypo-webfont.eot?#iefix') format('embedded-opentype'), url('includes/fonts/entypo/entypo-webfont.woff') format('woff'), url('includes/fonts/entypo/entypo-webfont.ttf') format('truetype'), url('includes/fonts/entypo/entypo-webfont.svg#EntypoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.entypo { font-family: 'EntypoRegular' }

a { text-decoration: none }

a:hover { color: #666 }

hr {
    margin: 20px 0 20px;
    border: 0;
    border-bottom: 1px dashed #e6e6e6;
    height: 1px;
}

h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
}

h3,
h4,
h5,
h6 {
    line-height: 28px;
    margin-bottom: 12px;
}

h3 { font-size: 18px }

h4 { font-size: 16px }

h5 { font-size: 14px }

h6 {
    font-size: 13px;
    color: #bfbfbf;
    text-transform: uppercase;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    *display: inline-block;
    height: 1%;
}

.last { margin-right: 0 !important }


::selection {
    background: #666;
    color: #fff;
}

::-moz-selection {
    background: #666;
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

/* ===[ Layout Styles ]===================================================== */

.main-wrapper {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.header-texture { background: url(images/dark-texture.png) repeat-x }

.header-wrapper {
    width: 100%;
    margin: 0 0 0 0;
    background: #343333;
    background-image: linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
    background-image: -o-linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(61,61,61) 0%, rgb(82,82,82) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(61,61,61)), color-stop(1, rgb(82,82,82)) );
}

.header {
    margin: 0 auto 10px auto;
}

.header-left {
    width: 250px;
    float: left;
}

.hide-clear {
    display: none;
}

.header-left img { padding: 0 0 0 0 }

.header-left h1 { margin: 0 0 0 0 }

.logo-text {
    margin-top: 7px;
}

.header-left h1 a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    line-height: 48px;
    letter-spacing: -1px;
}

.dashboard {

}

#topnav .entypo a {
    border: 0 !important;
    font: 0/0 a !important;
    color: transparent !important;
    background-color: transparent !important;
    position: relative;
}

#topnav li.entypo {
    box-shadow: inset rgba(0,0,0, 0.2) 0px -20px 30px -5px;
    -moz-box-shadow: inset rgba(0,0,0, 0.2) 0px -20px 30px -5px;
    -webkit-box-shadow: inset rgba(0,0,0, 0.2) 0px -20px 30px -5px;
    padding: 0 6px;
    height: 66px;
    border-left: dotted 1px rgba(0,0,0, .3);
}

#topnav li.entypo:hover { background: rgba(0,0,0, .04) }

#topnav .entypo a { margin-top: 25px }

#topnav .entypo a:after {
    content: "2";
    font-family: 'EntypoRegular';
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 3px;
    margin-top: -5px;
}

#topnav .sidebar-toggle { display: none }

/* ===[ Header Navigation Styles ]===================================================== */

.select-menu,
.select { display: none }

#topnav {
    float: right;
    border-left: dotted 1px rgba(255,255,255, .1);
    border-right: dotted 1px rgba(0,0,0, .3);
    line-height: 22px;
}

#topnav,
#topnav ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    z-index: 1000;
}

#topnav a {
    display: block;
    padding: 5px;
    color: #999;
    text-decoration: none;
    text-align: left;
    outline: none;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
}

#topnav > .current-menu-item > a,
#topnav > li a:hover { color: #fff }

#topnav > li.current-menu-item {
    background: #F26A4B;
    position: relative;
    box-shadow: inset rgba(255,255,255, 0.1) 0px 20px 30px -5px;
    -moz-box-shadow: inset rgba(255,255,255, 0.1) 0px 20px 30px -5px;
    -webkit-box-shadow: inset rgba(255,255,255, 0.1) 0px 20px 30px -5px;
    border: none;
}

#topnav > li.current-menu-item:hover {
    -webkit-box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, .15);
    -moz-box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, .15);
    box-shadow: inset 0px -5px 10px -5px rgba(0, 0, 0, .15);
}

#topnav ul {
    position: absolute;
    display: none;
}

#topnav li {
    float: left;
    position: relative;
    list-style-type: none;
    padding: 17px 0;
    border-right: dotted 1px rgba(255,255,255, .1);
    border-left: dotted 1px rgba(0,0,0, .3);
}

#topnav > li:hover {
    box-shadow: inset rgba(0,0,0, 0.15) 0px -20px 30px -5px;
    -moz-box-shadow: inset rgba(0,0,0, 0.15) 0px -20px 30px -5px;
    -webkit-box-shadow: inset rgba(0,0,0, 0.15) 0px -20px 30px -5px;
}

#topnav > li:hover a { color: #fff }

#topnav li.current-menu-item:first-child { border-left: none }

#topnav li:last-child { margin-right: 0 }

#topnav li a {
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 15px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

#topnav > li > a { padding: 5px 12px }

#topnav > li:last-child a {
    margin-right: 0px;
    border-right: none;
}

#topnav > li:first-child a {

}

#topnav li ul a {
    width: 120px;
    height: auto;
    float: left;
    font-size: 12px;
    color: #999;
}

#topnav .sub-menu {
    background: #454545;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: -1px;
}

.sub-menu .sub-menu {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#topnav .sub-menu li {
    background: #333;
    background: url(images/dark-texture.png);
    border-left: none;
    border-right: none;
}

#topnav .sub-menu li:first-child { border-top: dotted 1px #424242 }

#topnav > li > ul { margin-top: 17px }

#topnav li ul li {
    border-top: dotted 1px rgba(255,255,255, .1);
    border-bottom: dotted 1px rgba(0,0,0, .3);
    padding-bottom: 0;
    padding-top: 0;
    margin-right: 0;
}

#topnav li ul li:last-child {
    border-bottom: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#topnav li ul li a {
    margin-right: 0px;
    font-size: 10px;
}

#topnav li ul li a:hover {
    background: rgba(0, 0, 0, .1);
    color: #fff;
}

#topnav li ul li:last-child a:hover {
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#topnav ul ul { top: auto }

#topnav ul ul li:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#topnav li ul ul {
    right: 150px;
    margin: 0 0 0 0;
}

#topnav li ul ul li {

}

#topnav li:hover ul ul,
#topnav li:hover ul ul ul,
#topnav li:hover ul ul ul ul { display: none }

#topnav li:hover ul,
#topnav li li:hover ul,
#topnav li li li:hover ul,
#topnav li li li li:hover ul { display: block }


/* ===[ Blog Styles ]===================================================== */

#blog-slider ul li { margin-bottom: 10px }

#blog-slider .flex-control-nav {
    bottom: -10px;
    width: 940px;
}

.blog-post {
    margin-bottom: 60px;
    padding-bottom: 15px;
    position: relative;
    background: #fff;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px;
}

.single .blog-post { margin-bottom: 30px }

.blog-post:before {
    content: " ";
    width: 684px;
    position: absolute;
    bottom: -4px;
    left: 8px;
    background: #000;
    height: 2px;
    background: #fff;
    border-top: solid 1px #f7f7f7;
    box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0, 0.07) 0px 1px 2px;
}

.blog-post:last-child { margin-bottom: 0px }

.blog-post blockquote p {
    position: relative;
    font-family: 'Oswald', 'Helvetica Neue', Helvetica, sans-serif;
    color: #999;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    text-align: right;
    padding: 10px 15px 10px 50px;
    border-right: solid 10px #f0f0f0;
    margin-right: 10px;
}

.post-dash {
    border-bottom: dashed 1px #e6e6e6;
    height: 1px;
    margin: 30px -20px 0 -20px;
}

.blog-content { padding: 0 0 0 0 }

.readmore {
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 5px;
    margin-top: 10px;
}

.more-link { clear: both }

.blog-inside {
    padding: 25px 20px 0 15px;
    float: left;
}

.blog-meta {
    float: left;
    width: 115px;
    margin: 5px 25px 0 0;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.meta-links li { padding-left: 0px !important }

.blog-meta-date {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
    border-bottom: solid 1px #eee;
    float: left;
}

.blog-meta-date span {
    font-size: 18px !important;
    color: #555 !important;
}

.blog-meta li {
    background-image: none !important;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0 !important;
    color: #999;
    width: 100%;
    line-height: 18px;
    float: left;
}

.blog-meta .meta-links li:last-child {
    border-bottom: none;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.blog-meta li a,
.blog-meta li { color: #999 }

.blog-meta li a:hover { color: #4c4c4c }

.blog-meta span.meta-list {
    font-size: 11px;
    float: left;
    width: 100%;
}

.blog-meta .tag-wrap {
    float: left;
    font-size: 11px;
    width: 92px;
}

.blog-meta .entypo {
    font-size: 28px;
    text-transform: none;
    color: #666;
    font-family: 'EntypoRegular';
    line-height: 10px;
    float: left;
    margin-right: 6px;
}

.blog-text {
    float: right;
    width: 525px;
}

.title-meta h2,
.title-meta h1 {
    margin-top: 3px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    line-height: 32px;
    font-size: 24px;
}

.title-meta h2 a,
.title-meta h1 a { color: #555 }

.title-meta h2 a:hover,
.title-meta h1 a:hover { color: #999 }

.blog-image {
    width: 100%;
    margin-bottom: 0;
    float: left;
}

.blog-image img {
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
}

.blog-image img:hover {
    -webkit-transition: .1s ease-in;
    -moz-transition: .1s ease-in;
    -o-transition: .1s ease-in;
    transition: .1s ease-in;
    opacity: .9;
}

.blog-post .okvideo { margin-bottom: 0px }

.blog-read-more {
    border-top: solid 1px #eee;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top: 5px;
    margin-top: 10px;
}



/* ===[ Footer Styles ]===================================================== */

.footer-wrap {
    background: #343333;
    background-image: linear-gradient(bottom, rgb(54,50,50) 0%, rgb(79,78,78) 100%);
    background-image: -o-linear-gradient(bottom, rgb(54,50,50) 0%, rgb(79,78,78) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(54,50,50) 0%, rgb(79,78,78) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(54,50,50) 0%, rgb(79,78,78) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(54,50,50) 0%, rgb(79,78,78) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(54,50,50)), color-stop(1, rgb(79,78,78)) );
    color: #aaa;
    margin: 10px auto 0px auto;
}

.footer-texture { background: url(images/dark-texture.png) }

.footer-wrap a { color: #eee }

.footer-wrap a:hover { color: #888 }

.footer { width: 100% }

.footer-text {
    width: 940px;
    margin: 0 auto;
    padding: 20px 0px 30px 0px;
    font-family: Helvetica, sans-serif;
    border-top: dashed 1px #444;
}

.footer-text-left {
    width: 400px;
    float: left;
}

.footer-text-left ul { float: left }

.footer-text-left ul li {
    float: left;
    display: inline;
    margin: 0 5px 0 0;
}

.footer-text-left ul li a {
    font-size: 10px;
    text-transform: uppercase;
    color: #aaa;
    text-decoration: none;
    padding: 0px 5px;
    font-weight: bold;
}

.footer-text-left ul li a:hover {
    color: #fff;
    padding: 5px;
}

.footer-text-left ul li:first-child { padding-left: 0px }

.footer-text-left ul li.last { padding: 3px 0 0 0 }

.footer-text-left {
    width: 475px;
    float: left;
}

.footer-text-right {
    float: right;
    font-size: 10px;
    color: #aaa;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-text-right a { color: #fff }

.footer-text-right a:hover { color: #999 }

.home .footer-widgets {

}

.footer-widgets-wrap { width: 975px }

.footer-widgets {
    width: 940px;
    margin: 0 auto 0 auto;
    padding: 0px 0 75px 0;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
}

.footer-widget {
    width: 208px;
    float: left;
    padding: 40px 35px 0 0;
    font-size: 12px;
}

.footer-widgets div:last-child {
    padding-right: 0px;
    margin-right: 0px !important;
}

.footer-widget a { text-decoration: none }

.footer-widget ul { margin: 0 0 0 0 }

.footer-widget li {
    padding-left: 14px;
    list-style-type: none;
}

.footer-widget p { line-height: 22px }

.footer-widget h2 {
    font-size: 13px;
    text-transform: uppercase;
    color: #eee;
    display: block;
    line-height: 24px;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    border-bottom: dashed 1px #555;
}




/* by alee */


.body-wrapper {
    /*margin-top: 20px ;*/
    /*margin-bottom: 20px ;*/
}

body{
    background: #E9E9E9 url(images/white-texture.png) repeat
}