/*  
Theme Name: CIAI
Theme URI: http://www.wpdesigner.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Max Stockholder
Author URI: http://www.raincoatmedia.com/max
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form, address, dd, dl, hr, a {
	margin: 0;
	padding: 0;
        outline: none;
}

body {
	font-size: 100%;
	font-family: Helvetica, Georgia, Arial, sans-serif;
	text-align: center;
	vertical-align: top;
	background: #84929c;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

h1 {
	font-family: Georgia, sans-serif;
	font-size: 1.4em;
	padding: 0 0 10px 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #ffaa89;
}

a:hover {
	color: #aaFF89;
	text-decoration: underline;
}

p {
	padding: 10px 0 0 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 960px;
	text-align: left;
	background-color: white;
	background-image: url(images/footer.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#header {
	float: left;
	width: 960px;
	margin: 0 0 0 0;
        background-image: url( images/bantheban.jpg);
	height: 180px;
}

#nav-link {
	
}

#nav a {
	color: white;
}

#nav a:hover {
	color: yellow;
	text-decoration: none;
}

#nav li {
	display: inline;
	font-size: 0.8em;
	padding: 8px;
}

#nav ul {
	display: block;
	background-color: black;
}

#nav {
	background-color: black;
	height: 17px;
	width: 960px;
	clear: both;
	border-bottom-color: #d8be00;
	border-bottom-style: solid;
	border-bottom-width: medium;
    margin-right: auto;
    margin-left: auto;
	}

#container {
	float: left;
	width: 565px;
	font-family: helvetica, sans-serif;
	color: black;
	margin: 0;
       padding: 0 20px;
	}

#container a {
	color: #706f6e;
}

.post {
	padding: 10px 0 10px 0;
	font-family: helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1em;
}

.post h2 {
	font-family: helvetica;
	font-size: 1.2em;
	margin-bottom: 3px;
	background-color: white;
	background-repeat: repeat-x;
	width: 294px;
	border-bottom: solid;
	border-bottom-color: black;
	border-bottom-style: solid;
}

.entry {
	line-height: 1.2em;
	font-family: helvetica, sans-serif;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 18px;
}

.sidebar {
	float: left;
	width: 160px;
	color: black;
	display: inline;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #333333;
	padding: 0;
    margin: 0;
    font-size: 1em;
    padding-right: 10px;
    padding-left: 10px;
	}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	padding: 5px 0;
}

.sidebar ul li h2 {
	font-family: Georgia, sans-serif;
	font-size: 0.9em;
}

.sidebar a {
	color: black;
}

#childlinks {
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: .8em;
	width: 100%;
}

#childlinks ul {
	list-style-type: none;
    margin: 0;
	padding: 0;
    display: block;
	}
	
#childlinks li {
    margin: 0;
	padding: 0;
    display: block;
	}

#childlinks ul li {
    border-bottom: 1px solid black;
	}

#childlinks ul li ul li {
	text-indent: 10px;
	border: 0px;
}

#childlinks a {
	display: block;
	width: 100%;
	color: black;
}

#childlinks a:hover {
	color: white;
	background-color: #cccccc;
}




#Success {
	margin-left: -13px;
	padding-top: 45px;
	font-size: 0.8em;
}

#Success p {
	padding-left: 4px;
	padding-bottom: 25px;
}

#Success a {
	color: blue;
}




table#wp-calendar {
	width: 100%;
}

#footer {
	clear: both;
	width: 960px;
	background-color: black;
	height: 25px;
	width: 960px;
	margin: 0px;
	padding: 3px 0px 0px;
	color: #CCCCCC;
	font-size: 0.8em;
	border-top-style: solid;
	border-top-width: medium;
	border-bottom-color: white;
}

#footer ul {
	text-align: right;
	margin-top: -10px;
}

#footer li {
	display: inline;
	padding: 6px;
}

#footer a {
	color: #CCCCCC;
}

#copyright {
	font-size: 0.8em;
	padding-left: 5px;
}

/*p {
	margin: 0px;
	padding:0px;
	
	}*/

#footer p {
	line-height: 18px;
}

/*comments style from wpdesigner.com */

.comments-template {
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol {
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3 {
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata {
	font-size: 12px;
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template textarea {
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* Right side bar */
#leftbar {
	float: right;
	width: 150px;
	font-size: 0.8em;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #333333;
	padding-left: 10px;
    margin: 0;
    padding-right: 10px;
    padding-bottom: 20px;

	}

#leftbar h4 {
	padding-bottom: 10px;
}

#leftbar #gif {
	padding-bottom: 5px;
}

#leftbar #contact {
	padding-bottom: 20px;
}

#gradient {
	background-image: url(images/gradient.gif);
	background-repeat: repeat-x;
	width: 960px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	clear: both;
	margin-bottom: 7px;
}
.contactform {
width:180px;
font-family: helvetica;
}


#discription {
line-height: 1.2em;
padding: 10px 0px 10px 0px ;
}

#contact {
	padding-top: 20px;
}

#shadow {
	height: 110px;
	background-color: #cccccc;
	border-bottom-color: #d8be00;
	border-bottom-style: solid;
	border-bottom-width: thin;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
}

#bottom {
	height: 50px;
	background-color: black;
	bottom: 0;
}

#box {
	margin-right: auto;
	margin-left: auto;
}

#box {
	margin-right: auto;
	margin-left: auto;
}



#header {
	background-image: url(images/bantheban.jpg);
}

.MsoNormal {
	font-size: 0.8em;
}


#background {
	background-image: url(images/cris.jpg);
	background-repeat: repeat-x;
}

#form {
	font-size: 0.8em;
}

/* For form errors */

.error {
	font-weight: bold;
	color: #cc0000;
}

/* For sidebar widgets */

.textwidget {
	font-size: 0.8em;
}


/* IE 6 */

* html .sidebar {
    display: inline;
	}
* html #container {
    display: inline;
	}
* html #leftbar {
    display: inline;
	}



