@import url(css/dnnreset.css);
@import url(css/socialgroups.css);
/* Start custom styles */


/* Search
---------------------------------------------------------- */

.wsc_search
{
    float: right;
    margin: 0px;
}


.use-form-styles div.SearchIcon, .use-form-styles #SearchChoices
{
    display: none;
}


.use-form-styles div.SearchBorder
{
    height: 30px;
    width: 189px;
}

.use-form-styles div.SearchBorder input
{
    padding: 6px 10px;
    border: none;
}

.use-form-styles div.SearchContainer a
{
    line-height: 20px;
    margin-top: 2px;
    padding: 6px 16px;
}


.use-form-styles div.SearchContainer a.button
{
    display: inline-block;
    margin-right: 0;
}


.dnnForm {
  min-width:inherit;
}

/* Language group */

/* Login Language Group */

#top #Login .language-object
{
    float: right;
    display: block;
    margin: 0;
    padding: 0;
    border-left: none; /*dark*/
}
#top #Login .language-object span
{
    padding: 0px 4px 0 4px;
    padding-right: 8px;
    margin: 0;
    float: left;
}
#top #Login .language-object span:first-child
{
    padding-left: 8px;
    border-left:none; /*light*/
}
#top #Login .language-object span img
{
    height: 12px;
    width: 20px;
    opacity: 0.2;
}
#top #Login .language-object span:hover img
{
    opacity: 1;
}
#top #Login .language-object .Language.selected img
{
    opacity: 1;
    border-color: #808080;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.8);
}
@media only screen and (max-width: 959px) 
{
    #top #Login .language-object
    {
        float:none;
    }
}
@media only screen and (max-width: 739px)
{
    /* <= Mobile */
#top #Login .language-object
{
    float:none;
    top:0;
    right:3px;
    padding-bottom:4px;
}
#top #Login .language-object span
{
    padding-top:0px;
    padding-bottom:4px;
    float:none;
}
#top #Login .language-object span:first-child
{
    padding-left:3px;
}

}




/* ======================================================= */
/*                     Content                             */
/* ======================================================= */

/* Heading from element page
---------------------------------------------------------- */
.wsc_heading h1, .wsc_heading h2, .wsc_heading h3, .wsc_heading h4, .wsc_heading h5, .wsc_heading h6
{
    display: inline;
    margin-right: 20px;
    white-space: nowrap;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6
{
    color:#888;
}
/* Blog
---------------------------------------------------------- */

.wsc_post_item
{
    margin-bottom: 40px;
    padding-bottom: 20px !important;
    width: 100%;
}



.wsc_postit_subscribe
{
    display: none;
}


.wsc_posts_common .wsc_image_frame a img, .wsc_pi_detailed_view .wsc_image_frame img
{
    height: auto;
    width: 100%;
}


.wsc_posts_list .wsc_image_frame img, .wsc_pi_detailed_view .wsc_image_frame img
{
    max-width: 100%;
    margin-bottom:12px;
}


.wsc_posts_common .wsc_title
{
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 2px;
}


.wsc_posts_common .wsc_title a, .wsc_posts_feed .wsc_pi_feed_title a
{
    color: #3a3a3a;
}

.wsc_posts_common .wsc_text_posted, .wsc_posts_common .wsc_text_by, .wsc_posts_common .wsc_tags_cloug
{
    font-weight: bold;
    font-style: normal;
}


.wsc_posts_common .wsc_info_date, .wsc_posts_common .wsc_info_author, .wsc_posts_common .wsc_tags_cloug .wsc_tag
{
    color: #959393;
    display: inline-block;
    font-style: italic;
    font-weight: normal;
}

.wsc_posts_common .wsc_pi_feed_info
{
    font-family:'Open Sans';
}

.wsc_pi_detailed_view.wsc_posts_common .wsc_pi_footer
{
    margin-top:8px;
}

a.button span
{
    color: #fff;
    text-transform: capitalize;
    
}


.wsc_admin_box .button,.wsc_admin_box .button:hover
{
    padding:0px;
    background-color:transparent;
}



/* Categories
---------------------------------------------------------- */

.wsc_tags_cloud li, .wsc_archive_cloud li
{
    background: url("img/arrow-right-grey.png") no-repeat scroll 0 11px transparent;
    list-style: none outside none;
    margin: 0;
}

.wsc_post_item, .wsc_pi_feed_item, .wsc_tags_cloud li, .wsc_archive_cloud li
{
    border-bottom: 1px dotted #CED8DF;
    padding-bottom: 5px;
}



.wsc_pi_feed_item:last-child, .wsc_tags_cloud li:last-child, .wsc_archive_cloud li:last-child
{
    border-bottom: none;
}


.wsc_tags_cloud li a, .wsc_archive_cloud li a
{
    color: #868686;
    display: inline-block;
    padding: 5px 0 0px 15px;
}

/* Post Feed*/
.wsc_posts_feed .wsc_pi_feed_info
{
    font-style:italic;
    color:#545454;
}


/* Feedback in prefooter */

#footer .FeedbackForm div.Feedback_Field,
#footer .dnnForm.FeedbackForm .dnnFormItem
{
    padding:0;
}
#footer .FeedbackForm div.Feedback_Field
{
    margin-bottom:0px;
}

#footer div.FeedbackForm div.Feedback_FieldValue
{
    margin-left:0;
}

#footer .FeedbackForm input, #footer .FeedbackForm textarea, #footer .wsc_form_add_comment textarea,
#footer .dnnForm.FeedbackForm .dnnFormItem INPUT, #footer .dnnForm.FeedbackForm .dnnFormItem TEXTAREA
{
    background:#4b4b4b;
    border:1px solid #2c2c2c;
    padding:2px 5px;
    font: 11px/1.2 'Open Sans','Lucida Sans Unicode','Lucida Grande',sans-serif;

}

#footer .FeedbackForm input,
#footer .dnnForm.FeedbackForm .dnnFormItem INPUT
{
    height:20px;
}

#footer .FeedbackForm textarea,
#footer .dnnForm.FeedbackForm .dnnFormItem TEXTAREA
{
    height:60px;
    overflow:auto;
}

#footer div.FeedbackForm div.Feedback_FieldLabel,
#footer .dnnForm.FeedbackForm .dnnFormItem label
{
    margin:2px 0 0;
    padding-left:2px;
    font-weight:normal;
    float:none;
    display:block;
}

#footer div.FeedbackForm div.Feedback_FieldLabel label, #footer div.FeedbackForm div.Feedback_FieldLabel label a.dnnFormHelp
{
    background:none;
    margin:0;
    font-weight:normal;
}

#footer .FeedbackForm .Feedback_CommandButtons a
{
    left:0;
    float:left;
}
#footer .FeedbackForm .Feedback_CommandButtons a,
#footer .dnnForm.FeedbackForm ul a.dnnPrimaryAction
{
    color:#dedede;
}

#footer .FeedbackForm .Feedback_CommandButtons a:hover,
#footer .dnnForm.FeedbackForm ul a.dnnPrimaryAction:hover
{
    background:#222;
}

#footer .FeedbackForm .Feedback_CommandButtons,
#footer .dnnForm.FeedbackForm .dnnActions
{
 margin:0;
 padding-left:2px;
}


/* Contact info in prefooter area*/

#footer .contact-info ul li
{
    list-style-type:none;
    padding-left:20px;
    margin-left:0;
    margin-bottom:3px;
}

/* ---------------------------------------------------------------------- */
/*	Media Queries
/* ---------------------------------------------------------------------- */



/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px)
{
    
   

    #content .wsc_posts_common .wsc_image_frame a img, .wsc_pi_detailed_view .wsc_image_frame img
    {
        height: auto;
        max-width: 100%;
    }

}



