/*
Theme Name: Gridox
Theme URI: http://motun.net/
Description: 960 Grid System Based WP Theme
Version: Beta 09.07.25
Author: Jaica
Author URI: http://motun.net/
Tags: grid
*/

body {
	margin: 0;
	padding: 0;
	background: url(img/body_bg.gif);
	border-top: 8px solid #E7DED8;
	font: 12px Helvetica, Arial, Tahoma, sans-serif;
	color: #444;
}

a {
	text-decoration: none;
}
a img {
	border: none;
}

h1, h2 {
	margin: 0;
	padding: 0;
}

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

small {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	padding: 2px 4px;
	border: 1px solid #F9E6C6;
	background: url(img/input_bg.png) repeat-x top #FEFDFC;
	font: 12px Helvetica, Arial, Tahoma, sans-serif;
	color: #BF7040;
}

blockquote {
	margin: 15px 25px;
	padding: 10px 20px;
	background: url(img/blockquote_fo.gif) no-repeat right bottom #FFF3D0;
	border-top: 1px solid #FDEAB7;
	border-left: 1px solid #FDEAB7;
	color: #885637;
	font-size: 12px;
}

hr {
	margin: 15px 0;
	padding: 0;
	height: 0;
	border: 0;
	border-bottom: 1px solid #FAE8AF;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}


#header {
	margin: 0 auto;
	margin-bottom: 18px;
	width: 980px;
}

.blogname {
	margin: 7px 0 0 15px;
	font-family: "Trebuchet MS", "MS UI Gothic", Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
}

#title {
	font-size: 32px ;
	color: #F45020;
}

.blogname .desc {
	margin: -3px 0 0 30px;
	color: #C7672E;
	font-size: 13px;
	letter-spacing: 5px;
}

#header a {
	color: #F45020;
}
#header a:hover {
	color: #F2410D;
}

#header .box {
	margin-top: -8px;
	padding: 0 10px 0 10px;
	height: 38px;
	background: url(img/hdr_box_bg.png) repeat-x bottom #FEFAEB;
	border: 2px solid #FFF;
	border-top: none;
	color: #BF632B;
}

ul.nav {
	text-align: center;
}

ul.nav li {
	float: left;
	margin: 0 8px;
	font-size: 13px;
}

ul.nav li a {
	display: block;
	padding: 12px 7px 4px 7px;
}
ul.nav li a:hover {
	background: #FBF0DD;
	border-bottom: 2px solid #FBECD2;
}

ul.nav li.current_page_item {
	background: #FEFAEB;
	border-bottom: 3px solid #FBECD2;
	font-weight: bold;
}

ul li.dropdown {
	position:relative;
}
ul li.dropdown ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	background: #FBF0DD;
	border: 2px solid #FFF;
	border-top: none;
}
ul li.dropdown ul li {
	width: 100px;
	border-bottom: 1px solid #FFF;
	text-align: left;
}

ul.nav li.rss {
	float: right;
	font-size: 12px;
}
ul.nav li.rss a {
	padding-left: 15px;
	background: url(img/feed_icon.png) no-repeat 0 13px;
}

#header #searchform {
	padding-top: 9px;
}
#header #search {
	width: 96px;
	-moz-border-radius: 10px;
  	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#header #submit {
	border: none;
	background: none;
}

.box {
	background: #FCF8ED;
	border: 1px solid #EEDACC;
	color: #674A38;
}
.box a {
	color: #D55A00;
}
.box a:hover {
	color: #CA3D00;
}

#content .box, #comments .box {
	-moz-border-radius: 5px;
  	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.home-page .box {
	margin-bottom: 12px;
}
.home-page .grid_7 .box {
	margin-bottom: 16px;
}

#content .grid_3, 
#content .grid_6,
#content .grid_4 {
	margin-bottom: 12px;
}

.box h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

.box .title {
	overflow: hidden;
	padding: 0 8px;
	height: 30px;
	line-height: 30px;
	background: url(img/title_bg_30.png) repeat-x bottom #FFF8E1;
	border: 1px solid #FFF;
	border-bottom: none;
	-moz-border-radius: 5px;
  	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #AF7850;
}
.box .title a {
	color: #F46800;
}
.box .title a:hover {
	color: #F60;
}

