body 
{ 
	/*padding-top: 80px;*/ 
}

* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

.btn {
  -webkit-border-radius: 4px !important;
     -moz-border-radius: 4px !important;
          border-radius: 4px !important;
}

#searchform .btn {
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
            border-radius: 0 !important;
}

.float_container:after{
    clear: both;
    content: "";
    display: block;
}


#wpadminbar
{
	opacity: 0.5;
}

#main-nav.affix 
{
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1030;
}

.navbar {
	min-height: 40px;
	margin-bottom: 5px;
}

#small-brand-container
{
	width: 145px;
	margin: 4px;
	float: left;
}

#small-brand-inline-container
{
	width: 145px;
	margin: 4px;
	float: left;
}

h2.socketsite-tagline{
	margin: 0 !important;
	font-size: 24px;
	line-height: 26px;
	font-family: "Myriad Pro", Myriad, "Myriad Web Pro", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2.socketsite-tagline a{
	color: #000;
	font-size: 24px;
	line-height: 26px;
	font-family: "Myriad Pro", Myriad, "Myriad Web Pro", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

h2.socketsite-tagline a strong{
	font-weight: 700;
}

h2.socketsite-tagline a:hover{
	text-decoration: none;
}

blockquote {
	/*
	color: #767676;
	font-size: 18px;
	line-height: 22px;
	font-family: "Myriad Pro", Myriad, "Myriad Web Pro", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: 300;
	*/
	
	font-size: 14px;
	line-height: 20px;
		
	margin-bottom: 20px;
	border-left: 5px solid #fff;
}


#current-date h4
{
	margin: 4px 0;
}

#top-navbar-collapse{
	padding: 0 !important;
}

#menu-socketsite-top-nav
{
	font-size: 19px;
}

#searchform
{
	/*margin-top: 20px;*/
	float: right;
	padding-left: 0px !important;
	padding-right: 0px !important;
	margin-top: 4px !important;
	margin-bottom: 4px !important;
}

.navbar-nav > li > a {
	padding-top: 11px;
	padding-bottom: 11px;
}

.navbar-form .form-group
{
	width: 200px;
}

a.more-link{
	white-space: nowrap;
}

#inline-social-container
{
	float: right;
	margin-top: 4px;
}
#inline-social-container ul
{
	margin-bottom: 0px !important;
}

#inline-social-container ul li
{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 4px;
}

.comment-content a.external_link:after {

    clear: both;
    content: "";
    display: inline-block;
	margin-left: 4px;
	width: 10px;
	height: 10px;
	background-image: url('../img/new_window.10x10.png');
	background-repeat:no-repeat;
	background-origin:padding-box;
	background-position: 0px 0px; 
	
}

.banner-ad-top{
	width:728px; 
	height:90px; 
	margin: 7px auto 0 auto;
}
.banner-ad-bottom{
	
	width:728px; 
	height:90px;
	margin: 10px auto;
}

#inline-social-container ul li a
{
	display: inline-block;
	width: 32px;
	height: 32px;
}

a#social-facebook
{
	background: url('../img/social-icons-32.png');
	background-position: 0px 0px;
}
a#social-facebook:hover 
{
	background: url('../img/social-icons-32.png');
	background-position: 0px -32px;
}

a#social-twitter
{
	background: url('../img/social-icons-32.png');
	background-position: -32px 0px;
}
a#social-twitter:hover
{
	background: url('../img/social-icons-32.png');
	background-position: -32px -32px;
}

a#social-gplus
{
	background: url('../img/social-icons-32.png');
	background-position: -64px 0px;
}
a#social-gplus:hover
{
	background: url('../img/social-icons-32.png');
	background-position: -64px -32px;
}
a#social-linkedin
{
	background: url('../img/social-icons-32.png');
	background-position: -96px 0px;
}
a#social-linkedin:hover
{
	background: url('../img/social-icons-32.png');
	background-position: -96px -32px;
}
a#social-contact
{
	background: url('../img/social-icons-32.png');
	background-position: -128px 0px;
}
a#social-contact:hover
{
	background: url('../img/social-icons-32.png');
	background-position: -128px -32px;
}
a#social-rss
{
	background: url('../img/social-icons-32.png');
	background-position: -160px 0px;
}
a#social-rss:hover
{
	background: url('../img/social-icons-32.png');
	background-position: -160px -32px;
}
a#social-pinterest
{
	background: url('../img/social-icons-32.png');
	background-position: -192px 0px;
}
a#social-rss:pinterest
{
	background: url('../img/social-icons-32.png');
	background-position: -192px -32px;
}


.sidebar-parent-container
{
	border-left: 1px dotted #dfdfdf;
	/*padding-left: 24px;*/
}

.bottom-navigation
{
	margin-top: 50px;
	padding: 20px 0px;
	background-color: #fafafa;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);	
}

.bottom-menu-item
{
	width: 30%;
	float: left;
}

.bottom-menu-item ul{
	list-style: none;
}

.bottom-navigation li
{
	font-size: 11px;
	line-height: 13px !important;
}

.copyright
{
	font-size: 11px;
	color: #999;
	text-align: center;
	margin-top: 30px;
}

.well-container
{
	margin-top: -10px;
}

.social-media-heading{
	padding: 5px 15px 5px;
}
.social-media-container{
	height: 25px;
	overflow: hidden;	
}

.carousel
{
	margin-bottom: 5px;
}

.panel-black
{
    border-color: #000;	
}
.panel-black .panel-heading 
{
    background-color: #000;
    border-color: #000;
    color: #FFFFFF;
}

h3.list-heading
{
	margin-top: 10px !important;
}

h3.list-heading-tight
{
	margin-top: 0px !important;
	font-size: 20px;
}

h3.list-heading a, h3.list-heading-tight a
{
	color: #000;
}
h3.list-heading a:hover, h3.list-heading-tight a:hover
{
	color: #428bca;
}


img.post-summary-first-post{
	width: 100%;
	height: auto;
	padding: 5px;
	border: 1px solid #999;
	margin-bottom: 10px;
}

.index-loop-image-container
{
	float:left;
	margin-right: 24px;
}
.index-loop-image-container img
{
	margin-bottom: 5px;
	max-width: 300px;
	padding: 2px;
	border: 1px solid #999;
}

.comments_link_centered
{
	clear: both;
	margin-top: 0px;
	font-size: 12px;
}

.list-excerpt{
	padding-right: 0px;
}
.date-col{
	padding-left: 0px;
}

.comments_link
{
	display: inline-block;
	float: right;
}

.post
{
	margin-bottom: 20px;
}

.post_type_advertorial{
	border: 1px solid #ccc;
	background-color: #efefef;
	padding: 20px;
}

.advertorial_marker {
	text-transform: uppercase;
	padding: 0px;
	margin: 0 0 10px 0;
	font-size: 1.1em;
}
.post-footer
{
	border-bottom: 1px dotted #000;
	padding: 0px 0 5px 0;
}

.advertorial_separator{
	border-top: 1px dotted #000;
	padding-bottom: 9px;
}

.post_type_advertorial .post-footer {
	border-bottom: none !important;
}

.advertorial_single .pagination > .active > a {
	background-color: #449d44;
	border-color: #398439;
}

#advertorial_details th {
	background-color: #efefef;
}

