/*
    CAMTECHNET
    green: #008128 | light green: #5BC527
    
    GREY BACKGROUND
    #999999
    
    TEXTBOX BACKGROUND
    #00B137
    
    RED BACKGROUND & FONT
    #ED2A5C
*/

/*  Basic
----------------------------------------------------------------------------------------------------*/

body {
	font: 100% 'Trebuchet MS', 'Lucida Sans', Helvetica, Arial, sans-serif; text-align: center; line-height:1.5;
}

/*  Basic URL links */
a {
  color: #333; text-decoration: none;
}
a:hover {
	border-bottom:1px dotted #333;
}
a:focus {
	outline: 1px dotted invert;
}

p {
	padding: 0.6em 0; font-size: 0.8em;
}

hr {
	border: 0 #ccc solid; border-top-width: 1px; clear: both; height: 0;
}

/*  Headings
----------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
  padding-bottom: 0.6em;
}
h1 {
	font-size: 1.5em; text-transform: uppercase; letter-spacing: 0.03em;
}
h1 .subtitle {
  text-transform: none; color: #666;
}
h1 img {
  border: 0; margin: 0 5px;
}
h1 #dateheader {
	width: 100%; margin: 0 auto; text-align: center;
}
h2 {
	font-size: 1.4em;
}
h3 {
  text-transform: uppercase; font-size: 1em; padding: 0.2em 0.6em; margin: 2em 0 0 0; letter-spacing: -1px;
}
h4 {
	font-size: 1.0em; padding: 0;
}
h5 {
	font-size: 0.9em;
}
h6 {
	font-size: 0.8em;
}
.feature_title {
	display:block; font-size:0.9em; font-weight:700; text-transform:uppercase; margin:-3px 0 7px 0; color:#fff;
}
/*  Tags
----------------------------------------------------------------------------------------------------*/
a.tag-1, a.tag-2, a.tag-3, a.tag-4, a.tag-5, a.tag-6, a.tag-7, a.tag-8 {
  float: left; clear: both; padding: 0.1em 0.4em; margin: 1px 0; background-color: #5BC527; color: #FFF;
}
a.tag-1:hover, a.tag-2:hover, a.tag-3:hover, a.tag-4:hover, a.tag-5:hover, a.tag-6:hover, a.tag-7:hover, a.tag-8:hover {
  text-decoration: none; background-color: #008128;
}
a.tag-1 {
  font-size: 0.70em;
}
a.tag-2 {
  font-size: 0.85em;
}
a.tag-3 {
  font-size: 1.00em;
}
a.tag-4 {
  font-size: 1.15em;
}
a.tag-5 {
  font-size: 1.30em;
}
a.tag-6 {
  font-size: 1.45em;
}
a.tag-7 {
  font-size: 1.60em;
}
a.tag-8 {
  font-size: 1.75em;
}

/*  Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}
ul {
	list-style: square;
}
li {
	margin-left: 2em; font-size: 0.8em;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 0.6em; font-weight: normal;
}

/*  Forms
----------------------------------------------------------------------------------------------------*/

form {
  width: 400px;
}
form.large {
  width: 600px;
}
form.column {
  width: 150px;
  padding: 10px;
}
label {
  display: block; font-size: 1em;
}
label.dataentry {
  display: block; font-size: 1em; padding: 0.75em 0 0 0;
}
input {
  width: 210px;
  padding: 0.2em; font-size: 1em;
}
textarea {
  width: 70%; height: 120px;
  padding: 0.2em; font-size: 1em;
}
select {
  width: 210px;
  padding: 0.2em; font-size: 0.8em;  
}
input.submitButton {
  float: right; margin: 40px 0; width: 110px; height: 40px; padding: 0 5px 0 0;
  color: #FFF; border: none; font-size: 0.8em; text-transform: uppercase;
  background: transparent; background-image: url('../img/submit_button.gif'); background-repeat: no-repeat;
}
input.inline {
  float: none; margin: 0 0 0 10px;
}
img.captcha {
  margin: 0 10px 0 0; float: left;
}
input#id_captcha_1 {
  width: 148px;
}
input.chkBox {
  width: auto; float: left; margin: 5px 10px 5px 0;
}
form.toolicon {
  width: auto;
}
form.toolicon input {
  width: auto; padding: 15px 0 10px 0;
}

#footcommentform {
	width:100%;
	overflow:hidden;
}
.footinput, .foottextarea {
	display:block;
	width:183px;
	background-color:#efefef;
	border:1px solid #999;
	-moz-border-radius:0 5px 0 5px;
	-webkit-border-radius:0 5px 0 5px;
	margin-bottom:10px;
}
.foottextarea {
	height:80px;
	font-size:100%;
	font-family:'Trebuchet MS','Lucida Sans',Helvetica,Arial,sans-serif;
}
.footinput:focus, .foottextarea:focus {
	background-color:#fff;
	border:1px solid #5cc628;
}
.footinputlabel {
	display:block;
	color:#777;
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
	border:none;
}

/*  Paginator
----------------------------------------------------------------------------------------------------*/

