/*
	wudom.com style sheet
	
	/style/main.css
	
	latest update july 2013
	
	for all pages except the admin one and timeline one o_O


*/


body {
	height: 100%;
	/*background: url("background.png") repeat-x scroll center top rgb(16,16,16);*/
	background-color: rgb(16,16,16);
	margin: 0px;
	padding: 0px;

	color: rgb(136, 136, 136);
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-family:Gill Sans, Arial, Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:normal;
	
}
h2 {
	font-family:Gill Sans, Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-size:15px;
	margin:0px 0 0px 0;
	color:#FFF;
	padding-bottom: 10px;
}




/* 
	main containers and page elements, in general order of appearance in page
*/


#container {			/* invis */
	width: 900px;
	padding: 0px 30px;
	margin: auto;			/* this centers the container */
}

#header {
	width: 900px;
	height: 71px;
	margin: auto;
	position: relative;

}
#header #logo {
    margin: 14px 13px 0px 15px;
    float: left;
}
#logo {
    overflow: hidden;
    width: 300px;				/*    */
    height: 45px;
}
h1 {
    color: rgb(63, 63, 63);
    margin: 0px 0px 30px;
    padding: 0px;
    font-weight: bold;
    font-size: 35px;
    line-height: 24px;
    letter-spacing: -1px;
}
#logo a {
    display: block;
    overflow: hidden;
    text-indent: -999em;
    height: 100%;
    background-image: url("/ui/logo.png");
    background-repeat: no-repeat;
}


div#menu-container {
	/*width: 250px;*/
	height: 20px; /* was 45*/
	padding: 0px;
	margin: 0px;
	
	position: absolute;
	top: 25px;
	left: 330px;
	/*background-color: rgb(30,30,30);*/
}
.menu-button {
	width: 20px;
	height: 20px;
	padding: 0px;
	/*margin: 0px 4px 0px 0px;*/
	margin: auto 15px auto 0px;
	float : left;
	/*background-color: rgb(0,0,0);*/
	cursor: pointer;
	opacity: 0.7;
	
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
/* 
opacity moved to class, disabled buttons will be invisible in preference to having a much lower opacity
*/
#menu-button-1 {
	background-image: url("/ui/menu/login.png");
}
#menu-button-1:hover {
	opacity: 1.0;
}

#menu-button-2 {
	background-image: url("/ui/menu/logout.png");
}
#menu-button-2:hover {
	opacity: 1.0;
}

#menu-button-3 {
	background-image: url("/ui/menu/log2.png");
}
#menu-button-3:hover {
	opacity: 1.0;
}

#menu-button-4 {
	background-image: url("/ui/menu/db.png");
}
#menu-button-4:hover {
	opacity: 1.0;
}

#menu-button-5 {
	background-image: url("/ui/menu/cog.png");
}
#menu-button-5:hover {
	opacity: 1.0;
}

#ajContainer {		/* for ajax content at top of page under header, renders hidden */
	margin: auto;
	/*background: none repeat scroll 0% 0% rgb(50,50,50);*/
}



#content {
	margin: auto;
	margin-bottom:80px;
	min-height: 425px;
	padding: 20px;
	background: none repeat scroll 0% 0% rgb(29,29,29);
	border-radius: 15px 15px 15px 15px;

}



/* make l+r add up to 840*/
#right-column {
	position: relative;
	
	float: right;
	width: 420px;
	margin-top: -1px;
	margin-right: -1px;
	padding-bottom: 20px;
}
#left-column {
	float: left;
	width: 420px;
}

#content-count{
	font-size:20px;
	color: rgb(255,255,255);
}

div.clear{
    clear: both;
    height: 0px;
    overflow: hidden;
}

#series-list-container{
	min-height: 800px;
	width: 100%;
	margin: auto;
}





.series-item-container {
	width: 420px; 
	height: 79px;				/* was 90 */
	background-color: rgb(20,20,20);
	float: left; 
	margin-left: 1px;
	margin-top: 1px;
	position: relative;
	border-radius: 4px 4px 4px 4px;
	
	
}
div.series-item-container img {
	border: 1px solid #000000;
	cursor: pointer;
	width: 100px;
	height: 75px;
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 4px 4px 4px 4px;
}
div.series-item-title {
	position: absolute;
	left: 116px;
	top: 4px;
	cursor: pointer;
	/* background-color:#990000; */
}
div.series-item-desc {
	position: absolute;
	left: 116px;
	top: 30px;
	/* background-color:#000099; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; /*  .. */
}





