.advertorial_logo_cell{
	width: 120px;
}
.advertorial_logo_image {
	width:100px;
	height:auto;
}

.sponsor-intrest {
	float: right;
	padding: 5px 5px 0 0;
	font-size: 0.9em;
}

.pinterest-button
{
	display: inline-block;
}
.pinterest-button img
{
	margin-top: -9px;
}

#SocketHomepageCarousel .item
{
}

.carousel-container
{
	position: relative;
	margin-bottom: 8px;
}

.carousel-controls-container {
	width: 20px;
	height: 100px;
	position:absolute;
	top: 5px;
	border: 1px solid #efefef;
	background-color: #efefef;
	/*
	-webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 2px rgba(0,0,0,.1);	
	*/
}
.carousel-controls-left {
	left: -5px;
}
.carousel-controls-right {
	right: -5px;
}
.carousel-controls-container a{
	font-size: 1.2em;
	color: #999;
}
.carousel-controls-container a:hover{
	color:#428bca !important;
}

.carousel-controls-container a.right{
	display: block;
	margin-top: 26px;
}


#SocketHomepageCarousel .carousel-control.left {
	left: -70px;
	background-image: none;
	filter: none;
	background-repeat: none;
}
#SocketHomepageCarousel .carousel-control.right {
	right: -80px;
	left: auto;
	background-image: none;
	filter: none;
	background-repeat: none;
}

