﻿

/* colormewastingspace main styleSheet */


body
{
    padding: 0;
    margin: 0;
    font: 0.74em Arial, sans-serif;
    line-height: 1.5em;
    background: #3C3C3C;
    color: #CCCCCC;
}
a
{
    color: silver;
    background: inherit;
    text-decoration: none;
}
a:hover
{
    color: #FFFFFF;
    background: inherit;
    text-decoration: underline;
}
a

a:active, a:focus { 
    outline: 0 
} 
a:link
{
    color: silver;
    background: inherit;
    text-decoration: none;
}
a:visited 
{ 
    color: silver;
    background: inherit;
    text-decoration: none;
}



/* Master page ************************************/


.content {
    margin : 0 auto;
    width : 950px;
}
#topbar
{
    height: 5px; 
   background: #3C3C3C;
    width: 100%;
}
#logoSection {
  
}

#logoImage
{
    background: url(assets/images/logob.gif)  #3C3C3C no-repeat left top;
    width: 130px;
    height: 56px;

}

#topsub {
   padding-top: 5px;
   width: 100%;
background: #3C3C3C;
}

#topint {
    margin : 0 auto;
    width : 950px;
}

#Mainfooter
{
    width: 100%;
    text-align: center;
}

/* Main menu ***************************************/

#menu
{
    float: right;
    height: 20px;    
    margin-top: 20px;
    margin-bottom: 10px;
    color: #fff;
    color: #999999;
    line-height: 40px;
}
#menu a
{
    color: #999999;
    background: inherit;
    text-decoration: none;
    padding-left: 10px;
}
#menu a span
{
    padding-right: 10px;
    line-height: 40px;
    font-family: Arial;
    font-size: 8pt;
    font-family: Arial;
    text-transform: uppercase;
    text-decoration: none;
}
#menu a, #menu a span {
    display : block;
}
#menu a:hover, #menu .current
{
    color: #ffffff;
    padding-left: 10px;
    height: 40px;
}
#menu a:hover {

    cursor : pointer;
    /*background: url(assets/images/menubutton.gif) no-repeat; */
    background-position: center center;
}
#menu ul {
    list-style : none;
    padding : 0;
    margin : 0;
}
#menu li {
    float : left;
    margin : 0 0 0 5px;
}

/* Blog Section *****************************************/

#ContentCenterFixed
{
    width : 950px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}


.postsection
{
    width: 765px;
    float: right;
    margin-left: 10px;
    margin-right: 0px;
    background: #4b4b4b url(  'Assets/images/postcenter.jpg' ) repeat-y 50% bottom;
    background-position: top;
    margin-top: 0px;
}

.postsectiontop
{

    background: #4b4b4b url(  'Assets/images/posttop.jpg' ) no-repeat 50% bottom;
    background-position: top;
    height: 51px;
}
.postsectionbottom
{
    background: #4b4b4b url( 'Assets/images/postbottom.jpg' ) no-repeat 50% bottom;
    background-position: top;
    height: 51px;
}

.postsection a
{
    background: inherit;
    text-decoration: underline;
}

.postsection a:hover
{
    color: white;
    background: inherit;
    text-decoration: underline;
}
.postsection p
{
    color: #CCCCCC;
    background: inherit;
    text-decoration: none;
}


#blogpost
{
    margin-top: 5px;
}

#postTitle
{
    font-family: Arial;
    font-size: 12pt;
    color: #7D8E9B;
    font-weight: bold;
    margin-left: 25px;
}

#postTitle a
{
    font-family: Arial;
    font-size: 12pt;
    color: #7D8E9B;
    font-weight: bold;
    text-decoration: none;
}

#postTitle a:hover
{
    font-family: Arial;
    font-size: 12pt;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: underline;
}

#postDateTime
{
    font-family: Arial;
    font-size: 7pt;
    color: #DADADA;
    padding-top: 0px;
    margin-top: 0px;
    margin-left: 25px;
}
#postHtmlcontent{
    width : 700px;
    margin : 0 auto;
    margin-top: 5px;
} 

#postcommentlink 
{
    font-family: Arial;
    font-size: 8pt;
    color: #7D8E9B;
    padding-top: 10px;
    margin-top: 0px;
    margin-left: 25px;
    text-decoration: none;
}
#postcommentlink a
{

    color: #7D8E9B;
    text-decoration: none;
}
#postcommentlink a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}
#PostSeparator
{
    width: 745px;
    margin: 10px;
    background-color: #333333;
    height: 1px;
}