a:link, a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFF;
	text-decoration: none;
	outline: none;
}
a.google-earth:link, a.google-earth:visited {
	color: #20cc20;
	text-decoration: none;
}
a.google-earth:hover, a.google-earth:active {
	color: #50ff50;
	text-decoration: none;
	outline: none;
}
a.wikipedia:link, a.wikipedia:visited {
	color: #9090ff;
	text-decoration: none;
}
a.wikipedia:hover, a.wikipedia:active {
	color: #c0c0ff;
	text-decoration: none;
	outline: none;
}
a.anchor-button:link, a.anchor-button:visited {
	width: 160px;
	display: block;
	background-color: rgb(16,16,16);
	border: 1px solid rgb(0,0,0);
	border-radius: 5px 5px 5px 5px;
	padding: 4px 0px 4px 10px;
	margin: 2px 0 2px 0;
	color: rgb(128,128,128);
	
}
a.anchor-button:hover, a.anchor-button:active {
	width: 160px;
	display: block;
	background-color: rgb(28,28,64);
	border: 1px solid rgb(0,0,0);
	border-radius: 5px 5px 5px 5px;
	padding: 4px 0px 4px 10px;
	margin: 2px 0 2px 0;
	color: rgb(255,255,255);
}



a.link-section-title:link, a.link-section-title:visited {
	/*font-family: Gill Sans, Verdana, Geneva, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0 0px 0;
	color: #FFF;
}
a.link-section-title:hover, a.link-section-title:active {
	/*font-family: Gill Sans, Verdana, Geneva, sans-serif;*/
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin: 0px 0 0px 0;
	color: #FFF;
}
a.nav-link:link, a.nav-link:visited {
	font-family: Gill Sans, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;

	color: #fff;
}
a.nav-link:hover, a.nav-link:active {
	font-family: Gill Sans, Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;

	color: #fff;
}
.nav-link-container{				/* used in subs.php in left col for the Previous etc text navigation links */
	padding: 10px 10px 12px 0px;

}

/*----------------------------------------------------------------------------------*/
/* used in nav-photos */

.photo-nav-link-container {				/* top strip of links for navigation,  */
	padding: 0px 20px 0px 0px;
}


div#slidebarMain {
	width: 800px;				/* width set here */
	position: relative;
}
div#sliderbarContainer {
	height: 77px;				/* height + 2 */
	position: relative;
	overflow: hidden;
}
div#slidebar {
	position: absolute;
	/*height: 75px;				/* removed temp */
	width: 100000px;
	background-color: rgb(16,16,16);
}
div#slidebar img {
	border: 1px solid rgb(16,16,16);		/* same as bg col */
	float: left;
	cursor: pointer;
	width: 96px;
	height: 72px;
	border-radius: 5px 5px 5px 5px;
}
div#slidebar #slidebarEnd {
	float:left;
}



/* added to render browse content directly into page */
div#browse-container {
	display: none;
	padding: 40px 20px 4px 20px;
	background-color: rgb(16,16,16);
	border-radius: 15px 15px 15px 15px;
}
div#browse-container img {
	border: 1px solid rgb(16,16,16);		/* same as bg col */
	float: left;
	cursor: pointer;
	width: 75px;
	height: 56px;
	border-radius: 5px 5px 5px 5px;
}



div#photodesc-container {				/* used in RenderPhoto()   contains both the image and the desc*/
	margin: 6px 0px 0px 0px;			/* top margin is first, wanted it small as poss to display max image on screen */
	display: block;

}
div#photo-subcont {
	display: table-cell;
	margin: 0px;
	padding: 0px;
}
div#photo-under-container {			/* intended for site main blog container*/
	
	margin: 20px 0px 0px 0px;
	padding: 0px 10px 20px 10px;
	
}


div#tstDesc {					/* old name */
	width: 344px;
	min-width: 344px;
	max-width: 344px;
	display: table-cell;
	vertical-align: top;
	padding: 50px 10px 10px 10px;
	color: #888888;
	background: none repeat scroll 0% 0% rgb(29,29,29);
	border-radius: 5px 5px 5px 5px;
}
div#photodesc-gap{				/* couldnt get a margin between photo and desc using table-cell :(** */
	display: table-cell;
	min-width: 2px;
	max-width: 2px;
}
img#tstPhoto {					/* old name, used in the js, change it! */
	border: 1px solid rgb(0, 0, 0);
	margin: 0px;
	padding: 0px;
	border-radius: 5px 5px 5px 5px;
	width: 516px;
	cursor: pointer;
	vertical-align: top;
}





div#slidebarNav {
	text-align: right;
	position: absolute;
	display: table-cell;			/* ! */
	bottom: -30px;
	left: 0px;
	z-index: 3;
}

div#slidebarNav img {
	cursor: pointer;
	width: 28px;
	height: 28px;
	opacity: 0.7;
}


div#slidebarNav img:hover {
	opacity: 1.0;
}


/* --------------------------------------------------------------------------------------------------- */
/* Other elements, id's */

img#ruler {
	
	visibility: hidden;
	position: absolute;
	z-index: 3;
	padding-top: 1px;
	height: 678px;
	width: 56px;
	clip: rect(0px,56px,600px,0px);
}


/* legacy, used in nav-browse */
div.standard-block {
	width: 800px;
	padding-left: 20px;
	padding-top: 20px;
}
div.title {
	width: 800px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
div#browseContainer {
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}
div#browseContainer img {			/* used in renderbrowse */
	float: left;
	cursor: pointer;
	border: 1px solid rgb(16,16,16);		/* same as bg col */
	width: 100px;
	height: 75px;
}












