/*
Theme Name: Kuzumvo Colors
Theme URI: http://kuzumvo.com/
Description: The 2010 theme for kuzumvo brand.
Author: PortafolioC.com
Version: 1.0
Tags: dark, color, brand, site, colors
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

body,td,th {
	font-family: Tahoma;
	font-size: 18px;
	font-weight:normal;
}

body {
	background-color:#1E1E1E;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:50px;
	margin-top:50px;
	margin-left:0px;
	margin-right:0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h2 {
	font-size:22px;
	color:#FFF;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
}

#logo {
	margin-bottom:10px;
}

#menu {
	margin-bottom:60px;
}

#menu a {
	display:inline-block;
	padding:2px;
	font-size:20px;+
}

#wrap {
	width:900px;
	text-align:left;
}

/*footer*/

#contact {
	background:#CC33CC;
	padding:15px;
	width:300px;
}

#social a {
	display:inline-block;
	margin:0px;
	padding:0px;
}

#contact_form input {
	font-size:20px;
	padding:8px;
	border:1px solid #993399;
	display:block;
	color:#CCC;
	width:279px;
}

#contact_form input:hover {
	color:#333;
	border-color:#7A287A;
}

#contact_form textarea {
	font-size:20px;
	padding:8px;
	border:1px solid #993399;
	display:block;
	color:#CCC;
	width:279px;
	height:75px;
}

#contact_form textarea:hover {
	color:#333;
	border-color:#7A287A;
}

#contact_form .button {
	background:#993399;
	width:100px;
	color:#FFF;
	border:0px;
}

#contact_form .button:hover {
	background:#7A287A;
	color:#FFF;
	cursor:pointer;
}


/*varios*/

.align_left {
	float:left;
}

.align_right {
	float:right
}

.legal_notice {
	margin-top:10px;
	color:#333;
	font-size:15px;
	text-align:left;
}

.legal_notice a {
	color:#333;
}

/* Evitar resize del textarea*/
textarea {
	resize: none;
}