/*
--------------------------------------------------------------------------------
CSS for MarcusLingl.Net version 7.x (by Marcus Lingl)
--------------------------------------------------------------------------------
*/

/*
--------------------------------------------------------------------------------
General HTML and Site-wide settings
--------------------------------------------------------------------------------
For reference only, so I don't have to go fumbling for the codes

green  #28962D
blue  #26386B
orange #FB9504
lightblue #C8DDF8

*/

body {
    font-family: "lucida grande", helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: url(/images/bkg_blu1.jpg) repeat;
    color: #353535;
}

a:link, a:visited {
    font-family: "lucida grande", helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    color: #382D8B;
}

a:hover {
    font-family: "lucida grande", helvetica, sans-serif;
    font-weight: normal;
    text-decoration: underline;
    color: #FB9504;
}

input,textarea {
    border: 1px solid black;
    color: black;
    background-color: #FFFBE6;
}


H2 {
    font-family: "lucida grande", helvetica, sans-serif;
    font-size: 18px;
}

H3 {
    font-family: "lucida grande", helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
}


acronym {
    cursor: help;
    color: black;
    border-bottom: 1px dotted #000000;
}

img {
    border: 0;
}



/*
--------------------------------------------------------------------------------
Header Styles
--------------------------------------------------------------------------------
*/

#header {
    width: 800px;
    background: transparent url(/images/hdr.jpg) repeat;
    border-bottom: 1px solid black;
    white-space: nowrap;
    color: #000000;
    text-align: left;
    padding: 0;
    height: 87px;
}

#date {
    float: right; 
    display: inline; 
    padding-top: 3px; 
    padding-right: 10px;
    font-size: .90em;
    color: #3c3c3f;
}

.linkbar {
    background: white;
    padding: 5px;
    white-space: nowrap;
    text-align: left;
}

.linkbar a:link, .linkbar a:visited {
    background: url(/images/dots_gr.gif) no-repeat 0px 2px;
    padding-left: 14px;
    font-family: "lucida grande", helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: gray;
}

.linkbar a:hover {
    background: url(/images/dots.gif) no-repeat 0px 2px;
    padding-left: 14px;
    font-family: "lucida grande", helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: gray;
}

.slogan {
    color: black;
    background-color: transparent;
    font-size: 10px;
    margin-left: 10px;
}

/*
---------------------------------------------------------------------------------
Footer Stuff
---------------------------------------------------------------------------------
*/

#footer {
    width: 800px;
    clear: both;
}

.footerlinks {
    clear: both;
	background: #FFFFFF;
    padding: 5px;
    text-align: center;
    border-bottom: 1px solid black;
}

.footerlinks a:link, .footerlinks a:visited {
    background: url(/images/ft_dots_gr.gif) no-repeat;
    padding-left: 14px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: gray;
}

.footerlinks a:hover {
    background: url(/images/ft_dots_o.gif) no-repeat;
    padding-left: 14px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: gray;
}

#credits {
    background-color: #CDCDCD;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    min-height: 30px;
    color: #000000;
    font-size: .80em;
    text-align: left;
}

#credits a {
    text-decoration: none;
    background-color: transparent;
    font-weight: normal;
    color: black;
}

#credits a:hover {
    text-decoration: underline;
}

.copyright {
    font-family: "lucida grande", helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: black;
    text-align: left;
    width:30%;
}


/*
--------------------------------------------------------------------------------
Main Body
--------------------------------------------------------------------------------
*/
#container {
    width: 800px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    margin: auto;
    text-align: center;
    background-color: #FFFFFF;
    color: #353535;
}

#left_col {
    width: 580px;
    padding: 0px 5px 20px 15px;
    margin:0;
    text-align: left;
    float: left;
}

#right_col {
   width: 180px;
   padding: 0px 8px 0px 8px;
   margin-left: 600px;
   text-align: left;
}

/*
--------------------------------------------------------------------------------
MacDude Blog
--------------------------------------------------------------------------------
*/
.weblog {
    line-height: 1.5em;
    background: url(/images/fade.gif) repeat-y;
    padding-right: 10px;
}

.weblog h2 {
    font-family: "lucida grande", helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #26386B;
    margin: 1px;
    border-bottom: 2px solid black;
}

.weblog h2 a:link, .weblog h2 a:visited {
    font-family: "lucida grande", helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #26386B;
}

.weblog h2 a:hover {
    text-decoration: none;
}

.weblog blockquote {
    border: 1px dashed #CDCDCD;
    padding: 5px;
}

.cat {
    padding: 0px 3px 0px 3px;
    background-color: #FB9504;
    color: #FFFFFF;
    font-size: .85em;
    float: right;
    margin-right: 10px;
}

.news_postedinfo {
    font-family: Times;
    font-size: 1.0em;
    color: #28962D;
}

.comments {
    border: 2px solid #CDCDCD;
    background-color: #EDEDED;
    padding: 7px;
    color: black;
    font-size: .85em;
    width: 450px;
}

.quote {
    font-style: italic;
    background: #E4F0FD;
    color: black;
    border-top: 1px solid #BAD9FA;
    border-bottom: 1px solid #BAD9FA;
    margin-left: 25px;
    margin-right: 25px;
    padding: 3px;
}