/*
		<!-- Controls -->
		<div class="carousel-controls-container carousel-controls-left">
			<a class="left carousel-control" href="#SocketHomepageCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
			<a class="right carousel-control" href="#SocketHomepageCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
		</div>
		<div class="carousel-controls-container carousel-controls-right">
			<a class="left carousel-control" href="#SocketHomepageCarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
			<a class="right carousel-control" href="#SocketHomepageCarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
		</div>

*/


#SocketHomepageCarousel .carousel-inner
{
	overflow: visible;
}

#SocketHomepageCarousel .feature-container
{
	float: left;
	width: 19%;
	min-width: 228px;
	height: 100px;
	position:relative;
	margin: 0;
	border: 1px solid #efefef;
	/*
	-webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 2px rgba(0,0,0,.1);	
	*/

    display: inline-flex;

}



#SocketHomepageCarousel .media {
    /*margin: auto 0px;*/
    margin: auto auto;
}
#SocketHomepageCarousel .media-body {
    margin: auto 0px;
}

#SocketHomepageCarousel .media-title-container {
    display: inline-flex;
	height: 100px;
}

#SocketHomepageCarousel .media-title {
    margin: auto 0px;
}


#SocketHomepageCarousel
{
	height: 110px;
	padding: 5px 0px;
	overflow: hidden;
}
#SocketHomepageCarousel .item
{
	height: 100px;
}

#SocketHomepageCarousel .media-object
{
	width: 100px;
	height: 100px;
	padding: 10px 0 10px 10px;
}


#SocketHomepageCarousel h4
{
	font-size: 12px;
	font-weight: normal;
	padding: 15px 10px 10px 10px;
	text-align: center;
	
}

#SocketHomepageCarousel h4 a
{
	color: #000;
	
}

#SocketHomepageCarousel h4.feature-noimage-top
{
	text-align: center;
	/*padding-top: 30px;*/
}

#SocketHomepageCarousel h4:hover
{
	color: #2a6496;
	text-decoration: underline;
}


#SocketHomepageCarousel .carousel-indicators {
    bottom: 45px;
}

#SocketHomepageCarousel a.feature-permalink
{
	color: #000;
}

.nav-list li a
{
	padding: 5px 0px;
}

.nav-header
{
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	padding-top: 3px;
	margin-top: 9px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}


ul.scrollable-menu .open > .dropdown-menu {
	max-height: 500px;
	overflow-x: scroll;
}

.scrollable-menu-broken {
    height: auto;
    max-height: 600px;
    /*overflow: auto;*/
}


ul.scrollable-menu-blah {
    position: relative;
    display: inherit !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: auto;
    max-height: 500px;
    margin: 0;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}



.footer-nav-section li
{
	padding: 3px 5px;
}

