/*
Theme Name: Omnigeek
Theme URI: http://omnigeekmedia.com/
Description: Custom Theme for Omnigeek Media.
Author: Rob Miracle
Version: 0.1
Tags: black, blue, white
*/

/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

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; 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; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/**
 * Primary styles
 *
 * Author: Rob Miracle
 */
@font-face {
	font-family: 'Journal';
	src: url('/fonts/journal-webfont.eot');
	src: local('☺'), url('/fonts/journal-webfont.woff') format('woff'), url('/fonts/journal-webfont.ttf') format('truetype'), url('/fonts/journal-webfont.svg#webfontHcXDZqId') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    background-color: #000000;
	background-image: url(images/bgpattern.png);
    font-family: arial, helvetica, sans-serif;
    font-size: 62.5%;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}   /* mouse over link */

.keycolor {
	color: #BFDCFF;
}

header {
	overflow: hidden;
    padding-left: 20px;
    padding-top: 12px;
	border-bottom:1px solid #ddd;
}

header h1 {
    font-family: "Century Gothic", arial, helvetica, sans-serif;
    font-size: 4.5em;
    color: #fff;
    text-shadow: 0px 3px 1px #000;
    margin-bottom: 0px;
	font-weight: normal;
	text-transform: uppercase;
}

header h1 a {
	color: white;
}

header h1 a:visited {
	color: white;
}

header h1 a:hover {
	color: white;
}

header h2 {
    font-family: Journal, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 5em;
	color: #fff;
	margin-bottom: 10px;
	text-shadow: -1px -1px 1px #000;
}

header hgroup {
	width: 520px;
	float: left;
}

nav {
    width: 350px;
    height: 40px;
    margin: 20px 0px;
    overflow: hidden;
	float: right;
	margin-right: 30px;
	-moz-box-shadow: 1px 1px 11px #555;
	-webkit-box-shadow: 1px 1px 11px #555;
	box-shadow: 1px 1px 11px #555;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-image:-moz-linear-gradient(-90deg, #BFDCFF, #AECBEE, #BFDCFF)
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BFDCFF), to(#AECBEE));
	padding-left: 20px;
}

nav li {
    font-family: Journal, arial, helvetica, sans-serif;
    display: block;
    width: 65px;
    height: 20px;
    float: left;
    font-size: 3.0em;
	font-weight: bold;
    list-style-type: none;
    list-style-position:inside;
    padding: 3px;
    text-align:center;
    color: #fff;
	margin-left: 8px;
	text-shadow: -1px -1px 1px #000;
}

nav li a:link {
    color: #fff;
}

nav li a:visited {
    color: #fff;
}

nav a:hover {
	text-shadow: 0px 0px 10px #adf;
}

article h1 {
	font-family: Journal, Helvetica, Arial, sans-serif;
	font-size: 3.0em;
}

article p, .entry-content p {
	padding-bottom: 7px;
	padding-top: 3px;
}

.appstorecontainer {
  width:600px;
  overlow:hidden;
  margin-top:10px;
}

.appstore {
  width: 300px;
  height: 110px;
  float:left;
}

section#page {
	width: 100%;
	background-color: #BFDCFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

section#container {
	background: transparent;
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}

section#content {
	width:600px;
	background-color: #fff;
	padding:10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border:1px solid black;
	font-size:16px;
	float: left;
}

section.featured {
	width: 100%;
	background-color: #BFDCFF;
	height: 285px;
	padding-bottom: 10px;
	border-top:1px solid #555;
	border-bottom:1px solid #8898B3;
}

.featured article {
	background-color: #eee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 12px #777;
	-webkit-box-shadow: 5px 5px 12px #777;
	width: 600px;
	height: 200px;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
}

aside.corona {
  position:absolute;
  top: 200px;
  right: 0px;
  z-index: 10;
  overflow:hidden;
}

aside.twitter {
	position: absolute;
	top: 125px;
	right: 0px;
	z-index: 10;
	overflow: hidden;
}

aside.twitter img {
	position: relative;
	right: -90px;
}

aside.feedback {
	display: none;
}

aside#primary {
	width: 300px;
	margin-left: 10px;
	background-color: #fff;
	padding:10px;
	-moz-border-radius: 8px;
	border:1px solid black;
	font-size:16px;
	float: left;
}

