/*
Theme Name: Insoc
Theme URI: http://www.kaushalsheth.com/
Description: Fluidity Theme with 3 Columns
Version: 1.0
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com
*/
/* A fluid template for business or fun */
/* By Dave Reeder, www.davereederdesign.com */

body {
	margin			: 0;
	padding			: 0;
	background		: #000;
	font-family		: "Trebuchet MS", Arial, sans-serif;
	}
/* * {
	margin			: 0;
	padding			: 0;
	border			: 0;
	font-family		: "Trebuchet MS", Arial, sans-serif;
	}
*/

/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, span#copyright {
	margin			: 0 10px;
	color			: #fff;
	font-weight		: normal;
	}
h1, h2, h3, h4 {
	margin-top		: 5px;
	color			: #0ff;
	}
acronym {
	border-bottom	: 1px dashed #999;
	cursor			: help;
	}
blockquote {
	border-top		: 2px solid #0ff;
	border-bottom	: 2px solid #00CCFF;
	margin-left		: 1.5em;
	padding-left	: 5px;
	width: 50%;
	}
.bqfr {
	float: right;
	}
.bgfl {
	float: left;
	}
p {
	font-size		: 0.75em;
	text-align		: justify;
	color			: #fff;
	font-family		: "Trebuchet MS", Arial, sans-serif;
	}
h1 {
	float			: left;
	font-style		: italic;
	margin-top		: 40px;
	margin-left		: 30px;
	font-size		: 1.75em;
	line-height		: 1.75em;
	letter-spacing	: 0.20em;
	}	/* site heading */
h1 a {
	color			: #333;
	text-decoration	: none;
	}
h1 a:hover {
	color			: #333;
	text-decoration	: underline;
	}
h2 {
	font-size		: 1.30em;
	line-height		: 2.40em;
	}	/* site heading */
h3 {
	font-size		: 0.90em;
	line-height		: 1.60em;
	}				/* sub headings */
h4, h5 {
	color			: #0ff;
	}
span#copyright {
	font-size		: 13px;
	line-height		: 35px;
	color			: #000;
	}
div {
	 padding		: 0;
	 margin			: 0;
	}
a {
	color			: #fa0;
	text-decoration	: none;
	}
a:hover {
	color			: #0ff;
	text-decoration	: underline;
	}
ul, ol {
	margin			: 0;
	padding			: 0;
	color			: #fff;
	font-size		: 0.70em;
	}
ul {
	list-style		: square outside;
	}
ol {
	list-style		: decimal outside;
	}
em {
	font-style		: italic;
	}
img {
	padding			: 5px;
	border			: 1px solid #fff;
	}

/*---------------------------------------------Layout------------------------------------------------------*/
#container {
	padding			: 0;
	margin			: 0;
	background		: #292929;
	height			: 100%;
	}
#outercontainer {
	padding			: 5px 15px 0 15px;
	background		: #292929;
	height			: 100%;
	}
#hdr {
	padding			: 0;
	width			: 100%;
	background		: url(http://informationsociety.us/is-images/graphics/head.jpg) no-repeat top left #000;
	height			: 150px;
	display			: block;
	}
.rowcontainer {
		/* Used to keep the divs in a row.  you can use this for any size of divs */
	float			: left;
	width			: 100%;
	overflow		: hidden;
	background		: #292929;
	height			: 100%;
	}
#navbar {
	width			: 100%;
	background		: #000;
	height			: 23px;
	margin-bottom	: 10px;
	overflow		: hidden;
	border-top		: 1px solid #989898;
	border-bottom	: 1px solid #989898;
	}
#bttmbar {
	position:relative;
	bottom			: 0;
	font-size		: 10px;
	width			: 100%;
	background		: #000;
	padding			: 5px 0;
	border-top		: 1px solid #989898;
	margin-top		: 0px;
	letter-spacing	: 3px;
	text-indent		: 20px;
	color			: #00ffff;
	clear			: both;	
	}
