/*
Theme Name: itheme2_child
Version: 1.0
Description: A child theme of iTheme2
Template: itheme2
*/

@import url("../itheme2/style.css");

/* form button */
input[type=reset], input[type=submit], button {

}
input[type=reset]:hover, input[type=submit]:hover, button:hover {
}


/************************************************************************************
FOOTER NAV
*************************************************************************************/
li.fontResizer > a { color: darkblue;}


#footer-nav {
	margin: 25px 0 0px 5px;
	padding: 0;
	clear: both;
        text-align:center;
}

ul.ct-font-resizer {
    width: 40px;
    margin: 0px 10px 10px 0px;
    float: right;
}

#content {
	max-width: 100%;
	float: left;
	background: #f8f8ff;
	padding: 35px;
	margin-bottom: 10px;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
	border-width: 1px;
	border-style: solid; 
	border-color: #303bd1;
}

#CR_container{
	max-width: 960px;
	margin:0 auto;
}

#CR_left {
	float:left;
	width:150px;
}

#CR_right {
	float:right;
	width:150px;
	text-align:right;
}
#CR_center {
	text-align: center;
}