/* VictoriaMaderna.com v1.0 */
/* Master Stylesheet */
/* (c)2010 absens.net */

* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #f7e4ba url('../images/layout/texture_bg.jpg') repeat-x 0 0;
	font-family: Georgia, Times, serif;
	color: #262626;
	font-size: 13px;
}
a {
	text-decoration: none;
	color: #222;
}
ul, li {
	list-style-type: none;
}

/*Fonts*/
#main_navbar li,
#picinfo,
#sidefooter,
#pagenumbers li,
#contact p,
p.submit input,
.message {
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2","Lucida Grande", Helvetica, Arial, sans-serif;
}

/*Navigation Menu Start*/
#logo {
	z-index: 100;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	z-index: 50;
	position: absolute;
	left: 15px;
	top: 97px;
	width: 700px;
}
#main_navbar li {
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin: 0 3px 0 0;
	display:inline-block;
}
#main_navbar li a, 
#main_navbar li .selected {
	background-color: #abcdb2;
	padding: 8px 10px 6px 10px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	display:inline-block;
}
#main_navbar li a:hover {
	background-color: #ea4382;
}
#main_navbar li.second_sec {
	font-size: 12px;
	background-color: #abcdb2;
	font-weight: normal;
	margin: 0;
}
#main_navbar li.second_sec a,
#main_navbar li.sel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 9px 10px 4px 10px;
}
#main_navbar li .selected,
#main_navbar li.sel {
	color: #ea4382;
}
/*Navigation Menu End*/



/*Contents Start*/
#content {
	position:absolute;
	top:155px;
	left:260px;
	padding:0 0 30px 0;
}
#content img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#picinfo {
	width: 100%;
	margin: 10px 0 0 0;
	line-height: 18px;
	font-size: 13px;
	color: #826f56;
}
.image_title {
	font-size: 15px;
	color: #ea4382;
}
/*Contents End*/



/*Thumbnails Start*/
#thumbmenu {
	position:absolute;
	top:155px;
	left:0px;
	width:230px;
	padding-left: 15px;
}
#thumbmenu img {
	width: 100px;
	height: 100px;
}
#inner {
	/*margin-left: 15px;
	margin-top: 15px;*/
}
#inner li {
	line-height: 0px;
	margin: 0 10px 10px 0;
	float: left;
}
#sidefooter {
	padding-top: 10px;
	height: 50px;
	font-size: 10px;
	line-height: 14px;
	clear: both;
	color: #826F56;
}
#sidefooter a {
	color: #826f56;
}
#sidefooter a:hover {
	color: #c23a00;
}
#thumbmenu img#selfp {
	border: none;
	margin: 10px 0 20px 19px;
	padding: 0;
	width: 180px;
	height: 215px;
}
/*Contents End*/



/*Page Navigation Bar Start*/
#pagebar {
	background-color: #abcdb2;
	float: left;
	width: 210px;
	height: 30px;
}
#pagebar img {
	width: 16px;
	height: 16px;
	float: left;
	margin: 7px 0 0 7px;
}
#pagenumbers {
	float: right;
	list-style-type:none;
	margin-right: 8px;
	line-height: 30px;
}
#pagenumbers li {
	display:inline;
	color: #826F56;
	font-size: 15px;
	padding-left: 5px;
}
.pagelink a{
	color: #826F56;
	font-weight: bold;
}
#pagenumbers li.pageinactive {
	color: #ea4382;
	font-weight: bold;
}
/*Page Navigation Bar End*/

/*Contact - Goodies Start*/
.top_sep {
	border-top: 6px dotted #a7a864;
	padding-top: 17px;
}
#contact {
	width: 380px;
	position:absolute;
	top:170px;
	left:250px;
	padding:0 0 20px 0;
}
#contact a {
	color: #ea4382;
}
#contact a:hover {
	color: #000;
}
#contact p {
	font-size: 13px;
	line-height: 16px;
	color: #826f56;
}
#contact .contact_title {
	font-size: 15px;
	line-height: 24px;
	color: #ea4382;
	font-weight: bold;
}
#contact .contact_email {
	padding: 5px 0 5px 0;
	border-top: 1px solid #dbbd91;
}
#contact .success p {
	color: #888;
	font-size: 15px;
}
#goodies_content {
	position:absolute;
	top:220px;
	left:370px;
}
#goodies_content p {
	background-color: #a7a864;
	font-family: "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #f7e4ba;
	text-align: center;
	padding: 7px 10px;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
#goodies_desc {
	margin: 18px 0 0 28px;
	font-family: "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	width: 180px;
	color: #826f56;
}
/*Contact - Goodies End*/

/*Forms Styling*/
input {
	color: #000;
	background: #fff;
	border: none;
	width: 300px;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
textarea {
	color: #000;
	background-color: #fff;
	border: none;
	padding: 5px;
	font-family: "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	resize: none;
	width: 300px;
}
fieldset {
	padding-top: 5px;
}
#contact p.label {
	margin-bottom: 3px;
}
p.submit input {
	margin-top: 10px;
	margin-bottom: 0px;
	color: #FFFFFF;
	padding: 5px;
	background: #dbbd91;
	border: none;
	width: 80px;
	font-size: 12px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}


/*Error Page*/
.error_squirrel{
	margin: 100px 0 0 50px;
}
.message {
	color: #555; 
	font-style: italic; 
	font-size: 20px; 
	width:100%; 
	text-align: left; 
	margin: 10px 0 0 50px; 
	line-height: 120%;
}
.message a {
	color: #ea4382; 
	font-size: 16px;
}
.message a:hover {
	color: #000;
}
