
/*@import "reset.css";*/
/*@import "useful.css"*/





*
{
    padding: 0;
    margin: 0;
}

img
{
    border: 0;
}

body
{
    font-family: Arial, "Lucida Grande", Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.7em;
    background-color: #f0efef;
    color: #747373;
}

h1, h2, h3, h4, h5, h6
{
    font-weight: normal;
}

a
{
    outline: none;
}






/* -------------------------------------------------------------------------- */





/*
**  for framing an element quickly
*/

.thinBorder
{
    border: 1px black solid;
}

.thickBorder
{
    border: 2px black solid;
}

.thickerBorder
{
    border: 4px black solid;
}




.clear-block
{
    display: block;
}

.clear-both
{
    clear: both;
}



.floatleft
{
    float: left;
}

.floatright
{
    float: right;
}


.hidden
{
    display: none;
}





/* -------------------------------------------------------------------------- */



/*
**  main wrappers
*/

#header
{
    background-color: #e5e5e5;
    z-index: 20;
}


/*
**  main page
*/


#page
{
    margin: 0 auto;
}

.page950
{
    width: 952px;
}

span.bold
{
    font-weight: bold;
}

.red
{
    color: #ff5555;
}

.green
{
    color: #55bb55;
}



#container
{
    background-color: #fbfbfb;
    border-left: 1px solid #D1D9E3;
    border-right: 1px solid #D1D9E3;
    height: 100%;
}

#main-wrapper
{
    /*float: left;*/
    width: 100%;
}

.header-fixedwidth
{
    border-left: 1px solid #D1D9E3;
    border-right: 1px solid #D1D9E3;
}

.header85
{
    height: 85px;
}

.header85-fullwidth
{
    width: 100%;
    height: 85px;
    background: transparent url(/images/banners/banner-2x85px-slice.jpg) repeat-x top left scroll;
}

.header60-fullwidth
{
    width: 100%;
    height: 60px;
    background: transparent url(/images/banners/banner-2x60px-slice.jpg) repeat-x top left scroll;
}

#main
{
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #fbfbfb;
    min-height: 650px;
    height: auto !important;
    height: 350px; 
    padding: 30px 30px;
}

#footer
{
    background: #FCFDFF url(/themes/bluebreeze/images/bg-footer.gif) repeat-x 0 0;
    border-left: 1px solid #D1D9E3;
    border-right: 1px solid #D1D9E3;
    border-bottom: 1px solid #D1D9E3;
    text-align: center;
    vertical-align: middle;
    line-height: 37px;
    height: 37px;
    margin: 0 0 10px 0;
    font-size:8pt;
}

#footer a:link, #footer a:visited
{
    color: #ff4000;
}

#footer a:hover, #footer a:active
{
    color: #8a8980;
}


#main .content
{
    /*padding: 10px 10px;*/
}

#main .content img.projectimg
{
    /*width: 120px;*/           /* taken care of in img attributes */
    /*margin-right: 15px;*/     /* taken care of in img attributes */
    /*margin-bottom: 20px;*/    /* taken care of in img attributes */
    float: left;
    border: 1px solid #484848;
}

#main .content .info
{
    font-size: 10pt;
}

#main .content .tab-desc p
{
    margin-bottom: 8px;
}

#main .content .tab-content
{
    /*min-height: 500px;*/
}

#main .content .private a:link, #main .content .private a:visited
{
    color: #ff4000;
    text-decoration: none;
}

#main .content .private a:hover
{
    color: #8a8980;
}

#main .content .desc
{
    font-size: 10pt;
    color: #333333;
	margin-bottom: 10px;
	clear: both;
}

#main .content .desc p
{
	margin-bottom: 1.2em;
}

#main .content .caption
{
    font-size: 11pt;
    color: #333333;
	margin-bottom: 20px;
}

#main .content p.private
{
    font-size: 11pt;
    margin-top: 10px;
}

#main .content p.user
{
    margin-left: 20px;
    font-size: 10pt;
    color: #999999;
}

#main .content p.user.first
{
    margin-top: 5px;
}

