/*
Theme Name: Intel Blogs Theme
Theme URI: 
Description: Intel Blogs two column layout with tertiary nav at the top.
Version: 1.0
Author: IMRE
Tags: 

*/

/* Begin Typography & Colors */
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  line-height: 62.5%;
  font-family: Arial, Sans-Serif;
  background: #d1c297 url('images/background-stripes.jpg') repeat;
  color: #333;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a:focus { outline: none; }
a, a:visited {
  font-size: 1em;
  line-height: 1.5em;
  color: #64181e;
  text-decoration: none;
}
a:hover {
  color: #074045;
  text-decoration: underline;
}

p {
  line-height: 1.5em;
  font-size: 1em;
}

/* HEADERS */
h1, h2, h3 {
  font-family: Arial, Sans-Serif;
  font-weight: normal;
}

h1 {
  color: #074045;
  font-size: 3em;
  margin: 0;
  text-align: left;
  padding: 12px 0 10px 0;
  line-height: 1.2em;
}
h1 a, h1 a:visited {
  color: #074045;
  text-decoration: none;
  line-height: 1.2em;
}

h2 {
  color: #64181e;
  font-size: 2.5em;
  margin: 0;
}
h2 a, h2 a:visited {
  color: #64181e;
  text-decoration: none;
}

h3 {
  color: #c2b48e;
  font-size: 2em;
  text-align: left;
}
h3 a, h3 a:visited {
  color: #c2b48e;
  text-decoration: none;
}

h4 {
  color: #767676;
  font-size: 1.66em;
  font-weight: bold;
}
h4 a, h4 a:visited {
  color: #767676;
  text-decoration: none;
  font-weight: bold;
}

h5 {
  color: #074045;
  font-size: 1.5em;
  font-weight: bold;
}
h5 a, h5 a:visited {
  color: #074045;
  text-decoration: none;
  font-weight: bold;
}

h6 {
  color: #64181e;
  font-size: 1.16em;
  font-weight: bold;
  text-align: left;
  margin: 0;
}
h6 a, h6 a:visited {
  color: #64181e;
  text-decoration: none;
  font-weight: bold;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, 
h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

#atff {
  display: none;
}
/* END HEADERS */


/* HEADER STYLES */
#top-container {
  background: #074045 url(images/header-bckgrnd.jpg) repeat-x;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 95px;
  position: relative;
}

#top-container a {
  color: #fff;
}

#top-container .top-links {
  width: 910px;
  margin: 0 auto;
  color: #fff;
  padding-top: 0;
  font-size: 1.4em;
  text-align: left;
}

#top-container a.rightpad10 {
  padding-right: 10px;
}

#top-container a.rightpad22 {
  padding-right: 22px;
}

#top-container a.rightpad65 {
  padding-right: 65px;
}
#top-container a.rightpad292 {
  padding-right: 292px;
}

#top-container a.rightpad85 {
  padding-right: 85px;
}


/*  SEARCH BOX STYLES  */
#search_box {
    float: right;
    margin-right: 10px;
    margin-top: 31px;
    width: 194px;
}
/* ie7 */
*:first-child+html #search_box {
  margin-top: -67px;
}
* html #search_box {
  margin-top: -67px;
}

#search_box #searchsubmit {
    float: right;
    padding: 0;
    margin-right: -1px;
    background: #055665;
    width: 40px;
    height: 22px;
    color: #fff;
    text-align: center;
    border: 0;
}

*:first-child+html #search_box #searchsubmit {
  margin-top: -23px;
}
/* safari/chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #search_box #searchsubmit { margin-top: 0; }
}
/*  END SEARCH STYLES */


#top-container .header-bar {
  width: 100%;
  overflow: hidden;
  background-color: #64181e;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#home-header {
  background: #073e43 url(images/headers/home-header1.jpg) no-repeat right bottom;
  position: relative;
  width: 942px;
  margin: 7px auto 300px;
}

#home-header .header-box {
  position: absolute;
  right: 10px;
  top: 9px;
  width: 634px;
  height: 277px;
  border: none;
  z-index: 1;
}
/* END HEADER STYLES */