.paginator {
  text-align: center; color: #999; font-size: 0.8em; margin: 10px;
}
.paginator a {
  color: #999; border: 1px solid #AAA; padding: 0 5px;
}
.paginator a:hover {
  color: #FFF; background-color: #AAA; text-decoration: none;
}
.paginator .current {
  color: #666; font-weight: bold; padding: 0 5px; font-size: 1.2em;
}
.paginator .disabledButton {
  color: #CCC; border: 1px solid #DDD; padding: 0 5px;
}

/*  News and Comments
----------------------------------------------------------------------------------------------------*/

p.author {
  color: #999; padding: 0; margin: 1em 0 .5em 0;
}
p.comment {
  font-style: italic; padding: 0 0 1em 1em;
}
p.credits {
  margin: 0 0 0 60px;
  text-transform: uppercase; 
  font-size: 1em; 
  padding: 0 0 1em 0; 
  letter-spacing: -1px;
}
#startupstories p {
  font-size: 0.9em;
}
/*  Resources
----------------------------------------------------------------------------------------------------*/

p.resourcemain{
  font-size: 1.0em;
}

/*  Footer
----------------------------------------------------------------------------------------------------*/

#footer-container ul {
	list-style-image:none; list-style-position:outside; list-style-type:none;
}
.footheader {
	display:block;
	font-size:1.2em;
    text-transform:uppercase;
    color:#333;
    text-shadow:0 1px 0 #fff;
	margin-bottom:10px;
}
.footli {
	font-size:100%;
	display:block;
	color:#777;
	text-shadow:0 1px 0 #fff;
	margin:0 0 10px 0;
	padding-bottom:10px;
	border-bottom:1px dotted #fff;
}
a.foot:link, a.foot:visited {
	color:#777;
	text-decoration:none;
	border:none;
}
a.foot:hover {
	color:#5cc628;
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
	border:none;
}
a.foot:active {
	color:#6ce329;
	text-shadow:0 -1px 0 #fff;
	text-decoration:none;
	border:none;
}
a.icon:link, a.icon:visited {
	float:left;
	width:180px;
	font-size:0.9em;
	line-height:normal;
	color:#777;
	text-shadow:0 1px 0 #fff;
	margin:0 20px 10px 20px;
	padding-bottom:10px;
}
a.icon:hover {
	color:#5cc628;
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
	border:none;
}
a.icon:active {
	color:#6ce329;
	text-shadow:0 -1px 0 #fff;
	text-decoration:none;
	border:none;
}
/*  Special styles
----------------------------------------------------------------------------------------------------*/

.dateLbl {
  color: #999; font-size: 0.9em; text-transform:uppercase; display:block;
}
.dateLbl02 {
  color: #5cc628; font-size: 0.9em; text-shadow:0 1px 0 #6ce329;
}
p.error {
  color: #C00; font-weight: bold;
}
ul.errorlist {
  display: inline;
}
ul.errorlist li {
  list-style: none; padding: 0 0 0 10px; margin: 0; display: inline; font-size: 0.8em; color: #C00;
}
p.description {
  padding: 0 0 0.4em 25px; font-size: 0.8em;
}
p.introText {
  color: #666; font-style: italic; margin: 0 0 1em 0; padding: 1em 0;
  border-bottom: 1px solid #AAA; border-top: 1px solid #AAA;
}
p.formHelp {
  color: #999; font-size: 0.7em; padding: 0; margin: 0 0 0.8em 0; font-style: italic; clear: both;
}
ul.newslist li {
  list-style: none; margin: 0 0 0.8em 10px;
}
a.email {
  font-weight: bold; color: #008128; padding: 0px 2px; margin: 0 3px 0 3px;
}
a.email:hover {
  background-color: #008128; color: #FFF; text-decoration: none;
}

/* Red Hyperlinks */
a.readMore {
  color: #ed2a5c;
}
a.readMore:hover {
  border-bottom: 1px dotted #ed2a5c;
}

/*  Green Hyperlinks  */
/* SVN 890 - Green hyperlinks NEVER deployed*/
a.urlLink {
  color: #008128; text-decoration: none; font-weight: 700;
}

h3 a {
  float: right; color: #fff;
}
.full_listing {
	font-size: 0.75em; font-weight:700; text-transform:uppercase; border: 0; padding:10px 10px 15px 10px; display:block;
}
.full_listing a:link, .full_listing a:visited {
	color: #ed2a5c;
}
.full_listing a:hover, .full_listing a:active {
	border-bottom: 1px dotted #ed2a5c;
}
.intro {
	font-size:1em; color: #5cc628; text-shadow: 0 1px 0 #008127;
}
#eventbox a:link, #eventbox a:visited, {
	color:#008127; text-decoration:none;  text-shadow:0 1px 0 #6ce329;
}
#eventbox a:hover, #eventbox a:active {
border-bottom:1px dotted #008127;
}
.small {
	font-size:0.8em; color:#999; float:right; margin:2px 10px 0 0;
}
.tagline {
	float:right; color:#008128; font-style:italic; margin:0 30px 0 0;
}
a.button:link, a.button:visited, a.button:hover, a.button:active {
  border:0;
  outline:none;
}