#PagingControls
{
    margin: 0 auto;
    font-family: Arial;
    font-size: 14pt;
    color: #7D8E9B;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

#PagingControls a 
{
    color: #7D8E9B;
}

#PagingControls a:hover
{
    color: #FFFFFF;
}

#PostArchiveList
{
   
}
#PostArchiveDateRight
{
   margin-left: 25px;
}

/* BlogComments Section *****************************************/

#CommentsHeader
{
    font-family: Arial;
    font-size: 12pt;
    margin-top: 15px;
    padding-left: 20px;
    color: #6E6E6E;
    font-weight: bold;
}

#CommentSection
{
    width: 700px;
    margin-left: 20px;
    margin-top: 10px;

}
#commentSingle
{
    background:  #6E6E6E;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#commentUser
{
    font-family: Arial;
    font-size: 10pt;
    color: #232323;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    font-weight: bold;
}
#commentDateTime
{
    font-family: Arial;
    font-size: 8pt;
    color: #232323;
    margin-left: 10px;
    padding-left: 10px;
}
#commentText
{
    font-family: Arial;
    font-size: 10pt;
    color: #232323;
    margin-top: 10px;
    margin-left: 10px;
}
#CommentPostingFormSection
{
    margin-top: 10px;
    margin-bottom: 20px;
}
#leavecommenttag
{
    margin-left: 20px;
    font-family: Arial;
    font-size: 12pt;
    color: #6E6E6E;
    
    font-weight: bold;
}

#CommentFormRow
{
    color: #969696;
    width: 500px;
    margin-left: 20px;
    margin-top: 10px;
}

/* Widgets Section *****************************************/

#widget
{
    border: 1px solid #666666;
    width: 170px;
    /*height: 200px;*/
    float: left;
    background: #4b4b4b;
    margin-top: 5px;
    
}

#widgetInnerTitle
{
    text-align: center;
    background-color: #333333;
}
#widgetInnerText
{
    padding: 5px;
    font-family: Arial;
    font-size: 8pt;
    color: #7D8E9B;
  
}
#widgetInnerText a
{
    padding: 5px;
    font-family: Arial;
    font-size: 8pt;
    color: #7D8E9B;

}

#widgetInnerText a:hover
{
    padding: 5px;
    font-family: Arial;
    font-size: 8pt;
    color: #FFFFFF;
 
}
#widgetInner
{

}
#widgetInnerImage
{
	margin-top:5px;
	margin-bottom:5px;
	text-align: center;
}
/* Film Page *****************************************/

#FilmSection{
    margin : 0 auto;
    width : 950px;

}

#FilmPreview
{
    float: left;
    width: 630px;
    
   
    padding-top: 10px;
    text-align: center;
}

#FilmInformation
{
    float: left;
    width: 630px;
    
    background: #4b4b4b;
    margin-top: 10px;
    padding-top: 5px;
    
}

#FilmSelection
{
    float: right;
    width: 308px;
    height: 505px;
    background: #4b4b4b;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #666666;
}

#FilmThumbScrollSection
{
    margin: 0 auto;
    margin-top: 5px;
    width: 300px;
    height: 500px;
    background: #4b4b4b;
    overflow: hidden;
    text-align: center;
}

#FilmThumbnailFrame
{
    border: 1px solid #666666;
    width: 140px;
    height: 100px;
    margin-top: 2px;
    margin-left: 4px;
    margin-right: 4px;
    background: #4b4b4b;
    float: left;
    text-align: center;
    background: #3C3C3C
}

#FilmThumbnailTitle
{

    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
}

#FilmPopUp
{
    z-index: inherit;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 2px;
    background-color: #000000;
    position: absolute;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=75);
    opacity: 0.75;
    text-align: center;
}

#FilmHDmodal
{
    width: 1280px;
    height: 720px;
    top: 100px;
    background-color: #CC0000;
    filter: alpha(opacity=100);
    opacity: 1;
    text-align: center;
}

#FilmTitle
{
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #999999;
    padding-top: 5px;
    padding-left: 10px;
}


#FilmHdBackButton
{
    font-family: Arial, Helvetica, sans-serif;
    color: orange;
    padding-left: 10px;
    font-size: 12px;
}

#FilmHdBackButton a:link
{
    color: orange;
    text-decoration: underline;
}