.bottombar {
    background-color: #EFEFEF;
    border-top: 2px solid #DCDCDC;
    border-bottom: 2px solid #DCDCDC;
    padding: 5px;
}

.stripe {
	color: #FFFFFF;
	font-size: 1.25em;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
	background-color: #26386B;
}
	
img.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
}

img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

.centerimg {
    text-align: center;
    font-size: .75em;
    color: #000000;
}

.tweet {
    font-family: georgia; 
    font-size: 1.1em; 
    padding-top: 10px;
    width: 500px;
    border-top: 1px solid #cdcdcd;
    margin-bottom: 10px;
}

.tweeton {
   color: #969593; 
   font-size: .70em; 
   font-style: italic;
 }
/*
-------------------------------------------------------------------------------
Side Boxes
-------------------------------------------------------------------------------
*/

.rightbox {
    width: 165px;
    border-left: 1px solid #CDCDCD;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    text-align: left;
    padding-left: 7px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.rightbox h3 {
    color: #FB9504;
    font-size: 1.25em;
    padding: 2px;
    margin-top: -12px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    position: relative;
}

.rightbox h4 {
    color: #353535;
    font-size: 1.0em;
    padding: 2px;
    background-color: transparent;
    margin-top:0;
    margin-bottom: 0px;
}

.rightbox p {
    padding-right: 10px;
    background-color: transparent;
    color: #000000;
    font-size: .90em;
}

.feeds {
    background-color: #F0F0F0;
    color: #000000;
    padding: 5px;
}

.feeds p {
    padding: 0px 10px 0px 10px;
}

.feeds a {
    font-weight: bold;
    padding-top: 4px;
}

.feeds h5 {
    color: #FFFFFF;
	font-size: .90em;
	font-weight: bold;
    padding: 2px 0px 2px 5px;
	background-color: #26386B;
	margin:0;
}

.spacer_dash {
    border-bottom: 1px dashed #DCDCDC;
    height: 2px;
    margin: 0px 3px 0px 3px;
}

/*
--------------------------------------------------------------------------------
Titles
--------------------------------------------------------------------------------
*/

#title {
    background-repeat: no-repeat; 
    position: absolute; 
    top: 125px; 
    left: 50px; 
    z-index: 5; 
    margin: 0; 
    padding: 0; 
    width: 400px; 
    height: 42px;
}

/*
--------------------------------------------------------------------------------
Wishlist
--------------------------------------------------------------------------------
*/

.stripered {
	color: #FFFFFF;
	font-size: .90em;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
	background-color: red;
}
	
.stripegreen {
	color: #FFFFFF;
	font-size: .90em;
	font-weight: bold;
	padding: 2px 0px 2px 5px;
	background-color: green;
}


/*
---------------------------------------------------------------------------------
Calendar Stuff
---------------------------------------------------------------------------------
*/

.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #ffffff;
 font-weight: bold;
}

.navlinks, .navlinks a:link, .navlinks a:visited, .navlinks a:hover { 
 color:       black;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 

.navlinks a:link    { color:  #DCDCDC; text-decoration: none;}
.navlinks a:visited { color:  #DCDCDC; text-decoration: none;}
.navlinks a:hover   { color:  #FB9504; text-decoration: underline;}


.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

.monthdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}

.monthdays a { 
    color:  #382D8B; 
    text-decoration: underline; 
    font-weight: bold;
    font-size:   9px;
}

.monthdays a:visited { 
    color:  gray; 
    text-decoration: underline;
    font-weight: bold;
    font-size:   9px;
}

.monthdays a:hover { 
    color:  #FB9504; 
    text-decoration: underline;
    font-weight: bold;
    font-size:   9px;
}
/*
--------------------------------------------------------------
CSS Gallery Stuff
--------------------------------------------------------------
*/
#csspics {
	position: relative;
	height: 575px;
}
		
.defaultpic {
    position: absolute;
	top: 150px;
	left: 25px;
    font-weight: bold;
    color: #000000;
}
		
.thumbp {
	width: 80;
	height: 60px;
	float: left;
	padding: 0px 8px 5px 0px;
}
		
.thumbp img {	    
	width: auto;
	height: 60px;
	border: 2px solid #CDCDCD;
}
		
.thumbl {
	width: 80px;
	height: 60px;
	float: left;
	padding: 0px 8px 10px 0px;
}
		
.thumbl img {	    
	width: 80px;
	height: 60px;
	border: 2px solid #CDCDCD;
}
		
.thumbp:hover img,  .thumbl:hover img {
	border: 2px solid #26386B;
}
		
.thumbp span, .thumbl span {
	position: absolute;
	color: black;
	visibility: hidden;
	text-decoration: none;
	font-weight: bold;
}
		
.thumbp:hover span img, .thumbl:hover span img {
	width: auto;
	height: auto;
	border: 2px solid #CDCDCD;
}
		
.thumbp:hover span, .thumbl:hover span{
	visibility: visible;
	top: 150px;
	left: 25px;
	z-index: 10;
	width: 500px;
	background-color: #FFFFFF;
}
		
.clear {
	clear: both;
}