#bttmbar a {
	color			: #777;
	text-decoration	: underline;
	font-style		: normal
	}
#bttmbar a:hover {
	text-decoration	: none
	}
a.posttitle {
	color			: #0ff;
	}
/*---------------------------------------------Main Nav------------------------------------------------------*/

ul#nav, ul#standards {
	margin			: 0;
	list-style		: none inside;
	}
ul#nav li, ul#standards li {
	float			: left;
	margin-right	: 1px;
	}
ul#nav a {
	font-weight		: bold;
	line-height		: 20px;
	padding-left	: 20px;
	text-decoration	: none;
	letter-spacing	: 2px;
	font-variant	: small-caps;
	}

ul#nav li a:link  {
	color			: #fa0;
	}
ul#nav li a:visited  {
	color			: #fa0;
	}
ul#nav li a:hover {
	color			: #0ff;
	}
ul#nav li a:active {
	color			: #0cf;
	}
ul#nav li.current_page_item a:link, ul#nav li.current_page_parent a:link {
	color			: #0ff;
	}
ul#nav li.current_page_item a:visited, ul#nav li.current_page_parent a:visited {
	color			: #0ff;
	}
ul#nav li.current_page_item a:hover, ul#nav li.current_page_parent a:hover {
	color			: #0ff;
	}
ul#nav li.current_page_item a:active, ul#nav li.current_page_parent a:active {
	color			: #0ff;
	}

/*---------------Columns: Note they dont add up to 100%, this is intentional to avoid problems!-----------*/ 


.fullcolumn {
	float			: left;
	width			: 99%;
	}		/* Full width column for a one column site */

.threequartercolumn {
	float			: left;
	width			: 74%;
	}		/* Three quarter width column for a two column site, pair with the onethirdcolumn div class */
			
.halfcolumn {
	float			: left;
	width			: 57%;
	}		/* Half width column for a two column site. */

.centercolumn {
	margin-left		: 170px;
	margin-right	: 209px;
	background		: url('http://informationsociety.us/is-images/graphics/back_img/contentback.gif') top right no-repeat #000;
	height			: 100%;
	}		/* Half width column for a two column site. */

.onethirdcolumn {
	float			: left;
	width			: 33%;
	
	}		/* One third width column for a three column site */

.onequartercolumn {
	float			: left;
	width			: 20.5% 
	}	

.onequarterleft {
	float			: left;
	width			: 155px;
	background-color: #000;	
	}	

.onequarterright {
	float			: right;
	width			: 194px;
	background		: url('http://informationsociety.us/is-images/graphics/side_img/contentback.gif') top left no-repeat #000;
	}	

.onequartercolumn2 {
	float			:left;
	width			: 20.5% 
	}	
	/* One quarter width column for a four column site */

.content_back {
width				: 100%;
	overflow:hidden;
	}

/*---------------Entry-----------*/ 
.entry{
	border			: 1px solid #989898;
	padding			: 10px;
	margin			: 0px;
	color			: #fff;
	overflow:hidden;
	}
.entry h3 {
	font-weight		: bold;
	text-transform	: uppercase;
	font-size		: 100%;
	letter-spacing	: 2px;
	padding			:0;
	margin			:0;
	color:#0ff;
	}
.entry h3 a{
	color:#0ff;
	}
.entry h3 a:hover{
	color:#fa0;
	}
.entry h4 {
	font-weight		: bold;
	font-variant	:small-caps;
	margin-left		: 15px;
	}
.entry h5 {
	letter-spacing: 1px;
	margin: 0;
	padding: 0;	}
.entry ul li {
	margin			: 0 0 0 20px;
	list-style	: none;
	}
.entry ul {
	text-align		:left;
	list-style	: none;
	}
.entry ol, .entry ol li {
	margin-left		:20px;
	}
