/* Twitter overrides go in here */

/* Kill the max width - to wide!!
done in boostrap-responsive.css   
*/

h1, h2 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-family: Futura, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h1.page-header {
	margin-bottom: 0;
}

h2 {
	line-height: 18px;
}

.node-teaser h2 {
	line-height: 24px;
}

h2.recentlyAdded {
	margin-top: 12px;
	border-bottom: 1px solid #ccc;
	line-height: 50px;
	font-size: 28px;
}

.block-title-closed:hover,
.block-title-closed:active {
    cursor: pointer;
}

.current-search-item h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

.row-fluid .block-site-name {
	clear: left;
	margin-left: 0;
	float:left;
}

@media (min-width: 460px) {
    .row-fluid .block-site-name {    
        width: 350px;
    }
}

.row-fluid .banner-ad,
.adsbygoogle {
	width: 468px;
	height: 60px;
	float: right;
	margin: 0;
}

@media (min-width: 980px) {
	.row-fluid .banner-ad,
	.adsbygoogle {
		width: 468px;
		height: 60px;
	}
	.row-fluid .banner-ad {
		margin-top: -12px;
	}
}

@media (max-width: 979px) and (min-width: 768px) {
	.row-fluid .banner-ad,
	.adsbygoogle {
		background: transparent;
		width: 360px;
		height: 60px;
	}
	.row-fluid .banner-ad {
		margin-top: -12px;
	}
	.header-strip .block-search-api-page .form-text {
		width: 230px;
	}
}

@media (min-width: 768px) {
    #main-menu li:nth-of-type(1) a {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
	.row-fluid .banner-ad,
	.adsbygoogle {
        display: none;
		background: transparent;
		width: 360px;
		height: 60px;
		clear: both;
		float: none;
	}
	.row-fluid .banner-ad {
		padding: 12px 0;
	}
}

#site-name-slogan h1 {
	margin: 0;
}

#site-name-slogan a.logo {
	display: block;
	width: 131px;
	height: 58px;
	background: url(../images/austin_logo.png) no-repeat;
	float: left;
	margin-right: 8px;
}

#site-name-slogan h1 a {
	display: block;
	margin-top: 8px;
	float: left;
}

#site-name-slogan h1 a,
#site-name-slogan h1 a:hover,
#site-name-slogan h1 a:active {
	text-decoration: none;
	color: #005580;
}

.container ul.login-menu {
	margin: 0 0 8px 0;
}

.block-search-api-page .form-text,
#search-api-page-search-form .form-type-textfield .controls #edit-keys-1 {
	margin-bottom: 0;
	width: 198px;
}

@media (min-width: 460px) {
    #search-api-page-search-form .form-type-textfield .controls #edit-keys-1 {
        width: 95%;
    }
}

body {
	padding-top: 12px;
	background: url(../images/background.gif);
	font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-size: 16px;
}

body.admin-menu .page-wrapper {
	margin-top: 46px;
}


#admin-menu {
	z-index: 2000;
}

.header-strip .region-header {
	position: relative;
}

.region-sidebar-first .block, .region-sidebar-second .block {
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
}

.region-sidebar-first .block .orderText {
	margin-top: 12px;
}

.item-list ul li {
    margin-left: 0;
}

.facetapi-facetapi-links li {
    list-style-position: inside;
}

.facetapi-facetapi-links li.leaf {
    list-style-image: none;
    list-style-type: none;
}

.page-search h1.page-header {
	margin: 20px 0 0 0;
	display: none;
}

#search-api-page-search-form .form-type-textfield {
	float: left;
	margin: 0 1em 0 0;
}

@media (min-width: 460px) {
    #search-api-page-search-form .form-type-textfield {
        width: 75%;
    }
}

.header-strip .block-search-api-page #edit-submit-1 {
    float: left;
}
.header-strip .block-search-api-page .form-item-keys-1 {
	float: left;
	margin-right: 1em;
}

#search-api-page-search-form {
	margin: 26px 0 0;
}

#search-api-page-search-form label {
	display: none;
}

.search-results {
    margin-left: 0;
}

.header-strip .block-login ul li {
	float: left;
	margin-right: 1em;
}

.page-search .search-performance {
	clear: left;
	margin: 4px 0 20px;
}

.header-full-width {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    border-width: 1px 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

#navbar {
	margin-bottom: 2px;
	font-size: 20px;
}

#navbar #main-menu a.active {
	color: #000;
}

.nav-bar .brand {
	background: url(images/austinharris.gif) no-repeat;
}

.navbar-inner {
	padding: 0;
	min-height: auto;
	padding: 0;
	background: none;
	border: 0;
	-webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}

.navbar .nav > li > a {
    padding: 6px 4px;
    font-weight: normal;
}
@media (min-width: 768px) {
    .navbar .nav > li > a {
        padding: 10px 4px;
    }
}
@media (min-width: 980px) {
    .navbar .nav > li > a {
    	padding: 10px 15px;
    }
}
.container .node-photo.node-teaser {
	border-bottom: 1px solid #ccc;
}

.view-frontpage .views-row .node-teaser {
	padding: 1em 0 1.6em;
}

.block h2.block-title {
	font-size: 18px;
}

.austicon {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../images/chevronSing.png) no-repeat;
    background-position: 0 0;
    float: right;
    transform: rotate(0deg);
    transition: transform 500ms;
    webkit-transform: rotate(0deg);
    webkit-transition: transform 500ms;
}

.austicon.austicon-open {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

/*
@keyframes austiconRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}



.austicon.austicon-open {
   animation: austiconRotate .5s ;
}
*/

.fb-like-wrapper {
    margin-top: 12px;
}

.block .detailsBlock h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0 0;
	padding: 0;
	line-height: 20px;
}

