/*
Theme Name: SwitchGear 
Description: The custom WordPress theme for the SwitchGear Genomics web site.
Author: Rhaya Shilts
Author URI: http://rhaya.com/

*/


/* ------------- UNIVERSAL ------------- */

* {margin:0; padding:0; }

* html ul li a {height:1em;}

html { height:100%; overflow-y:scroll; }

body {
text-align:center;
background-image:url(images/template/page_bg.gif);
height:100%;
font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
font-size: 12px;
color : #3D4464;
}

/* ------------- LAYOUT ------------- */


#frame {
width:1072px;
margin-right:auto;
margin-left:auto;
background-image:url(images/template/frame_bg.jpg);
background-repeat:repeat-y;
height:auto !important; /* real browsers */
height:100%; /* IE6: treaded as min-height*/
min-height:100%; /* real browsers */
position:relative; /* needed for footer positioning */
}

#centercontainer {
padding:0px;
margin-right:61px;
margin-left:61px;
text-align:left;
}

#leftcol {
width:210px;
float:left;
}

#rightcol {
width:740px;
float:left;
}



/* ------------- HEADER ------------- */

#header {
background:url(images/template/header.jpg) no-repeat;
height:111px;
width:950px;
text-indent:-9999px;
}

#header a {
height: 35px;
width: 385px;
left: 32px;
top:45px;
display: block;
text-indent: -9999px;
position:relative;
overflow:hidden;
}

	
/* -------------  MAIN NAVIGATION ------------- */

#navbar {
background:url(images/template/nav_bg.jpg) no-repeat;
height:26px;
width:950px;
}

#topnavlinks {
height:22px;
width:946px;
float: left;
padding:2px 0 0 4px;
display:inline;
}

#topnavlinks ul {
list-style-type:none;
font-family: "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
font-size: 12px;
color: #2e3192;
font-weight:bold;
text-transform:uppercase;
}

#topnavlinks ul li {
display:inline;
}

#topnavlinks ul li a {
color: #2e3192;
text-decoration: none;
border-right: 1px solid #c8d9f2;
float: left;
padding: 3px 10px 3px 10px;
}

#topnavlinks ul li a:hover {
color: #2e3192;
background-color:#f3b26c;
}


/* ------------- SIDE NAVIGATION ------------- */
	
#sidenavlinks {
margin:11px 6px 0 14px;
border:solid 1px #b5cded;
background:#ffffff;
}

#sidenavlinks ul {
list-style-type:none;
font-size : 11px;
color:#3f67a6;
display: block;
line-height:28px;
}

#sidenavlinks ul a {
color:#3f67a6;
text-decoration:none;
display: block;
}

#sidenavlinks ul a:hover {
background:#dde8f7;
text-decoration:none;
}

#sidenavlinks li {
text-indent:9px;
}

/*
.page-item-98, .page-item-100, .page-item-102, .page-item-106 {
font-size:10px;
background:#e8eff7;
line-height:200%;
}
*/

/* ------------- SPECIAL SIDE NAVIGATION ------------- */
	
#sidenavlinksspecial {
margin:11px 6px 0 14px;
border:solid 1px #b5cded;
background:#ffffff;
}

#sidenavlinksspecial ul {
list-style-type:none;
font-size : 11px;
color:#3D4464;
display: block;
}

#sidenavlinksspecial ul a {
color:#3f67a6;
text-decoration:none;
display: block;
}

#sidenavlinksspecial ul a:hover {
background:#dde8f7;
text-decoration:none;
}

#sidenavlinksspecial li {
text-indent:9px;
line-height:20px;
}




/* ------------- CONTENT AREA ------------- */
	
#content {
line-height: 165%;
margin:28px 22px;
}

#content p {
margin:0 0 18px 0;
}

#content a {
color : #F1590D;
text-decoration:underline;
}

#content a:hover {
color : #F1590D;
text-decoration:underline;
background-color:#FFDEB1;
}

#content h1 {
font-size:18px;
margin:0 0 16px 0;
}

#content h2 {
font-size:14px;
margin:0 0 12px 0;
color:#6889BD;
}



#content h3 {
font-size:12px;
margin:0 0 4px 0;
color:#6889BD;
}

#content h4 {
font-size:14px;
margin:18px 0 0 0;
}


#content ol {
margin: 15px 0 18px 24px;
}

#content ul {
margin: 15px 0 18px 24px;
}

#content li {
margin: 0 0 8px 0;
}


