/*
    Theme Name: The Info
    Theme URL: www.loveart-gallery.com/
    Description: "Custom built from scratch"
    Author: Peter Cowling
    Author URI: http://www.exemplars-gallery.com/
    Version: 1.0
*/

/* Template Design  */
body {
width:auto;
height:auto;
background: #000000;
font-family : Verdana, Arial, Helvetica, sans-serif;
}

#outside{
position:relative;
margin-top: 0em;
margin-bottom: 1em;
margin-left: auto;
margin-right: auto;
width: 990px;
}

#outside #top{
display: block;
padding: 5px;
background: transparent url(images/site_top.png) no-repeat top;
}

#outside #center {
display:block;
margin-top:5px;
margin-bottom:5px;
height: auto;
background: transparent url(images/site_bg.png) repeat-y top;
}

#outside #bottom {
display: block;
padding: 5px;
background: transparent url(images/site_base.png) no-repeat bottom;
}

/*
Specific to the main index template
*/
#faqs{
position:absolute;
     top:500px;
     width:850px;
     margin-left:50px;
     margin-right:50px;
     display:inline;
     color:white;
}

.faqHeader{

     margin-left:50px;
     font-size:24px;
}

.buyerFaqs{

     float:left;
     margin-left:50px;

}


.artistFaqs{

     float:right;
}

/*
Contains both the posts etc. and the right-hand-side sidebar; c/b called inner
*/
#content { 
	
	margin-top:30px;
        background:#181818;
	width:960px;
        min-height:700px;

}

/*
The left-hand-side column, containing the posts etc.
*/
#maincolumn {
display:inline;
float:left;
width:640px
text-align:left;
margin-bottom:12px;
}

/*
Section Title
*/
.ttl{

background-image: url(images/posts-header.png);
height:61px;
width:600px;
padding-left:15px;
padding-top:12px;
position:absolute;
top:475px;
left:44px;

}

.ttlText{

z-index:2;
position:absolute;
top:475px;
left:55px;
}


/*
Posts
*/

.post {
display:block;
width: 600px;
margin-left:30px;
background: white;
padding-top:5px;
padding-bottom:15px;
}

.postTitle{

        padding-top:10px;
        margin-left:24px;
        width:500px;
}

.postCategories{

margin-left:24px;
}

.postEntry{
margin-left:24px;
width:560px;
line-height:24px;
}

.postReadMore{

 padding-top:12px;
 padding-bottom:10px;
 border-bottom: 1px solid grey;
}

/*
Helpers
*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}

a img {
border:0px;
}