/* - - - - - - - - - - - - - - - - - - - - -

Title : Style
Author : fiksie
URL : www.fiksie.com

Description : css file

Created :
Modified : -

- - - - - - - - - - - - - - - - - - - - - */

/* global reset */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,
q,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,
form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
:focus{outline:0;}
ol,ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption,th,td{text-align:left;font-weight:normal;}
blockquote:before,blockquote:after,
q:before,q:after{content:"";}
blockquote,q{quotes:"" "";}

/* end of global reset */


/* ----- CSS ----- */

body { height: 100%; font-family: Tahoma, Arial, Helvetica, sans-serif; background:url(../images/body-bg.jpg) repeat-x;}

/* ----- IDS ----- */

#wrapper { width:100%; height: 100%;}

#header { display: block; height:55px; text-align:right;}

#share-bookmark { width: 339px; height: 30px; float:left; display:block; background:url(../images/share-bookmark-bg.jpg) no-repeat; margin-left:30px; text-align:left;}
#share-bookmark ul { width: 135px; display:block; float:right; padding:8px; padding-left:20px;}
#share-bookmark ul li {display:inline;}
#share-bookmark p { float:left; padding:5px 5px 5px 15px; font-size:16px; font-weight:bold; color:#783522; line-height:18px;}

#links { padding:8px 30px;}
#links ul li { display:inline; font-size:13px; }
#links ul li a { color:#783522; text-decoration:none;}
#links ul li a:hover { text-decoration:underline;}

#content { width: 595px; margin: 0 auto; display:block; }
#search-box { width:540px; height:100px; padding: 130px 0 0 20px; margin: 0 auto; display:block; background:url(../images/search-bg.jpg) no-repeat; }
#search { width:400px; float:left; height:22px; border: 1px solid #be6a11; background:url(../images/search-input-bg.gif); vertical-align:center; padding: 6px; font-size:18px;}

#search-suggestions { width:595px; height:250px; display:block; background:url(../images/search-suggestions-bg.jpg) no-repeat; margin:0 auto; padding-left:15px}
#search-suggestions h2 { font-size:14px; font-weight:bold; color:#783522; padding: 10px 15px 10px 0;}
#search-suggestions img { padding-right:9px; }
#search-suggestions p a { font-weight:bold; font-size:18px; padding: 0 10px; color:#95422a; padding:0; text-decoration:none; display:inline;}

#tags { width:565px;}

.color1 { color:#95422a;}
.color2 { color:#d09455;}
.color3 { color:#edb984;}
.color4 { color:#955f2a;}
.color5 { color:#af6731;}

.size1 { font-size:12px}
.size2 { font-size:16px}
.size3 { font-size:20px}
.size4 { font-size:24px}
.size5 { font-size:28px}

#footer { display: block; text-align:center; }


/* ----- CLASSES ----- */

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

.hide{
}
.show{
}