/* 

FlyGreetings.com - Master Stylesheet
Copyright © 2008 Alyssa Anduiza

------------------------------------*/


* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #fff url(/templates/images/bg.jpg) repeat-x;
	font: 62.5%/1.8em Helvetica, Arial, sans-serif;
	color: #313c3e;
}

ol, ul, li {
	list-style: none;
}

img, outline { border: none; }

.clear { clear: both; }

#container {
	width: 960px;
	margin: 0 auto;
	min-height: 100%;
}

/* HEADER
------------------------------------*/

#header {
	background: transparent;
	background-repeat: no-repeat;
	height: 150px;
	padding-top: 17px;
}

#header #logo a {
	margin-top: 20px;
	width: 206px;
	height: 59px;
	display: block;
	text-indent: -9999px;
	background: url(/templates/images/logo.png) no-repeat;
	overflow: hidden;
	float: left;
}

#top-ad {
	width: 728px;
	float: right;
	margin-bottom: 8px;
	}

	
/* HEADER NAVIGATION
------------------------------------*/

ul#header-nav {
	background: transparent;
	float: right;
}

ul#header-nav li {
	display: inline;
}

ul#header-nav li a {
	font-size: 1.2em;
	color: #007392;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent url(/templates/images/pinkwings.png) no-repeat left 2px;
	padding-left: 18px;
	margin-left: 10px;
}

ul#header-nav li a:hover {
	color: #313c3e;
}

/* TYPOGRAPHY
------------------------------------*/

a:link, a:visited, a:active {
	color: #cd2891;
	text-decoration: none;
	}

a:hover {
	color: #313c3e;
	text-decoration: none;
}

h1 {
	color: #007392;
	font: 1.2em Helvetica, Arial, sans-serf;
	margin-bottom: .5em;
}

h2 {
	color: #cd2891;
	font: 2em Helvetica, Arial, sans-serf;
	margin-bottom: 1em;
}

p {
	font-size: 1.2em;
	line-height: 1.8em;	
}

/* CONTENT
------------------------------------*/

/*misc content pages*/
#content {
	font-size: 1.2em;
	}

#left-col {
	float: left;
	width: 160px;
	margin-right: 20px;
}

#middle-col { /* change to main content */
	float: left;
	display: inline;
	width: 600px;
	font-size: 1.2em;
}

#right-ad {
	float: right;
	width: 160px;
	font-size: 1.2em;
	}
	
#messages {
	font-size: 1.4em;
	color: green;
	margin-bottom: 15px;
	}
	
.card-holder {
	width: 600px; height: 260px;
}

.card-thumb {
	display: inline; 
	float: left; 
	text-align: center;
	width: 150px;
	height: 210px;
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 10px;
}


#main-form {
	font-size: 1.2em;
	}
	
p.card-title {
	color: #cd2891;
	font-size: 1.6em;
	}
	
table#preview-card {
	width: 900px;
	border: 0;
	font-size: 1.2em;
	}
	
span.warning {
	color: red;
	font-style: bold;
	}
	
.label {
	float: left;
	width: 75px;
	}
	
input.tellus {
	margin: 3px;
	}
	
form#form input, form#form textarea {
	background: #ade6f1;
	border: 1px solid #7dbfcc;
	padding: 6px;
	font: 1em Helvetica, Arial, sans-serif;
	}
	
form#form button#button-preview {
	background: #bae3b2 url(/templates/images/icons/accept.png) 5px center no-repeat;
	border: 1px solid #70a765;
	padding: 6px 6px 6px 22px;
	}
form#form button#button-reset {
	background: #edb0b0 url(/templates/images/icons/cross.png) 5px center no-repeat;
	border: 1px solid #d95959;
	padding: 6px 6px 6px 22px;
	}
button#button-send {
	background: #bae3b2 url(/templates/images/icons/accept.png) 5px center no-repeat;
	border: 1px solid #70a765;
	padding: 6px 6px 6px 22px;
	}
button#button-edit {
	background: #ade6f1 url(/templates/images/icons/paintbrush.png) 5px center no-repeat;
	border: 1px solid #7dbfcc;
	padding: 6px 6px 6px 22px;
	}

/* SIDEBAR 
------------------------------------*/


#left-col ul#category-list {
	margin-top: 10px;
}

#left-col ul#category-list li a {
	font-size: 1.4em;
	display: block;
	height: 10px;
	padding: 10px 0 15px 0;
	border-bottom: 1px dashed #ddd;
}

	#left-col ul#category-list li a:hover {
		color: #007392;
		background: transparent url(/templates/images/pinkwings.png) no-repeat right;
	}
	#left-col ul#category-list li.category-current {
		font-size: 1.4em;
		display: block;
		height: 10px;
		padding: 10px 0 15px 0;
		border-bottom: 1px dashed #ddd;
		background: transparent url(/templates/images/pinkwings.png) no-repeat right;
	}

input#searchform {
	font: 12px Helvetica, Arial, sans-serif;
	background: #c5f0f7;
	border: none;
	width: 125px;
	padding: 7px; margin-right: 4px;
	}

input#searchsubmit {
	border: none;
	width: 13px; height: 13px;
	background: transparent url(/templates/images/filter.png) no-repeat;
}

/* CONTACT
------------------------------------*/

#contact-area {
	width: 600px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	width: 450px;
	font: 1.2em "Trebuchet Ms", sans-serif;
	background: #ade6f1;
	border: 1px solid #7dbfcc;
	padding: 6px;
	margin: 0px 0px 10px 0px;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #845a3f;
}

#contact-area input.submit-button {
	width: 90px;
	background: #bae3b2 url(/templates/images/icons/accept.png) 5px center no-repeat;
	border: 1px solid #70a765;
	padding: 6px 6px 6px 22px;
	float: right;
	margin-right: 22px;
}

#contact-area label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

/* FOOTER
------------------------------------*/
	
#footer {
	clear: both;
	height: 190px;
	background: transparent url(/templates/images/footerbg.jpg) no-repeat bottom center;
	margin-top: 20px;
}

#footer-content {
	font-size: 1.2em;
	color: #845a3f;
	text-align: center;
}