/*
Theme Name:     Bluetemper r1
Theme URI:      http://noof.com.au
Description:    BlueTemper custom theme for Chris and Tan  
Author:         Bart Lea
Author URI:     http://noof.com.au
Template:       responsive
Version:        0.1.0
*/


/*
Bluetemper Blue: 012f8d
*/

/*
Import the parent theme stylesheet
*/
@import url("../responsive/style.css");



/*
All blue temper overriding styles
*/
body {
    /*background: none repeat scroll 0 0 #EFEFEF;*/
    background: #EFEFEF url(images/header-background.png) repeat-x;
    color: #404040;
    font-family: "Avant Garde", Helvetica, Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    text-rendering: optimizelegibility;
}


#container {
    background: none/* repeat scroll 0 0 #FFFFFF*/;
    padding: 0 0;
    border-left: 0 none #AAAAAA;
    border-right: 0 none #AAAAAA;
}

.home #wrapper, #wrapper {
	padding: 0 1em;
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 0 0 6px 6px;
	margin: 0 auto 20px auto;
	padding-top: 20px;
}

#logo {
	float: right;
}

#header .menu {
	border-radius: 5px 5px 0 0;
}

/*Slider*/

.responsive-slider.flexslider {
    background: repeat scroll 0 0 #FFFFFF !important;
    margin-bottom: 0;
}


/*
Next Gen Gallery Styles
*/



#ngg-webslice .ngg-widget img {
	border: 1px solid #EFEFEF;
	border-radius: 3px;
	padding: 3px;
	overflow: hidden;
	width: auto;
	height: auto;
	margin: 5%;
}

#widgets .ngg-widget a {
	display: block;
	margin: 5% auto;
	width: auto;
}

.slideshowlink {
	font-size: 10px;
}

.ngg-gallery-thumbnail-box .ngg-gallery-thumbnail img {
	border-radius: 3px;
	padding: 5px;
}

.ngg-album-compact .ngg-album-compactbox {	
}

.ngg-album-compactbox .ngg-album-link .Thumb {
	border: 1px solid #EFEFEF;
	/*width: auto;
	height: auto;
	*/	
}


/*Image captions for thickbox*/
#TB_caption {
	color: #555555;
	/*
    Palatino
    Garamond
    Bookman
    Avant Garde 
    */
}

#TB_caption #TB_secondLine {
	margin-top: 4px;
	font: 10px "Avant Garde", Helvetica,Geneva,Arial,sans-serif;
}

#TB_prev, #TB_next {
	font-weight: bold;
}

