/*
Theme Name: TIA News/Article Theme
Theme URI: http://
Description: The for TIA News/Article Page
Version: 1.0
Author: Mark Canoza
*/

#search-box table, #search-box table tr, #search-box table tr td {
	vertical-align: middle;
}

body {
	background-color: #f3f3f3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#outerContainer {
	margin:0 auto;
	width:950px;
}

#innerContainer {
	float:left;
	width:100%;
}

#leaderboard {
	margin: 20px 0;
	float:left;
	width:950px;
}

#header {
	margin: 0 15px;
	width:920px;
	float:left;
}

#header h1 a {
	background-color: transparent;
	background-image: url(images/tia-logo.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left top;
	display: block;
	height: 92px;
	width: 197px;
	float: left;
}

ul#firstNav {
	float: right;
}

ul#firstNav li {
	float: left;
	margin-left: 10px;
}

ul#firstNav li a, #toolbar ul li a, .download p a {
	color: #505050;
	text-decoration: none;
}

ul#firstNav li a {
	background: url(images/bullet.gif) no-repeat left;
	padding-left: 18px;
}

#mainContent {
	background-color: #ffffff;
	float:left;
	width:100%;
}

#leftContent {
	float: left;
	clear: both;
	width: 551px;
	padding: 15px;
}

#breadcrumb {
	background-color: #a5a6a7;
	padding: 8px 8px 8px 3px;
	margin-bottom: 15px;
}

#breadcrumb ul li {
	color: #fff;
	font-size: 14px;
}

#breadcrumb ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

#breadcrumb ul li a.selected {
	color: #fff200;
}

#leftContent img {
	margin: 15px 0;
}

.articlesContainer {
	padding: 8px 0;
	border-top: 8px solid #000000;
	width: 565px;
}

#topArticlesContainer {
	margin: 0;
}

#topArticlesContainer .topArticles {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e8e8e8;
}

#topArticlesContainer .article {
	padding: 7px 0;
	overflow: hidden;
}

#topArticlesContainer .article .image {
	float: left;
	width: 200px;
}

#articleContent h1 {
	font-size: 18px !important;
}

#articleContent h2 {
	font-size: 14px;
	padding: 3px 0;
}

#articleContent p {
	color: #484848;
	margin: 12px 0;
	line-height: 15px;
}

#articleContent p.highlight {
	font-weight: bold;
}

#articleContent p#byline {
	font-size: 9px;
	margin-top: 4px;
}

#articleContent p#byline a {
	color: #484848;
	text-decoration: none;
}

.eventContent ul {
	list-style: inside square !important;
	margin-left: 15px;
	color: #484848;
}

.eventContent ul li {
	margin: 4px 0;
}

.eventContent p a {
	color: #484848;
}

#topArticlesContainer .article .image p, #articleContent #image p {
	font-size: 10px;
	margin-top: 3px;
}

#articleContent #image {
	float: right;
	margin: 0 15px;
	max-width: 200px;
}

#articleContent #image img {
	margin: 0;
}

#articleContent #image p {
	margin: 0 2px;
	font-size: 10px;
	margin-top: 5px;
	line-height: normal;
}

#divShareTools {
	clear: both;
	padding: 5px;
}

#divShareTools span {
	float: left;
	color: #4c4d4f;
	font-weight: bold;
}

#divShareTools ul {
	float: right;
}

#divShareTools ul li {
	float: left;
	height: 14px;
	margin: 0 8px;
}

#divShareTools ul li.facebook {
	background: url(images/icon-facebook.gif) no-repeat left;
}

#divShareTools ul li.linkdin {
	background: url(images/icon-linkdin.gif) no-repeat left;
}

#divShareTools ul li.bookmark {
	background: url(images/icon-bookmark.gif) no-repeat left;
}

#divShareTools ul li.stumbleupon {
	background: url(images/icon-stumbleupon.gif) no-repeat left;
}

#divShareTools ul li.twitter {
	background: url(images/icon-twitter.gif) no-repeat left;
}


#divShareTools ul li a {
	padding-left: 20px;
	line-height: 14px;
	text-decoration: none;
}

#divArticleTools {
	padding: 8px;
	margin: 20px 0;
	background-color: #a5a6a7;
	overflow: hidden;
}

#divArticleTools ul.article, #leaderboard div.left {
	float: left;
}

#divArticleTools ul.article li {
	float: left;
	height: 21px;
	padding-left: 30px;
	margin-right: 20px;
}

