/* Start of CMSMS style sheet 'CBstyles' */
/*****************
Stylesheet for CHINA BIRDS
www.chinabirds.com.au
Port Fairy, Victoria Australia
******************/
div {
   -moz-box-sizing: border-box;
	 box-sizing: border-box;
	 margin: 0;
	 padding: 0;
	}


html{margin:0; padding:0; height: 100%} 

body {
	margin:0;
	padding:0;
	height:100%;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#575757;
	background-color: #ffffff;
	background-attachment: fixed;
	background-image: url(images/bamboobackground.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}



#outershell{            
                width: 900px; /*Width of main container*/
                margin: 0 auto; /*Center container on page*/
                text-align:center;  
height:100%;


}



#innershell{
                position:relative;
                 height:100%;
        	width: 800px;
                background-color: #fff;
                text-align:left;
	margin-left:50px;
                margin-right:50px;
}

#topsection{padding-right:10px;
   	text-align: bottom;
	height:275px;
	background-image: url(images/header_china.jpg);
 }

#topsection_viet {padding-right:10px;
   	text-align: bottom;
	height:275px;
	background-image: url(images/header_viet.jpg);
}

#CHINABIRDSmenu {padding-top:70px;}

#newsletter{margin-right:10px;
float: right;
text-align:right;
width:200px;
font-weight:bold;
color: #688A34;}


.callout {
padding:20px;
border: 2px dashed #922670;
background: #EBE5EB;
color: #922670;
font-weight: bold;
font-size: 14px;

}


#contentwrapper {
	width:800px;
	float: left; 
	min-height:100%;
	height:auto!important;
	height:100%;
}

#sidebar {padding-top: 30px;
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 450px;    /* sidebar width, if you change this please also change #main margins */
   margin-left: 10px;
   display: inline;  /* FIX ie doublemargin bug */
  padding-bottom: 30px;

}

#albums {padding-top: 30px;
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 640px;    /* sidebar width, if you change this please also change #main margins */
   margin-left: 80px;

   display: inline;  /* FIX ie doublemargin bug */
padding-bottom: 30px;
}


#blog {padding-top: 30px;
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 700px;    /* sidebar width, if you change this please also change #main margins */
   margin-left: 50px;

   display: inline;  /* FIX ie doublemargin bug */
padding-bottom: 30px;
}

#pictures {  float:right;
padding-top:20px;
margin-right: 10px;
width:270px;
text-align:right;
}
#mainhome {      float:left;   
margin-left: 40px; 
width: 445px;
margin-right: 10px;
}
#rightcolumn {float:right;
width: 220px;

}
#innertube {float:right;
margin-right:10px;}


/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #8C9879; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #8C9879;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #D5B6D0;
   color: #fff;
}	

/* HEADINGS */
h1 {
    color: #922670;  
   font-size: 1.6em;  /* font size for h1 */
   line-height: 2em;
   margin: 0;
}
 h2 {
   color: #000000; 
   font-size: 1.3em; 
   text-align: left; 
/* some air around the text */
   padding-bottom: 1px;
font-weight: bold;

   line-height: 1.5em;

}
 h3 {
   color: #3a3a3a; 
   font-size: 1.2em;
   line-height: 1.2em;
   margin: 0 0 0.5em 0;
}
 h4 {
   color: #922670;  
   font-size: 1.1em;  /* font size for h1 */
   line-height: 1.2em;
   margin: 0;
   font-style: italic;

}
h5 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */


#footer {
clear:both;
width:800px;
height: 95px;
text-align:leftt;
padding-left:10px;
color: #360D29;
background-image: url(images/base_100.gif);
background-position:bottom left;
background-repeat: no-repeat;
}



.copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#999999;
	text-decoration: none;
	}

.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;	}

.copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;		
}	

.copyright a:hover:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;		
}	






input
{
color: #999999;
font-size:10px;
border: 1px solid #999999;
}

.submit input
{
color: #999999;
font-size:10px;
border: 2px outset #eeeeee;
background: #ffffff;
} 

img { border:0px;
}


/* FOR CLEARING FLOATS */



.clear-block:after {

  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;

}



.clear-block {

  display: inline-block;

}



/* Hides from IE-mac \*/

* html .clear-block {

  height: 1%;

}

.clear-block {

  display: block;

}

/* End hide from IE-mac */



/* End of 'CBstyles' */