/* SIDEBAR STYLES */
#sidebar h2 {
  margin: 5px 0 -5px 0;
  padding: 7px 0 5px 0;
  text-align: left;
  font-size: 1.5em;
  color: #074045;
  font-weight: bold;
}

#sidebar ul, #sidebar ul ol {
  margin: 0;
  padding: 0;
  }

#sidebar ul li {
  list-style-type: none;
  list-style-image: none;
}

#sidebar ul li img.hr {
  margin: 26px 0 26px -15px;
}

#sidebar ul p, #sidebar ul select {
  width: 195px;
  border: 1px solid #074045;
  background-color: #fff;
  color: #939598;
  font-size: .8em;
  text-align: center;
  margin-left: -20px;
  margin-top: 10px;
}

#sidebar ul ul, #sidebar ul ol {
  margin: 0;
  text-align: left;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
  padding: 0;
  font-size: 1.2em;
}

#sidebar .more {
  padding-top: 12px;
}
/* END SIDEBAR STYLES */


/* CONTENT STYLES */
#content {
  float: right;
  font-size: 1.2em;
  padding-top: 50px;
  margin-right: 60px;
}

.widecolumn .entry p {
  font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
  line-height: 1.8em;
}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
  text-align: left;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  line-height: 1.5em;
}

#headerimg img {
  width: 297px;
  height: 297px;
  z-index: 1;
}

#headerimg .description {
  font-size: 1.6em;
  text-align: left;
}

#headerimg hr {
  width: 233px;
  height: 2px;
  color: #fff;
  text-align: center;
  display: block;
  margin-left: 37px;
}

#home-headerimg {
  position: absolute;
  right: 0;
  top: 0;
}

#home-headerimg img {
  position: absolute;
  right: 0;
  top: 0;
}

.entry p a:visited {
  color: #b85b5a;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  color: #777;
}

#content small {
  color: #64181e;
  font-size: 1em;
  font-family: Arial, sans-serif;
}

code {
  font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
  font-size: 0.9em;
  letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
  font-size: 9pt;
}

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#page1 {
  position: relative;
  background-color: #fff;
  margin: 0 auto 30px;
  padding: 0;
  width: 960px;
  border: 1px solid #959596;
}

.header-dots {
  margin: 10px 0;
  background: url(images/header-dots.jpg) no-repeat 0 0;
  width: 960px;
  height: 19px;
}

#header {
  background-color: #73a0c5;
  margin: 0;
  padding: 0;
  height: 297px;
  width: 942px;
}

#headerimg {
  position: absolute;
  top: 0;
  left: 0;
  background: #073E43;
  height: 297px;
  width: 297px;
}

.narrowcolumn {
  padding: 0 0 20px 0;
  margin: 0px 0 0;
  width: 550px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* FOOTER STYLES */
#footer1 {
  padding: 0;
  margin: 0 auto;
  width: 960px;
  clear: both;
  background: #fff;
  border: none;
  height: 80px;
}
/* ie7 */
*:first-child+html #footer1 {
  height: 125px;
}

#footer1 .left a, #footer a:visited, 
#footer1 .right a, #footer a:visited {
  color: #074045;
  font-size: 1em;
}
#footer1 .left a:hover, 
#footer1 .right a:hover {
  color: #64181e;
  text-decoration: underline;
}
#footer1 .left {
  float: left;
  display: inline;
  margin-left: 50px;
  font-size: 1.25em;
  color: #074045;
}
#footer1 .right {
  float: right;
  display: inline;
  margin-right: 50px;
  font-size: 1.25em;
}

#footer1 .footer-dots {
  width: 860px;
  height: 19px;
  margin: 45px auto 15px;
  background: transparent url('images/footer-dots.jpg') no-repeat;
}
/* END FOOTER STYLES */


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#comments h3 {
  padding: 0;
  margin: 0;
  color: #64181e;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:disc;
  margin-left:0;
  margin-bottom: 10px;
  padding:0 0 0 10px;
  text-indent:0;
  font-size: 12px;
  line-height: 16px;
}