#divArticleTools ul.article li a {
	line-height: 21px;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

#divArticleTools ul.article li.email {
	background: url(images/icon-envelope.gif) no-repeat left;
}

#divArticleTools ul.article li.print {
	background: url(images/icon-printer.gif) no-repeat left;
}


#divArticleTools ul.article li.order {
	background: url(images/icon-papers.gif) no-repeat left;
}

#divArticleTools ul.pagination, #leaderboard div.right {
	float: right;
}

#divArticleTools ul.pagination li {
	float: left;
	border: 1px solid #fef200;
	background-color: #fef200;
	padding: 2px 5px;
	margin-left: 5px;
}

#divArticleTools ul.pagination li.active {
	background-color: #000000;
}

#divArticleTools ul.pagination li.active a {
	color: #fef200;
}

#divArticleTools ul.pagination li.active span {
	color: #fef200;
}

#divArticleTools ul.pagination li a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#topArticlesContainer .article .copy {
	float: left;
	margin-left: 20px;
	width: 330px;
}

#topArticlesContainer .article .no-image {
	width: 545px;
	margin-left: 0;
}

#topArticlesContainer .article .copy p {
	color: #484848;
	margin: 5px 0;
	line-height: 15px;
}

.webex {
	background: url(images/web-exclusive-white.gif) no-repeat top right;
	border: 1px solid #fff;
}

.rss {
	background: url(images/icon-rss.gif) no-repeat right;
}

#topArticlesContainer .article a, #divShareTools ul li a, h1.mdg a, .mdg-rightPanel ul li a {
	color: #474747;
	text-decoration: none;
}

#topArticlesContainer .article .copy div a {
	font-size: 16pt;
	font-weight: bold;
}

#topArticlesContainer .article a:hover, #divShareTools ul li a:hover, .moreStories ul li a:hover, #leftContent h1 a:hover, #articleContent p#byline a:hover, .download p a:hover, h1.mdg a:hover, .mdg-rightPanel ul li a:hover {
	color: #b5b5b5;
	text-decoration: underline;
}

div a.more {
	background: url(images/bullet.gif) no-repeat left;
	padding-left: 20px;	
}

#topArticlesContainer .article img {
	margin: 0;
}

#leftContent h1, .rightContent h1 {
	color: #484848;
	font-size: 14px;
	line-height: 16px;
}

#leftContent h1 a {
	color: #484848;
}

.moreStories {
	clear: both;
	border-bottom: 1px solid #e8e8e8;
}

.moreStories h1 {
	margin-right: 10px;
}

.noBorder {
	border-bottom: none;
}

.emphasis {
	padding-top: 7px;
	background-color: #f6f6f6;	
}

.moreStories ul {
	margin: 10px 0;
}

.moreStories ul li {
	background: url(images/bullet.gif) no-repeat 0 2px;
	color: #484848;
	padding-left: 20px;
	line-height: 15px;
	margin: 8px 0;
}

.moreStories ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #484848;
}

#rightContainer {
	float: right;
	width: 340px;
	margin: 15px 15px 20px 0;
}

#mediaAdsContainer {
	float: right;
	width: 122px;
	margin: 15px 5px 0 0;
}

#mediaAdsContainer img {
	margin-bottom: 15px;
}

.rightContent {
	padding: 8px 8px 15px 8px;
	background-color: #f6f6f6;
	color: #484848;
	overflow: hidden;
}

.rightContent .divImageHolder {
	margin-top: 8px;
	overflow: hidden;
}

.rightContent .divImageHolder span, .download p a {
	background: url(images/bullet.gif) no-repeat left;
	padding-left: 18px;
}

.download p a {
	background-position: top left;
}

.ad {
	padding: 0;
}

.rightContent p {
	line-height: 15px;
}

.rightContent .divImageHolder img {
	border: 8px solid #c9c7ca;
	float: left;
	display: block;
	margin-right: 10px;
	vertical-align: bottom;
}

.download img {
	float: left;
	margin-right: 10px;
}

.align {
	text-align: center;
}

.align img {
	margin: 0 auto;
}

.bar {
	border-top: 8px solid #000000;
}

.rightContent p {
	margin: 10px 0;
	color: #484848;
}

#toolbar {
	border-top: 8px solid #000000;
	margin: 0 1px;
	float:left;
	width:918px;
	padding: 5px 15px 7px 15px;
	background-color: #fff301;
	
}

#toolbar ul {
	float: left;
}

#toolbar ul li {
	float: left;
	margin-right: 20px;
}

