﻿*
{
    margin: 0;
    padding: 0;
}

body
{
    background-color: white;
    font-family: 'Segoe UI', Tahoma, Arial;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

#container
{
    width:100%;
}

#header {
    font-size:2em;
    padding-top:30px;
    width:100%;
    height:70px;
    overflow:hidden;
}

#header a {
    text-decoration: none;
}

#header-arrow {
    display:inline-block;
    float:left;
    padding-left:60px;
    padding-right:10px;
}

#header-arrow img {
    border-width:0;
    width: 26px;
    height: 26px;
    vertical-align:bottom;
}

#header-title {
    display:inline-block;
    float:left;
}

#header-title a {
    outline:none;
}

#content
{
    margin-left:96px;
    overflow:hidden;
}

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

pre {
    background-color: #ccc;
    border:solid 1px darkred;
    padding:5px;
}


.tile {
    width:150px;
    height:150px;
    margin:0 10px 10px 0;
    float:left;
    text-align:center;
    color:white;
    background-color:orange;
    font-size:medium;
    border:solid 0 #fff;
}

.tile:hover {
}

.tile a {
    line-height:150px;
    display:inline-block;
    width:100%;
    text-decoration:none;
    color:white;
}

.yellow {
    background-color: yellow;
}

.darkblue {
    background-color: darkblue;
}

.green {
    background-color:green;
}

.crimson {
    background-color:crimson;
}

.darkseagreen {
    background-color:darkseagreen;
}

.purple {
    background-color: purple;
}

.tile-clock {
    width:310px;
    height:150px;
    background-color:brown;
    float:left;
    margin:0 10px 10px 0;
    font-size:1.5em;
    color:white;
    text-align:left;
}

/* Clock */
#clock #time
{
    font-size:2.5em;
    float:left;
    margin:30px 0 10px 0;
    width:145px;
    text-align:right;
}

#clock #dow
{
    float:left;
    margin:45px 0 0 10px;
}

#clock #date
{
    float:left;
    margin:0 0 0 10px;
}

.reminder 
{
    font-size:1.1em;
}

/* Weather Tile */
#weather-tile {
    height:130px;
    margin: 10px 10px;
    line-height:normal;
    font-size:1em;
    text-align:left;
}

#weather-tile > img {
    display:block;
    width:32px;
    height:32px;
    float:left;
    border-style:none;
    outline:none;
}

#weather-tile > #temp {
    font-size:2.0em;
    float:right;
}

#weather-tile > #location {
    width:100%;
    float:left;
    margin-top:10px;
}

#weather-tile > #condition {
    width:100%;
    float:left;
}


#weather-tile small {
    display:block;
    float:left;
    font-size:xx-small;
    margin-top:20px;
}

.weatherdetail {
    height:60px;
    width:100px;
    float:left;
    text-align:left;
    font-size:9pt;
}

.weatherbtn {
    border:solid 1px white;
    cursor: pointer;
    padding:5px;
    border-radius:5px;
}

.weatherbtn:hover {
    border: solid 1px purple;
}

#weather-settings {
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-200px;
    margin-top:-150px;
    padding:10px;
    display: none;
    width: 400px;
    height: 285px;
    border: solid 2px purple;
    background-color: #eee;
    text-align:left;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#weather-settings input[type="button"] {
    margin-top:auto;
    width: 65px;
    height:30px;
    float:right;
    margin:5px;
}

/* Blog */
#blog
{
}

.blogEntry
{
}

.blogEntryTitle
{
    font-size:x-large;
    font-weight:bold;
    color:#900;
    padding:5px;
}

.blogEntryTitle a {
    text-decoration: none;
}

.blogEntryTitle a:hover {
    text-decoration:underline;
}

.blogEntryDate
{
    font-style:italic;
    font-size:small;
    padding:5px;
    border-top:solid 2px #ccc;
}

.blogEntryContent
{
    color:#000;
    font-size:medium;
    padding:5px;
}

.blogCommentEntry {
    padding:20px;
    font-weight:bold;
    color:#900;
}

.blogCommentEntry fieldset {
    padding:10px;
}

.blogCommentEntry legend {
    margin-left:10px;
}

@media screen and (max-width:480px)
{

body {
    font-size: 0.8em;
}

.tile {
    width:100px;
    height:75px;
    margin:3px;
    float:left;
    font:0.2em;
}

.tile-clock {
    width:205px;
    height:75px;
    float:left;
    text-align:left;
}

/* Clock */
#clock #time
{
    font-size:9pt;
    float:left;
    width:150px;
    text-align:right;
}

#clock #dow
{
    font-size:9pt;
    float:left;
    color: #fff;
}

#clock #date
{
    font-size:9pt;
    float:left;
}

}