.entry p {
	text-align		: justify;
	padding			: 0px;
	margin			: 10px;
	}
.entryrow {
	background		: #292929;
	clear: both;
	}
.entrycol{
	background		: #292929;
	float: left;
	width: 25px;
	height: 305px;
	}
p.cap:first-letter {
	color			: #f00;
	font-size		: 350%;
	float			: left;
	margin-right	: 5px;
	}
p.time {
	padding			: 0px 10px 0px 30px;
	margin: 0;
	color			:#fa0
	}
.cattime {
	padding			: 0px 10px 0 20px;
	color			:#f00;
	margin			: 0;
	}
#player {
	margin			: 10px;
	padding			: 5px;
	border			: 1px solid #fff;
	}

/* Comments Styling */
ol.commentlist {
	font-size: 1.0em;
	}
.commentlist li {
	margin-bottom	: 1.5em;
	padding-bottom	: 1em;
	border-bottom	: 1px solid #700000;
	}
#commentform {
	margin			: 1em 0;
	background		:#2E3233;
	width			: 300px;
	padding			: 5px;
	}
#commentform textarea {
	background		: #f8f7f6;
	border			: 1px solid #d6d3d3;
	width			: 280px;
	}
#commentform textarea:hover {
	background		: #FFFFFF;
	border			: 1px solid #d6d3d3;
	}
#commentform textarea:focus {
	background		: #ffffff;
	border			: 1px solid #939793;
	}
#commentform #email, #commentform #author, #commentform #url {
	font-size		: 1.1em;
	background		: #f8f7f6;
	border			: 1px solid #d6d3d3;
	width			: 280px;
	}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
	font-size		: 1.1em;
	background		: #ffffff;
	border			: 1px solid #d6d3d3;
	width			: 280px;
	}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
	font-size		: 1.1em;
	background		: #ffffff;
	border			: 1px solid #939793;
	width			: 300px;
	}
#commentform input{
	margin-bottom	: 3px;
	}

/*---------------Sidebar-----------*/ 
.sidebar {
	margin			: 0px;
	padding			:5px;
	border			: 1px solid #989898;
	text-indent		: 0;
	height			: 100%;
	}
.sidebar img {
	border: 0;
	padding:0;
	margin:0;
	}
.sidebar h3 {
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 60%;
	padding-left: 5px;
	border-bottom: 1px solid #555;
	margin-bottom: 10px;
	margin-top: 5px;
	}
.sidebar p{
	}
.sidebar a, .sidebar a:visited {
	text-decoration:none;
	}
.sidebar a:hover {
	text-decoration:underline;
	}
.sidebar ul li, .sidebar ul {
	list-style-type	: none;
	list-style-image: url('none');
	margin-left		: 10px;
	text-indent:0;
	line-height:1.2em;
	}
li.merchants {
	margin-bottom: 2px;
	}


.page_end {
clear: both;	}
.search {
	width			: 155px;
	margin: 0 0 0 12px;
	height: 15px;
	font-size: 10px;
	padding: 1px 3px;
	}
.s_search {
	}
.f_search {
	font-size: 10px;
	float			:right;
	margin:	3px 10px 0 0;
	}
	
li.sub {
	font-size:9px;
	text-align:justify;
	line-height:10px;
	}

.handcursor {
	cursor:pointer;
	}
.albumart {
	float			: right;
	width			: 200px;
	}
.switchgroup2 {
	margin-left		: 40px;
	text-align:justify;
	}
.disclaimer {
	width			: 500px;
	margin-left		: auto;
	margin-right	:auto;
	margin-top: 25px;
	text-align:center;
	}

.yt_video_mini {
  padding: 0px 0 0 0;
  text-align:center;
  background:#000;
  margin: 15px;
}
.yt_video_full {
  margin: 0px 6px 6px 20px;
  padding: 0;
  text-align:center;
  background:#000;
  width: 435px;
}
.video_border {
  float:right
	}
