/*
Theme Name: mikimoto
Description: Child Theme for twenty ten theme
Template: ../themes/twentyten
*/

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

/* colors used in site

#cc2700
h1,h2,h3,h4,h5,h6 = #cc2700
p,li = #545454

*/


/* ************************************************** */

/* type styles  */

h1,h2,h3,h4,h5,h6,p,li,label {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	margin:0;
}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6 {
	color:#006db3;
	font-weight:bold;
}
p, li {
	font-size:13px;
	margin-bottom:5px;
	line-height:1.5;
	color:#000000;
}
.entry-content p {
    color: #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 36px;
	padding-bottom:20px;
}
p {
	margin-bottom:15px
}
a {color:#000; outline: 0;}

.sidebar a:hover {color:#fff}

a:link, a:visited {
	color: #000000;
}
a:active,
a:hover {
	color: #006db3;
}

#content {
	margin:0 60px;
}
#content .entry-title-misc {
display:block
}

#content .entry-title {
    color: #cc2700;
    font-size: 36px;
    font-weight: normal;
    line-height: 1.3em;
    margin-bottom: 0;
}
#content h2, #content h3,#content h4, .widget-title {
	color:#cc2700;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0 5px;
}
.home #content .entry-title {
	display:none;
}
#content h2, .widget-title {
	font-size:22px;
	font-weight:bold;
}
#content h3 {
	font-size:18px;
	margin:30px 0 10px;
}
#content h4 {
	font-size:15px;
	font-weight:bold;
}
#content p {
	margin:10px 0 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    line-height: 1.3em;
}


/* ************************************************** */

/* background  */
body {
	/*background:url("images/bgd.jpg") left top;
	background-repeat: repeat-x;*/
	background-color:#ffffff;
	margin:0;
	padding:0;
	height:100%;
}
.topline {
	height:121px;
	border-bottom:#cc2700 2px solid;
}

/* ************************************************** */

/*  this is for logo header and description */

#wrapper {
	background: none;
	margin-top: 0;
	padding: 0;
	min-height:100%;
	width:913px;
}

#header {
	position:relative;
	background-image: url();
	background-repeat: no-repeat;
	position:relative;
	padding:0;
	height:121px;
}

#site-title a {
	background-image: url("images/new-web-logo-r2.png");
	width:282px;
	height:100px;
	position:absolute;
	top:10px;
	left:0;
}
.sidetop {
    left: 680px;
    position: absolute;
    top: 0;
	background:rgba(139,29,4,0.2);
	padding:10px;
	-moz-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
.sidetop p {
	font-family:Georgia, "Times New Roman", Times, serif;
    font-size: 28px;
	color:#861D04;
	margin:-5px 0 0;
	line-height:1.2;
	text-align:center;
}
.sidetop p.sidetop-small {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	text-transform:uppercase;
	letter-spacing:0.05em;
	margin:0;
}
#masthead, #branding {
	clear:both;
	width:913px;
}
#branding img {
	border:none;
	display:none;
}
#branding #site-title img {
	border:none;
	clear:both;
	display:block;
	margin:0 0 0 15px;
}

* html #branding #site-title img {
	margin-bottom:0;
}
#site-description {
	display: none;
}

.hentry {
	margin:0;
}
.main-top {
}
.main-btm {
}
/* ************************************************** */

/* menu */
#masthead #access {
}

#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
	margin:0 auto;
	width:913px;
	padding:0;
}
#access .menu-header ul, div.menu ul {
    float: right;
}

#access {
	background:none;
	width:913px;
	float:left;
	margin-top:63px;
}
#access ul {
}
#access li a:hover {
	background-color:#e7e7e7;
	color:#545454;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #e7e7e7;
	color: #545454;
}
#access ul li.current_page_item > a, #access ul li.current-menu-parent > a {
	color:#545454;
}
#access a {
	color:#cc2700;
	font-size:13px;
	padding:0 20px;
	height:40px;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background:none;
	display:block;
	-moz-border-radius:10px 10px 0 0;	
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
}
#access ul ul {
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-color:#ffffff;
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 40px;
    width: 180px;
    z-index: 99999;
	margin:0;
	opacity:0.9;
	-moz-border-radius:0 0 10px 10px;	
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	padding:5px 10px;
}
#access ul ul li {
	padding:0;
}
#access ul ul li.current_page_item > a {
	background-color: #e7e7e7;
	color:#545454;
	opacity: 1.0;
}
#access ul ul a {
	background: none;
	-moz-border-radius:0;	
	border-radius:0;
	-webkit-border-radius:0;
    height: auto;
    line-height: 1em;
    padding:10px;
	opacity: 1.0;
}
#access ul ul :hover > a {
	background-color: none;
	color: #545454;
}
/* pages */ 


