/* 
Theme Name: Iceotope based on whiteboard
Theme URL: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Description: Custom Theme Design.
Author: Adrian Thompson
Author URI: http://www.iceotope.com
Version: 1.0.4

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
        font-size:100%;
        font-family:inherit;
        vertical-align:baseline;
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-weight:inherit;
        font-style:inherit;
}

a {
	color:	#24AAE4;
}

a:hover {
	color:	#3970B7;
}

caption, th, td {
        text-align:left;
        font-weight:normal;
}

table {
        border-collapse:separate;
        border-spacing:0;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
        /*content: "";*/
}

blockquote, q {
        /*quotes: "" "";*/
}

q {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

* {margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#post{ float: left; width: 500px; display: inline-block;}
#post a {
	text-decoration: underline;
	color: #24AAE4;
}
#post h2 {
	letter-spacing: -2px;
	font-weight: bold;
	font-size: 24px;
	margin-bottom:	10px;
}

#post h2 a {
	color: #666;
	text-decoration: none;
}

#date {
	color: #b3b3b3;
	padding-top: 10px;
	font-size: 11px;
}

#category {
	color: #b3b3b3;
	padding-top: 10px;
	font-size: 12px;
}

#postmeta{ margin-bottom: 20px; border-bottom-color: #cccccc; border-bottom-style: dotted; border-bottom-width: 1px; padding-bottom: 30px;}
#postnavigation{}
#searchform{}



#container {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#header {
	display: block;
   	position: relative;
    	width: 100%;
    	z-index: 99999;
}
#footer {
	text-align: left;
	width: 100%;
}
#footer p {
	padding-bottom: 10px;
	padding-top: 20px;
	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: #b3b3b3;
}
#footer a:hover {
	color: #05AEE7;
}
#banner_home {
	height: auto;
   	margin-top: 20px;
    	width: 100%;
}
#banner_tech {
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/banners/ice_header1.jpg);
	height: 150px;
	background-color: #9db5cb;
}
#banner_contact {
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/banners/ice_header1.jpg);
	height: 150px;
	background-color: #9cb4ca;
}
#banner_blog {
	width: 100%;
	background-repeat: no-repeat;
	background-image: url(images/banners/ice_header1.jpg);
	height: 150px;
	background-color: #9db5cb;
}
#banner_title {
	margin-left: 50px;
	letter-spacing: -8px;
	font-weight: bold;
	padding-top: 30px;
	color: white;
	font-size: 75px;
}
#menu {
	display: block;
    	margin-top: 10px;
    	width: 100%;
}
#menu ul {
	/*overflow: hidden;*/
}
#menu li {
    	text-align: center;
}
#menu a {
	color: #666;
    	display: block;
    	height: 100%;
    	text-decoration: none;
}
#menu a:hover {
}
#content {
	margin-top: 30px;
	overflow: auto;
	position: relative;
/*
-moz-background-clip:border;
-moz-background-inline-policy:continuous;

background:white none repeat scroll 0 0;
opacity:0.5;
z-index:999; */


}

#content div#video {
	float: left;
    	margin: 0 50px 30px 10px;
}

#content div#left {
	float:	left;
	width:	45%;
}

#content div#right {
	float:	right;
	width:	46%;
}

#content div#contact-details {
	float: right;
    	position: absolute;
    	right: 0;
    	text-align: right;
    	top: 0;
    	width: 350px;
}

#content p {
	color: #555;
    	float: left;
    	font-size: 16px;
    	padding-bottom: 20px;
	width: 100%;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #333;
	background: url("../../../assets/images/bgs/snowflakes.png") no-repeat top center #F6F8FA;
}