.box .entry {
	overflow: hidden;
	padding: 0 10px;
	background: url(img/box_bg.png) repeat-x bottom #FCF8ED;
	border: 1px solid #FFF;
	border-top: none;
	line-height: 170%;
	color: #644B3C;
	-moz-border-radius: 5px;
  	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box p {
	margin: 10px 0;
}
.home-page .box .entry p:first-letter,
.commentlist .entry p:first-letter {
	margin: 0 0 0 4px;
	font-weight: bold;
	font-size: 13px;
}

.box .entry p a {
	margin: 0 2px;
}

.box .entry img {
	margin: 0 5px;
	padding: 3px;
	background: #FFF;
	border: 1px solid #F7DC9D;
}
.box .entry a img {
	background: #FBEAC4;
	border: 1px solid #F7DC9D;
}
.box .entry a:hover img {
	background: #F7DC9D;
}

.entry img {
	max-width: 96%;
}

p.imgbg {
	margin: 15px 10px;
	padding: 8px 0;
	background: #FEF3DC;
	border: 1px solid #FDEBC1;
	text-align: center;
	color: #71472F;
}
.entry p.imgbg img {
	border: 2px solid #FCE4AD;
}

.entry img.wp-smiley {
	margin: 0;
	border: none;
	background: none;
}

.box .meta {
	margin-bottom: 2px;
	color: #BFA495;
}
.box .meta a {
	color: #BE8461;
}
.box .meta a:hover {
	color: #D0704F;
}
.box .meta span {
	display: block;
	padding-bottom: 1px;
	border-bottom: 1px solid #FBEFD9;
	font-size: 11px;
	line-height: 17px;
}

.box h3, .box h4 {
	margin: 3px 0;
	font-weight: normal;
	font-size: 13px;
}

.latest {
	position: relative;
	background: #FEEEC5;
	border: 3px solid #FFF;
}

.latest .title {
	padding: 0 10px;
	padding-right: 90px;
	height: 40px;
	line-height: 40px;
	background: url(img/title_bg_40.png) repeat-x bottom;
	border: none;
	font-family: "Trebuchet MS", "MS UI Gothic", Tahoma, sans-serif;
	color: #FA6900;
	-moz-border-radius: 1px;
  	-khtml-border-radius: 1px;
	-webkit-border-radius: 1px;
}
.latest .title a {
	color: #FA6900;
}
.latest .title a:hover {
	color: #FF6000;
}
.latest h2 {
	font-size: 18px;
	font-weight: bold;
}
.latest .postdate {
	position: absolute;
	top: 13px;
	right: 15px;
	font: italic 12px Georgia, "Trebuchet MS", Arial, sans-serif;
	color: #F4AA60;
	letter-spacing: 1px;
}

.latest .entry {
	overflow: hidden;
	padding: 5px 12px 7px 12px;
	_width: 94%;
	background: url(img/lt_box_bg.png) repeat-x top #FEEEC5;
	border: 1px solid #FFEAB0;
	color: #814629;
}

.latest .meta {
	display: inline;
	padding: 2px 4px 0 4px;
	border-top: 1px solid #FCE098;
	font-size: 11px;
	color: #CB9F74;
}
a.fotolog-img {
	display: block;
	position: relative;
	margin: 5px;
	width: 208px;
	height: 85px;
	background-position: center center;
	background-repeat: no-repeat;
}
a.fotolog-img:hover {
	background-position: center;
}
.grid_7 a.fotolog-img {
	margin: 9px 11px 5px 11px;
	width: 512px;
	height: 110px;
	border: 2px solid #FDEBC1;
	border-bottom-width: 1px;
}
.fotolog span {
	display: block;
	position: absolute;
	width: 502px;
	bottom: 0;
	margin: 0;
	padding: 0 5px;
	height: 28px;
	line-height: 28px;
	border-top: 1px solid #FDEBC1;
	background: url(img/title_bg_30.png) repeat-x bottom #FFF8E1;
	color: #F46800;
}

.nobox {
	padding: 5px 12px 7px 12px;
	background: url(img/box_bg.png) repeat-x bottom;
	border: 1px solid #FFF;
	border-top: 2px solid #FFF;
	color: #AF7850;
	-moz-border-radius: 5px;
  	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.nobox ul li, ul.list li,
ul.related_post li {
	padding-bottom: 2px;
	border-bottom: 1px solid #FAEAC5;
}
.nobox ul li ul li,
ul.list li ul li {
	border-bottom: none;
}

.featured .fotolog-img {
	margin-top: 9px;
	width: 178px;
	height: 80px;
	border: 3px solid #FFF;
}
.featured .entry {
	padding: 0 6px;
	border: none;
	line-height: 19px;
}
.featured .entry p {
	margin: 5px 0;
}
.box h3.title {
	margin: 0;
}
.featured h4 {
	margin: 4px 0 3px 0;
}

.altbox ul.list li {
	border-bottom: 1px solid #FBE7B9;
}

.altbox {
	margin: 4px;
	padding: 5px 8px;
	background: url(img/altbox_bg.png) repeat-x top #FDF0D2;
	border: 1px solid #FBECCA;
	color: #AF7850;
}
.altbox a {
	border-bottom: 1px solid #F8DC9C;
}
.altbox a:hover {
	border-color: #F19A43;
}

#content .box ul {
	margin: 3px 0;
}

#content .box ul li {
	margin: 6px 0 0;
	padding-left: 12px;
	background: url(img/list_icon.gif) no-repeat 2px 6px;
}

