/*
Theme Name: Buttercupslings
Theme URI: http://buttercupslings.co.za
Description: od[force] theme designed by Marc Horsfield
Version: 1.0
Author: Marc Horsfield,
Author URI: http://odforce.net
*/

/* -----------------------------------
 				=RESET
   -----------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

.clearing {
    clear: both;
}

/* -----------------------------------*/
/* 				=Global		*/		 
/* -----------------------------------*/

img {
    border : 0px;
}

body {
	 margin:0;
	 padding:0;
	 border:0;
	 background-color: #f1eee5;
	 background-repeat: repeat;
	 background-position: 0px 0px;
	 color:#2A2A2A;
	 font-family: Arial, Verdana, Sans-serif;
	 font-size: 11px;
	 text-align:center;
}

a {
	text-decoration: none;
	color: #ece5ce;
	font-weight: bold;
}


/* -----------------------------------*/
/* 				=Head Structure			  */
/* -----------------------------------*/

#container {
    width: 780px;
    margin: 0 auto;
}

#logo {
      width: 780px;
      margin: 23px 0px 0px 0px;

}

#titles {
	 padding:0 0 12px 7px;
	 background-image: url(../images/main/container_background.gif);
	 background-repeat: repeat-y;
	 background-position: 0px 0px;
	 text-align: center;
	 width: 100%;


}
#titles ul {
    background-color: #2b2622;
    padding:10px;
    margin: 0 11px 0 -3px;
}
#titles li {
    display: inline;
    padding: 0 25px 0 15px;
	background-position: 0px 0px;
	color:#ece5ce;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing:0.1em;
}

#main {
	padding:25px 0 35px 0px;
	background-image: url(../images/main/container_background.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	color: #2b2622;
	font-size: 1.2em;
	text-align:left;
}
.maintext {
	background-image: url(../images/main/content_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding:15px;
	margin-left: 35px;
	width: 435px;
	border: 1px solid #8a7f6e;
}
.nobg {
	background-image: none;
}

.abouttext {
	background-image: url(../images/main/content_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding:10px;
	margin-left: 35px;
	width: 600px;
	border: 1px solid #000;
}

#end {
	padding:0 0 30px 25px;
	background-image: url(../images/main/container_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow:visible;
}

.slingpic {
    float: right;
    margin-right: 40px;
    border: 1px solid #2b2622;
}

/* -----------------------------------*/
/* 				=Footer 			 */
/* -----------------------------------*/

#footer {
	text-align:center;
	font-size:1.4em;
	margin-bottom: 50px;
}

/* -----------------------------------*/
/* 				=Font things			 */
/* -----------------------------------*/

h1 {
	font-weight: bold;
	font-size: 1.5em;
	padding-bottom: 10px;
	color: #85806d;
}

p {
	padding: 5px 0 5px 0;
}

.bold {
	font-weight: bold;
}

/* -----------------------------------*/
/* 				=instructions		 */
/* -----------------------------------*/
#instructions{
	padding-left:10px;
}

#instructions p {
	padding-left: 10px;
}

#accordion h3{
	width: 97%;
	border: 1px solid #000;
	padding: 5px 0 5px 10px;
	background-color: #2b2622;
	color: #f7f3a4;
	letter-spacing: .15em;
	font-style: italic;
	font-weight: bold;
}

#accordion h2{
	letter-spacing: .15em;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 5px 5px;
}

#accordion a{
	color: #f7f3a4;
}

#accordion p {
	margin: 0 10px 0 10px;
}

#accordion img {
	padding: 0 30px 0 0;
	margin-left: -14px;
}

#accordion2 h3{
	width: 97%;
	border: 1px solid #000;
	padding: 5px 0 5px 10px;
	background-color: #2b2622;
	color: #f7f3a4;
	letter-spacing: .15em;
	font-style: italic;
	font-weight: bold;
}
#accordion2 a{
	color: #e2899b;
}
#accordion2 h2{
	letter-spacing: .15em;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 5px 5px;
}


.how_to {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	padding-left: 15px;
}

.how_to li {
	padding: 0px 0 15px 20px;
	background-image: url(../images/instructions/bullet.png);
	background-repeat: no-repeat;
}

