/* CSS for imaginaryrobots.net.  Jesse van Herk <jesse@superfastninja.com> */

html
{
    margin: 0;
    padding: 0;
}
body
{
    margin: 0;
	padding: 0;
	font-family: Arial, sans, sans-serif;
	font-size: 86%;/* change this to globally change font size */
    color: #404040;
	background-color: #152964;
    background-image: URL(/images/chrome/main_background.png);
    background-repeat: repeat-x;
}
body * {
    font-size: 1.0em;
}
code 
{
    display: block;
    border: 1px solid #c0c0c0;
    background-color: #f0f0ff;
    margin: 10px 30px;
    padding: 4px;
}
blockquote
{
    background-color: #f0f0f0;
    border: 1px solid #c0c0c0;
}
fieldset
{ 
    border: none;
    padding: 0;
    margin: 0;
}
input
{
    border: 1px solid #777777;
    padding: 1px 2px;
    font-size: small;
}
textarea
{
    border: 1px solid #777777;
}
h1
{
    font-size: large;
    font-weight: normal;
    margin: 0 4px 4px 4px;
    color: #404040;
}
h2,h3,h4,h5,h6
{
    color: #2074cc;
}
thead tr td
{
    font-weight: bold;
    border-bottom: 1px solid black;
}
tfoot tr td
{
    font-weight: bold;
    border-top: 1px solid black;
}

a:link, a:visited
{
    color: #2074cc;
}
a:hover {
	color: #fea305;
}

#uberwrapper
{
    margin: 0px 54px;
    padding: 0 8px;
    background-image: URL(/images/chrome/dropshadow_r.png);
    background-position: right top;
    _background-image: none; /* IE6 only */
    background-repeat: repeat-y;
}
#container
{
	vertical-align: top;
	background-color: #ffffff;
	font-weight: normal;
    border: 1px solid #404040;
	padding: 0;
    margin: 0;
    border-top: 0;
}
#headerwrapper
{
    border: 1px solid #404040;
    border-width: 0 1px;
    height: 104px;
    background-color: white;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: URL(/images/chrome/dropshadow_main.png);
    margin: 0;
    padding: 0;
}

#header
{
    background-color: black; /* make this black so that IE6 looks better */
    color: white;
    height: 73px;
    background-repeat: repeat-x;
    background-image: URL(/images/chrome/header_background_shadow.png);
    text-align: right;
    border: 1px solid #404040;
    border-width: 1px 0 0 0; /* we require a TOP border to keep margins under control. */
    margin: 0;
    padding: 0;
}
#header h1
{
    color: #f38400;
    font-size: 32pt;
    font-family: impact, arial, sans;
    margin: 24px 32px;
    padding: 1px 0;
    font-weight: normal;
    text-decoration: none;
}

#sitelogo
{
    margin: 18px 30px 0 0; /* don't pad the left/bottom, or IE6 barfs */
    padding: 1px 0;
    height: 54px;
    width: 275px;
    right: 45px;
    position: absolute;
    overflow: hidden;
}
#main
{
    background-color: white;
    color: #404040;
    margin: 0;
    padding: 20px;
    padding-right: 30px;
    margin-right: 250px;
    min-height: 500px; 
    /* hackery to get IE6 to do a min-height on our content (and avoid overflowing things). */
    _height:auto !important;
    _height:500px;
}
#footer
{
    clear: both;
    text-align: center;
    background-color: black;
    border: 1px solid black;
    color: white;
    height: 40px;
    background-image: URL(/images/chrome/header_background_shadow.png);
    margin: 0;
}
#footer a
{
    color: white;
}
#main_content
{
    margin: 10px;
    width: 88%;
    min-height: 400px; 
}
#main_content h1
{
    margin-bottom: 8px;
}
#page_tools
{
    margin: 20px 70px 10px 10px;
    font-size: 0.8em;
    padding: 10px 0 10px 10px;
    border-top: 1px solid #e0e0e0;
}
#bread_crumbs
{
    float: left;
    margin-left: 22px;
    font-size: 0.8em;
}
#bread_crumbs ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
#bread_crumbs ul li
{
    float: left;
}
#sidetabs
{
    display: none;
    width: 32px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 30%;
}
#contentclearer
{
    clear: both;
}
#globalnav
{
    margin: 0;
    padding: 0;
    position: absolute;
    left: 70px;
    top: 0;
}
/* style for global nav wrapper, play nice with simple animated menu */
#globalnav #nav_wrap {
    height: 70px; /* tall enough to allow for image above/below menu as needed */
    width: 100%;
    background-image: url(/images/menu/globalnav_bg.png);
    background-repeat: no-repeat;
    padding-top: 15px; /* gives the image room to be viewed, pushing the ul down */
    padding-left: 10px;
    width: 640px;
}
#globalnav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    *margin-top: 28px;
}
#globalnav ul li
{
    float: left;
    text-align: center;
    padding: 0px;
    margin: 0 4px 0 0;
    display: inline;
}
#globalnav ul li a
{
    display: block;
    height:100%;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: none;
    background-color: transparent;
    padding: 8px;
    margin: 0;
    text-align: left;
    width: 78px;
    position: relative;
}
#globalnav #active_nav .item_title,
#globalnav ul li a:hover,
#globalnav ul li a:active
{
    color: #fea305;
    background-color: transparent;
    text-decoration: none;
}
#globalnav .item_desc
{
    color: #777777;
    font-size: 0.8em;
    font-weight: normal;
    white-space: nowrap;
    overflow: visible;
}
#globalnav .item_title
{
    font-size: 1.1em;
    font-weight: bold;
    white-space: nowrap;
    overflow: visible;
}
#globalnav #active_nav .item_desc,
#globalnav ul li a:hover .item_desc,
#globalnav ul li a:active .item_desc
{
    color: #ffffff;
}

