/*
Theme Name:     sunesis
Description:    Child theme for the attitude theme, custom made for Sunesis Medical
Author:         Michael Jugan
Author URI:     http: //www.slothtoss.com/
Template:       attitude
Version:        0.1.0
*/
@import url("../attitude/style.css");

#sunesis-featured-content a{
	color:inherit;
}

#sunesis-featured-content a.sunesis-learn-more-btn{
	color:#494949;
}

.wrapper{
	box-shadow: 0 0 5px #29343c;
}

body{
	padding-top:30px;
}

body #branding{
	margin-top:0px;
}

#content ul ul{
	list-style-type:circle;
}

/* start custom code chunk */
code {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 95%;
    line-height: 140%;
    background: #faf8f0;
}
#content code {
    display: block;
    padding: 0.5em 1em;
    border: 1px solid #bebab0;
}
/* end custom code chunk */

/* start change link color to darker blue */
#content ul a, #content ol a{
	color: #0066CA;
}

blockquote {
	border-left-color: #0066CA;
}

a {
	color: #0066CA;
}

#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
	color: #0066CA;
}

.slogan-wrap {	
	background-color: #0066CA;	
}

.widget ul li a:hover {	
	color: #0066CA;
}

#content ul a:hover, #content ol a:hover {
	color: #0066CA;
}

/* end change link color to darker blue */

/* start darker blue buttons */

input[type="reset"]
input[type="button"], 
input[type="submit"],
a.readmore,
#wp_page_numbers ul li a:hover, #wp_page_numbers ul li.active_page a,
.wp-pagenavi .current, .wp-pagenavi a:hover,
.widget_custom-tagcloud a:hover,
ul.default-wp-page li a:hover {
	background: #0066CA;
	background: -webkit-linear-gradient(#06B8D7, #0066CA);
	background: -moz-linear-gradient(#06B8D7, #0066CA);
	background: -ms-linear-gradient(#06B8D7, #0066CA);
	background: -o-linear-gradient(#06B8D7, #0066CA);
	background: -webkit-gradient(#06B8D7, #0066CA);
	background: linear-gradient(#06B8D7, #0066CA);
}

a.readmore:hover,
input[type="reset"]:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
	background: -webkit-linear-gradient(#06C0E1, #1078DE);
	background: -moz-linear-gradient(#06C0E1, #1078DE);
	background: -ms-linear-gradient(#06C0E1, #1078DE);
	background: -o-linear-gradient(#06C0E1, #1078DE);
	background: -webkit-gradient(#06C0E1, #1078DE);
	background: linear-gradient(#06C0E1, #1078DE);
}

/* end darker blue buttons */

#sunesis_slider_dt_tm_cont{
	background:#000;
	color:#fff;
    font-size: 1em;
    position: absolute;
    right: 0;
    text-align: center;
    width: 9em;
    z-index: 100;
	padding:.3em;
	border-style: solid;
    border-width: 0 0 1px 1px;
    color: #FFFFFF;
}
#sunesis-featured-content-low-res{
	display:none;
}
.transparent70_class {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

  /* IE 5-7 */
  filter: alpha(opacity=70);

  /* Netscape */
  -moz-opacity: 0.7;

  /* Safari 1.x */
  -khtml-opacity: 0.7;

  /* Good browsers */
  opacity: 0.7;
}

/* move xray info to left */
@media only screen and (max-width: 1078px) {
	.featured-text{
		top:10px;
	}
	.featured-content{
		display: block;
	}
	.featured-title{
		display:block;
	}
	#sunesis_slider_dt_tm_cont{
		right:auto;
		border-width:0 1px 1px 0px;
	}
}

/* All Mobile landscape size and All Mini Tablet Portrait size smaller than standard 768 and larger than 480 (devices and browsers) 
Show title + short excerpt + btn
*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
   #sunesis-featured-content{
	   display:none;
   }
   #sunesis-featured-content-low-res{
	   display:block;
   }
   #sunesis_slider_dt_tm_cont{
	   display:none;
   }
}

/* show title + learn more button */
#sunesis-low-res-learn-more-btn{
	display:none;
}
@media only screen and (max-width: 479px) {
   #sunesis-featured-content{
	   display:none;
   }
   #sunesis-featured-content-low-res{
	   display:block;
   }
   #sunesis_slider_dt_tm_cont{
	   display:none;
   }
   #sunesis-featured-content-low-res{
	   display:none;
   }
   #sunesis-low-res-learn-more-btn{
	   display:block;
   } 
}

/* All Mobile size smaller than standard 320 (devices and browsers) 
Show title
*/
@media only screen and (max-width: 319px) {
   #sunesis-low-res-learn-more-btn{
	   display:none;
   } 
}

/*
don't show anything
*/
@media only screen and (max-width: 230px) {
   #sunesis-featured-title{
	   display:none;
   } 
}


/* Header Image */
.header-image {
	width: auto;
	height: auto;
}

.featured-text .featured-title {
	background: #0066ca; /* color matches sunesis logo */
}
.slogan-wrap {	
	background-color: #0066ca; /* color matches sunesis logo */
}
body {
	background: url("images/body-bg.png") #ececec;
}
#site-title {
	font: 2em 'Philosopher', sans-serif;
}
#site-logo {
	float:left;
  	margin-top: 0px;
}
#sunesis-site-title{
	font-size:1.5em;
}
#site-title #sunesis-site-title,
#site-title #sunesis-site-title a:hover, 
#site-title #sunesis-site-title a:focus,
#site-title #sunesis-site-title a:active,
#site-title #sunesis-site-description,
#site-title #sunesis-site-description a:hover, 
#site-title #sunesis-site-description a:focus,
#site-title #sunesis-site-description a:active {
	color:#333;
}
#sunesis-site-description #sunesis-knowledge-txt{
	color:#800000;
}
#sunesis-site-description #sunesis-ideas-txt{
	color:#0066ca;
}
#sunesis-site-description{
	font-style:italic;
}
.hgroup-wrap {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* change menu hover from light blue to red */
#access a:hover, 
#access ul li.current-menu-item a, 
#access ul li.current_page_ancestor a, 
#access ul li.current-menu-ancestor a, 
#access ul li.current_page_item a,
#access ul li:hover > a {
	color: #800000;
}
#access ul li ul {
	border-top: 4px solid #800000;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover {
	color: #800000;
}
.sunesis-learn-more-btn {
	color: #494949;
	font-size: 18px;	
	float: right;
	display: block;
	border: 2px solid #fff;
	text-align: center;
	height: 28px;
	padding: 8px 15px 0;
	margin-top: 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	background: #b5e6ee;
	background: -webkit-linear-gradient(#d0eef4, #b5e6ee);
	background: -moz-linear-gradient(#d0eef4, #b5e6ee);
	background: -ms-linear-gradient(#d0eef4, #b5e6ee);
	background: -o-linear-gradient(#d0eef4, #b5e6ee);
	background: -webkit-gradient(#d0eef4, #b5e6ee);
	background: linear-gradient(#d0eef4, #b5e6ee);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);	
	text-shadow:0 1px 0 rgba(251, 251, 251, 0.7);
	margin-top:.5em;
}

#main{
	padding-top:25px;
}

#content{
	font-size:1.2em;
}

#content .widgets_on_page ul{
	list-style-type:none;
}