/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: Georgia, sans-serif; color: #222; }

.background img.ccm-image-block {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -9999;
        -webkit-animation: fadein 5s; /* Safari and Chrome */
       -moz-animation: fadein 5s; /* Firefox */
        -ms-animation: fadein 5s; /* Internet Explorer */
         -o-animation: fadein 5s; /* Opera */
            animation: fadein 5s;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
  .background img.ccm-image-block {
    left: 50%;
    margin-left: -512px;   /* 50% */

  }
}
/*.bgdots{
  background: url('../img/dots.png') repeat;
  min-height: 100%;
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
        z-index:-1;
}

.container{
background: white;
}
.footer-col.container {background: black;}*/

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #ff4a4a; color: #fff; text-shadow: none; }
::selection { background: #ff4a4a; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a {outline: none; color: #FF4A4A; -moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
a:visited { }
a:hover {text-decoration: none; color: #666; -moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
a:focus { outline: none }

p {font-family: Georgia, sans-serif; font-size: 14px; color: #666}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }

h1,h2,h3,h4,h5,h6 {font-family: 'Oswald', sans-serif; font-weight: 400}
/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

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

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

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

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

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
.form-actions {background: none; border: medium none}

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
   
  
  
  /* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
  #container {
    width:960px;
    margin:0 auto;
  }
  #sidebar, #body {
  }
  #sidebar {
  }
  #body {
  }
  .no-sidebar #body {
    float:none;
    width:auto;
  }
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/*====================header===================*/
#header-area {margin: 30px 0 22px 0}
h1#logo{margin: -4px; line-height: normal; line-height: 30px}
h1#logo a{color: #919191; font-size: 36px; font-family: arial; text-transform: uppercase; font-weight: normal;}
h1#logo a:hover {text-decoration: none; color: #FF4A4A}

.top-notice {background: #FF4A4A;line-height: 30px; white-space: nowrap; overflow: hidden; width: 100%;}
.top-notice a{color: #fff; font-family: Georgia; font-size: 12px; margin:0; display: inline;}

.top-notice a:hover{color: #333}
.top-notice p{display: inline; color: #333}
.top-notice span{font-family: 'Oswald', sans-serif; text-transform: uppercase; color: #fff; background: #eb7766; padding: 1px 12px; border-radius: 2px; font-weight: 400; margin-right: 10px}

.breadcrumb {font-weight: normal;;background: #fff; border-top:1px solid #efefef;border-bottom:1px solid #efefef; padding: 0; line-height: 40px; font-family: Georgia, sans-serif; font-size: 14px; color: #000}
.breadcrumb a {color: #999; font-weight: normal;}
.breadcrumb a:hover{color: #000}
.breadcrumb span.ccm-autonav-breadcrumb-sep{color: #999}

.ccm-search-block-form {position: relative; display: inline-block; margin-top: 5px}
.ccm-search-block-form .btn-search {position: absolute;top:7px; left: 135px; background: transparent; border: none; z-index: 2}
.ccm-search-block-form .icon-search {color: #999; position: absolute; top:6px; left: 135px; z-index: 1}
.ccm-search-block-form div.input-wrapper:hover .icon-search{color: #ff4a4a}
.ccm-search-block-form .search-box {height: 17px; width: 140px}
#header-area .ccm-search-block-form {float: right;}
#header-area .select-menu {text-align: right; margin: 20px 0}

.searchResult h3 a{color: #333}
.searchResult h3 a:hover{color: #ff4a4a}


html > body ul.ccm-search-block-tag-cloud li a {background: #666; color: #fff; font-size: 14px; padding: 5px 10px; border: none;}
html > body ul.ccm-search-block-tag-cloud li a:hover{background: #FF4A4A; color: #fff}


/*==============drop down menu==============*/
.nav-wrapper {text-align: center;}
.nav, .nav * { margin: 0; padding: 0; list-style: none;}
 
.nav { line-height: 1.0; margin-top: 8px; display: inline-block;}
 
.nav ul { position: absolute; top: -999em; width: 150px; padding: 0; /* left offset of submenus need to match (see below) */;}
 
.nav ul li { width: 100%}

.nav li .nav-selected {color: #FF4A4A}
 
.nav li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */}
 
.nav li { float: left; position: relative; width: auto;padding: 0 12px; padding-bottom: 10px;}
 
.nav a { display: block; position: relative; font-weight: 400; font-size: 14px; color: #333; font-family: 'Oswald', sans-serif}

.nav a:hover{}
 
.nav li:hover ul,.nav li.sfHover ul {top: 30px; /* match top ul list item height */ z-index: 3;}

.nav li ul {background: url(../img/bg-nav.png) scroll top center no-repeat; padding-top: 8px; left: 50%; margin-left: -75px;}

.nav li ul li {text-align:left; overflow: hidden; white-space: nowrap;padding:10px 0px; background: #333; -moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}

.nav li ul li a {color: #fff; font-weight: 300; padding: 0 15px}

.nav li ul li:hover{background: #444; -moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
 
ul.nav li:hover li ul,ul.nav li.sfHover li ul { top: -999em;}
 
ul.nav li li:hover ul,ul.nav li li.sfHover ul { left: 150px; /* match ul width */ top: 0px;}
 
ul.nav li li:hover li ul,ul.nav li li.sfHover li ul { top: -999em;}
 
ul.nav li li li:hover ul,ul.nav li li li.sfHover ul { left: 150px; /* match ul width */ top: 0px;}

.nav > li > a:hover {background: transparent; color: #FF4A4A}
/*=========home page====================*/

.infotext h4 {font-family: 'Oswald', sans-serif; font-weight: 400; text-transform: uppercase;}
.infotext {padding-bottom: 35px; border-bottom: 1px solid #efefef;}
.infotext p{margin-top: 15px}
.infotext em{color: #FF4A4A; margin-right: 5px}

.welcome {margin-top: 15px; padding-bottom: 30px; border-bottom: 1px solid #efefef}
.welcome h3{text-align: center; font-family: 'Oswald', sans-serif; color: #666; font-weight: 400}
.welcome p{font-style: italic; color: #999; text-align: center;}

.homepl-1 {}
.homepl-1 .invi-desc {background: url(../img/opacity.png); position: absolute; top:0; left:0; width: 100%; height: 100%; text-align: center;}
.homepl-1 .image-link img:hover .invi-desc{}
.homepl-1 .image-link img{width: 100%}
.homepl-1 .list-item {position: relative; margin-bottom: 20px}
.homepl-1 h4 {font-family: 'Oswald', sans-serif; font-size: 14px; text-transform: uppercase; font-weight: 400; color: #fff;}
.homepl-1 h4.title { padding-bottom: 10px; background: url(../img/line.gif) scroll bottom center no-repeat; padding-top: 10px; margin-bottom: 15px}
.homepl-1 .invi-desc a{color: #fff; background: #000; padding: 3px 20px}
.homepl-1 .invi-desc p {font-family: Georgia, sans-serif; font-style: italic; color: #fff; font-size: 12px; padding: 0 25px; margin-bottom: 15px; display: inline-block;}

.view-tenth img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
   background-color: rgba(255, 231, 179, 0.3);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth h2 {
   border-bottom: 1px solid rgba(0, 0, 0, 0.3);
   background: transparent;
   margin: 20px 40px 0px 40px;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   color: #333;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}
.view-tenth p {
   color: #333;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
.view-tenth:hover img {
   -webkit-transform: scale(2);
   -moz-transform: scale(2);
   -o-transform: scale(2);
   -ms-transform: scale(2);
   transform: scale(2);
}
.view-tenth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-tenth:hover h2,.view-tenth:hover p,.view-tenth:hover a.info {
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -o-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
  .view {
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
h3.home-tile {font-family: 'Oswald', sans-serif; font-weight: 400; text-transform: uppercase;font-size: 18px; text-align: center; margin: 25px 0}  

.homepl-2 {}
.homepl-2 .main-content-thumb{position:relative;
  }
  .homepl-2 .main-content-thumb .image-link a img{width:100%;}
.homepl-2 .main-content-thumb:hover .outer-border{background: #000}
.homepl-2 .main-content-thumb .outer-border{-moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear;position: relative; z-index: -1; margin-left: -10px; width: 100%; float: left; padding: 10px}
.homepl-2 .main-content-thumb .inner-content{}
.homepl-2 h3 a{font-family: 'Oswald', sans-serif; font-weight: 400; color: #000; font-size: 18px}
.homepl-2 .main-content-thumb:hover h3 a{color: #fff}
.homepl-2 h4 {font-family: Georgia, sans-serif; font-size: 12px; text-transform: uppercase;color: #999; margin-bottom: 5px}
.homepl-2 h3,h4 {margin: 0}


/*=================footer====================*/
footer, .footer-col {background: #555;}
.footer-col {margin-top: 55px; padding-top: 20px;}
.footer-col {padding-bottom: 30px}
.footer-col h3{font-family: 'Oswald', sans-serif; font-weight: 400; color: #fff; font-size: 18px; text-transform: uppercase; padding-top: 20px; margin-bottom: 5px}
.footer-col p,
.footer-col a{font-family: Georgia, sans-serif; font-style: italic; font-size: 14px; color: lightgrey}
.footer-col a:hover{text-decoration: underline; color: #848484}
.footer-col span{color: #fff; font-weight: bold;}
.footer-col ul {padding: 0; margin: 0}
.footer-col ul.contact-info li{margin-bottom: 5px}
.footer-col ul li a{font-style: normal;}
.footer-col ul li {list-style: none; color: #848484; font-family: Georgia, sans-serif}

footer {border-top: 1px solid #666; padding: 20px 0; font-family: Georgia, sans-serif; font-size: 12px; color: #999}
footer a{color: #fff}
footer a:hover{color: #fff; text-decoration: underline;}
footer .social a{color: #999; font-size: 18px; margin-right: 10px}
footer .social a:hover {color: #fff; text-decoration: none;}
footer .social p{margin: 0}

.footer-wrapper {width: 100%; background: #555}
/*========side bar=========*/
#sidebar a{}
#sidebar ul li.nav-selected a{color: #FF4A4A}
ul.nav-header {padding-left: 0}
ul.nav-header a{color: #666; font-weight: normal;}
ul.nav-header a:hover {color: #FF4A4A}


#sidebar p{margin-top: 8px}
#sidebar input {margin-top: 8px;}
#sidebar h3{font-size: 18px; margin-bottom: 0px; line-height: normal;}
#sidebar .ccm-tags-display h4{font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 18px}
#sidebar .ccm-search-block-form .icon-search {top:14px;}
#main-content-sidebar-archives h4, #sidebar h4{font-family: Georgia, sans-serif; font-size: 14px; font-weight: normal; margin-top: 8px}
ul li{list-style: none}
#main-content-sidebar-archives a{color: #666; font-family: Georgia, sans-serif; font-size: 14px; background: url(../img/icon-plus.gif) scroll left no-repeat; padding-left: 15px}
#main-content-sidebar-archives a:hover {color: #FF4A4A; background: url(../img/icon-plus-hover.gif) scroll left no-repeat}
#main-content-sidebar-archives ul{margin-top: 0}

.ccm-tag-list {margin-top: 8px; display: inline-block;}
.ccm-tag-list li{background: #666; border-radius: 2px; -moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
.ccm-tag-list li a{color: #fff; font-family: Georgia, sans-serif; font-size: 14px}
.ccm-tag-list li:hover {background: #FF4A4A; -moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}


/*==============list-style=============*/
ul.homepl-1 {padding: 0}
ul.homepl-1 li {margin:0 12px 12px 0!important}

#pagination {margin-top: 55px}
#pagination span.pagination-right,span.pagination-left {color:#fff;background: #666666; font-size: 24px; font-family: Georgia, sans-serif; padding:3px 11px; border-radius: 2px
; -moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
#pagination span.pagination-right {float:right;}
#pagination span a{color: #fff}
#pagination span.pagination-right:hover,span.pagination-left:hover {background: #FF4A4A; -moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
.page-number {text-align: center;}
.page-number span{padding: 6px 13px; background: #666; margin: 0 1px; font-size: 18px; font-family: Georgia, sans-serif; color: #fff; border-radius: 2px;-moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
.page-number span:hover, .page-number span.active{background: #FF4A4A;-moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
.page-number span{display: inline-block;}

.pl-tile {margin-bottom: 50px}
.pl-tile a.rm{text-decoration: underline; font-family: Georgia, sans-serif; font-size: 14px}
.pl-tile h3{margin-bottom: 2px}
.pl-tile h3 a{font-size: 24px; color: #000}
.pl-tile h3 a:hover {color: #FF4A4A}
.pl-tile h4 {font-size: 12px; font-family: Georgia, sans-serif; text-transform: uppercase;color: #999}
.pl-tile p {margin-top:10px; color: #333}

/*=================blog entry=======================*/
h2.blog-tile {font-size: 24px}
.entry-detail #main-content-inner p.post-time {text-transform: uppercase; font-family: arial, sans-serif; font-size: 12px; color: #999; margin-bottom: 30px}
.entry-detail #main-content-inner p.share-social {color: #999}
.blog-image {margin-bottom: 30px}
.entry-detail {}
.entry-detail #main-content-inner h4{color: #666; font-size: 14px; margin:15px 0}
.entry-detail #main-content-inner p{color: #333}

.entry-detail #main-content-inner h4.guestBook-title, h5.guestBook-formBlock-title {font-size: 24px; border: none; margin-top: 30px;color: #999}
h4.guestBook-title{padding-bottom: 20px; border-bottom: 1px solid #ccc}
.authorPost .contentByLine span{font-size: 14px; color: #666}
.authorPost p{color: #333}
.authorPost .guestBook-manage-links a{font-size: 12px; font-family: arial}
.guestBook-formBlock .button {background: #333; border: none; padding: 5px 10px; color: #fff; font-family: 'Oswald', sans-serif; border-radius: 2px; text-transform: uppercase;
-moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
.guestBook-formBlock .button:hover{background: #FF4A4A;
-moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
.comment-info {margin-top: 10px}
blockquote {margin: 10px 0;}
blockquote p{ font-size: 14px; line-height: normal;}
.entry-detail #main-content-inner .comment-info .contentByLine {color: #666; font-size: 14px; font-family: Georgia, sans-serif}
.entry-detail #main-content-inner .comment-info .contentByLine .userName {color: #000}
.entry-detail #main-content-inner .comment-info .guestBook-manage-links a{font-size: 12px; font-family: arial, sans-serif}

.comment-form {margin: 20px 0}
.comment-form span.note {display: block; font-size: 14px; color: #999}
.comment-form textarea {margin: 0; height: 80px;
 -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
   -oz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.comment-form input {padding-right: 0; min-height: 28px}
.comment-form label {cursor: auto}
.entry-detail input.ccm-input-captcha {height: 17px}
.entry-detail input.button {background: #2a282e; color: #fff; font-family: 'Oswald', sans-serif; border-radius: 2px; padding: 5px 12px; border: none; text-transform: uppercase;
-moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
.entry-detail input.button:hover {background: #FF4A4A;-moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
.entry-detail #main-content-inner p.respone {color: #FF4A4A}

/*==============flex slider==============*/
.flex-container{margin-bottom: 40px}
.flex-direction-nav {display: none}
.flex-control-nav li a {background: url(../img/bullet.png) -15px 0 no-repeat}
.flex-control-nav li a:hover {background-position: 0 0}
.flex-control-nav li a.active{background-position: 0 0}

.flex-control-nav {bottom: 10px; display: inline-block; left: 15px; text-align: left;}
.flex-caption {width: auto;background: url(../img/1pxblack.png); padding: 12px 15px}
p.flex-caption {font-family: 'Oswald', sans-serif; font-weight: 400; font-size: 18px; margin-left: 10px; bottom: 25px}


.ccm-input-button {background: #2a282e; border: none; border-radius: 2px; color: #FFF; padding: 5px 10px; font-family: 'Oswald', sans-serif;
-moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}
.ccm-input-button:hover{background: #FF4A4A;
-moz-transition: all 0.4s linear;-webkit-transition: all 0.4s linear;-o-transition: all 0.4s linear;-ms-transition: all 0.4s linear}

/****************twitter********************/
#clevyr_tweets_311 {border: none!important; border-radius: 0!important; margin-top: 38px!important; height: 230px!important}
.twitterSearchTitle {margin-bottom: 4px!important;text-align: left!important;background: none!important; font-size: 18px!important; font-family: 'Oswald', sans-serif!important; text-transform: uppercase;}
.twitterSearchContainter {background: none!important; height: 190px!important}
.twitterSearchText {font-family: Georgia, sans-serif; font-size: 14px; color: #999}
.twitterSearchText a{color: #fff!important}
span.twitterSearchUser a{color: #fff!important}
.twitterSearchTweet {padding: 5px 0!important}

.footer-wrapper {background: #333}

.ccm-jereme-tweetcrete h4{font-size: 18px; color: #fff; text-transform: uppercase; margin-bottom: 17px; font-weight: 400}
.ccm-jereme-tweetcrete {margin-top: 30px}
.ccm-jereme-tweetcrete-timeline-meta span a {font-weight: normal;color: #fff; display: none}
.ccm-jereme-tweet-time {color: #fff; font-size: 11px}
.ccm-jereme-tweet-text {font-size: 14px}
.ccm-jereme-tweetcrete-timeline-elements {padding-bottom: 0px}
.ccm-jereme-tweetcrete-timeline ul li{margin-bottom: 5px}
.ccm-jereme-tweet-time {font-style: normal;}