#content .box ul li small {
	margin: 0 4px 0 0;
}

.post .title {
	height: auto;
	margin: 4px 5px 0 5px;
	padding: 5px 8px;
	border: 1px solid #FBECCA;
	text-align: center;
	letter-spacing: 2px;
	font-size: 25px;
	color: #AF693A;
}
.post .entry {
	overflow: hidden;
	margin: 0 5px 5px;
	padding: 3px 18px 7px 18px;
	_width: 93%;
	background: #FDFBF9;
	border: 1px solid #FDEFCE;
	border-top: none;
	font-size: 13px;
	line-height: 25px;
	color: #5A341B;
}

.post .entry p {
	margin: 13px 0;
}

.post .entry img {
	margin: 2px 5px;
}

.post .entry small {
	font-size: 12px;
	color: #AF663A;
}
.post .entry strong {
	color: #833F12;
}
.post .entry h3, .post .entry h4, .post .entry h5 {
	margin: 15px 0 6px 0;
	letter-spacing: 2px;
	color: #BA5225;
}
.post .entry h3 {
	font-size: 15px;
	font-weight: bold;
}
.post .entry ul {
	margin: 10px 15px;
}
#content .post .entry ul li {
	margin: 3px 0 0;
	padding-left: 14px;
	background-position: 2px 10px;
}
.entry p.postinfo {
	margin: 25px 0 0;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	color: #A66944;
}
.entry p.postinfo:first-letter {
	padding: 4px 0 0 8px;
	border-top: 2px solid #F7DC9D;
	font-weight: bold;
	font-size: 15px;
}

.box-b {
	margin: 4px 0 0 0;
}

.wp-pagenavi {
	line-height: 18px;
	text-align: center;
}
.wp-pagenavi a {
	margin: 0 3px;
	padding: 0 2px;
}
.wp-pagenavi .pages {
	margin: 0 8px 0 0;
	font-size: 10px;
}
.wp-pagenavi .current {
	margin: 0 3px;
	font-weight: bold;
	font-size: 12px;
}

.grid_7 .wp-pagenavi {
	font-size: 13px;
	letter-spacing: 1px;
}
.grid_7 .wp-pagenavi a {
	border-bottom: 1px solid #F8DC9C;
}
.grid_7 .wp-pagenavi a:hover {
	border-color: #F19A43;
}
.grid_7 .wp-pagenavi .current {
	margin: 0 6px;
	font-size: 14px;
}

#wp-calendar {
	margin: 0 0 2px 0;
	width: 100%;
	text-align: center;
	font: 11px "Trebuchet MS", Tahoma, sans-serif;
}
#wp-calendar td, #wp-calendar th, #wp-calendar caption {
	background: #FEF7DC;
	-moz-border-radius: 2px;
  	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
}
#wp-calendar caption {
	padding: 4px 0;
}
#wp-calendar #today {
	border: 1px solid #FAD785;
	background: #FFFAEA;
}
#wp-calendar a {
	display: block;
	background: #FFFDAA;
}
#wp-calendar a:hover {
	background: #FFC;
}

