/* ----------------------------------------
Theme Name: basic
Theme URI: http://www.visual-assault.org/projects/wp_theme-basic/
Description: A totally stripped down and basic WordPress Theme
Version: 1.0
Author: Ron "eclip5e" Adams
Author URI: http://eclip5e.visual-assault.org
Last Modified: 2005.04.21
Provides: Theme definition file for WordPress 1.5
---------------------------------------- */

/*
Theme Name: Celian.dk
Theme URI: http://celian.dk/
Description: My Personal Web Site Theme
Version: 1.5
Author: Magnus P. Bjarnason

*/
/***********************************************/
/* Colors used:                                */
/* --------------------------------------------*/
/* #000000 = RBG   0,  0,  0 = (black)         */
/* #7F7F7F = RBG 127,127,127 = (dark grey)     */
/* #666666 = RBG 102,102,102 = (medium grey)   */
/* #999999 = RBG 153,153,153 = (light grey)    */
/* #FAFAFA = RBG 250,250,250 = (light grey)    */
/* #BDBEBD = RBG 189,190,189 = (light grey)    */
/* #EFF0F1 = RBG 239,240,241 = (dark white)    */
/* #EFEFEF = RBG 239,239,239 = (dark white)    */
/* #FFFFFF = RBG 255,255,255 = (white)         */
/* if you don't like a color, just do a search */
/* and replace on the hex color...             */
/* Foreground color definition */


/* Fonts definition */

body {
        font-family : "Trebuchet MS", Helvetica, Arial, sans-serif,  Verdana, Geneva;
        overflow: auto;
        font-size: 12px;
        background : #CCCCCC;
        color : Black;
        margin: 0px;
}

/* Colors definition */

a { color: #000000; }
a:hover { color : #666666; }
.image { border: 1px solid #000000; }
.imageborder { border: 1px solid #000000; background-color: #FFFFFF; margin-top: 30px; margin-bottom: 30px; }
hr { border: 0; color: #9E9E9E; background-color: #9E9E9E; height: 1px; width: 100%; text-align: left; }


table {
        font-size : 12px;

}

.main {
	background-image: url("http://celian.dk/media/const.gif");
	background-position: 100% 50%;
	background-repeat: no-repeat;
}


body {
        font-size : 12x;
        margin: 0px;
}

h1{
        font-weight: normal;
        font-size: 24px;
        text-decoration: none;
        color: #000000;
        margin: 0px;
}

h2 {
        font-size: 18px;
        margin: 0px;
        color: #999999;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-size: 20px;
        color: #999999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;

}

h4 { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;

}

p {
        font-size: 100%;
        margin: 2px 0px;
}

a {
        text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/* Wordpress Specific CSS */

acronym, abbr, span.caps {

	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}


blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}


ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
  font: 100%/110%  'Helvetica', 'Trebuchet', 'Verdana';
  color: #666;
  font-size: 13px;
  padding-bottom: 5px;
}

#Wordpress h2 {
	border-bottom: 1px dotted #ccc;
	font: 150% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

.credit {
	background: #90a090;
	border-top: double 3px #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {

	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#content {
	margin: 30px 13em 0 3em;
	padding-right: 60px;
}

#menu input#s {
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

