/* 
Theme Name: Tokyo in Tulsa 2011
Theme URI: http://lifeasadesigner.com/
Description: Tokyo in Tulsa is a WordPress theme.
Version: 1.0
Author: Saif Khan
Author URI: http://lifeasadesigner.com
*/

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
		background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	background-color: #000;
	background-image: url(/images/tnt2011-bkg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment:fixed;
}
a:link, a:visited {
	font-weight: bold;
	color: #163882;
	text-decoration: none;
}
a:hover,a:active 
{
	font-weight: bold;
	color:#0CF;
	text-decoration:none;
}

a img {	text-decoration: none; }
a:hover img {
    text-decoration: none;
	border-bottom: none;
}
#headertnt {
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#topNav {
	width: 341px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-left: auto;
	text-align: right; /* this overrides the text-align: center on the body element. */
	padding-top: 8px;
	float: right;
	margin-right: 35px;
} 
#tnt-convention-description { width: 216px; margin-left:38px; color:#fff; font-size:12px; height: 131px; max-height: 131px;}
#mainNav {
	margin: 0px;
	padding: 0px;
	width: 755px;
	margin-left: auto;
	margin-right: 35px;
} 
#fpcontainer {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color: #000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/tnt2011_home-bkg.png);
	background-position: right top;
	background-repeat:no-repeat;
}
#welcome2011 { width: 293px; margin-top: 80px; margin-left:40px; text-align:justify; float: left;}
#middle2011 { width: 280px; margin-top: 195px; margin-left:20px; text-align:justify; float: left;}
#fpContent {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(/images/tnt2011_homepage-bkg.png);
	background-position: center top;
	background-repeat:no-repeat;
} 

#news3 { width: 650px;}
.triplebox { float: left; width: 199px; padding-right: 10px; margin-right:7px;}
.triplebox img { border: #008080 3px solid;}

.doublebox { float: left; width: 296px; padding-right: 10px; margin-right:7px;}

#fpsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	margin: 215px 0 0 0;
}

#fpsidebar ul { list-style:none; margin:0 0 0 0; padding: 0 0 0 0; color:#000; padding-left: 26px; padding-top: 10px; font-size:14px;}
#fpsidebar li { list-style:none; padding-bottom: 8px;}

#spcontainer {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	color: #000;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/tnt2012-sub-hbkg.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}
#spContent {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(/images/tnt2011-subpbkg.gif);
	background-position: center top;
	background-repeat:no-repeat;
	background-color:#fff;
}
#spleft {
	margin: 0px;
	}
	#spleft H2 {
	margin: 0px;
	padding: 20px 0px;
	}
#spsidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 270px;
	margin: 55px 0 0 0;
}
#spsidebar ul { list-style:none; margin:0 0 0 0; padding: 0 0 0 0; color:#000; padding-left: 26px; padding-top: 10px; font-size:14px;}
#spsidebar li { list-style:none; padding-bottom: 8px;}


#head h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	width: 250px;
	padding-left: 24px;
}

#sidebar1 ul { font-size:11px;}
#sidebar1 li { list-style:none;}

#fpbanner { float: none;}

#footer {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/tnt2011-frepeater.png);
	background-position: left top;
	background-repeat: repeat;
} 
#footertxt {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
#footertxt a {	color:#CCC;	}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearleft { 
	clear:left;
}


a img { border:none;}

#sidebar1 ul {
	padding-left: 0px;
	list-style:none;
	}
#sidebar1 ul li {
	padding-left: 0px;
	padding-bottom: 30px;
	}
#sidebar1 {
	list-style:none;
	}


.news {
	padding: 5px 20px 5px 20px;
	font-size: smaller;
	border-left: 1px dotted #000;
	}

.news .entry {
	padding: 0 15px 0px 5px;
}

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}

.cbox {
	padding: 20px;
	background-color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-style: 80%;
	text-align: left;
	}
	
table { color:#000;}

#guests UL  { width: 620px; padding: 0; margin: 0; }
#guests UL  LI { padding: 10px 0; list-style:none; display:inline-block;}
#guests UL  LI h2 { font-weight: normal; font-size: 1.3em; text-transform: none; margin: 0; padding: 0; }
#guests UL  LI h2 a { text-decoration: none; }
#guests UL  LI small { display: block; text-transform: uppercase; letter-spacing: 1px; }
.guest-avatar { margin-right: 12px; float: left; border: 2px solid #000; width: 120px; height: 150px; display: block; overflow: hidden; }
.guest-page { margin-right: 12px; float: left; display: block; }

#panels UL  { font-size: 12px;  padding: 0; margin: 0; }
#panels UL  LI { list-style:none; }
#panels UL  LI h2 { font-weight: normal; font-size: 1.3em; text-transform: none; margin: 0; padding: 0; }
#panels UL  LI h2 a { text-decoration: none; }
#panels UL  LI small { display: block; text-transform: uppercase; letter-spacing: 1px; }


.archive-topic {
}
.archive-topic ul {
    float: left;
    padding-right: 10px;
    width: 22%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.archive-topic ul li {
    padding: 0;
}
.archive-topic ul li a {
    display: block;
    padding: 4px 0 4px 2px;
}
.archive-topic ul li a:hover {
    background-color: #F0F0F0;
}
.mvc {
	font-size:12px;
} 
.mvc td {

} 

.mvc-txt {
	font-size:11px;
} 

.intent-meta a {
	margin-top: 15px;
	margin-left: 30px;	
	}