aside#primary h3 {
	font-family: Journal, Helvetica, Arial, sans-serif;
	font-size: 2em;
}


aside#primary ul {
	list-style: none inside none;
}

li.widget-container {
	padding-top: 15px;
}

li.widget-container ul {
	padding-left: 10px;
}

#services_container {
	width: 865px;
	margin: 0 auto;
	overflow: hidden;
}

section.services {
	height: 200px;
	overflow: hidden;
	list-style: circle;
	list-style-position: inside;
	background: none repeat scroll 0 0 #8898b3;
	border-top:1px solid #CCCCCC;
}

section.services ul {
	padding: 8px;
}

section.services li {
	font-size: 1.5em;
	text-shadow: 1px 1px 1px #fff;
	list-style:none outside none;
}

article.service {
	background-color: #BFDCFF;
	background-image: -moz-linear-gradient(-90deg, #bfdcff, #DFEEFF);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfdcff), to(#dfeeff));
	width: 225px;
	height: 160px;
	margin: 10px 20px;
	padding: 10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 12px rgba(0,0,0,0.5);
	-webkit-box-shadow: 5px 5px 12px rgba(0,0,0,0.5);
	float: left;
}

article h2 {
	font-size: 1.5em;
	font-family: helvetica, arial, sans-serif;
}

article#wordpress {
/*	background: url(images/wordpress-logo.gif) 25px 25px no-repeat scroll #BFDCFF, -moz-linear-gradient(-90deg, #bfdcff, #DFEEFF);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfdcff), to(#dfeeff)) url(images/wordpress-logo.gif) 25px 25px no-repeat scroll #BFDCFF; */
	background: url(images/wordpress-logo.png) 118px 60px no-repeat scroll #C1D9FF; 
}

article#mobile {
	background: url(images/mobile.png) 118px 60px no-repeat scroll #C1D9FF;
}

article#web {
	background: url(images/web.png) 140px 72px no-repeat scroll #C1D9FF;
}

footer {
	height: 15px;
	background-image: -moz-linear-gradient(-90deg, rgba(68, 68, 68, 0.7), rgba(48, 48, 48, 0.7))
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(68,68,68,0.7)), to(rgba(48,48,48,0.7)));
	color: #ccc;
	font-size: 1.2em;
	padding: 15px;

}

footer a {
	color: #fff;
}

footer a:visited {
	color: #fff;
}

footer li {
	display: inline;
}

footer li.last {
	float: right;
}

#scroll_container {
	width: 800px;
	margin: 0 auto;
}

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 685px;
	height: 262px;

	/* custom decorations */
	/* border:1px solid #ccc; */
	margin: 0 auto;
	background:url(/img/global/gradient/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	font-size:18px;
}

.items div {
	float:left;
	width:680px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0 10px 0 0;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:150px;
	height:150px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

.browse {
	-moz-border-radius: 60px;
	background-color: #8898B3;
	color: white;
	font-size: 2.0em;
	-moz-border-raidus: 30px;
	-webkit-border-radius: 30px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
	border: 2px solid white;
	width: 20px;
	padding: 0 6px;
}

.left {
	top: 130px;
	left: 35px;
	z-index: 100;
	position: relative;
}

.no-borderradius .browse .left {
	background: transparent url(images/left.jpg) top left no-repeat;
	border: none;
}

.no-borderradius .browse .right {
	background: transparent url(images/right.jpg) top left no-repeat;
	border: none;
}

.right {
	top: 130px;
	z-index: 100;
	left: 705px;
	position: relative;
}

a:hover.right {
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.7);
	background-color: #C1D9FF;
	color: white;
	font-weight: bold;
}

.no-borderradius a:hover.right {
	background: url(images/right_hover.jpg) top left no-repeat;	
}

a:hover.left {
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,0.7);
	-webkit-box-shadow: 1px 1px 6px rgba(0,0,0,0.7);
	background-color: #C1D9FF;
	color: white;
	font-weight: bold;
}

.no-borderradius a:hover.left {
	background: url(images/left_hover.jpg) top left no-repeat;
}

#respond {
	margin-top: 10px;
}

#respond h3 {
	font-family: Journal, Helvetica, Arial, sans-serif;
	font-size: 2em;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