.block .detailsBlock ul.entry-numbers {
	clear: both;
}

.block .detailsBlock ul.entry-numbers li {
	float: left;
}

.block-recent-comments ul li, #block-views-comments-recent-block ul li, .view-recent-comments-block ul li {
	padding-bottom: .5em;
	font-size: 15px;
}

.view-recent-comments-block ul li .views-field-comment-body p {
	margin:0;
}

.block-recent-comments ul li span, #block-views-comments-recent-block ul li .views-field-timestamp span, .view-recent-comments-block ul li .views-field-created span {
	display: block;
	color: #666;
	font-size: 12px;
}

article header h2 {
	font-size: 24px;
}

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

.block-photo-details ul li.parent {
	font-size: 14px;
	line-height: 18px;
}

.block-photo-details ul li.parent a  {
	color: #8ba7b0;
}

.container #block-views-car-registrations-block ul li {
	float: left;
	margin-right: 0em;
	width: 6.2em;
}

.container #block-block-19 ul li {
	margin-left: 0;
}

.container ul.year-list li {
	float: left;
	margin-right: 1em;
	width: 5em;
}

.region-sidebar-first,
.region-sidebar-second {
	margin-top: 14px;
}

.field-name-taxonomy-vocabulary-3 ul li {
	float: left;
	margin-right: 1em;
}

.row-fluid .photo-wrapper {
	width: 300px;
	text-align: right;
}

.node.node-photo .field-name-field-image .field-item {
	margin-bottom: 1em;
}

.node-photo.node-teaser {
	padding-bottom: 2em;
	border-bottom: 1px solid #eee;
}

ul.facetapi-facet-taxonomy-vocabulary-2 li ul {
	margin-left: 1em;
}

.node-event .field-name-body {
	margin-bottom: 1em;
}

.node-event .field-name-body h4 {
	margin-bottom: 0;
}

.filter-guidelines {
    padding: 0;
}

.comment-wrapper {
	margin: 1em 0 0;
}

@media (max-width: 767px) {
    .comment-wrapper {
    	margin: 1em -10px 0;
        border-width: 1px 0;
        webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

.comment-wrapper .comment {
	border-bottom: 1px solid #ccc;
	padding: 1em 0;
}

.comment-wrapper .comment .submitted {
	margin-bottom: 6px;
}

.comment-wrapper #comment-form-wrapper {
	margin-top: 4em;
}

.fb-like {
	margin: 1em 0;
}

.block_aviva_ad {
	padding: 1em 0;
}

.block_aviva_ad .leftColAdTxtLabel {
    color: #666;
    display: block;
    padding: 0 0 4px;
    font-size: 12px;
}

.view-id-articles h2 {
	font-size: 24px;
}

.view-id-articles .views-row {
	padding: 0 0 1em;
	border-bottom: 1px solid #ccc;
}

.footer {
	margin-top: 24px;
	padding: 24px 0;
	border-top: 1px solid #ccc;
}

.footer .footer-links {
	float: right;
}

.footer .footer-links li {
	float: left;
	margin-right: 24px;
    line-height: 32px;
    margin-bottom: 6px;
}

.footer .footer-links .facebook .logo-link,
.footer .footer-links .twitter .logo-link,
.footer .footer-links .instagram .logo-link {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: url(../images/facebook.gif) no-repeat;
	float: left;
	margin: 0 8px 0 0;
}

.footer .footer-links .twitter .logo-link {
	background: url(../images/twitter.gif) no-repeat;
}

.footer .footer-links .instagram .logo-link {
	background: url(../images/instagram.png) no-repeat;
}

.pagination ul li a, .pagination ul li span {
	padding: 4px 10px;
}

.facetapi-facetapi-links li ul li {
	margin-left: .5em;
}

.page-search .empty-search-block {
	margin: 5px 0;
}

.node-type-story .node-story img {
	margin: 4px;
}

.page-node-add .node-photo-form input.form-text, .page-node-edit .node-photo-form input.form-text {
	width: 98%;
}

.favourites-login a, .flag-bookmarks a {
	color: #023cb2;
}

/*
In html.tpl.pho to stop FOUC
.node-type-photo .affix-top {
	position: absolute;
}

.node-type-photo .affix {
	top: -8px;
}
*/
@media (max-width: 979px) {
    .row-fluid .span5 {
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
	body {
	    padding-left: 0;
	    padding-right: 0;
	}
	body > .container {
	    padding-left: 10px;
	    padding-right: 10px;
	}
/* In html.tpl.php to stop FOUC 
	.node-type-photo .affix-top {
		position: static;
	}
	.node-type-photo .affix {
		top: 0;
		position: static;
	}
*/
/*	.block-facetapi ul,
	.facetapi-limit-link {
	    display: none;
	}
*/
}

.node-for-sale .field-type-image .field-item {
	float: left;
	margin: 0 16px 16px 0;
}

@media (min-width: 768px) {
    .header-full-width :before,
    .header-full-width :after {
        width: 0;
        width: -webkit-calc((100% - 768px)/2);
        width: -moz-calc((100% - 768px)/2);
        width: calc((100% - 768px)/2);
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #683f29;
        opacity: .05;
    }
    .header-full-width :after {
        right: 0;
        left: auto;
    }    
}

@media (min-width: 980px) {
    .header-full-width :before,
    .header-full-width :after {
        width: 0;
        width: -webkit-calc((100% - 980px)/2);
        width: -moz-calc((100% - 980px)/2);
        width: calc((100% - 980px)/2);
    }
}