html>body .entry li {
  margin: 2px 0 0 10px;
}

.entry ol {
	padding: 0 0 0 30px;
	margin: 0;
	width: 500px;
}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* blog styling */
img.marginBottom12px {
  margin-bottom: 12px;
}

img.marginBottom7px {
  margin-bottom: 7px;
}

img.marginBottom20px {
  margin-bottom: 20px;
}

img.marginBottom30px {
  margin-bottom: 30px;
}

h2.widgettitle {
  width: 196px;
  height: 19px;
}

.widget_recent_entries h2.widgettitle {
  background: #fff url('images/latest-posts.jpg') 0 0 no-repeat;
  margin-bottom: 10px;
}

.widget_categories h2.widgettitle {
  background: #fff url('images/categories.jpg') 0 0 no-repeat;
  margin-bottom: 10px;
}

.widget_recent_comments h2.widgettitle {
  background: #fff url('images/comments.jpg') 0 0 no-repeat;
  margin-bottom: 10px;
}

.widget_archive h2.widgettitle {
  background: #fff url('images/archives.jpg') 0 0 no-repeat;
  margin-bottom: 10px;
}

/*
.widget_mylinkorder h2.widgettitle {
  background: #fff url('images/blogs.jpg') 0 0 no-repeat;
  margin-bottom: 10px;
}
*/
#linkcat-25 h2.widgettitle {
  background: #fff url('images/blogs.jpg') 0 0 no-repeat;
  margin-bottom: 10px;
}

#linkcat-25 h2.widgettitle span.screen-reader-text {
  position: relative;
  left: 0;
  top: 30px;
}

#linkcat-25 ul.blogroll {
  margin-top: 25px;
}

.widget_mylinkorder h2.widgettitle span.screen-reader-text {
  position: relative;
  left: 0;
}

.widget_Twidget h2.widgettitle {
  background: #fff url('images/recent-tweets.jpg') 0 0 no-repeat;
  margin-bottom: 10px;
}

.widget_polls-widget h2.widgettitle {
  background: #fff url('images/polls.jpg') 0 0 no-repeat;
  margin: 10px 0;
}

.widget_featured_posts h2.widgettitle {
  background: #fff url('images/featured-posts.jpg') 0 0 no-repeat;
  margin: 10px 0;
}

#sidebar ul img.widgettitle {
  margin-bottom: 10px;
  font-size: 0;
}

#sidebar a {
  font-size: 12px;
}

#sidebar hr {
  background: url('images/hr-sidebar.jpg') 0 0 no-repeat;
  margin: 26px 0;
  width: 200px;
  height: 6px;
  display: block;
  border: 0;
}

/* End Entry Lists */



/*  COMMENT FORM STYLES  */

#searchform #s {
  color: #777;
  text-align: center;
  height: 16px;
}

#searchsubmit {
  padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
  text-align:center;
}

select {
	width: 130px;
}

#commentform {
  margin: 5px 10px 0 0;
  text-align: left;
}

#commentform fieldset {
  background-color: #cdd9da;
  border: 0;
  width: 548px;
  padding: 0;
  position: relative;
}

#commentform img {
  margin: 0 auto;
  height: 52px;
  width: 548px;
}

#commentform ol {
  margin-top: 5px;
  margin-left: 20px;
  padding: 0;
}

#commentform li {
  list-style: none;
  width: 508px;
  float: left;
  clear: left;
  padding-bottom: 1em;
}

#commentform input {
  width: 427px;
  padding: 2px;
  margin: -10px 20px 20px 70px;
}

#commentform textarea {
  width: 502px;
  padding: 2px;
  margin-top: 10px;
}

#commentform label {
  padding: 0;
  color: #074045;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  float: left;
  width: 55px;
  margin: 0;
  display: inline;
}

#commentform .submit-button {
  border: none;
  background: url('images/form-post.jpg') no-repeat top left;
  height: 30px;
  width: 90px;
  margin: 0;
  overflow: hidden;
}
/*  END FORM STYLES  */



