
	
body {
	font-family: Georgia, "Times New Roman", Times, serif;    
	background-image: url(http://sigurros.s3.amazonaws.com/site_images/takk/background02.jpg);
		color: #000;
    text-align: center; /* Centers the container */
    margin: 0;
    padding: 0;
 
}

#wrapper {
    width: 627px;
    margin: 0px auto 10px; /* It's important to set the margin to auto if you want the layout to center */
}


#header {
    margin: 0;
    padding: 30px 0 5px;
}



#footer { 
    margin: 20px auto; /* It's important to set the margin to auto if you want the layout to center */
	clear: both; 
	    text-align: left;
}



/* End Structure */


a img 
{
            border: none;
}

a {

            outline: none; /* Removes Firefox imposed outline */
}


a:link 
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a:visited 
{
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
  
  a:hover 
{
	text-decoration: underline;
	color: #996600;
	font-weight: normal;
}


a:active 
{
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
}

.frontpageheadlines {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-transform: lowercase;
	list-style-image: url(/site_images/takk/birdbullets/rotate.php); 
}


.big 
{
	font-size: 16px;
	font-weight: bold;
	color: #494949;
	line-height: 20px;
}



/* --------------------------------------------------------------------------------- 
		hovering css
		thanks to tumblr.com archives pages for this.
--------------------------------------------------------------------------------- */



a img {
    border-width: 0px;
}

#post_bricks {

      width: 628px;


}

a.brick {
    display: block;
    float: left;
    width: 200px;
    height: 200px;
    list-style-type: none;
    overflow: hidden;
	margin: 4px;
    font: Normal 11px Helvetica, sans-serif;
    color: #444;
    position: relative;
    background-color: #FdFcFF;
    text-decoration: none;
    
}

a.brick:hover 
{
	cursor: pointer;
}

    a.brick a 
	{
        color: #007BFF;
    }



div.user_hover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 20px;
    background-color: #000;
    display: none;
    z-index: 10;
    text-align: center;
    color: #fff;
    font: 24px Georgia, serif;
    opacity: 0.75;
    filter: alpha(opacity = 50);
    -moz-opacity: .50;
}

a.brick:hover div.user_hover {
    display: block;
}