.yt_video_thumbs {
  height: 470px;
  border: 2px inset gray;
}
.yt_video_thumb {
  text-align:center;
}
.yt_video_thumb_meta {
  margin: 0px;
  padding: 4px 0px 4px 0px;
  text-align: left;
  overflow: hidden;
}
.yt_video_thumb_meta .yt_thumb_meta_label {
  font-weight: bold;
}
.yt_video_thumb_img {
  margin: 5px;
  padding: 0px;
  /*width			: 220px;*/
  text-align:center;
}
.yt_video_thumb_img img {
  border: 1px solid #a9a9a9;
  margin: 0;
  padding: 4px;
}
.yt_gallery_footer {
  clear:left;
}
#yt_the_video img{
	border-width: 0px;
	}
#yt_the_video {
	border: #fff solid;
	padding: 5px;
	}
#crumb, #crumb a, #crumb a:visited {
	text-transform		: lowercase;
	font-size			: 10px;
	font-weight			: normal;
	letter-spacing		: 2px;
	}
#crumb a, #crumb a:visited {
	color				: #0ff;
	}
.searchform {
	width			: 200px;
	}
#interview strong {
	letter-spacing: 1px;
	font-size: 105%;
	}

	/* --- Contact Form --- */
form.cmxform {
	display				: inline;
	}
fieldset  {
	margin-bottom	: 0px; 
	}
legend  {
	padding			: 0 2px; 
	font-weight		: bold; 
	}
form.cmxform label {
	display			: inline;
	line-height		: 1.8; 
	vertical-align	: top;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 10px;
	width			: 100px;
	float			: left;
	text-align		: right;
	margin-right	: 10px;
	}
fieldset form.cmxform ul {
	margin			: 0; 
	padding			: 0; 
	}
fieldset form.cmxform li {
	list-style-image	: none;
	padding			: 5px; 
	margin			: 0; 
	}
fieldset form.cmxform li a {
	font-size		: 10px;
	color			: #fa0;
	}
fieldset form.cmxform fieldset {
	border			: none; 
	margin			: 3px 0 0; 
	}
fieldset form.cmxform fieldset legend {
	padding			: 0 0 5px; 
	font-weight		: normal; 
	}
fieldset form.cmxform fieldset label {
	display			: block; 
	}
form.cmxform em {
	font-weight		: bold; 
	font-style		: normal; 
	color			: #f00; 
	}
form.cmxform label.check {
	width			: 150px; 
	margin-right	: 10px;	}

form.cmxform {
	font-size		: 1.1em; 
	color			: #FFF; 
	}
form.cmxform br {
	line-height: 0px;
	}
legend form.cmxform {
	padding-left	: 0; 
	color			: #ddd; 
	}
form.cmxform label {
	color			: #bbb; 
	}
form.cmxform fieldset {
	border			: none; 
	border-top		: 1px solid #999; 
	}
fieldset form.cmxform fieldset {
	background		: none; 
	}
fieldset form.cmxform li {
	padding			: 5px 10px 7px; 
	}
.contacterror {
	border			: 1px solid #ff0000;
	}
label.contact {
	width			: 115px;
}

	/* ---- Store ----- */
.store_item {
	text-align			: right;
	width: 510px;
	clear:both;
	border-top: 1px solid #fff;
	padding: 0 0 0 20px;
	}
.store_item_title {
	width: 510px;
	text-align			: center;
	clear:both;
	padding: 0 0 0 20px;
	}
.store_item_price {
	width: 510px;
	text-align			: right;
	clear:both
	}
.pic_big_left {
	margin-right		:20px;
	float			:left;
	}
.item_pic {
	border: 0;
	padding: 0;
	margin: 0;
	}
.link_left {
	padding				: 5px;
	border				: 1px solid #989898;
	margin: 0 15px 10px 0;
	float			: left;
	}