/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px)
{

    #header
    {
        text-align: center;
    }
    
    
    .buttons-container
    {
        display:none;
    }

.page-header .page-title
{
    float:none;
}
    

    .wsc_search
    {
        float: left;
        margin: 0 auto 20px auto;
    }
    
    #content .wsc_posts_common .wsc_image_frame a img, .wsc_pi_detailed_view .wsc_image_frame img
    {
        height: auto;
        max-width: 100%;
    }
    
   
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px)
{
    #header
    {
        text-align: center;
    }
    
    
    .buttons-container
    {
        display:none;
    }
    
    .page-header .page-title
    {
        float:none;
    }

    .wsc_search
    {
        float: left;
        margin: 0 auto 20px auto;
    }

    #content .wsc_posts_common .wsc_image_frame a img, .wsc_pi_detailed_view .wsc_image_frame img
    {
        height: auto;
        max-width: 100%;
    }
    
    

}
/* ======================================================= */
/*                     Containers                          */
/* ======================================================= */

/* Plain Container
---------------------------------------------------------- */
.plain_container .c_contentpane, .c_head.plain_container, .plain_container .c_head
{
    padding: 0px;
    margin: 0px;
}

/* Underlined Container
---------------------------------------------------------- */

.h1_title_underlined_container .wsc_title, 
.h2_title_underlined_container .wsc_title, 
.h3_title_underlined_container .wsc_title, 
.h4_title_underlined_container .wsc_title, 
.h5_title_underlined_container .wsc_title, 
.h6_title_underlined_container .wsc_title
{
    border-bottom: 1px solid #efefef;
    margin-bottom: 2px;
    padding-bottom: 7px;
}
#footer .h1_title_underlined_container .wsc_title, 
#footer .h2_title_underlined_container .wsc_title, 
#footer .h3_title_underlined_container .wsc_title, 
#footer .h4_title_underlined_container .wsc_title, 
#footer .h5_title_underlined_container .wsc_title, 
#footer .h6_title_underlined_container .wsc_title
{
    border-bottom: 1px solid #666;
}


h6.wsc_title,
.h6_title_underlined_container .wsc_title {
    font-weight: 800;
}
/* ======================================================= */
/*                       MISC.                             */
/* ======================================================= */

.DNNEmptyPane
{
    height: 0px !important;
    min-height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}
.ContentPane.DNNEmptyPane
{
    height: auto !important;
}
.ModuleTitle_MenuItem
{
    border: none;
}
.ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
    height: 1px;
}

.paneOutline
{
    margin-left: 4px !important;
    margin-right: 4px !important;
    min-height: 45px;
    padding-top: 20px;
}

.paneOutline .SubHead
{
    color: grey;
    font-size: 25px;
    font-weight: normal;
}


/* Background patterns */

body #body_pattern.pattern1
{
    background: url("img/patterns/1.png") repeat scroll 0 0 transparent;
}

