/******************************************************
*                                                     *
*   CSS file - http://www.sitename.com/       			  *
*   Copyright (c) MIP Design, 2008.               		*
*                                                     *
******************************************************/


/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #252e4f;
	background: url(http://www.kzoomweddings.com/images/bg1.jpg) 50% 0 repeat-x #252e4f;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #252E4F;
	text-align: center;
	padding-bottom: 20px;

}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #252e4f;
}

a
{
	color: #E36F1E;
	outline: none;
	text-decoration: underline;
}

a:hover
{
	color: #E36F1E;
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}


/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