#PreviewButtons
{
    float: right;
    margin-left: 5px;
}

#FilmInformationDetails
{
    float: left;
    width: 100%;
    margin-left: 10px;
    font-size: 9px;
}

#FilmDescription
{
    background-color: #666666;
    margin: 10px 10px 10px 10px;
    padding: 10px;
    height: 200px;
}

/* Album & Photos #4b4b4b*****************************************/

#AlbumPhotoTitle
{
    font-size: 20px;
    font-weight: bold;
    color: #808080;
    margin-left: 5px;
}

#PhotoNavigateTopMenu
{
    margin-left: 5px;
    font-size: 11px;
}

#PhotoNavigateTopMenu a
{
    color: #7D8E9B;
}

#PhotoNavigateTopMenu a:hover
{
    color: #FFFFFF;
}

#PhotoRightPane
{
    float: right;
    width: 196px;
    height: 505px;
    background: #4b4b4b;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #666666;
}

#LeftPanelPlaceHolder
{
    float: left;
    width: 740px;
   background: #4b4b4b;
    border: 1px solid #666666;
    padding-bottom: 10px;
}

#AlbumThumbnailFrame
{
    border: 1px solid #666666;
    width: 140px;
    height: 120px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    background: #3C3C3C;
    float: left;
    text-align: center;
}

#AlbumThumbnail
{
height: 102px;

}
#AlbumThumbnailTitle
{
    background: #3C3C3C;
}

#AlbumThumbNavButtons
{
    text-align: center;
    width: 100%;
  
}
.AlbumPanelView
{
    float: left;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 20px;
}

#AlbumPhotoRepeater
{
    text-align: center;
    width : 100%;
}

#GallerySinglePhoto
{
    text-align: center;
}
/* bookpage *****************************************/

#BookThumbnailFrame
{
    width: 400px;
    height: 300px;
    float: left;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: center;
}

#BookThumbnail
{
    border: 1px solid #333333;
    width: 300px;
    height: 300px;
}

#BookThumbnailTitle
{
}


/* Foot note *****************************************/

#footer
{
    clear: both;
    width: 100%;
    margin: 5px 0 5px 0;
    padding-top: 5px;
    color: #777;
    border-top: 1px solid #444;
    background: inherit;
    text-align: center;
    padding-bottom: 5px;
}

#footer .right {
    float : right;
}

#footer a {
    text-decoration : none;
    background : inherit;
}

/* Maintenance page */

#maintenance {
    text-align: center;
    padding-top: 250px;
}

/* Admin page ******************************************/

#loginDiv
{
    text-align: center;
    margin-top: 20px;
}

#editBlogPostTitle
{
    padding: 10px;
    margin: 0 auto;
    width: 700px;
    font-size: 14px;
    font-weight: bold;
}

