/*
CSS spesifikt for meg. Greit å ha alt her.
*/



/* Begin Typography & Colors */
#gridflickrbig {
	float: left;
        width: 600px;
        min-height: 335px;
        padding-top: 25px;
        vertical-align: top;
        margin-bottom: 25px;
	}
#gridflickrtext h2 {
        font-family: helvetica, arial;
        font-weight: bold;
        color: #c3c3c3;
        font-size: 2em;
        line-height: 1.3em;
        margin-top: 8px;
	}
.archivesup {
        font-family: helvetica, arial;
        font-weight: bold;
        color: #c3c3c3;
        font-size: 0.2em;
        line-height: 1.3em;
	}
#gridflickrsmall {
	float: left;
        width: 300px;
        min-height: 225px;
        padding-top: 25px;
        vertical-align: top;
        margin-bottom: 10px;
	}
#gridflickrtext {
	float: left;
        width: 300px;
        min-height: 110px;
        padding-top: 15px;
        vertical-align: top;
	}
#gridflickrheader {
	float: left;
        width: 300px;
        height: 30px;
        vertical-align: top;
	}
#gridflickrheader h2 {
        font-family: helvetica, arial;
        font-weight: bold;
        color: #c3c3c3;
        font-size: 2.4em;
        line-height: 1.3em;
        margin-top: 15px;
	}
#gridcelltop {
	float: left;
        width: 150px;
        height: 130px;
        padding-top: 25px;
        vertical-align: top;
	}
#gridcelltweet {
	float: left;
        width: 420px;
        min-height: 160px;
        vertical-align: top;
	}
#gridcellempty {
	float: left;
        height: 160px;
        vertical-align: top;
	}
#categorytitle {
	float: left;
        height: 100px;
        vertical-align: top;
        width: 600px;
        align: left;
	}
#searchtitle {
	float: left;
        vertical-align: bottom;
        width: 750px;
        align: left;
	}
#searchtitle .pgtitle, h2 {
        font-family: helvetica, arial;
        font-weight: bold;
        font-size: 7em;
        color: #333333;
        line-height: 1.3em;
        margin-top: 15px;
        align: left;
        margin-bottom: 0px;
	}
#categorytitle .pgtitle, h2 {
        font-family: helvetica, arial;
        font-weight: bold;
        font-size: 7em;
        line-height: 1.3em;
        margin-top: 15px;
        align: left;
	}
#gridcelltweetright {
	float: right;
        align: right;
        height: 160px;
        vertical-align: top;
	}
#gridentrytitle {
        position: relative;
        float: left;
        vertical-align: top;
        width: 290px;
        margin-top: 5px;
        min-height: 85px;
	}
#gridentrytext {
        position: relative;
        float: left;
        vertical-align: top;
        width: 450px;
        margin-top: 5px;
        min-height: 85px;
	}
#gridentryinfo {
        position: relative;
        float: right;
        align: right;
        vertical-align: top;
        width: 150px;
        margin-top: 5px;
        min-height: 85px;
	}
#gridentryinfo p {
        font-family: helvetica, arial;
        font-weight: bold;
        color: #c3c3c3;
        font-size: 1.2em;
        margin-top: 16px;
	}
#gridentryinfo a {
        color: #c3c3c3;
	}
#gridentryinfo a:hover {
        color: #333333;
	}
#gridsingletitle {
        position: relative;
        float: left;
        align: left;
        vertical-align: top;
        width: 320px;
        margin-top: 20px;
        min-height: 80px;
        margin-bottom: 20px;
	}
#gridsingledate {
        position: relative;
        float: left;
        align: left;
        vertical-align: top;
        width: 300px;
        margin-top: 20px;
        min-height: 80px;
        margin-bottom: 20px;
	}
#gridsingletext {
        position: relative;
        float: left;
        align: left;
        vertical-align: top;
        width: 450px;
	}

.hbtitle {
        font-family: helvetica, arial;
        font-weight: bold;
        color: #336666;
        font-size: 1em;
	}
.hbtitle a:visited {
        color: #336666;
	}
.hbtitle a:hover {
        color: #339999;
	}
.hbsub {
        font-family: helvetica, arial;
        font-weight: bold;
        color: #669999;
        font-size: 1em;
	}
#gridcelltop p {
        font-family: helvetica, arial;
        font-weight: bold;
        font-size: 1.8em;
	}