hr {
border:none 0;
border-top:1px solid #B5CDED;
height:1px;
margin:12px 0 12px 0;
}

hr.thick {
border:none 0;
border-top:3px solid #B5CDED;
height:3px;
margin:12px 0 12px 0;
}

blockquote {
margin:0 45px 0 30px;
font-size:11px;
}

img.alignright {margin: 0 0 10px 20px}

img.alignleft {margin: 0 20px 10px 0}


.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}


.alignright {float: right;}

.alignleft {float: left}

.prevnext {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 60px;
}

.meta {
font-size:10px;
color:#6889bd;
}

#content h1.newstitle {
margin:0 0 4px 0;
}

.smalltext {
font-size:11px;
}

.highlight {
background:#ffff00;
}

.red {
color:#FF0000;
font-weight:bold;
}

.thirteenbold {
font-size:13px;
font-weight:bold;
}

.tabletext {
padding: 1px 3px;
}

.tabletextextra {
padding: 1px 20px 1px 3px;
}

.tabletextborder {
padding: 1px 3px;
border-top:1px solid #3D4464;
}

table {
margin:0 0 18px 0;
}

#events ul {
margin: 0 0 18px 0;
list-style-type:none;
}

#events li {
margin: 0;
}

.border {
border:solid 1px #B5CDED;
}


#hyproll {
width:695px;
height:156px;
background: url(http://www.switchgeargenomics.com//images/promos/070709workflow_web.gif) no-repeat;
margin:0 0 18px 0;
}

#hyproll a {
display:block;
width:695px;
height:156px;
text-indent:-9999px;
text-decoration:none;
overflow:hidden;
}

#hyproll a:hover{
background: url(http://www.switchgeargenomics.com//images/promos/070709workflow_webhover.gif) no-repeat;
}

.highlight {
padding:15px;
background:#FFDEB1;
}

.wp-caption {
font-size:10px;
font-style:italic;
line-height:135%;
}


#arrowlist ul {
list-style-type:none;
margin:0 0 9px 0;
}

ul#arrowlist {
margin:0 8px 0 8px;
background-color:#e2ecf8;
}

/* ul#arrowlist {
background-color:#f0f5fb;
margin:0 8px 0 8px;
} */


#arrowlist li {
list-style-type:none;
padding: 0 0 0 16px;
background-image: url(images/home/arrowbluer.gif);
background-repeat:no-repeat;
background-position:2px 3px;
}


#pathwaydouble {
width:330px;
border:double 3px #b5cded;
}

#pathwaydouble p {
padding:0 15px 0 15px;
}


#prod-title {
font-size:14px;
margin:0 0 8px 0;
color:#6889BD;
border-bottom:3px double #B5CDED;
font-weight:bold;
}


#prod-title a {
color:#6889BD;
text-decoration:none;
}

#prod-title a:hover {
color : #F1590D;
text-decoration:none;
background-color:#FFFFFF;
}

#prod-image {
border:1px solid #B5CDED;
}

.padbrdrimg {
padding:2px;
border:1px solid #b5cded;
}


/* ------------- FOOTER ------------- */


#footer {
border-top:solid 1px #b5cded;
width:942px;
position:absolute;
bottom:0; /* stick to bottom */
font-size:10px;
text-align:center;
margin:0 4px 0 4px;
padding:5px 0 5px 0;
color:#6889bd;
background:#ffffff;
}

#footer a {
color:#3f67a6;
text-decoration:none;
}

#footer a:hover {
color:#3f67a6;
text-decoration:underline;
}


/* ------------- HOME SPECIFIC LINKS ------------- */

#leftcolhome {
width:740px;
float:left;
}

#rightcolhome {
width:210px;
float:left;
}

#leftcolhome img{
border:1px solid #b5cded;
margin:0 0 20px 0;
}

#rightlinkshome {
margin:28px 22px 18px 0;
}

#rightcolhome h2 {
font-size:14px;
margin:0 0 6px 0;
color:#2e3192;
}

#rightcolhome h2.products {
width:188px;
height:27px;
background:url(http://www.switchgeargenomics.com/images/homepage/leftheaders/products.gif) no-repeat;
text-indent:-9999px;
overflow:hidden;
margin:0;
}

#rightcolhome h2.news {
width:188px;
height:27px;
background:url(http://www.switchgeargenomics.com/images/homepage/leftheaders/news.gif) no-repeat;
text-indent:-9999px;
overflow:hidden;
margin:0;
}