.footer-nav-section-title
{
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
	padding: 3px 0px;
	margin-top: 9px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.panel-footer
{
	padding: 0px;
}

.panel-footer .category_links
{
	float: right;
	margin-right: 20px;
}

#pagination-container
{
	margin-top: 10px;
}

.share_loop_container ul
{
	list-style-type: none;
	margin-left: -40px;
}
.share_loop_container ul li
{
	float: left;
}

#container-left-col
{
	position: fixed;
	z-index: 10000;
	top: 180px;
	margin-left: -100px;
}

.sharing-link { 

}

#bottom-ad-block-container{
	min-width: 300px;
	min-height: 250px;
}

.fb-like iframe {
    max-width: inherit;
}

#social-media-container
{
	padding: 5px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	min-height: 375px;
	min-width: 71px;
}

ul.social-media-services
{
	list-style-type: none;
	padding-left: 0px;
}

ul.social-media-services li
{
	padding: 5px 0px;
	text-align: center;
}

#social-media-alternative-container
{
	padding: 4px 10px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	margin: 5px 0 10px 0;
}

#social-media-alternative-container ul.social-media-services li{
	float: left;
	margin: 0 5px;
	height: 96px;
}

#social-media-alternative-container ul.social-media-services li .sharing-link-pinterest{
	margin-top: 45px;
}
#social-media-alternative-container ul.social-media-services li .sharing-link-email{
	margin-top: 40px;
}


.well-list{
	padding: 15px;
}

h2.search_header, h2.category_header, h2.tag_header{
	text-align: center;
	font-family: "Myriad Pro", Myriad, "Myriad Web Pro", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 27px;
	margin: 0 !important;
}
.post_count
{
	text-align: center;
}

.category_header_subtitle
{
	text-align: center;
}

.category-heading
{
	padding: 5px 5px 0px 5px !important;
}

.category-list
{
	margin: 0 !important;
}

.category-list .active a
{
	cursor: pointer !important;
}



article h1 a {
	color: #000;
}


article h1 {
	font-size: 30px;
	line-height: 32px;
	margin-top: 25px;
	margin-bottom: 0px;
}

article .page-header .panel-default{
	margin-bottom: 0px;
}

.article-info
{
	font-size: 0.85em;
}

.article_content img
{
	width: 100%;
	height: auto;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #000;
}

.article_content br {
   display: block;
   margin: 20px 0;
   content: " ";
}


article.article_single .page-header {
	margin: 10px 0 16px 0;
	padding-bottom: 4px;
}

p.ie-hack{
	margin: 0 !important;
	line-height: 0.7em !important;
}


.article_content blockquote{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.article_content p{
	margin: 0 0 20px;
}
.carousel-control.left{
	background-image: none;
}

.carousel-control.right{
	background-image: none;
}

/*
.article_content br {
	line-height: 150%;
}
*/

/*
.article_content br:before {
    display: block;
    margin-top: 10px;
    content: "";
}
*/

.comment-body
{
	border-bottom: 1px dotted #dfdfdf;
}
.comment-content
{
	font-size: 14px;
	line-height: 16px;
}

.comment-form-comment label{
	display: none;
}

.quicklink
{
	padding-top: 20px;
}

.quicklink img
{
	width: 100%;
	height: auto;
}

#sidebar-top-ad{
	padding-bottom: 1px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #dfdfdf;	
}
#sidebar-left-column{
	
}
#sidebar-right-column{
	border-left: 1px dotted #dfdfdf;
}
#sidebar-bottom-ad{
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px dotted #dfdfdf;
}

ul.sidebar-container
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sidebar-container li
{
	margin: 0px 0px 10px 0px;
}

ul.sidebar-container ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sidebar-container ul li
{
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0px;
}

.textwidget h2
{
	font-size: 14px;
	line-height: 16px;	
}