#main .content p.user.follow
{
    margin-top: 1px;
}

#main .content p.smallgap
{
    margin-top: 5px;
}

#main .content .tabs
{
    margin-top: 20px;
    display: none;      /* tabs are hidden until initialised */
	clear: both;
}

#main .content .tabs li
{
    /* override jQuery tabs css */
    list-style-image: url();
    list-style-type: none;
}

#main .content .tab-content
{
    font-family: Arial, "Lucida Grande", Verdana, sans-serif;
    font-size: 10pt;
    background-color: #fbfbfb;
}

#main .content h2
{
    font-weight: bold;
    font-size: 10pt;
}

#main .content h2.orange
{
    color: #ff4000;
}

#main .content h2.follow
{
    margin-top: 8px;
}

#main .content h2 a:link, #main .content h2 a:visited
{
    color: #ff4000;
    text-decoration: none;
}

#main .content h2 a:hover
{
    color: #8a8980;
}

#main .content h2 span
{
    font-size: 8pt;
    font-weight: normal;
    padding-left: 5px;
}

#main .content h2 span.first
{
    padding-left: 10px;
}

#main .content div#story-viewer
{
    /*float: left;*/
    /*margin-right: 15px;*/
    /*margin: 0 auto 20px;*/
	position: relative;
}

#main .content div#story-viewer #movie
{
    /*margin: 0 auto;*/
	/*float: left;*/
}

#main .content div#story-viewer .story-datum
{
	display: block;
	width: 250px;
	font-size: 14px;
	/*margin-top: 50px;*/
	/*float: right;*/
	position: absolute;
	right: 0;
	bottom: 0;
	*bottom: 20px;  /* ie7 hack */
}

#main .content div#story-viewer .story-datum .line
{
	display: block;
	line-height: 1.4;
	padding-left: 20px;
	background: #fbfbfb url(/images/right-arrow-12px.jpg) no-repeat scroll left center;
}

#main .content div#story-viewer .story-datum p.link
{
	margin-left: 25px;
}

#main .content div#story-viewer .story-datum .line-grp
{
	margin-top: 10px;
}

#main .content div#story-info
{
    padding-top: 20px;
}

#main .content .story-caption, #main .content .project-caption
{
    font-size: 8pt;
}

#main .content img.storyprojectimg
{
    border: 1px solid #484848;
}