#BlogTextEditor
{
    margin : 0 auto;
    width : 700px;

}
#BlogTextEditorButtons
{
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#BlogTextEditorButtons a
{


    color: Orange;
    text-decoration: underline;
}


#admintoolslinks
{
    width: 250px;
    background-color: #333333;
    padding-left: 10px;
    padding-top: 10px;
    margin-left: 100px;
    margin-top:10px;
    list-style : none;
}

#adminonelink
{
    padding-top: 5px;
    
}

.AdminLoginStatus
{
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}


/* Manage Blog Page ******************************************/
#ManageRepeaterDiv
{
    border-style: dashed;
    border-width: 2px;
}
#ManageNavButton
{
    text-align: center;
    padding-bottom: 5px;
}
#ManageTitleHead
{
    width: 100%;

}
#ManageBlogTitle
{
    padding-right: 5px;

    float: left;
}
#ManageBlogTitle a
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
#ManageBlogTitle a:hover
{
    text-decoration: underline;
    color: #FFFFFF;
}
#ManageStatuslabel
{
    font-size: 14px;
    color: #FF3300;
    float: right;
    padding-right: 20px;
}

#ManageBlogDateTime
{
    width: 75%;
    float: left;
}

#ManageBlogButtons
{
    width: 23%;
    text-align: right;

}
#ManageSeparator
{
    width: 100%;
    height: 2px;
    background-color: #CCCCCC;
}

#ManageAltBG
{
    background-color: #666666;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}
#ManageRegBG
{
    background-color: #333333;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
}
#ManageDeleteButton a
{
    color: #990000;
}

.ManageDeleteModalParent
{
    z-index: inherit;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 2px;

    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
}

#ManageDeleteModal
{
    border: thin dotted #CCCCCC;
    padding: 10px;
    width: 140px;
    height: 60px;
    top: 100px;
    background-color: #800000;
    filter: alpha(opacity=100);
    opacity: 1;
    text-align: center;
    margin-top: 300px;
    padding: 10px;
    color: #FFFFFF;
}
#ManageDeleteButtonModal
{
    margin-top: 10px;
}

/* Admin menu bar ******************************************/


.PanelAdminMenu{
    margin-top: 10px;
    
}

/* Post Film Page ******************************************/


.FilmpostTableFirstColumn
{
    width: 300px;
    text-align: right;
}
/* Manage Album page ***************************************/


#AlbumThumbnailFrameEdit
{
    border: 1px solid #666666;
    width: 140px;
    height: 160px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    background: #3C3C3C;
    float: left;
    text-align: center;
}

#tableCenter
{
text-align: center;
}

#AlbumEditPhotoThumb
{
    border: 1px solid #000000;
    width: 140px;
    text-align: center;
    background-color: #333333;
}

#TagPanelSingleTag
{
    background-color: #333333;
}
#TagPanelSingleTagName
{
    float: left;
    padding-left: 5px;
    text-align: left;
}
#TagPanelSingleTagRight
{
    float: right;
    font-size: 8px;
     padding-right: 5px;
}
#ManagePhotoSideTitle
{
    font-size: 18px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}
#toolEditAlbum
{
    text-align: left;
    padding-left: 10px;
}

/* Admin menu bar ******************************************/



#AdminMenu
{
    height: 20px;
    margin-top: 5px;
    color: #fff;
    width: 100%;
    float: left;
}
#AdminMenu a
{
    color: #FF6600;
    background: inherit;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}
#AdminMenu a span
{
    padding-right: 10px;
    line-height: 23px;
    font-family: Arial;
    font-size: 8pt;
    font-family: Arial;
    text-transform: uppercase;
    text-decoration: none;
}
#AdminMenu a, #AdminMenu a span {
    display : block;
    float : left;
}
#AdminMenu a:hover, #AdminMenu .current
{
    color: #ffffff;
    background: url(images/tabl.gif) color: #FF6600 no-repeat left top;
    padding-left: 10px;
    height: 23px;
}
#AdminMenu a:hover span, #AdminMenu .current span {
    background : url(images/tabr.gif) #FF6600 no-repeat right top;
    padding-right : 10px;
    height : 23px;
    cursor : pointer;
}
#AdminMenu ul {
    list-style : none;
    padding : 0;
    margin : 0;
}
#AdminMenu li {
    float : left;
    margin : 0 0 0 5px;
}



/* offline page ******************************************/

#offlinediv
{
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 100px;
    background-color: #4b4b4b;
}

/* moodomatic ********************************************************/




/* moodomatic mobile ********************************************************/



#mobileCentered
{
    width : 320px;
    height : 480px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* Css Menu Buttons ********************************************************/

#btnAbout a
{
	display: block;
	width: 25px;
	height: 21px;
	padding: 10px 10px 10px 7px;
	background: url("assets/images/btn_about.png") no-repeat center center;
	text-decoration: none;
}
#btnAbout a:hover 	
{
	display: block;
	width: 25px;
	height: 21px;
	padding: 10px 10px 10px 7px;
	background: url("assets/images/btn_about_hover.png") no-repeat center center;
	}
#btnAbout a:active 
{
	display: block;
	width: 25px;
	height: 21px;
	padding: 10px 10px 10px 7px;
	background: url("assets/images/btn_about_hover.png") no-repeat center center;
	}
#btnMail a
{
	display: block;
	width: 25px;
	height: 21px;
	padding: 10px 10px 10px 7px;
	background: url("assets/images/btn_mail.png") no-repeat center center;
	text-decoration: none;
}
#btnMail a:hover 	
{
	display: block;
	width: 25px;
	height: 21px;
	padding: 10px 10px 10px 7px;
	background: url("assets/images/btn_mail_hover.png") no-repeat center center;
	}
#btnMail a:active 
{
	display: block;
	width: 25px;
	height: 21px;
	padding: 10px 10px 10px 7px;
	background: url("assets/images/btn_mail_hover.png") no-repeat center center;
	}