#rightcolhome h2.events {
width:188px;
height:27px;
background:url(http://www.switchgeargenomics.com/images/homepage/leftheaders/events.gif) no-repeat;
text-indent:-9999px;
overflow:hidden;
margin:0;
}

#rightlinkshome ul {
list-style-type:none;
font-size : 11px;
color:#3f67a6;
display: block;
line-height:23px;
border-top:1px solid #b5cded;
}

#rightlinkshome ul a {
color:#3f67a6;
text-decoration:none;
display: block;
}

#rightlinkshome ul a:hover {
background:#dde8f7;
text-decoration:none;
}

#rightlinkshome li {
text-indent:3px;
border-bottom:1px solid #b5cded;
}

#secondaryhomelinks ul {
margin: 0 0 18px 0;
}

#secondaryhomelinks li {
line-height:16px;
font-size : 10px;
}

#secondaryhomelinks li a {
padding:4px;
text-indent:0;
}

#homesectionleft {
width:344px;
min-height:225px;
height:auto !important;
height:225px;
border:solid 1px #b5cded;
float:left;
margin:0 3px 3px 0;
display:inline;
line-height:115%;
background:#FFFFFF;
}

#homesectionright {
width:344px;
min-height:225px;
height:auto !important;
height:225px;
border:solid 1px #b5cded;
float:left;
margin:0 0 3px 0;
display:inline;
line-height:115%;
background:#FFFFFF;
}

#homesectionleft p, #homesectionright p {
margin:0 10px 15px 15px;
}

#homesectionleft h2.products {
width:344px;
height:41px;
background:url(images/home/headers/products.gif) no-repeat;
text-indent:-9999px;
margin:0 0 15px 0;
}

#homesectionleft h2.products a:hover {background:url(images/home/headers/products.gif) no-repeat;}


#homesectionleft h2.research {
width:344px;
height:41px;
background:url(images/home/headers/research.gif) no-repeat;
text-indent:-9999px;
margin:0 0 15px 0;
}

#homesectionleft h2.research a:hover {background:url(images/home/headers/research.gif) no-repeat;}


#homesectionleft h2.applications {
width:344px;
height:41px;
background:url(images/home/headers/applications.gif) no-repeat;
text-indent:-9999px;
margin:0 0 15px 0;
}

#homesectionleft h2.applications a:hover {background:url(images/home/headers/applications.gif) no-repeat;}


#homesectionright h2.resources {
width:344px;
height:41px;
background:url(images/home/headers/resources.gif) no-repeat;
text-indent:-9999px;
margin:0 0 15px 0;
}

#homesectionright h2.resources a:hover {background:url(images/home/headers/resources.gif) no-repeat;}

#homesectionright h2.science {
width:344px;
height:41px;
background:url(images/home/headers/science.gif) no-repeat;
text-indent:-9999px;
margin:0 0 15px 0;
}

#homesectionright h2.science a:hover {background:url(images/home/headers/science.gif) no-repeat;}

#homesectionleft h2 a, #homesectionright h2 a {
width:344px;
height:41px;
left: 0;
top:0;
display: block;
text-indent: -9999px;
position:relative;
overflow:hidden;
}

#homesectionleft h2 a:hover, #homesectionright h2 a:hover {
color: none;
text-decoration:none;
background-color:none;
}

/* ------------- PRODUCT PAGES ------------- */

#productnav {
color:#3f67a6;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
margin:0 0 3px 0;
}

#productnav a {
padding:5px 8px ;
border-top:solid 1px #b5cded;
border-bottom:solid 1px #b5cded;
border-right:solid 1px #b5cded;
border-left:solid 1px #b5cded;
background:#dde8f7;
color:#3f67a6;
}

#productnav a:hover {
background:#e9f0f9;
color:#3f67a6;
}

a#active {
padding:6px 8px;
border-top:solid 1px #b5cded;
border-bottom:solid 1px #ffffff;
border-right:solid 1px #b5cded;
border-left:solid 1px #b5cded;
background:#ffffff;
color:#3f67a6;
text-decoration:none;
position:relative;
z-index:-1px;
}

a#active:hover {
background:#ffffff;
color:#3f67a6;
text-decoration:underline;
border-bottom:solid 1px #ffffff;
}

#productcontent {
border:solid 1px #b5cded;
padding:18px 22px 0 22px;
}

.hide {display:none;}