#main .content .storyprojectimg_wrapper
{
    width: 82px;        /* allow for image border 1px */
    height: 62px;       /* allow for image border 1px */
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

#main .content .storyproject
{
    margin-top: 5px;
    margin-bottom: 10px;
    clear: both;
    min-height: 62px;   /* allow for image borders! */
}

#main .content .storyproject span.lic
{
    color: #212121;
}

#main .content #tab-story-projects > p
{
    margin-bottom: 15px;
}

#main .content div.therest
{
    margin-left: 95px;
}

#main .content a.storyprojectlink:link, #main .content a.storyprojectlink:visited
{
    background-color: inherit;
}

#main .content a.storyprojectlink:hover
{
    background-color: #aaaaaa;
}


/*
**  the footer
*/

#footer
{
}




/*
**  horiz ul lists
*/


ul.horiz
{
    list-style: none outside none;
}

ul.horiz li
{
    display: inline;
}



/*
**	override the drupal style which puts a bottom border on *all* <a> tags
**	(pretty stupid i know)
*/

a:hover, a:active
{
	border-bottom: none; !important
	text-decoration: underline; !important
}



/*
**	tab - comments
*/

#tab-comments h3
{
	font-size: 13px;
	color: #333333;
}

#tab-comments .comment-total
{
	font-size: 13px;
	margin: 5px 0 20px 15px;
}

#tab-comments #comment-input
{
	margin: 10px 0 0 20px;
	padding: 15px;
	font-size: 12px;
	color: #666666;
	background-color: #f8f8f8;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 5px;
	max-width: 350px;
}

#comment-input span.loading img
{
	width: 12px;
}

#comment-input .button
{
	background: #dd5500 none repeat scroll 0 0;
	color: #ffffff;
}

#tab-comments .comment-container
{
	padding: 10px 5px;
	border-bottom: 1px dashed #d2dada;
	clear: both;
}

#tab-comments .comment-container.first
{
	margin-top: 20px;
	border-top: 1px dashed #d2dada;
}

#tab-comments span.when
{
	color: #b5b5b5;
	font-size: 11px;
}

#all-comments .comment-container p
{
	margin-bottom: 5px;
}

#all-comments div.comment-text
{
	font-size: 11px;
}

#all-comments div.comment-text
{
	padding-left: 5px;
}

#all-comments div.comment-text a
{
	color: #3b5998;
}

#all-comments div.comment-text a:hover,
#all-comments div.comment-text a:active
{
	border-bottom: none; !important
	text-decoration: underline; !important
}

#tab-comments textarea
{
	font-size: 12px;
}

#tab-comments .button-row span
{
	font-size: 11px;
}

#tab-comments .char-count
{
	border: 0 none;
	font-size: 11px;
	width: 50px;
	color: #333333;
	background-color: inherit;
}

#tab-comments .chars span
{
	padding-left: 5px;
}




/*
**	tab - contact
*/

#tab-contact #contact-input
{
	margin: 10px 0 0 20px;
	padding: 15px;
	font-size: 12px;
	color: #666666;
	background-color: #f8f8f8;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 5px;
	max-width: 350px;
}

#contact-input span.loading img
{
	width: 12px;
}

#contact-input .button
{
	background: #dd5500 none repeat scroll 0 0;
	color: #ffffff;
}

#tab-contact .button-row span
{
	font-size: 11px;
}

#tab-contact .char-count
{
	border: 0 none;
	font-size: 11px;
	width: 50px;
	color: #333333;
	background-color: inherit;
}

#tab-contact .chars span
{
	padding-left: 5px;
}

#tab-contact div.input
{
	margin: 15px 0;
	border-top: 1px solid #dddddd;
}

#tab-contact div.input-inner
{
	border-top: 1px solid #ffffff;
	padding-top: 10px;
}

#tab-contact div.input table
{
	margin: 0;
	border-collapse: separate;
}

#tab-contact div.input table td.user
{
	width: 40%;
}




/*
**	tab - blog
*/

#tab-blog h3
{
	font-size: 13px;
	color: #333333;
}

#tab-blog .blog-total
{
	font-size: 13px;
	margin: 5px 0 20px 15px;
}

#tab-blog #blog-input
{
	margin: 10px 0 0 20px;
	padding: 15px;
	font-size: 12px;
	color: #666666;
	background-color: #f8f8f8;
	border: 1px solid #c7c7c7;
	-moz-border-radius: 5px;
	max-width: 350px;
}

#blog-input span.loading img
{
	width: 12px;
}

#blog-input .button
{
	background: #dd5500 none repeat scroll 0 0;
	color: #ffffff;
}

#tab-blog .blog-container
{
	padding: 10px 5px;
	border-bottom: 1px dashed #d2dada;
	clear: both;
}

#tab-blog .blog-container.first
{
	margin-top: 20px;
	border-top: 1px dashed #d2dada;
}

#tab-blog span.when
{
	color: #b5b5b5;
	font-size: 11px;
}

#all-blog .blog-container p
{
	margin-bottom: 5px;
}

#all-blog div.blog-text
{
	font-size: 11px;
}

#all-blog div.blog-text
{
	padding-left: 5px;
}

#all-blog div.blog-text a
{
	color: #3b5998;
}

a:hover, a:active
{
	border-bottom: none; !important
	text-decoration: underline; !important
}

#all-blog div.blog-text a:hover,
#all-blog div.blog-text a:active
{
	border-bottom: none; !important
	text-decoration: underline; !important
}

#tab-blog textarea
{
	font-size: 12px;
}

#tab-blog .button-row span
{
	font-size: 11px;
}

#tab-blog .char-count
{
	border: 0 none;
	font-size: 11px;
	width: 50px;
	color: #333333;
	background-color: inherit;
}

#tab-blog .chars span
{
	padding-left: 5px;
}