.altbox select {
	background: #FFF;
	border: 1px solid #FAD785;
}

.tabs span {
	margin: 0 2px 0 2px;
	cursor: pointer;
}
.tabbox .rcomment {
	display: none;
}

.tabs span.current {
	padding: 2px 6px 0 6px;
	border: 1px solid #FBDEA4;
	border-bottom: none;
	background: url(img/tabs_crt_bg.png) repeat-x #FDF0D2;
	font-size: 13px;
	color: #9B6024;
}

#featimg {
	padding: 4px 0;
	text-align: center;
}
#featimg img {
	width: 95%;
	margin: 3px 0;
}

.morepost {
	margin: 6px 0;
}
.morepost .fr {
	padding: 0 0 0 11px;
	border-left: 1px dotted #FBE7B9;
	text-align: left;
}
.morepost h3 {
	margin: 4px 0 8px 0;
}



/* =Comments
   ------------------------------ */

#comments {
	margin-top: 15px;
}

.commentsbox {
	background: #FCF8ED;
	color: #674A38;
}

ol.commentlist {
	list-style: none;
	margin: 4px;
	padding: 5px 8px;
	background: url(img/altbox_bg.png) repeat-x top #FDF0D2;
	border: 1px solid #FBECCA;
}
.commentlist li {
	margin: 12px 3px;
	position: relative;
	width: 99%;
}
.commentlist li a:hover {
	text-decoration: underline;
}

.commentlist li .box {
	margin-left: 115px;
	border: 2px solid #FCEBC6;
}
.commentlist li .box .entry {
	color: #794D31;
}

.comment-author {
	position: absolute;
	left: 55px;
	top: 4px;
	width: 63px;
	background: url(img/cmt_bub_bg.png) no-repeat right 8px;
	overflow: hidden;
}
.comment-author strong {
	margin: 0 0 2px 0;
	color: #DF732B;
	display: block;
}
.comment-author strong a {
	color: #FF7300;
}
.comment-author small {
	color: #CBAA74;
}
.comment-author small a {
	color: #CBAA74;
}
.comment-avatar {
	position: absolute;
	left: 0;
	top: 2px;
	width: 48px;
	height: 48px;
	background: url(img/avatar_bg.gif) no-repeat;
}
.comment-avatar img {
	margin: 4px;
	width: 35px;
	height: 35px;
	border: 2px solid #FCE4AD;
}
.commentlist li.comment-author-admin .avatar {
	border: 2px solid #F9C;
}
.commentlist li .atreply {
	display: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	font-size: 11px;
	background: url(img/reply.png) no-repeat;
	text-indent: -9999px;
}

#comments h3 {
	margin: 3px 0 10px 0;
	font-size: 16px;
	color: #885637;
}

#postcomment {
	_width: 298px;
}

#commentform div {
	margin: 6px 0;
}

#commentform label {
	display: block;
	margin: 0 0 3px 0;
}

#commentform input,
#commentform textarea {
	width: 97%;
	padding: 3px 4px;
	border: 1px solid #F8E1BC;
	color: #885637;
}
#commentform textarea {
	overflow: auto;
}

#commentform #submit {
	padding: 5px;
	width: 100px;
	background: url(img/hdr_box_bg.png) repeat-x -5px #FEFAEB;
	border: 1px solid #FBDD99;
	font-weight: bold;
	color: #B86B3D;
}


#footer {
	padding: 20px 0 5px 0;
	border-bottom: 9px solid #E4DCD8;
	text-align: right;
	color: #AF9E8F;
}
#footer a {
	margin: 0 2px;
	color: #C26927;
}

#footer .alignright {
	margin: 0 10px 0 0;
}