.link_l {
	padding				: 5px;
	border				: 1px solid #989898;
	margin: 0px 15px 10px 0;
	float			: left;
	}
.link_l_end {
	padding				: 5px;
	border				: 1px solid #989898;
	margin: 0 0 10px 0;
	float			: left;	}
.item_title {
	color: #fff;
	font-variant:small-caps;
	letter-spacing: 5px;
	font-size: 16px;
	font-weight:bold;
	font-family	: "Trebuchet MS", Arial, sans-serif;
	}
.store_item p {
	font-size: 10px;
	}
.item_price {
	clear:both;
	text-align:left;
	}
.store_item ul, .store_item li {
	padding:0;
	margin: 0;
	}
.store_item ul li {
	text-align:right;
	font-size:16px;
	float			:left;
	letter-spacing: 1px;
	padding:0;
	margin:0;
	}
.store_item_title ul li{
	text-align:left;
	font-size:16px;
	letter-spacing: 1px;
	float: none;
	display:block;
	}
.credit {
border: #2e2e2e 1px solid;
display:block;
position:relative;
	height: 155px;
	}
.credit img {
	height: 123px;
	width			: 100px;
	display: block;
	}
.credit li.title {
	display:inline;
	font-size:16px;
	line-height:16px;
	height: 16px;
	}
.credit link {
	font-size:12px;
	height: 16px;
	padding-top:4px;
}
.credit a {
	}
.credit h4 {
	float			:left;
	padding-top:0;
	margin-top:0;
	font-size:16px;
	letter-spacing:1px;
	}
.calpage {
}
#post {
	padding: 5px;
	}
.hovermenu {
	width: 530px;
	}
.hovermenu ul{
font: bold 13px verdana;
padding-left: 0;
margin-left: 0;
height: 35px;
	border-bottom: 1px solid #fff;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
margin: 0 5px;
text-decoration: none;
float: left;
color: #fa0;
background-color: #333;
border: 2px solid #333;
width: 235px;
text-align: center;
}

.hovermenu ul li a:hover{
background-color: #000;
border-style: outset;
color: #0cf;
text-decoration: none;
}
.hovermenu ul li.current_page_item a{
background-color: #000;
border-style: outset;
color: #0ff;
text-decoration: none;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
/* Begin Site Error Form ][ CSS */
.contactform {
	position: static;
	overflow: hidden;
	width: 500px;
	padding-left: 15px;
	padding-top: 15px;
}

.contactleft {
	width: 95px;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 0;
	font-size:12px;
}

.contactright {
	width: 380px;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 0;
	font-size:12px;
}
.contacterror {
	border: 2px solid #ff0000;
}
/* End Site Error Form ][ CSS */
.g2image_normal {
	margin: 4px;
	}
.g2image_float_left
	{
	float: left;
	clear: left;
	margin: 4px;
	}

	.g2image_float_right
	{
	float: right;
	clear: right;
	margin: 4px;
	}

	.g2image_centered
	{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}
ul.photogallery li {
	font-size: 16px;
	font-weight: bold;
	font-variant:small-caps;
	margin-top: 10px;
	margin-top: 10px;
	}
.tt-older-posts h4 {
	color: #bbb;
	font-size: 120%;
	letter-spacing:2px;
	font-variant:small-caps;
	}
#standards {
	float: right;
	padding-top: 4px;
	}
ul#standards li.standards a  {
	color			: #777;
	text-decoration:none;
	}
ul#standards li.standards a:link  {
	color			: #777;
	text-decoration:none;
	}
ul#standards li.standards a:visited  {
	color			: #666;
	text-decoration:none;
	}
ul#standards li.standards a:hover {
	color			: #aaa;
	}
ul#standards li.standards a:active {
	color			: #fff;
	text-decoration:none;
	}
.language_item img {
border: 1px solid #000;
padding: 1px 5px;
margin: 1px 5px;
}
.language_item a:hover img {
border: 1px solid #fff;
}