h3.widget-title
{
	margin: 4px 0px;
	font-size: 15px;
	line-height: 20px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

ol.popular-post-list {
	padding-left: 15px;
}

.popular-post-list li
{
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0px 12px 0px !important;
}
.popular-post-list li a
{
	font-weight: bold;
}

li.recent-comment
{
	margin-bottom: 12px !important;
}

.single-sidebar-map-container
{
	width: 100%;
	height: 370px;
	padding: 10px;
	border: 1px solid #000;
	/*
	-webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px 2px rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 2px rgba(0,0,0,.1);	
	*/
}

.single-sidebar-map
{
	width: 100%;
	height: 348px;
	border: 1px solid #ccc;
}
.map-new-window-link-container
{
	background-color: #000;
	text-align: center;
	margin-bottom: 10px;
}
.map-new-window-link-container a 
{
	color: #fff;
}
.map-new-window-link-container a:hover 
{
	color: #cff;
}


.article_comments h3#comments {
	font-size: 18px;
}


#bottom-ad-block.affix{
	position: fixed;
	top: 166px;
	margin-left: 30px;
}

#contact_form .modal-body{
	padding: 20px 20px 0 20px;
}

#contact_form .modal-footer
{
	margin-top: 0px;
}

#fileupload-filelist
{
	margin-bottom: 0px;
}


#recent_articles_container div.top_border
{
	clear: both;
	padding-top: 4px;
	padding-left: 4px;
	line-height: 24px;
	border-top: 1px dotted #666;
	margin: 11px 10px 10px 0;
}



/* Post Summary Section */
#recent_articles_container ul.items-list
{
	list-style: none;
	margin: 0 0 10px 5px;
}
#recent_articles_container ul.items-list li
{
	float: left;
	margin: 0px 2px 2px 2px;
	width: 100%;
}

#recent_articles_container div.post_summary
{
	border-bottom: 1px solid #eee;
	background-color: #fff;
	margin-bottom: 4px;
	overflow: hidden;
	position: relative;
}

#recent_articles_container li.current_article * {
    opacity: 0.75;
}

#recent_articles_container li.current_article div.post_summary
{
	border: 2px solid #093;
	width: 312px;
	background-color: #efefef;
}

#recent_articles_container div.post_summary_body
{

}

#recent_articles_container div.post_summary img
{
	width: 50px;
	height: 50px;
	float: left;
	margin: 0px 10px 6px 6px;
}

#recent_articles_container div.post_summary a
{
	color: #333;
}

#recent_articles_container div.post_summary h3
{
	/*font-size: 12px;*/
	font-size: 1.1em;
	font-weight: normal;
	margin: 6px 2px 2px 0px;
	line-height: 20px;
}

#recent_articles_container div.post_summary p.excerpt
{
	margin: 6px;
	font-style: italic;
	font-size: 0.7em;
}

.adjacent-articles
{
	margin-bottom: 10px;
}

.adjacent-post-is-current h4, .adjacent-post-is-current img
{
	opacity: .5;
}

.adjacent-post-nav{
	border: 1px solid #dfdfdf;
	padding: 10px;
	min-height: 83px;
	position: relative;
	margin-bottom: 5px;
}


.adjacent-post-nav div.media{
	margin-top: 0px !important;
}

.adjacent-post-nav h4{
	font-size: 13px;
}

.adjacent-post-nav span.glyphicon{
	display: block;
	margin-top: 15px;
}

.adjacent-post-nav span.glyphicon-chevron-left{
	float: left;

	margin-right: 5px;
	margin-left: -10px;
	height: 82px;
	background-color: #dfdfdf;
	margin-top: -11px;
	padding-top: 30px;


}

.adjacent-post-nav span.glyphicon-chevron-right{
	float: right;
	margin-right: -10px;
	margin-left: 5px;
	height: 82px;
	background-color: #dfdfdf;
	margin-top: -11px;
	padding-top: 30px;
	
}
.adjacent-no-more{
	color: #BBBBBB;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}

.comment-reply-link{
	margin-bottom: 5px;
}


#recaptcha_widget
{
	/*display: inline-block;*/
	/*padding: 10px;
	border: 1px solid #dfdfdf;
	*/
	width: 320px;
	margin: 0 auto 14px auto;
}


#recaptcha_widget .recaptcha_text {
	clear: both;
	float: left;
	width: 300px;
	margin-left: 0px;
}

