/*

Template name: Me
Author: Magna Themes
Support: http://www.magna-themes.com/support

*/


/*  1. GENERAL COLORS AND FONTS
================================================*/
body {
	font-family: "Diamond Girl"; /* Default font family for the entire document */
	font-size: 15px; /* Default font size for the entire document */
	color: #fff; /* Default colors for the fonts */
	/* [disabled]background: #292929; */ /* Background color */
	background-image: url(../images/tile.png);
}

/* Links */
a, .link {
     color: #990000; /* Default color for the links */
}
/* Selection */
::selection, ::-moz-selection{
     background: #272727;
     color: #FFF;
}
/* Links */
h1, h2,  h3, h4, h5, h6, h1 a, h2 a,  h3 a, h4 a, h5 a, h6 a {
	color: #FFF;
	font-family: "Diamond Girl";
	font-weight: normal;
}

/* Color for the big titles e.g.: OUR WORK */
div.title h2 {
     color: #fff;
}
/* Background color of the big titles. Should be same as the body */
div.title h2 span {background-image: url(../images/tile.png);
	/* [disabled]background: #292929; */
}



/*  2. NAVIGATION
================================================*/
ul.menu {
	border-top: 1px solid #FFF; /* The color of the line above the menu items */
	border-bottom: 1px solid #FFF;
	font: diamond girl;
}
/* Below you can set the font family and font size of the menu items */
ul.menu li {
	font-size: 20px;
	font-family: "Diamond Girl"; /* Replaced by cufon */
}

/* Colors of the menu items */
ul.menu li a {
	color: #FFF;
	font-family: "Diamond Girl";
}
ul.menu li a:hover {
	color: #ebd096;
	font-family: "Diamond Girl";
}

/* Styles addressed to the second menu */
div#hidden_menu { background: #272727; }
div#hidden_items ul li {
	font-family: "Diamond Girl";
} /* Replaced by cufon */
div#hidden_items ul li a { color: #F8F8F8; }



/*  3. INTRO ( The text below the navigation )
================================================*/
#intro {
	font-family: "Diamond Girl";
	color: #414141;
}



/*  4. PORTFOLIO
================================================*/

/* Below you can change the style of the filter links */
ul#portfolioFilter li a {
	font-family: "Diamond Girl";
	font-size: 18px;
	text-transform: uppercase;
	color: #999;
}
/* The color of the active portfolio filter link */
ul#portfolioFilter li.active a { color: #FFF; }



/*  5. SERVICES
================================================*/

/* Border and background colors of the "big circles" */
.icon_container { border: 3px solid #FFF; }
.icon { background-image: url(file:///C|/Users/DC5RR/Desktop/AnnaKateWhiteside/html/images/services.png); }

/* The text, under the service title */
.services_intro p {
	color: #fff;
	font-family: "Diamond Girl";
}



/*  6. ABOUT
================================================*/
#about p {
	font-size: 17px;
	color: #414141;
	font-family: "Diamond Girl";
}


/*  7. CONTACT
================================================*/
#contact_form input[type="text"], #contact_form textarea {
	font-size: 15px;
	font-family: "Diamond Girl";
	color: #333;
	border-bottom: 1px dashed #CCC;
	background: #fff
}

#contact_form button {
	background: #FFF;
	font-family: "Diamond Girl";
	font-size: 17px;
	color: #000;
}

#contact_info p {
	font-family: "Diamond Girl";
}
#contact_info ul {
	font-family: "Diamond Girl";
}
