@charset "utf-8";
/* Color Light CSS Document of Revolution HTML Template */

/*0.1 TOC
----------------------------------------------------
I GLOBAL STYLES
----------------------------------------------------
1.0 Body
1.1 Headlines
1.2 Links
1.3 Form Elements
1.4 Blockquote
1.5 Tables
1.6 List
1.7 Navigation
1.8 Pagination

----------------------------------------------------
II MAIN PAGE ELEMENTS
----------------------------------------------------
2.0 Header
2.1 Main Menu
2.2 Search
2.3 Bottom
2.4 Footer
2.5 Main
 
----------------------------------------------------
III SPECIFIC PAGES
----------------------------------------------------
3.0 Home Page
3.1 Portfolio
3.2 Blog Page
*/

/* I GLOBAL STYLES
------------------------------------------------------------- */

/* 1.0 Body
------------------------------------------ */
body {
	color: #555555;
	background: #FFFFFF;
}

/* 1.1 Headlines
------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	color: #9acd32;
}
#secondaryContent h3 {
	color: #ffffff;
	background: #BAD432;
	text-align:right;
}
/* 1.2 Links
------------------------------------------ */
a {
	color: #191919;
}
a:hover {
	color: #555555;
}

h3 a {
	color: #9acd32;
}

/* 1.3 Form Elements
------------------------------------------ */
input, textarea {
	color: #000;
	background: #ffffff;
	border: 1px solid #99cc33;
}
input:focus, textarea:focus {
	background: #f0f0f0;
	background-color: #E0E0E0;
}
input.submit {
	color: #F3C;
	background: #e6e6e6;
}
input.submit:hover {
	color: #191919;
	background: #ffffff;
}
input.submit:focus {
	border: 1px solid #191919;
}

/* 1.4 Blockquote
------------------------------------------ */
blockquote p {
	background: url(http://www.cambchemtech.com/themes/Revolution03/images/light/quote.png) no-repeat;
}

/* 1.5 Tables
------------------------------------------ */
th {
	color: #ffffff;
	background: #191919;
}
td {
	border-bottom: 1px solid #dddddd;
}
tr.even {
	background: #f0f0f0;
}

/* 1.6 List
------------------------------------------ */
#primaryContent ul li {
	background: url(http://www.cambchemtech.com/themes/Revolution03/images/light/arrow_list.png) no-repeat;
}
#primaryContent ul li a {
	color: #666666;
}
#primaryContent ul li a:hover {
	color: #191919;
}

.list li {
	background: url(http://www.cambchemtech.com/themes/Revolution03/images/light/arrow_list.png) no-repeat;
}
.list li a {
	color: #666666;
}
.list li a:hover {
	color: #191919;
}
.checkList li {
	background: url(http://www.cambchemtech.com/themes/Revolution03/images/light/check_list.png) no-repeat;
}
.checkList li a {
	color: #666666;
}
.checkList li a:hover {
	color: #191919;
}

/* 1.7 Navigation
------------------------------------------ */
.nav li a {
	color: #666666;
	border-bottom: 1px solid #dddddd;
	background: url(http://www.cambchemtech.com/themes/Revolution03/images/light/arrow_nav.png) 1px top no-repeat;
}
.nav li a.firstBox {
	border-top: 1px solid #dddddd;
}
.nav li a:hover {
	color: #191919;
}
.imgNav li a {
	background: none;
}

/* 1.8 Pagination
------------------------------------------ */
.pagination li.current a {
	color: #ffffff;
	background: #191919;
}


/* II MAIN PAGE ELEMENTS
------------------------------------------------------------- */

/* 2.0 Header
------------------------------------------ */
#headerBackground {
	color: #666666;
	background: #FFFFFF;
}
#header h1, #header h2, #header h3, 
#header h4, #header h5, #header h6 {
	color: #666666;
}
#header a {
	color: #666666;
}
#header a:hover {
	color: #999999;
}
#header #logo {
	background: url(http://www.cambchemtech.com/themes/Revolution03/images/light/CCTI_logo.jpg) no-repeat;
}

/* 2.1 Main Menu
------------------------------------------ */
#menuBackground {
	background: #191919;
}
#mainMenu ul li a {
	color: #ffffff;
}
#mainMenu ul li .menuDesc {
	color: #888888;
}
#mainMenu ul li a:hover {
	background: #9acd32;
	color: #ffffff;
}
#mainMenu ul li a.nav-selected {
	background: #9acd32;
	color: #ffffff;
}
#mainMenu ul li ul li a {
	color: #999999;
	background: #191919;
}
#mainMenu ul li ul li a:hover {
	color: #ffffff;
	background: #9acd32;
}

/* 2.2 Search
------------------------------------------ */
.searchInput {
	color: #666666;
	background: #ffffff;
	border: none;
}
.searchInput:focus {
	background: #ffffff;
}
.searchButtom {
	background: #191919 url(http://www.cambchemtech.com/themes/Revolution03/images/light/search.png) left bottom no-repeat;
	border: none;
}
.searchButtom:hover {
	background: #191919 url(http://www.cambchemtech.com/themes/Revolution03/images/light/search.png) left top no-repeat;
}

/* 2.3 Bottom
------------------------------------------ */
#bottomBackground {
	color: #999999;
	background: #333333;
}
#bottom a {
	color: #ffffff;
}
#bottom a:hover {
	color: #999999;
}
#bottom h1, #bottom h2, #bottom h3, 
#bottom h4, #bottom h5, #bottom h6 {
	color: #ffffff;
}
#bottom .list li {
	background: url(http://www.cambchemtech.com/themes/Revolution03/images/light/arrow_list_bottom.png) no-repeat;
}
#bottom .list li a {
	color: #999999;
}
#bottom .list li a:hover {
	color: #ffffff;
}
#bottom .date {
	border-right: 1px solid #999999;
}
#bottom .date span {
	color: #ffffff;
}

/* 2.4 Footer
------------------------------------------ */
#footerBackground {
	color: #999999;
	background: #191919;
	border-top: 10px solid #333333;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #999999;
}

/*2.5 Wrapper
------------------------------------------ */
#main {
	background: #FFFFFF;
}


/* III SPECIAL PAGES
------------------------------------------------------------- */

/* 3.0 Home Page
------------------------------------------ */
.s3sliderImage span {
	color: #999999;
	background: url(http://www.cambchemtech.com/themes/Revolution03/images/text_background.png);
}
.s3sliderImage span strong {
	color: #ffffff;
}

/* 3.1 Portfolio
------------------------------------------ */
.folio p {
	background: url(http://www.cambchemtech.com/themes/Revolution03/images/light/arrow_folio.png) no-repeat;
}

/* 3.2 Blog Page
------------------------------------------ */
.comment {
	border-bottom: 1px solid #dddddd;
}
.comment.even {
	background: #f0f0f0;
}
.comment.firstBox {
	border-top: 1px solid #dddddd;
}