/* most images don't want borders */
#main>img
{
    border: none;
    padding: 1px;
}
#sitesearchbox
{
    text-align: right;
    position: absolute;
    padding: 0;
    right: 74px;
    top: 100px;
}
#sitesearchbox form
{
    margin: 0;
    padding: 0;
    display: inline;
}
#sitesearchbox input
{
    font-size: x-small;
}
#sitesearchbox input.box
{
    border: 1px solid #c0c0f0;
    margin: 1px;
    width: 180px;
}
#subscribe_block
{
    position: absolute;
    padding: 0;
    right: 74px;
    top: 150px;
    width: 240px;
}
#context
{
    position: absolute;
    right: 74px;
    _right: 34px; /* IE6 only */
    top: 280px;
    width: 250px;
    text-align: right;
}
#context .section
{
    width: 220px;
    background: #f0f0ff;
    opacity: 0.8;
    border: 1px solid #c0c0c0;
    padding: 8px 12px 12px 8px;
    margin: 8px;
    color: #777777;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
}
#context .section h3
{
    margin: 2px 0 8px 0;
    color: #777777;
}
#context h3
{
    border-bottom: 1px solid #777777;
    font-weight: bold;
    display: block;
}
#context .section ul, #context .section ol,
#subscribe_block ul 
{
    list-style: none;
    padding: 0px;
    margin: 0;
}
#subscribe_block ul li a
{
    height: 28px;
    line-height: 28px;
    border-top: 1px solid #c0c0c0;
    display: block;
    text-align: right;
    padding-right: 12px;
}
#subscribe_block ul li a img
{
    border: none;
    margin: 2px;
    float: left;
}

