/* @override http://10.0.0.10:8080/c/style.css?v=2 */

/* @override http://10.0.0.10:8080/c/style.css?v=2 */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, figure, footer, header, hgroup, nav, section { display:block; }
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; }
table { font-size:inherit; font:100%; }
select, input, textarea { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 
body, select, input, textarea { color:#111; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; text-rendering: optimizeLegibility; }
html { -webkit-font-smoothing: antialiased; }
a:hover, a:active { outline: none; }
a, a:active, a:visited { color:#333; }
a:hover { color:#999; }
ul { }
ol { list-style-type: decimal; }
small { font-size:85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align:top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { padding: 15px; white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }

::-moz-selection{ background: #333; color:#fff; text-shadow: none; }
::selection { background:#333; color:#fff; text-shadow: none; } 

a:link { -webkit-tap-highlight-color: #333; } 


html { overflow-y: scroll; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }
.hidden { display:none; visibility:hidden; } 
.visuallyhidden { position:absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }


 /* Primary Styles
    Author: Tom Cowan 
 */
body { background-color: #fff; }
#container { position: relative; }

/**** Header ****/
header {
  padding-top: 30px;
  height: 60px;
  margin-bottom: 30px;
}
header aside { text-align: right; }
header p { margin-bottom: 15px; }
header nav { 
   
}
header nav ul {
  padding-top: 5px;
}
header nav li {
  position:  relative;
  float: left;
  font-size: 11px;
  margin-right: 5px;
  text-transform: uppercase;
  z-index: 199;
}
header nav li a.first { padding-left: 0; margin-left: 0; }

header nav li a {
  text-decoration: none;
  margin-right: 5px;
  padding: 3px 10px;
  border: 1px #fff solid;
  border-bottom: none;
}
header nav li.current>a, header nav li a:hover { color: #999 !important; }

header nav ul li ul	{ 
	position: absolute;
	left: 10px;
	z-index: 99; 
	background: #fff; 
	border:  1px #eee solid;
	display: none; 
	margin-left: -10px;
	margin-top: 3px;
}

.ie7 header nav ul li ul {
  margin-top: 21px;
}

.ie8 header nav ul li ul {
  margin-top: 4px;
}
a.noborder	{ border: none!important; }
a.noborder:hover	{ border: none!important; }
header nav>ul>li:hover>a 	{ border: 1px #eee solid; border-bottom: 1px solid #fff; z-index: 1999; position: relative; }
header nav ul li:hover ul	{ display: block; }
header nav li li 			{ float: none; padding: 5px 0px; white-space: nowrap; }
header nav li li a { display: block; }

#contact_details p { text-align: right; font-size: 11px; text-transform: uppercase; }
#contact_details a { text-decoration: none; padding-right: 5px; }
#contact_details span { padding-left: 5px; }

/**** Homepage ****/
ul#rotator {
  list-style: none;
}

/***** Content *****/
article#content {  }
article#contact {  }
article#contact-details {  }
article h1 { 
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 4px;
}
article h2 {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 14px;
}
article h3 {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 14px;
}
article ul {

}
article ol {

}
article li {

}
article p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px; 
}
article form p { position:relative; }
article form label {
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  color: #666;
}
article form input {
  border: 1px #666 solid;
  width: 290px;
  padding: 5px;
  color: #111;
}
article form input.fax { display: none; }
article form textarea {
  border: 1px #666 solid;
  width: 290px;
  height: 100px;
  padding: 5px;
  color: #111;
}
article form input.submit {
  width: auto;
  border: none;
}
article p.sent { color: #00AA0C; }
article p.error { color: #FF2E35; }

.ie6 article form input, .ie6 article form textarea { width: 285px; }

/**** Portfolio Pages ****/
#portfolio { 
  width: 940px; 
}
#portfolio ol { list-style: none; }
#portfolio li { margin-bottom: 5px; }

/**** Blog ****/
#blog,#blogitem { padding-top: 20px; }
.sidebar { padding-top: 20px; }

#blog h1 { margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px #444 dotted; }
#news { list-style:none; }
#news li { margin-bottom: 15px; border-bottom: 1px #444 dotted; }
#news li.last { border: 0; }
#news li h2 { margin-top: 0; margin-bottom: 2px; line-height: 1em; }
#news li h2 a { color: #333; text-decoration: none; }
article p.meta { font-size: 10px; margin-bottom: 5px; }
#blogitem h1 { margin-bottom: 0; }

#blogpagination li { float: left; padding: 0 5px 0 0; border: 0; list-style: none !important; }
#blogpagination a { 
  font-size: 12px;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0 10px; 
  height: 24px;
  float: left;
  line-height: 24px;
  background-color: #3A3E3E; 
  color: #333; 
  border: 0; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#blogpagination a:hover, #blogpagination a.current { background-color: #666; }

h3#twitter { margin-top: 0; }
.sidebar ol { list-style: none; margin-bottom: 15px; }
.sidebar ol li { color: #666; font-size: 11px; line-height: 15px; background: transparent url(/i/tweet_bottom.png) no-repeat 0 bottom; margin-bottom: 5px; }
.sidebar ol li p.tweet { background: transparent url(/i/tweet_top.png) no-repeat 0 0; padding: 21px 15px 0 15px; }
.sidebar ol li p { padding: 0 15px 10px 15px; color: #333; margin: 5px 0; }
.sidebar ol li a { color: #666; }

.sidebar h3 { font-size: 14px; line-height: 22px; color: #fff; font-weight: normal; margin: 20px 0 5px 0; }
.sidebar h3 a { text-decoration: none; }
.sidebar ul#sidebar-category-list { padding-left: 0; }
.sidebar ul#sidebar-category-list li { color: #ddd; font-size: 12px; margin-bottom: 3px; border: 1px #111 solid; }
.sidebar ul#sidebar-category-list li a { color: #ddd; text-decoration: none;  }
.sidebar #sidebar-category-list a:hover { color: #999; }
.sidebar ul#sidebar-category-list li img { display: block; }

/**** Footer ****/
footer {
  padding: 20px 0;
}
footer p {
  float: right;
  font-size: 10px;
  text-transform: uppercase;
}


/**** Buttons ****/
.ie6 .button { font-size: 12px; color: #111; background-color: #444; } 
.button, .button:visited {
	background: #222 url(/i/button_overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}
 
.button:hover { background-color: #111; color: #fff; }
.button:active { top: 1px; }
.small.button, .small.button:visited 			{ font-size: 11px}
.button, .button:visited, .medium.button, .medium.button:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.button, .large.button:visited { font-size: 14px; padding: 8px 14px 9px; }
.super.button, .super.button:visited 			{ font-size: 34px; padding: 8px 14px 9px; }
.blue.button, .blue.button:visited		    { background-color: #2981e4; }
.blue.button:hover							{ background-color: #2575cf; }
.grey.button, .grey.button:visited		    { background-color: #444; }
.grey.button:hover							{ background-color: #222; }

/* 
 * print styles
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

/* Grade-A Mobile Browsers */
@media screen and (max-device-width: 480px) {
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 

}


