﻿/*------------------------------------------------------------------
[Content Stylesheet] 	- 	default.aspx

Project:	MiamiWebDesign.net
Version:	1.0
Date created:	2008-05-27
Last change:	2008-05-27
Author:	Tomasz Zeludziewicz
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Table of contents]

1.  about-us
2. contact
3. featured-project
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[1][about-us]
-------------------------------------------------------------------*/
.about-us { float: left; width: 250px; margin: 30px 0px 0px 40px; }
	.about-us p { text-align: justify; }
	

/*------------------------------------------------------------------
[2][contact]
-------------------------------------------------------------------*/
.contact { float: left; width: 250px; margin: 30px 0px 0px 10px; }
	.contact .input { width: 239px; height: 26px; background: transparent url(../Images/input_index_single.png) no-repeat; }
		.contact .input input { width: 230px; height: 20px; background: transparent; border: 0px; padding: 5px; }
	.contact .textarea { width: 239px; height: 88px; background: transparent url(../Images/input_index_multi.png) no-repeat; }
		.contact .textarea input { width: 225px; height: 85px; background: transparent; border: 0px; padding: 10px; }
/*------------------------------------------------------------------
[3][featured-project]
-------------------------------------------------------------------*/
.featured-project { float: left; width: 370px; height: 287px; background: transparent url(../Images/bg_featured_projects.jpg) no-repeat; margin: 30px 0px 0px 0px; }
	.featured-project h1 { float: left; margin: 25px 0px 0px 55px; color: white; font-size: 13px; font-weight: bold; }
	.featured-project img { margin: 8px 0px 0px 13px; }
	.featured-project a.more { float: right; color: #fff; font-weight: bold; margin: 15px 25px 0px 0px; }
	
	
/*------------------------------------------------------------------
[4] By Gosia - for simple information page
-------------------------------------------------------------------*/	

.InformationPageContent
{
	float: left; margin: 40px 0px 0px 60px; width: 800px;
}

.InformationPageContent h1
{
	margin-bottom: 25px;
}

.InformationPageContent p
{
	text-align: justify;
	margin-bottom: 30px;	
}

/* overwrite content background and change height. (default #content style is in masterStyles.css file) */
#content { background: transparent url(../Images/bg_contact_content.jpg) no-repeat !important; padding-bottom: 20px; }

#bottom_border { margin-left: 3px; background:  url(../Images/bottom_border.jpg) no-repeat; display: block !important; height: 35px; width: 100%; float: left; }

#footer { background-color: #000; width: 953px; margin-left: 4px; }