.home #container {
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left top;
	padding:30px 0;
	width:100%;
	margin:0;
}
.home #container {
	padding:0;
}
.page-template-default #content {
    width: 60%;
	float:right;
}
.home .one-column #content  {
	width:100%;
	margin:0;
}
#home-post {
	display:none;
}
#uds-billboard-wrapper {
	margin:0;
	padding:0;
}
#slider {
	padding:0;
}
.one-column #content  {
	width:100%;
	margin:60px 0 0 0;
}
#content img {
	-moz-border-radius:10px;	
	border-radius:10px;
	-webkit-border-radius:10px;
	padding:5px 10px;
}
#main #primary {
    margin: 60px 0 0;
}
#main .widget-area ul ul {
	list-style:none;
	margin:0;
}
#menu-services li {
    border-top: 1px dotted;
}
#menu-services a {
    font-size:13px;
	display:block;
	text-decoration:none;
	margin:0;
	padding:10px 5px;
}
#menu-services a:hover {
    background-color:#e7e7e7;
	color: #545454;
}

/* ************************************************** */

/* footer */
#footer {
	margin: 0 0 50px;
	border-top:#cc2700 10px solid;
}
#colophon {
	border-top:none;
	padding:18px 0 0;
}
#footer-widget-area .widget-area {
	margin:0;
}
#footer-widget-area #first.widget-area {
	width:650px;
}
#footer #footer-widget-area #second.widget-area {
	width:263px;
	margin:0;
}
#footer #second ul.xoxo {
	float:right;
}
#footer .widget-area p, #footer .widget-area li, .widget-area a, footer-widget-area  {
	font-size:13px;
	color:#545454;
}
.widget-area a {
	color:#cc2700;
}

.widget-area p {
	margin:0;
}
.widget-area a:hover {
	text-decoration:underline;
}
.widget-area h3.widget-title a {
	color:#ffffff;
}
.widget-area h3.widget-title a:hover {
}

#footer #second.widget-area .textwidget {
	padding:0;
}
.page-template-default #content {
	width: 60%;
	float:left;
	margin:80px 0 0 30px;
	min-height:500px;
}

#content img.no-frame {
	-moz-border-radius:0;
	border-radius:0;
	background-color:#ffffff;
	padding:0;
}
#footer-widget-area .widget-area ul li {
	float:left;
	list-style:none;
}
.widget-area ul ul {
	margin-left:0;
}
.widget-area li {
	margin:0;
	font-size:22px;
	color:#cc2700;
}
#mc_signup_form .mc_var_label, .widget-area li .mc_var_label, #mc-indicates-required {
	margin:0;
	font-size:12px;
	color:#cc2700;
	display:none;
	margin:-20px 0 0;
}
#mc_signup_form .mc_input {
	width:175px;
}
.mc_signup_submit {
	float:right;
}
.widget-title {
	margin:20px 0 0;
	font-size:36px;
	font-weight:normal;
	line-height:1.5;
}
.widget-container {
	padding:0 0 30px;
}
#mailchimpsf_widget-3 .widget-title {
	margin:0;
	font-size:12px;
	font-weight:normal;
	line-height:1.5;
	padding-bottom:30px;
}
#mc_signup {
	width:260px;
}
.mc_form_inside {
	margin:-20px 0 0;
}
.entry-content input {
    margin: 0 0 10px;
}
.clearfloat {clear:both;}
.widget_search #s {
    margin-left: 20px;
}
.textwidget {
	padding-right:15px;
}
.textwidget input[type="text"], .textwidget textarea, .textwidget .wpcf7-text {
    background-color: #ffffff;
    border: 1px solid #b9daed;
    display: block;
    margin-bottom: 4px;
    padding: 4px 0;
	width:100%;
}


/* ************************************************** */

/* contact form */
.textwidget input[type="text"]:hover, .textwidget textarea:hover, .textwidget .wpcf7-text:hover {
    background-color: #c5c5c5;
}
input[type="text"]:hover, textarea:hover, .wpcf7-text:hover {
    background-color: #e6eff6;
}
#content input[type="submit"] {
    background-color: #006DB3;
    clear: both;
    color: #ffffff;
    float: right;
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    padding: 5px 5px 0;
    text-transform: uppercase;
}
#content input[type="submit"] { 
    color: #ffffff;
}
#content input[type="submit"]:hover {
	color: #cc2700;
}
.textwidget .wpcf7-form p {
	margin:10px 0 0;
	line-height:1.5;
}
input[type="text"], textarea {
    float: left;
}
#content .wpcf7-form p {
	line-height:1.7;
	margin:0 0 15px;
}

/* **************** tables ************************ */

#content h3 table  {
	margin:30px 0 30px 0;
}
#content table  {
	border:none;
	border-top:1px dotted #CC2700;
	margin:20px 0 0;
}
#content table tr {
	border-bottom:1px dotted #CC2700;
}
#content tr td {
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}
#content tr td strong {
	text-transform:uppercase;
}
#content .entry-content p > em {
	line-height:1.3;
}


#uds-billboard-wrapper {
  margin-bottom: 10px !important;
}
#content .home-slider img {
	padding: 0;
	border-radius:0;
}