/*  
Theme Name: TechTarget Theme
Author: Morgan Wigmanich
Description: The default WordPress theme for TechTarget search sites.
Version: 1.0
*/

/* BEGIN: body styles*/
#wrap
{
margin: 10px 10px 25px 10px;
width: 754px;
}

#content
{
margin: 0 0 5px 170px;
text-align: left;
}

#contentwide
{
margin: 0 0 5px 170px;
padding: 0 10px;
text-align: left;
}

.post h2
{
font-size: 14px;
font-weight: bold;
margin: 0px;
}

.post h2 a
{
font-size: 14px;
font-weight: bold;
margin: 0px;
}

h3.archiveMonth
{
margin: 20px 0 0 0;
padding: 0;
}

h3.archiveMonth a
{
font-weight: bold;
text-decoration: none;
}

.postdateauthor
{
margin-bottom: 12px;
}

.postdate
{
font-size: 11px;
}

.postauthor
{
font-size: 11px;
}

.postauthor a
{
font-size: 11px;
}

.contenttext table
{
/* for some reason tables set at 100% break the page in ie, and since
ie doesn't support max-width, i used this instead to max out at 580pixels wide */
width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "580px":
        "auto" );
}

.contenttext p
{
margin-bottom: 15px;
}

.postinfo
{
text-align: center;
margin: 20px 0 20px 0;
}

.commentTextarea
{
max-width: 600px;
width: 550px;
}

.commentCount
{
color: #666666;
font-size: 11px;
}
/* END: body styles*/


/* BEGIN: html selector styles */
a img
{
border: 0;
}

form
{
margin: 0;
}

em
{
font-style: italic;
}

strong
{
font-weight: bold;
}
/* END: html selector styles */


/* BEGIN: header styles */
#header
{
margin-bottom: 8px;
text-align: left;
}

#header h1
{
font-size: 18px;
font-weight: bold;
margin: 0;
display: inline;
}

#header h2
{
color: #666666;
font-size: 14px;
margin: 0;
display: inline;
}

#breadcrumbs
{
color: #666666;
margin-bottom: 12px;
font-size: 11px;
}

#breadcrumbs a
{
color: #ff0000;
font-size: 11px;
}
/* END: header styles */

/* BEGIN: search form styles*/
#searchformcontainer
{
height: 31px;
margin: 0;
}

#searchformleft
{
float: left;
padding: 6px 0 3px 10px;
}

#searchformright
{
float: right;
max-height: 30px;
padding: 7px 10px 8px 10px;
}

#searchformright a
{
color: #333333;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
}

#searchform label
{
font-weight: bold;
}

#searchformbox
{
color: #333333;
background-color: #ffffff;
font-size: 11px;
border: 1px #333333 solid;
width: 150px;
height: 17px;
margin-left: 7px;
margin-right: 5px;
}

#searchsubmit
{
color: #333333;
background-color: #cfcfcf;	
font-size: 10px;
text-transform: uppercase;
border: 1px #333333 solid;
width: 58px;
height: 17px;
}
/* END: search form styles*/


/* BEGIN: blog info section styles */
#blogInfoContainer
{
background-color: #efefef;
border-left: solid 1px #cecece;
border-right: solid 1px #cecece;
border-bottom: solid 1px #cecece;
margin: 0 0 20px 0;
padding: 8px 10px;
text-align: left;
}

#blogBrandedImage
{
float: left;
position: relative;
}

#blogTitleAndDescription
{
margin: 5px 0 0 90px;
font-size: 11px;
text-align: left;
position: relative;
}

#blogTitleAndDescription h1
{
font-size: 16px;
font-weight: bold;
display: inline;
}

#blogTitleAndDescription h2
{
font-size: 15px;
font-style: italic;
display: inline;
}
/* BEGIN: blog info section styles */


/* BEGIN: sidebar styles*/
#sidebar
{
clear: left;
float: left;
width: 160px;
text-align: left;
margin-bottom: 25px;
}

.sidebar_item_header
{
border-top: 1px solid #666666;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
font-size: 12px;
font-weight: bold;
padding: 1px 5px 1px 10px;
}

.sidebar_item
{
margin-bottom: 15px;
padding: 6px;
border: 1px solid #666666;
background-color: #ffffff;
}

.sidebar_item ul
{
list-style-type: none;
padding: 0;
margin: 0 0 5px 0;
}

.sidebar_item li
{
padding: 0 0 0 11px;
display: block;
margin-bottom: 5px;
background: url('http://media.techtarget.com/digitalguide/images/Misc/bullet_square_999999.gif') no-repeat 2px 1px;
}

.sidebar_item ul.children
{
list-style-type: none;
padding: 0;
margin: 5px 0 5px 0;
}

.sidebar_item ul.children li
{
padding: 0 0 0 11px;
display: block;
margin-bottom: 5px;
background: url('http://media.techtarget.com/digitalguide/images/Misc/bullet_subBullet_999999.gif') no-repeat 2px 4px;
}	
/* END: sidebar styles*/

/* BEGIN: social bookmarking styles */
.socialBookmarkingContainer
{
height: 27px;
background-color: #efefef;
}

ul.socialBookmarkingList
{
list-style-type: none;
padding: 5px 10px;
margin: 0;
height: 27px;
}

ul.socialBookmarkingList a
{
color: #666666;
font-size: 11px;
}

ul.socialBookmarkingList li.digg
{
display: inline;
background: url('http://media.techtarget.com/digitalguide/images/blogs/icon_sb_digg.gif') no-repeat 0 0;
padding: 0 15px 3px 23px;
}

ul.socialBookmarkingList li.delicious
{
display: inline;
background: url('http://media.techtarget.com/digitalguide/images/blogs/icon_sb_delicious.gif') no-repeat 0 0;
padding: 0 15px 3px 23px;
}

ul.socialBookmarkingList li.technorati
{
display: inline;
background: url('http://media.techtarget.com/digitalguide/images/blogs/icon_sb_technorati.gif') no-repeat 0 0;
padding: 0 15px 3px 23px;
}

ul.socialBookmarkingList li.stumbleupon
{
display: inline;
background: url('http://media.techtarget.com/digitalguide/images/blogs/icon_sb_stumbleupon.gif') no-repeat 0 0;
padding: 0 15px 3px 23px;
}

ul.socialBookmarkingList li.rss
{
display: inline;
background: url('http://media.techtarget.com/digitalguide/images/blogs/icon_sb_rss.gif') no-repeat 0 0;
padding: 0 15px 3px 23px;
}

.socialBookmarkingDividerHome
{
border-bottom: 1px solid #cccccc;
height: 1px;
font-size: 0;
margin-bottom: 10px;
}

.socialBookmarkingDividerPost
{
border-bottom: 1px solid #cccccc;
height: 1px;
margin: 13px 0;
}
/* END: social bookmarking styles */
	
/* use this div to clear floats */
.clear
{	
clear: both;
margin: 0; 
padding: 0;
}