/* 
CSS Styles for Robina Town Florist
Designed by: e-CBD
Developer: Yolanda van Kimmenade
*/

/* Global Reset From Yahoo *****************************************************/

		body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,label,textarea,p,blockquote,th,td { 
			margin:0;
			padding:0;
		}
		table {
			border-collapse:collapse;
			border-spacing:0;
		}
		fieldset,img { 
			border:0;
		}
		ol,ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
		}

		caption,th {
			text-align:left;
		}
		h1,h2,h3,h4,h5,h6 {
			font-size:100%;
			font-weight:normal;
		}
		abbr,acronym { border:0;
		}



/* 
Display
*/

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #575757;
}

#container-bg {
	width: 716px;
	\width: 736px;
	w\idth: 716px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#container {
	width: 700px;
	background-image: url(../images/bg-repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #EEE;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #CCCCCC;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
	width: 700px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 125px;
	background-color: #FFFFFF;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #DD7CB4;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

/* This holds the tabs */
#tabholder
{
	width: 700px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* Container for the article box, and the pic box */
.articleboxouter {
	width: 660px;
	clear: both;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: left;
} 

/* Content holder for the articles */
.articleboxinner {
	line-height: 20px;
	background: #fbfbfb;
	border:1px solid #efefef;
	text-align: justify;
	margin: 0px;
	width: 620px;
	padding: 20px;
	float: left;
}

.articleboxinner-sub {
	line-height: 20px;
	background: #fbfbfb;
	border:1px solid #efefef;
	text-align: justify;
	width: 620px;
	padding: 20px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#articlebox-left {
	float: left;
	width: 220px;
}
#articlebox-right {
	float: left;
	width: 400px;
}


/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
	border: 2px #e8b5cb solid;
	float: left;
	margin-right: 20px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

#footer {
	color: #48A1C1;
	text-align: right;
	height: 20px;
	padding-top: 10px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 680px;
	background-color: #D5EDF9;
}

/* This will contain the two columns */
#newsContainer2
{
	width:660px;
	clear: both;
	float: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#newsContainer2-inner
{
	width:661px;
	border: 1px solid #efefef;
	background-color: #FBFBFB;
	margin: 0px;
	padding: 0px;
	float: left;

}
/* First column of the two columns */
.c1
{
	width: 220px;
	border-top: none;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* Second column of the two columns */
.c2
{
	width: 440px;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FBFBFB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #efefef;
}



/* This controls the titles for each column */
.noteheader
{
	width:200px;
	border-bottom: 1px solid #DDD;
	border-top: none;
	color: #1a70a0;
	height: 21px;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	background:url(../images/headerBG.jpg) repeat-x;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.c2 .noteheader
{
	width:420px;
}

/* And this gives the column text some breathing space */
.spacy
{
	margin: 0px;
	width: 200px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.c2 .spacy
{
	width:420px;
}

/* Text styles */

h1 {
	color: #c42890;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #DDD;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

P {
	FONT-SIZE: 12px;
	COLOR: #575757;
	LINE-HEIGHT: 18px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-ALIGN: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.pink-text {
	color: #cf52a5;
}

a {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	color: #e0990b;
}

a:hover {
	color: #cf52a5;
}

.pink-border-img {
	border: 2px #e8b5cb solid;
}
#footer a {
	color: #48A1C1;
	text-decoration: underline;
}
#footer a:hover {
	color: #cf52a5;
}
li {
	font-size: 12px;		
}

#gallery a {
	border:3px solid #FCE3EE;
	display:block;
	float:left;
	padding:0;
	text-decoration:none;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 6px;
}

/* Floats */

.fl {
	float: left;
}

.fr {
	float: right;
}

/* Navigation */
#tabs8 {
	float:left;
	width:680px;
	font-size:93%;
	line-height:normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #fce3ee;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}


#tabs8 a {
	float:left;
	display:block;
	color:#eee;
	font-weight: bold;
	background-image: url(../images/tabright8-repeat.gif);
	background-repeat: repeat-x;
	background-position: right top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e276a7;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 11px;
}


#tabs8 a:hover {
	background-position:0% -42px;
	color: #e276a7;
}

#tabs8 .active a {
	background-position:0% -42px;
	color: #e276a7;
}

#tabs8 .last a {
	border-right: 1px solid #e276a7;
}

/* form styles */

fieldset {
	border: 1px solid #C9C9AD;
	padding: 5px 20px 14px 20px;
	margin: 3px 0px 20px 0px;
}
legend {
	margin-left: -10px;
	font-weight: bold;
	color: #e276a7;
	font-size: 14px;
}
legend span {
	font-weight: normal;
}
fieldset p { margin: 0.6em 0; }
fieldset label {
	float:left;
	width: 40%;
	font-weight: bold;
}
fieldset label span {
	color: #B9B995;
	font-weight: normal;
}
fieldset .smTxt { font-size: 0.8em; color: #666; }
fieldset input { width: 300px; border: solid 1px #7f9db9; padding: 2px; color: #494949; }
fieldset .top { margin: 1.4em 0 0.6em 0; }
fieldset input:focus {
	background-color: #F8F5EA;
}

.commentBox { font-family: Arial, Helvetica, sans-serif; width: 376px; font-size: 13px; }


#addB { margin-top: 20px; }
.submitB { float: right; }

.hide { display: none; }
.show { display: block; }
.inputlong {
	width: 468px;
	border: solid 1px #7f9db9;
	padding: 2px;
	color: #494949;
}

.checkbox {
border:0 solid #D8D5CF;
color:#494949;
margin:0;
padding:0 !important;
text-align:left;
width:30px !important;
}

.commentBox {
border:1px solid #D8D5CF;
color:#494949;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
padding:2px;
width:300px;
}
fieldset .required {
	color: #2284ad;
	font-weight: bold;
}
#gallery a:hover {
	border: 3px solid #efb2cd;
}
#gallery {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 630px;
	float: left;
}
h2 {
	font-size: 20px;
	color: #1a70a0;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
blockquote {
	background-color: #e9f7fe;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	font-style: italic;
	color: #114865;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
	border: 1px solid #b6d9ed;
}
