/*
catch all
*/

img, a img, a:visited img
{
    border: 0;
    margin: 0;
    padding: 0;
    -ms-interpolation-mode: bicubic;
}


/*
General page wide fonts etc
*/




body
{
    background-color: #fff;
}

#content h2
{
    margin: 0;
    border: 0;
    padding: 12px 0px 0px 0px ;
    font-size: 22px;
    color: #c66;
}

h3
{
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 16px;
    color: #c66;
}

#content p
{
   padding-left: 10px;
   padding-right: 10px;
    font-size: 13px;
    color: #444;
}

/*
Horizontal logo box (currently found in header but can appear anywhere
*/

#logoBox
{
    float: left;
    width: 798px;
    height: 100px;
    padding: 0;
    border: 0;
    margin: 0;
    margin-left: 0px;
    
}

#logoBox li img
{
    width: 72px;
    height: 72px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    padding: 2px;
    
}

#logoBox ul
{
    width: auto;
    display: block;
}

#logoBox li
{
    display: inline;
    padding: 0;
    border: 0;
}

/*........................................
Other Header content - logo, etc
.........................................*/

#header img, #OOSLogo
{
    padding-right: 24px;
    margin-top: 20px;
    width: 290px;
    height: 150px;
    border: 0;
}

#header div#ident
{
    float: left;
    width: 314px;
    height: 190px;
}

#header div#ident div
{
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    color: #666;
    padding-right: 20px;
}

/********************************************
Photo Gallery placement and styling
********************************************/

#gallery_container
{
    width: 400px;
    height: 300px;
    /* margin: 10px 0px 0px 154px; */
    margin: 10px 0px 0px 0px;
    border-color: #ddd;
    border-width: 1px 3px 3px 1px;
    border-style: solid;
    padding: 10px;
    overflow: hidden;
}


ul.gallery
{

    float: left;
    width: 140px;
    height: 300px;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 20px;
}

ul.gallery li
{
    float: left;
    width: 60px;
    height: 45px;
    border: 2px solid #ddd;
    margin: 0px 6px 6px 0px;
    padding: 0px;
    overflow: hidden;
}

ul.gallery li img
{
    margin: 0px;
    width: 60px;
    height: 45px;
}


img.replaced
{

}

.galleria{list-style:none;width:480px}
.galleria li{display:block;width:80px;height:80px;overflow:hidden;float:left;margin:0 10px 10px 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}

.galleria li img.thumb{cursor:pointer;top:auto;left:auto;display:block;width:40px;height:40px;}


.galleria li .caption{display:block;padding-top:.5em}
* html .galleria li div span{width:400px} /* MSIE bug */

/*****************************************
Recent Blog posts box
******************************************/

div#blogPosts
{
    width: 100%;
    clear: both;
    margin-top: 20px;
}

div#blogPosts ul
{
    list-style-type: none;
    padding:0;
    margin:0;
    margin-top: 10px;
    display: inline;
}

div#blogPosts ul li
{
    line-height: 32px;
    overflow: hidden;
    width: 298px;
    height: 34px;
    float: left;
}

div#blogPosts ul li img
{
    vertical-align: middle;
}

div#blogPosts ul li a
{
    color: #66c;
    font-size: 14px;
    padding-left: 6px;
    text-decoration: none;
    width: 200px;
}

/*****************************************
Brand Links Box
******************************************/

div#brandLinks
{
    width: 100%;
    clear: both;
    margin-top: 20px;
}

div#brandLinks ul
{
    list-style-type: none;
    padding:0;
    margin:0;
    margin-top: 10px;
    display: inline;
}

div#brandLinks ul li
{
    line-height: 32px;
    display: inline;
    margin-left: 66px;
    overflow: hidden;
}

div#brandLinks ul li.first
{
    margin-left: 0px;
}

div#brandLinks ul li img
{
    vertical-align: middle;
}

div#brandLinks ul li a
{
    color: #66c;
    font-size: 14px;
    padding-left: 6px;
    text-decoration: none;
}

/*****************************************
Catalogue links Box
******************************************/

div#catalogues
{
    width: 100%;
    clear: both;
    margin-top: 20px;
}

div#catalogues div.catLink
{
    margin-top: 2px;
    float:left;
    width: 110px;
    margin-left: 8px;
    text-align: center;
    border: 1px solid #ddd;
    border-right-width: 2px;
    border-bottom-width: 2px;
    padding-bottom: 6px;
}

div#catalogues div.first
{
    margin-left: 0px;
}


div#catalogues a
{
    color: #66c;
    font-size: 14px;
    text-decoration: none;
    margin: 0 auto;
}

div#catalogues a img
{
    width: 100px;
    border: 0;
    margin: 5px 5px;
    padding: 0;
}

/*
Override this with non standard sized widths

.brixton div.catLink
*/


/*********************************
Old Brand links and recent blog posts - update 26/1/2010
*********************************/
/*

div#brandLinks
{
    margin-left: 48px;
}


div#blogPosts ul, div#brandLinks ul
{
    list-style-type: none;
    padding:0;
    margin:0;
}

div#blogPosts ul li, div#brandLinks ul li
{
    line-height: 32px;
}

div#blogPosts ul li img, div#brandLinks ul li img
{
    vertical-align: middle;
}

div#blogPosts ul li a, div#brandLinks ul li a
{
    color: #66c;
    font-size: 14px;
    padding-left: 8px;
}

div#blogPosts h3, div#brandLinks h3
{

}

*/


/**********************************
Top Blog Posts Ticker fuck about
*/

div#tickerSpacer
{
    float: left;
    height: 50px;
    width: 26px;
    background-color: #fff;;
}

div#topBlogPostsTickerWindow
{
    width: 460px;
    height: 174px;
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
    border-bottom-width: 2px;
    border-right-width: 2px;
    margin: 0px;
    margin-top: 22px;
}

div#topBlogPostsTickerWindow h3
{
    margin: 0px;
    font-weight: bold;
    border: 0px;
    font-family: Arial, Verdana, Sans-serif;
    padding: 6px 0 4px 10px;
    font-size: 18px;
    color: #c66;
}

div#topBlogPostsTickerContainer
{
width: 4000px;
height: 150px;
left: 0px;
position: relative;
overflow: hidden;
}

div#topBlogPostsTickerContainer div.postContainer
{
    height: 150px;
    width: 460px;
    overflow: hidden;
    float: left;
}

div#topBlogPostsTickerContainer img, div#topBlogPostsTickerContainer div div a img
{
    margin: 0;
    padding: 0;
    border: 0;
    width: 190px;
    float: left;
    padding-right: 10px;
}

div#topBlogPostsTickerContainer div.postContainer div.postTitle
{
    margin: 6px 10px;
    height: 20px;
    overflow: hidden;
    display: block;
    width: 440px;
    overflow: hidden;

}

div#topBlogPostsTickerContainer div.postContainer div.postSummary
{
    margin: 0 10px;
    display: block;
    width: 440px;
    height: 112px;
    overflow: hidden;
}


div#topBlogPostsTickerContainer p
{
    font-weight: lighter;
    margin:0;
    padding:0;
    border: 0;
    font-size: 12px;
    line-height: 14px;
    color: #666;
    font-family: Arial;
}

div#topBlogPostsTickerContainer div div a
{
    font-family: Arial;
    font-size: 14px;
    color: #66c;
    text-decoration: none;
}

#twtr-widget-1 .twtr-hd h3
{
	font-size: 30px;
}