/*  COMMENTS STYLES  */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;
}

.commentlist li img {
  margin-left: -10px;
}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
  margin: 0px 5px 10px 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.8em;
  text-transform: none;
}
.children { padding: 0; }

#commentform p {
  margin: 5px 0;
  font-family: Arial, Sans-Serif;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
  margin: 0;
  display: block;
  font-weight: normal;
}
	
.commentmetadata a, .commentmetadata a:visited {
  color: #074045;
}
.commentmetadata a:hover {
  color: #64181e;
  text-decoration: underline;
}

.commentlist li, #commentform input, #commentform textarea {
  font: 1em Arial, Sans-Serif;
  }
.commentlist li ul li {
  font-size: 1em;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li .avatar { 
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}

.commentlist cite, .commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.2em;
  color: #074045;
  text-transform: uppercase;
}

/*  END COMMENTS STYLES  */



/* Begin Sidebar */
#sidebar
{
  padding: 45px 0 10px 45px;
  width: 215px;
  float: left;
}

#sidebar form {
  margin: 0;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
  display: block;
  color: #990000;
  font-weight: bold;
}
#wp-calendar a:hover {
  text-decoration: underline;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
  text-align: center;
}
blockquote p {
  color: #074045;
  font-size: 1.15em;
  line-height: 2em;
}

blockquote cite {
  margin: 5px 0 0;
  display: block;
}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/*  IMAGE CAPTIONS  */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
  text-align: center;
  background-color: #fff;
  padding: 0;
  margin: 10px;
  color: #073e43;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: .9em;
  line-height: 1.1em;
  padding: 12px 0;
  margin: 0;
}
/* End captions */


/* ARCHIVES DD LIST STYLING */
.archives ul, .archives-2 ul {
border: 1px solid #074045;
border-top: none;
border-bottom: none;
width: 193px;
margin: 0;
top: 30px;
left: 0;
background-color: #fff;
}
.archives ul.height39, .archives-2 ul.height39 {
  height: 39px;
}
.archives ul img, .archives-2 ul img {
  display: block;
  margin: 0 0 0 -1px;
}
.archives ul a, .archives-2 ul a {
  display: block;
  height: 18px;
  color: #074045;
  padding:8px 10px 10px 28px;
  text-transform: uppercase;
}
.archives ul a:hover, .archives-2 ul a:hover {
  color: #d4dcca;
  background-color: #074045;
  text-decoration: none;
}
.archives ul li, .archives-2 ul li {
  display: none;
}

#sidebar ul .archives ul li, 
#sidebar ul .archives-2 ul li {
  margin: 0;
}

#sidebar ul .archives ul li.minus3top, 
#sidebar ul .archives-2 ul li.minus3top {
  margin-top: -3px;
}

.archives ul li.top, .archives-2 ul li.top {
  display: block;
  border: none;
}
/* END ARCHIVES STYLES */

.clear {
  clear: both;
}

.entry p {
  clear: left;
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
}

.author {
  font-size: 12px;
  color: #64181E;
  font-weight: bold;
  margin-bottom: 10px;
}


/* COMMENTS BALLOON */
.comments-num {
  width: 52px;
  height: 50px;
  background: #fff url('images/comments-balloon.jpg') no-repeat;
  font-size: 2.2em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 0;
}
/* ie6 */
* html .comments-num {
  padding-top: 0px;
  font-size: 1.8em;
  line-height: 1.2em;
}
/* ie 7 */
*+html .comments-num {
  padding-top: 0px;
  font-size: 1.8em;
  line-height: 1.2em;
}

.comments-num a {
  color: #fff;
  line-height: 1.2em;
  border: 0;
  text-decoration: none;
}

.comments-num a:hover {
  text-decoration: none;
}

.titlerow {
  width: 550px;
  position: relative;
  padding-bottom: 10px;
}

.titlerow h1 {
  width: 550px;
  /*width: 490px;*/
}

/* SOCIAL MEDIA ICONS */
a.tt img { margin-top: 10px; }