/* login form */
#loginFormContainer{
	display: none;
}
#catty {
	width: 160px;
	height: 103px; /* 103 */
	background-image: url("/ui/cat02.jpg");
	background-size: 160px 103px;
	background-repeat: no-repeat;
	//margin: 60px auto 60px auto;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	border: 1px solid rgb(80, 80, 80);
	border-radius: 15px 15px 15px 15px;
}
#catty:hover{
	background-image: url("/ui/cat02b.jpg");
}

.thought-bubble{
	float: left;
	background-color: rgb(255,255,255);
	opacity: 0.7;
	border-radius: 15px 15px 15px 15px;
	width: 160px;
	min-width: 160px;
	max-width: 1600px;
	min-height: 103px;
	max-height: 103px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;	/*    */
}
div#login-feedback{
	color: rgb(16,16,16);
	margin: 10px 10px 10px 20px;
	
}

.thinking-bubble{
	border: 1px solid rgb(80, 80, 80);
	position: absolute;
	background-color: rgb(255,255,255);
	opacity: 0.7;
	border-radius: 15px 15px 15px 15px;
}
div#thinking-bubble1{
	top: 5px;
	left: -10px;
	min-width: 20px;
	max-width: 20px;
	min-height: 20px;
	max-height: 20px;
}
div#thinking-bubble2{
	top: 15px;
	left: -30px;
	min-width: 14px;
	max-width: 14px;
	min-height: 14px;
	max-height: 14px;
}


/* form and associated elements */

fieldset#createaccount-form {
	border: 1px solid rgb(80,80,80);
	border-radius: 15px 15px 15px 15px;
	width: 350px;
	background: none repeat scroll 0% 0% rgb(29,29,29);
	/*margin: 0px auto 0px auto;			/* only top R - L needed perhaps */
	margin-top: 5px;
	margin-bottom: 20px;
	float: left;
	
}
fieldset#createaccount-form legend {
	background-color: rgb(0,0,0);
	padding: 4px;
	margin-left: 20px;
	border-radius: 5px 5px 5px 5px;
	border: 1px solid rgb(80,80,80);
	/*color: rgb();*/
}
fieldset#createaccount-form label {
	float: left;
	text-align: right;
	width: 110px;
	padding-right: 10px;
}
fieldset#createaccount-form span {
	font-size: 11px;
	position: absolute;
	top: 0px;
	left: 270px;
}
fieldset#createaccount-form ol {
	margin: 0px;
	padding: 0px;
}
fieldset#createaccount-form li {
	list-style: none;
	padding-top: 10px;
	margin: 0px;
	position: relative;
}
/* just using a class for the following ... */
.textfield {
	width:120px;

}
.submit {
	margin-left: 8px;
	width: 90px;
	background-color: rgb(61,61,61);		/* basing on bg 29 + 16 or 32 as a step */
	color: rgb(136, 136, 136);
	border: 1px solid rgb(80, 80, 80);
	border-radius: 5px 5px 5px 5px;
	padding: 2px;
	cursor: pointer;
	
	font-size: 12px;
	font-family: Gill Sans, Arial, Verdana, Geneva, sans-serif;
}
.submit:hover{
	background-color: rgb(93,93,93);
}




/* used in logs, or anything making tables from divs */
.div-table-container{
	border: 1px solid rgb(16,16,16);
	display: inline-block;
	
}
.div-table-cell{
	float: left;
	margin: 0px 1px 1px 0px;
	padding: 1px 10px 1px 1px;
	color: rgb(255,255,255);
	text-align: right;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}



/* used in ubuntu.php */


.screenshot {
	width: 240px;
	height: 180px;
	padding-top:10px;
	padding-bottom:10px;
	cursor: pointer;
	
}
.screenshot-actual-size {
	width: auto;
	height: auto;	
	padding-top:10px;
	padding-bottom:10px;
	cursor: pointer;
}
.blog-item {
	margin: 0px 0px 10px 0px;
	padding:10px;
	background-color: rgb(42,42,42);
	border-radius: 15px 15px 15px 15px;
	
}
.blog-item-title {	/* making this look same as link, some titles are links */
	display: block;
	padding: 0px 0px 10px 0px;
	color: rgb(204,204,204);
	
}
.header-pad-more{
	padding: 50px 0px 20px 0px;
	font-size:20px;
	
}
.blog-code{
	margin-top: 15px;
	display: inline-block;
	background-color: rgb(255,255,255);
	opacity: .7;
	font-family: Arial;
	color: rgb(0,0,0);
	padding: 0px 20px 0px 20px;
	//border: 1px solid rgb(0,0,0);
	border-radius: 8px 8px 8px 8px;

	
}

div.blog-item img {
	margin-top: 10px;
}

div.blog-item li {
	padding-bottom: 4px;
}