#footer .alignleft {
	margin: 0 0 0 10px;
	font-size: 11px;
	color: #BBB;
}
#footer .alignleft a {
	color: #959595;
}
#footer .alignleft a:hover {
	color: #777;
}
#footer span {
	margin: 0 5px;
}
#footer span a {
	padding: 0 0 0 12px;
}
#footer .home {
	background: url(img/icon_home.gif) no-repeat 0 center;
}
#footer .top {
	background: url(img/icon_top.gif) no-repeat 0 center;
}
#footer .admin {
	background: url(img/icon_admin.gif) no-repeat 0 center;
}
#footer .user {
	background: url(img/icon_user.gif) no-repeat 0 center;
}

.fl {
	float: left;
	margin: 0 5px 0 0;
	width: 48%;
}
.fr {
	float: right;
	margin: 0 0 0 5px;
	width: 48%;
	text-align: right;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

h2.archive {
	padding: 1px 0;
	font-size: 14px;
	letter-spacing: 1px;
}

#loading {
	position: absolute;
	left: 40px;
	top: -3px;
	z-index: 1000;
	width: 130px;
	height: 20px;
	border: 1px solid #F8EEE7;
	background: url(img/load.gif) no-repeat #D9C8BB center center;
	-moz-border-radius: 3px;
  	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.sidemenu .current_page_item {
	font-weight: bold;
	font-style: italic;
}
.sidemenu .current_page_item .page_item{
	font-style: normal;
}

.wp_smilies {
	padding: 2px;
	background: #FEF4D3;
	border: 2px solid #FCE8C2;
}
.wp_smilies img {
	margin: 3px 1px;
}

#scrollDiv {
	width: 370px;
	height: 23px;
	margin: 0; 
	overflow: hidden; 
	line-height: 23px;
}
#content #scrollDiv li {
	margin: 0;
	background-position: 2px center;
}

/*
ul.hot_friend li, .home-page ul.blogroll li, .home-page .wp-tag-cloud li {
	display: inline;
	padding-right: 6px;
}
.home-page ul.blogroll strong {
	margin: 0 4px;
	font-size: 14px;
}
*/

.sidegallery h3 {
	margin-bottom: 5px;
}
.fotopuzzle {
	margin: 3px 0;
	padding: 0 2px 3px 0;
	background: #F8DC9C;
}
.fotopuzzle .thumb {
	float: left;
	position: relative;
	width: 89px;
	height: 89px;
	border: 3px solid #F8DC9C;
}
.fotopuzzle .thumb a {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 91px;
	height: 91px;
	background-position: center center;
}
.fotopuzzle a.thumb-2:hover,
.fotopuzzle a.thumb-4:hover,
.fotopuzzle a.thumb-6:hover {
	right: -2px;
}
.fotopuzzle .thumb a:hover {
	z-index: 100;
	width: 182px;
	height: 88px;
	overflow: hidden;
	border: 2px solid #FFF;
}
.fotopuzzle .thumb a strong,
.fotolist li a strong {
	display: none;
}
.fotopuzzle .thumb a:hover strong,
.fotolist li a:hover strong {
	display: block;
	padding: 1px 4px;
	background: #F90;
	color: #FFF;
	text-align: center;
}

#content .box .fotolist {
	margin: 8px 2px;
}
#content .box .fotolist li {
	margin: 5px 0;
	padding: 0;
	background: none;
}
.fotolist li {
	position: relative;
	width: 184px;
	height: 85px;
	border: 2px solid #F8DC9C;
}
.fotolist li a {
	display: block;
	width: 178px;
	height: 79px;
	overflow: hidden;
	background-position: center center;
	border: 3px solid #FFF;
}

.links-page ul.blogroll {
	margin: 0 10px 5px 10px;
}
.links-page ul.blogroll li {
	float: left;
	width: 22%;
	padding-bottom: 4px;
	border-bottom: 1px solid #FAEAC5;
}
.links-page ul.blogroll li a {
	display: block;
	margin-bottom: 2px;
	border: none;
}
.links-page ul.blogroll:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.links-page ul.blogroll {
	display: inline-block;
}
* html .links-page ul.blogroll {
	height: 1%;
}
.links-page ul.blogroll {
	display: block;
}

.taglist {
	margin: 6px 0 2px 0;
	line-height: 18px;
}
.taglist a {
	margin: 2px;
}

ul.rpost li:first-child {
}


#side-ss {
	padding: 4px 7px;
}
#slideShow {
  width : 205x;
  height : 140px;
}