#logo {
	padding-top: 20px;
	height: auto;
	width: auto;
}
#logo h1 {
	letter-spacing: -2px;
	text-decoration: none;
	margin-bottom: -20px;
	margin-top: 20px;
	font-weight: bold;
	font-size: 36px;
}
#sidebar {
	padding-left: 40px;
	float: right;
	border-left-color: #b3b3b3;
	border-left-style: dotted;
	border-left-width: 1px;
	display: inline;
	width: 240px;
}
#sidebar li {
	list-style-type: none;
	/*margin-left: -40px*/
}
#sidebar ul {
	padding-bottom: 30px;
}
#searchform {
	margin-bottom: 30px;
}

.widgettitle {
	/*-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-khtml-transform: rotate(0deg);
	transform: rotate(0deg);*/
   	font-size: 24px;
    	font-weight: bold;
    	margin-bottom: 5px;
    	padding-bottom: 5px;
}
.alt{
	background-color: #ffffcc;
}


.feed {
  	margin-left: 3px;
  	padding: 0 0 0 19px;
  	background: url(images/feed-icon-14x14.png) no-repeat 0 50%;
}

#content ul.features {
	float: left;
    	list-style: none outside none;
    	margin-bottom: 30px;
    	width: 360px;
}

#content ul.features li {
	background-image: linear-gradient(center bottom , #E7E7E7 46%, #DDD 73%);
	background-image: -o-linear-gradient(center bottom , #E7E7E7 46%, #DDD 73%);
	background-image: -moz-linear-gradient(center bottom , #E7E7E7 46%, #DDD 73%);
	background-image: -webkit-linear-gradient(center bottom , #E7E7E7 46%, #DDD 73%);
	background-image: -ms-linear-gradient(center bottom , #E7E7E7 46%, #DDD 73%);
    	border: 1px solid #CCC;
    	border-radius: 10px 10px 10px 10px;
    	clear: left;
    	color: #929292;
    	float: left;
    	font-family: arial;
    	font-size: 16px;
    	font-weight: bold;
    	margin-bottom: 10px;
    	padding: 10px;
    	text-shadow: 0 1px 0 #FFF;
}

#content ul.definitions {
	color: #3970B7;
    	float: left;
    	list-style: circle outside none;
    	margin-bottom: 20px;
    	padding-left: 40px;
    	text-align: justify;
    	width: 750px;
}
#content ul.definitions li {
	line-height: 24px;
    	margin-bottom: 10px;
}
#content ol {
	margin-bottom: 20px;
	margin-left: 40px;
}

strong {
	font-weight: bold;
}

input {
    height: 22px;
    margin-top: 5px;
}

h1, h2, h3, h4 {
    	clear: left;
    	color: #4894B4;
    	display: block;
    	font-family: calibri;
    	font-size: 38px;
    	font-weight: bold;
   	margin-bottom: 20px;
}
h3 {
	font-size: 24px;
    	margin-top: 12px;
}

h4 {
	font-size: 24px;
	margin-top: 20px;
}

small {
	margin-bottom: 30px;
	color: #4c4c4c;
	font-size: 11px;
}

em {
	font-style: italic;
}



/* ============ SAFARI AND OPERA SPECIFIC STYLES ================ */
@media screen and (-webkit-min-device-pixel-ratio:0) {


} 

/* ============ SLIDEDECK OVERRIDE STYLES ================ */

.skin-slidedeck-classic dl.slidedeck > dd #left,
.skin-slidedeck-classic dl.slidedeck > dd #right {
	float: left;
    	width: 50%;
}

.skin-slidedeck-classic dl.slidedeck > dd #left p {
	color: #555;
    	font-size: 14px;
}

.skin-slidedeck-classic dl.slidedeck > dd #left ul {
	background-color: #F6F8FA;
    	border: 1px solid #E8E8E8;
    	color: #4894B4;
    	font-size: 12px;
    	font-weight: bold;
	line-height: 20px;
    	list-style: circle outside none;
    	margin-top: 20px;
    	padding: 10px 20px;
}

.skin-slidedeck-classic dl.slidedeck > dd #right {
}