#search-box {
	float: right;
	margin-top: 1px;
	#margin-top: 0;
}

#search-box label {
	font-size: 10px;
	font-weight: bold;
}

#search-box input {
	margin: 0;
	padding: 0;
}

#search-box input[type=radio] {
	#height: 14px;
}

#search-box span {
	background: url(images/web-exclusive.gif) no-repeat top left;
	padding-left: 25px;
	margin-right: 10px;
	#line-height: 30px;
}

#toolbar .text, .rightContent .text {
	height: 16px;
	border: 1px solid #cecbc6;
}

.rightContent .text {
	width: 230px;
	margin-right: 10px;
}

.ad {
	padding-top: 5px;
	text-align: center;
}

#toolbar .search, .rightContent .submit, #searchBox .search {
	width: 61px;
	height: 20px;
	border: none;
}

.rightContent .submit {
	background: url(images/btn-submit.gif) no-repeat top left;
}

#toolbar .search, #searchBox .search {
	background: url(images/btn-search.gif) no-repeat top left;
}

#latestContainer {
	float:left;
	width:910px;
	background-color: #000000;
	padding-top: 0;
	padding: 20px;
	color: #ffffff;
	overflow: hidden;
}

.divLatest {
	width: 290px;
	float: left;
}

.divLatest h2 {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.divLatest ul li {
	padding-left: 18px;
	line-height: 18px;
	margin: 5px 0pt 5px 0pt;
	background-color: transparent;
	background: url(images/bullet2.gif) no-repeat 0pt 3px;
}

.issue ul {
	float: left;
	margin-top: 8px 0pt 8px 0pt;
	width: 125px;
	position: relative;
}

.issue ul li {
	position: relative;
	font-weight: bold;
}

.divLatest ul {
	margin: 8px 5px;
}

.divLatest img{
	margin: 12px 10px 0 0;
	float: left;
}

.divLatest p {
	margin: 12px 0;
	line-height: 18px;
}

.divLatest ul li {
	padding-left: 18px;
	line-height: 18px;
	margin: 5px 0;
}

.divLatest ul li a {
	text-decoration: none;
	color: #ffffff;
}

.divLatest ul li a:hover {
	text-decoration: underline;
}

#searchBox {
	padding: 0 20px 15px 20px;
	color: #484848;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 10px;
}

#searchBox .text {
	width: 200px;
	height: 16px;
	border: 1px solid #cecbc6;
	margin: 0 10px 0 10px;
}

#searchBox .radio {
	vertical-align: middle;
	height: 16px;
	margin: 0 5px;
}

#searchBox .search {
	float: right;
	#float: none;
	#margin-left: 7px;
}

#searchBox .label {
	color: #000000;
	font-weight: bold;
	vertical-align: middle;
}

#searchBox p {
	margin-top: 20px;
}

.news ul li {
	background: url(images/bullet2.gif) no-repeat 0 5px;
	font-weight: bold;
}

ul#latestNewsList li {
	background: url(images/bullet2.gif) no-repeat 0 3px;
	font-weight: bold;
}

.middle {
	margin: 0 15px;
}

ul#latestCommentsList li {
	background: url(images/balloon.gif) no-repeat 0 3px;
	font-style: italic;
}

.highlight {
	font-weight: bold;
	font-style: normal;
}

#footer {
	margin: 8px 15px;
	background: url(images/tia-footer.gif) no-repeat top left;
	width:920px;
	float:left;
	vertical-align: bottom;
}

#footer p {
	color: #999999;
	font-size: 11px;
	margin-top: 12px;
	padding-left: 55px;
	float: left;
}

#footer ul {
	float: right;
	margin: 0;
}

#footer ul li {
	float: left;
	margin-top: 11px;
	margin-left: 20px;
}

#footer ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}



.media {
	width: 780px !important;
}

#signUpImageContainer {
	float: right;
}

#signUpImageContainer img {
	margin: 0;
	padding: 0;
}

#signUpFormContainer {
	position: absolute;
	z-index:100;
	width: 300px;
	background-color: #fff;
	border: 1px solid #696969;
	padding: 15px;
	top: 350px;
	left: 600px;
	display: none;
}

#signUpExitButtonContainer {
	width: 8px;
	position: absolute;
	left: 300px;
}

#signUpExitButtonContainer div.exit {
	background: url(images/btn-exit.gif) no-repeat left;
	width: 8px;
	height: 9px;
}

#signUpExitButtonContainer div.exit a {
	color: #ffffff;
	text-decoration: none;
}