#tweet {
        font-family: helvetica, arial;
        font-weight: bold;
        color: #5b5b5b;
        font-size: 2.4em;
        line-height: 1.3em;
        margin-top: 10px;
	}
#tweet a:hover {
        background: #e9ece5;
        }
#tweet a {
        color: #c3c3c3;
        }
#tweetcomment {
        font-family: helvetica, arial;
        font-weight: bold;
        color: #c3c3c3;
        font-size: 1.2em;
        margin-top: 10px;
	}
.gpost {
        font-family: helvetica, arial;
        font-weight: bold;
	}
.edibles, .Edibles {
        color: #39b54a;
	}
.edibles a:hover {
        background: #39b54a;
        color: #ffffff;
	}
.visuals, .Visuals {
        color: #f8de00;
	}
.visuals a:hover {
        background: #f8de00;
        color: #ffffff;
	}
.chinese, .Chinese {
        color: #f8de00;
	}
.chinese a:hover {
        background: #f8de00;
        color: #ffffff;
	}
.sense, .Sense {
        color: #1cbbb4;
	}
.sense a:hover {
        background: #1cbbb4;
        color: #ffffff;
	}
.nonsense, .Nonsense {
        color: #ff8a00;
	}
.nonsense a:hover {
        background: #ff8a00;
        color: #ffffff;
	}
#gridcelltop .edibles a:hover {
        text-decoration: underline;
        background: #ffffff;
        color: #39b54a;
	}
#gridcelltop .visuals a:hover {
        text-decoration: underline;
        background: #ffffff;
        color: #f8de00;
	}
#gridcelltop .sense a:hover {
        text-decoration: underline;
        background: #ffffff;
        color: #1cbbb4;
	}
#gridcelltop .nonsense a:hover {
       text-decoration: underline;
        background: #ffffff;
        color: #ff8a00;
	}
#gridentrytitle h2 {
        font-family: helvetica, arial;
        font-weight: bold;
        font-size: 2.3em;
        margin-bottom: 5px;
        line-spacing: 2.6em;
	}
#gridsingletitle h2 {
        font-family: helvetica, arial;
        font-weight: bold;
        font-size: 3em;
        margin-bottom: 5px;
        margin-top: 0px;
        line-spacing: 3,3em;
	}
#gridsingledate p {
        font-family: helvetica, arial;
        font-weight: normal;
        font-size: 1.6em;
        margin-bottom: 5px;
        margin-top: 0px;
        color: #c3c3c3;
	}
#gridentrytext p {
        font-family: georgia, helvetica, arial;
        font-weight: normal;
        font-size: 1.4em;
        line-height: 1.4em;
        color: #444444;
	}
#gridsingletext p {
        font-family: georgia, helvetica, arial;
        font-weight: normal;
        font-size: 1.4em;
        line-height: 1.8em;
        color: #444444;
	}
#gpostcontainer {
        width: 900px;
	}
#gridsingletext .flushleft {
    float: left;
    position: relative;
    margin: 1em 1em 1em -150px;
}
#gridsingletext .flushright_h {
    float: right;
    position: relative;
    margin: 1em -300px 1em 1em;
}
#gridsingletext .flushright_v {
    float: right;
    position: relative;
    margin: 1em -150px 1em 1em;
}
#footercontainer {
	float: left;
        width: 900px;
        min-height: 120px;
        margin-top: 25px;
        vertical-align: top;
        background: #333333;
	}
#footerempty {
	float: left;
        width: 150px;
        min-height: 120px;
        margin-top: 10px;
        vertical-align: top;
	}
#footercontent {
	float: left;
        width: 150px;
        min-height: 120px;
        margin-top: 10px;
        vertical-align: top;
	}
#footercontent h2 {
        font-family: helvetica, arial;
        font-weight: bold;
        color: #4f4f4f;
        font-size: 2em;
        line-height: 1.3em;
	}
#footercontent p {
        font-family: helvetica, arial;
        font-weight: bold;
        color: #c3c3c3;
        font-size: 1.2em;
	}
#footercontent a {
        font-family: helvetica, arial;
        font-weight: bold;
        color: #c3c3c3;
        font-size: 1.0em;
	}
#footercontent a:hover {
        color: #c3c3c3;
        text-decoration: underline;
	}
#footercontent a:visited {
	}
#ksearchform {
        margin: 0px;
	}
#ksearch {
        background: #333333;
        border: 1px solid;
        border-color: #515151;
        color: #C3C3C3;
	}