/*
Theme Name: iammartin_theme
Theme URI: http://wordpress.org/
Description: Theme for Martin Senyszak's blog, based on the default WordPress theme
Version: 1.6
Author: Martin Senyszak
Author URI: http://iammartin.co.uk/
Tags: iammartin

	iammartin_theme
	 http://iammartin.co.uk/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/
        Martin Senyszak redesigned it for his own website.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*DEFAULT iammartin css*/
@charset "UTF-8";
/* CSS Document */

body,td,th {
			font-family: Verdana, Arial, sans-serif;
			font-size: 11px;
			color: #666666;
			}
			
body {
		margin-left: 25px;
		margin-top: 15px;
		background-image: url(http://www.iammartin.co.uk/siteimgs/tile.gif);
		}

img { 
     border: none; 
     }

a:link {
	color: #003399;
	text-decoration: none;
	}

a:visited {
           color: #003399;
           text-decoration: none;
	  }

a:hover {
         text-decoration: none;
	 color: #000000;
	}

a:active {
          color: #003399;
	  text-decoration: none;
         }

.imgpad {
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 10px;
		padding-top: 0px;
		}
		
#scrollablearea {
			position: relative;
			overflow: auto;
			width: 850px; 
			height: 480px;
			}
			
#left {
        position: absolute;
        margin: 0 0 0 0px;
        padding: 5;
        width: 250px;
        height: 450px;
        }

#right {
        margin: 0 0 0 250px;
        padding: 5;
        height: 450px;
	white-space: nowrap;
        }
		
#photodiv {
        margin: 0 0 0 0px;
        padding: 5;
        height: 450px;
		white-space: nowrap;
        }
		
/* scrollable div area */
#scrollable1 {
			float: left;
			overflow: auto;
			width: 850px; 
			height: 480px;
			white-space: nowrap;
			}
						
.stylesection {
		}

.style1 {
		}

.style3 {
		font-weight: 100;
		}

.style3x {
                /*text-align: justify;*/
		font-weight: 100;
                font-size: 9px;
		}

.style5 {
        color: #000000;
		font-weight: 100;
		}
		
.style6 {
		color: #333333;
		}
		
.style7 {
		color: #000000;
		}
		
.line {
		border-bottom: solid 1px; 
		border-color: #CCCCCC;
		color: #CCCCCC;
		font-size: 18px;
                font-family: "Helvetica Neue Bold", "Helvetica", Arial, sans-serif;
                font-weight: 600;
		}

/*END DEFAULT iammartin css*/

/*for blog*/

#left_blog {
        position: absolute;
        display: block;
        margin: 0 0 0 0px;
        padding: 5;
        width: 250px;
        height: 450px;
        vertical-align: top;
        }

#right_blog {
        margin: 0 0 0 250px;
        display: block;
        padding: 5;
        height: 450px;
        vertical-align: top;
        }

.singletitle {
                font-weight: bold;
               }

.commentauthor {
               }

.posttime {
               }

.blogdate {
                color: #003399;
                text-decoration:underline;
               }

.blogcat {
		font-size: 11px;
                color: #666666;
                text-decoration: none;
               }

#sidebar {
          list-style: none;
          margin: 0;
         }

.bartitle {
           font-family: "Helvetica Neue Bold", "Helvetica", Arial, sans-serif;
           font-weight: 600;
	   font-size: 18px;
          }

.share {
           font-weight: bold;
          }

.contentline {
	      border-bottom: solid 1px; 
	      border-color: #CCCCCC;
	      color: #666666;
	     }

.content {
	  font-size: 11px;
          }

.foottext {
		font-size:9px;
		}