#signUpFormHeader {
	font-size: 12px;
}

#mainSignUpFormContainer {
	text-align: right;
	vertical-align: top;
}

#mainSignUpFormContainer table tr td {
	 padding: 5px;
}

#signUpFormFonts, #mainSignUpFormContainer label {
	font-size: 11px;
	color: #666666;
}

#signUpFormFonts {
	margin: 10px 0;
}

#mainSignUpFormContainer input[type=text] {
	width: 210px;
	border: 1px solid #666666;
}

#mainSignUpFormContainer input[type=submit] {
	background: url(images/btn-submit.gif) no-repeat;
	width: 61px;
	height: 20px;
	border: none;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
	text-align: center;
}

#sky, #button2 {
	margin: 8px auto;
}

h1.wef {
	margin-bottom: 10px;
}

.templateWidth div.no-image div a {
	font-size: 16px !important;
}

.embed {
	width: 320px;
	margin: 0 auto;
	border-bottom: none !important;
	margin-bottom: 5px;
}

.templateWidth {
	width: 550px;
}

.emailStoryInput {
	width: 200px;
}

.emailStoryLabel {
	display: block;
	padding: 5px 0;
}

/*
.templateWidth p {
	color: #484848;
	font-size: 13px;
	line-height: 15px;
}
*/

/* Post content pagination START */
.pagebar {
	margin-top: 3px;
	#margin-top: -1px;
	float: right;
}

.pagebar a {
	border: 1px solid #fef200;
	background-color: #fef200;
	text-decoration: none;
	padding: 2px 5px;
	#line-height: 25px;
	margin-left: 2px;
	color: #000000;
	font-weight: bold;
}

.pagebar .this-page {
	border: 1px solid #fef200;
	padding: 2px 5px;
	font-weight: bold;
	background: #000000;
	color: #fef200;
}
/* Post content pagination END */

/* Added for MDG page */
.mdg {
	padding-top: 15px !important;
	border-top: 1px solid #e8e8e8
}


.mdg_subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #464646;
	margin: 0 10px 15px 10px;
	font-weight: bold;
	line-height: 1.5em;
}

img#mdg_header_single {
	margin-bottom: 30px;
}

h1.mdg {
	font-weight: normal;
	font-size: 12px;
}

h1.mdg a {
	font-size: 11px;
	font-weight: bold;
}

.mdg-rightPanel p {
	margin-bottom: 0;
	font-weight: bold;
}

.mdg-rightPanel ul {
	margin: 0;
	padding: 0;
	margin-left: 18px;
}

.mdg-rightPanel ul li {
	margin: 7px 0;
}

.mdg_sponsors, .mdg_sponsors-sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

.mdg_sponsors {
	margin-top: 15px;
}

.mdg_sponsors-sub {
	margin-top: 2px;
}

#mdg_sponsor_mainContainer {
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
}

#mdg_sponsor_mainContainer div div {
	padding: 15px 0 15px 7px;
}

#mdg_sponsor_mainContainer div div img {
	margin: 0 auto;
}

#mdg_sponsor_mainContainer div#top, #mdg_sponsor_mainContainer div#middle, #mdg_sponsor_mainContainer div#bottom {
	clear: both;
}

#mdg_sponsor_mainContainer div#top div, #mdg_sponsor_mainContainer div#middle div, #mdg_sponsor_mainContainer div#bottom div {
	float: left;
}

#mdg_sponsor_mainContainer div#top div#first, #mdg_sponsor_mainContainer div#middle div#first, #mdg_sponsor_mainContainer div#bottom div#first {
	width: 125px;
}

#mdg_sponsor_mainContainer div#top div#second, #mdg_sponsor_mainContainer div#middle div#second, #mdg_sponsor_mainContainer div#bottom div#second {
	width: 222px;
}

#mdg_sponsor_mainContainer div#top div#third, #mdg_sponsor_mainContainer div#middle div#third, #mdg_sponsor_mainContainer div#bottom div#third {
	width: 174px;
}

.download p.mdgCategory {
	background: url(images/bullet.gif) no-repeat 0 2px;
	padding-left: 18px;
}

p.mdgCategoryAuthor {
	font-weight: normal;
	margin-top: 3px;
	font-size: 10px;
}

/* added for MDG content with alignleft as its class */
img.alignleft {
	margin-right: 10px !important;
}

/* added for MDG content with alignright as its class */
img.alignright {
	margin-left: 10px !important;
	clear: right;
}