#recaptcha_widget .recaptcha_text input {
	width: 300px;
}

#recaptcha_widget #recaptcha_image {
	width: 260px !important;
	height: auto !important;
}

#recaptcha_widget #recaptcha_image img {
	border: 1px solid #999;
	width: 258px !important;
	height: auto !important;
}


#recaptcha_widget .recaptcha_text label {

}

#recaptcha_widget .recaptcha_text label em{
	font-style: normal;
	color: #999;
	text-transform: uppercase;
}

#respond #submit{
	display: block;
	margin: 0 auto;
	padding: 5px 30px;
}

@media (max-width: 1200px){
	#SocketHomepageCarousel .feature-container {
		width: 25%;
	}
	#bottom-ad-block.affix{
		margin-left: 0px;
	}

	h2.socketsite-tagline{
		font-size: 18px;
		line-height: 20px;
	}
	h2.socketsite-tagline a{
		font-size: 18px;
		line-height: 20px;
	}
	
	#current-date h4{
		font-size: 14px;
		line-height: 16px;
		margin-top: 16px;
	}
}

@media (max-width: 992px){
	#SocketHomepageCarousel .feature-container {
		width: 33.334%;
	}


	h2.socketsite-tagline{
		font-size: 14px;
		line-height: 16px;
	}
	h2.socketsite-tagline a{
		font-size: 14px;
		line-height: 16px;
	}
	#current-date h4{
		font-size: 12px;
		line-height: 14px;
		margin-top: 20px;
	}

	.navbar-toggle {
		padding: 6px 10px;
		margin-top: 4px;
		margin-right: 15px;
		margin-bottom: 4px;
	}


}

@media (max-width: 768px){
	h3.list-heading {
		font-size: 17px;
		line-height: 19px;
	}
	
	.article_single h1 {
		font-size: 19px;
		line-height: 21px;
	}
	
	.well-list{
		padding: 11px;
	}
	
	h2.category_header {
		font-size: 21px;
		line-height: 23px;
	}
	
	.index-loop-image-container{
		width: 100%;
		margin: 0 auto;
	}

	.index-loop-image-container img
	{
		max-width: 768px;
		width: 100%;
		height: auto;
	}
	
	.index-loop-heading {
		clear: both;
	}
	

	.advertorial_logo_cell{
		width: 80px;
	}
	.advertorial_logo_image {
		width:75px;
	}
	
	#advertorial_details{
		font-size: 0.8em;
	}
	
	
}


@media (max-width: 320px){
	
	.well-list{
		padding: 7px;
	}
	
	h2.category_header {
		font-size: 19px;
		line-height: 21px;
	}
	
	#recaptcha_widget .recaptcha_text {
		clear: both;
		float: left;
		width: 300px;
		margin-left: 0px;
	}

	#recaptcha_widget .recaptcha_text input {
		width: 300px;
	}

	#recaptcha_widget #recaptcha_image {
		width: 260px !important;
		height: auto !important;
	}

	#recaptcha_widget #recaptcha_image img {
		border: 1px solid #999;
		width: 258px !important;
		height: auto !important;
	}

	.comment-form label {
		display: inline-block;
		width: 50px;
		font-size: 12px;
	}

	.comment-form .recaptcha_text label {
		display: block;
		width: 100%;
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: 240px;
	}
	
	
	.comment-respond {
		width: 320px;
		margin: 0 auto;
	}

	.comment-form textarea {
		display: block;
		width: 300px;
	}

	.advertorial_logo_cell{
		width: 60px;
	}
	.advertorial_logo_image {
		width:50px;
	}


}