/* newest attempt at round corners with less annoying markup  */
.blurb { 
    background-image: url(/images/chrome/blurb_background.png);
    _background-image:url(/images/chrome/blurb_background.gif); /* ie6 only */
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 90%; /* any width you want */ 
    max-width: 800px;
    padding-left: 20px;
    margin-top: 22px;
} 
.blurb .boxhead { 
    background-image: url(/images/chrome/blurb_background.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 20px;
    margin-left: -20px;
} 

.blurb .boxhead h1 { 
    background-image: url(/images/chrome/blurb_background.png);
    background-position: top left;
    background-repeat: no-repeat;
    color: white;
    padding: 16px 4px 4px 20px;
    margin: 0;
    margin-right: 160px;
    font-size: x-large;
} 

.blurb .boxbody { 
    background-image: url(/images/chrome/blurb_background.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #0584d9;
    padding: 8px 40px 20px 20px;
    color: white;
} 
.blurb a:link,.blurb a:visited
{
	color: #fea305;
}
.blurb a:hover 
{
    color: #f38400;
}
.blurb a.action_button
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    margin: 4px 18px 4px 0;
    background: URL(/images/chrome/button_bgs.png) no-repeat left top;
    padding: 0 0 0 10px;
    height: 32px;
    display: inline-block;
}
.blurb a.action_button span
{
    background: URL(/images/chrome/button_bgs.png) no-repeat right top;
    margin: 0;
    margin-right: -10px;
    padding-right: 10px;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    display: inline-block;
}
.blurb a.action_button:hover
{
    color: #ffffff;
    background-position: left -36px;
}
.blurb a.action_button:hover span
{
    color: #ffffff;
    background-position: right -36px;
}
.rightcolumn
{
    margin: 0;
    margin-left: 40%;
}

/* photos want some fancy styling */
.photo
{
    margin: 4px;
    float: left;
    background-color: #000000;
    padding:  0;
}

/* photo thumbnails also want fancy style */
.photo_thumb
{
    border: 1px solid #777777;
    height: 96px;
    width: 96px;
    margin: 0px;
    overflow: hidden;
}
.photo_thumb a, .photo_thumb a img
{
    border: 0;
}
.photo_thumb a img
{
    /* play with size and position to do a resize+crop without messing with aspect ratio */
    position: relative;
    width: 160px;
    left: -20px;
    top: -20px;
}
.formlabel
{
    float: left;
    width: 20%;
    font-size: small;
    font-weight: bold;
    text-align: right;
    margin-right: 8px;
}
.even, .even td
{
    background-color: #d0e0ff;
}
.odd, .odd td
{
    background-color: #ffffff;
}

a.item_title
{
    font-weight: bold;
    text-decoration: none;
}
.byline,
.byline_date
{
    margin: 0;
    font-weight: normal;
    font-size: x-small;
    color: #404040;
}

.tag_list
{
    text-align: right;
}

.tag_list ul
{
    margin: 0;
    list-style: none;
    padding: 0;
    padding-right: 8px;
}
.tag_list h4
{
    margin: 2px 8px;
}
.more_link 
{
    margin-top: 12px;
    border-top: 1px solid #c0c0c0;
    text-align: right;
}

.list_item
{
    border-bottom: 1px solid #c0c0c0;
    padding: 6px;
    margin-bottom: 10px;
    clear: top;
    overflow: auto;
}

.list_item .preview_image
{
    float: left;
    clear: both;
    margin: 4px 10px 4px 4px;
    border: 1px solid #c0c0c0;
}
.list_item ul li
{
    margin-left: 160px;
}
.sidebar_profile_photo
{
    border: 1px solid #777777;
    float: left;
    margin: 0 6px 0 0;
}
.sidebar_label
{
    display: block;
    font-style: italic;
}
.sidebar_value
{
    overflow: auto;
    border-bottom: 1px solid #e0e0e0;
    padding: 2px;
}
.sidebar_icon
{
    float: left;
    margin: 2px;
}
.sidebar_value a
{
    line-height: 1.6em;
}
.update_icon
{
    margin: 2px 8px;
}
.update_thumbnail
{
    width: 24px;
    height: 24px;
    margin: 0 8px 0 -30px;
    float: left;
}
.update
{
    overflow:auto;
    border-bottom: 1px solid #c0c0c0;
    padding: 6px;
    padding-left: 36px;
}
.update_description
{
}

/* IMAGE SPRITES */
.sprite_icon_small
{
    width: 24px;
    height: 24px;
    background: transparent URL(/images/icons/ir_icons_small.png) no-repeat;
    background-position: left top;
    text-decoration: none;
    font-size: 0px;
}
.sprite_icon_small.rss
{
    background-position: 0px top;
}
.sprite_icon_small.twitter
{
    background-position: -32px top;
}
.sprite_icon_small.facebook
{
    background-position: -64px top;
}
.sprite_icon_small.delicious
{
    background-position: -96px top;
}
.sprite_icon_small.buzz
{
    background-position: -128px top;
}
.sprite_icon_small.picasa
{
    background-position: -160px top;
}
.sprite_icon_small.wordpress
{
    background-position: -32px top;
}
.sprite_icon_small.plus
{
    background-position: -256px top;
}

/* style overrides for print media for imaginaryrobots.net */
@media print {
    /* simplify various elements */
    body,
    #uberwrapper, #container, #headerwrapper,#header,
    #footer,
    .blurb, .blurb .boxhead, .blurb .boxhead h1, .blurb .boxbody
    {
        background: none;
        background-image: none;
        color: black;
        border: none;
    }
    /* override some elements to make the layout nicer */
    #footer a 
    {
        color: black;
    }
    #main
    {
        margin: 0;
    }
    #headerwrapper
    {
        height: 50px;
    }

    /* hide some elements entirely */
    #context,
    #globalnav,
    .sitesearchbox,
    #page_tools
    {
        display: none;
    }

}  /* end PRINT rules */

/* mediaboxAdvanced - black theme */
#mbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}
#mbOverlay.mbOverlayFF {
	background: transparent url(/images/mediabox/80.png) repeat;
}
#mbOverlay.mbOverlayIE {
	position: absolute;
}
#mbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
}
#mbCenter.mbLoading {
	background: #000 url(/images/mediabox/BlackLoading.gif) no-repeat center;
/*	This style is applied only during animationm for performance on slow systems.*/
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#mbImage {
	position: relative;
	left: 0;
	top: 0;
/*	Begin styles for inline content, if no style is given	*/
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}
#mbImage a, #mbImage a:link, #mbImage a:visited {
	color: #ddd;
}
#mbImage a:hover, #mbImage a:active {
	color: #fff;
}
/*	End inline content styles	*/
#mbBottom {
	min-height: 20px;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: left;
	padding: 0 10px 10px;
}
#mbTitle {
	display: inline;
	color: #fff;
	font-weight: bold;
	line-height: 20px;
	font-size: 12px;
}
#mbNumber {
	display: inline;
	color: #999;
	line-height: 14px;
	font-size: 10px;
	margin: auto 10px;
}
#mbCaption {
	display: block;
	color: #999;
	line-height: 14px;
	font-size: 10px;
}
#mbPrevLink, #mbNextLink, #mbCloseLink {
	display: block;
	float: right;
	height: 20px;
	margin: 0;
	outline: none;
}
#mbPrevLink {
	width: 69px;
	background: transparent url(/images/mediabox/BlackPrevious.gif) no-repeat center;
}

#mbNextLink {
	width: 41px;
	background: transparent url(/images/mediabox/BlackNext.gif) no-repeat center;
}

#mbCloseLink {
	width: 46px;
	background: transparent url(/images/mediabox/BlackClose.gif) no-repeat center;
}

/*	Styles for flash version alert	*/
#mbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#mbError a, #mbError a:link, #mbError a:visited, #mbError a:hover, #mbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}

