/*
	Theme Name: Modern Clix
	Them URI: http://www.rodrigogalindez.com
	Description: A minimal, grid based, elastic theme. Wordpress 2.7 ready.
	Version: 1
	Media: Screen
	Version: Tue 6, Jan 2008
	Author: Rodrigo Galindez
	Author URI: http://www.rodrigogalindez.com
	Tags: black, white, three-columns, fixed-width, custom-header, custom-colors, theme-options, right-sidebar
*/

/* ----------------------------------------------- [ * ] */

@import url(css/grid-900.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background: #f7ae3f url('http://www.longboardsicecream.com/skin/frontend/longboardsicecream_com/longboards/images/header-bg.jpg') repeat-x top center;
	color: ffffff;
}




hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #29301f;
}

h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
        width: 500px;
	margin: 15px 0 0 15px;
	font-size: 1.8em;
	line-height: 1.8;
}

h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}

h5 {
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.6;

}

p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.6;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #685331;
}

a:hover {
	color: #0F83DB;
}

acronym {
	border-bottom: 1px dotted #685331;
}

kbd {
	font-family: "Monaco", "Courier New", fixed;
	font-size: 1em;
	text-transform: uppercase;
}

/* ----------------------------------------- [ Wrapper ] */

#wrapper {
	width: 1025px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 3em;
	
}

/* ---------------------------------------- [ Main Nav ] */

#main-nav {
	padding: 0 0 .5em 0;
	overflow: hidden;
}

#main-nav ul {
	list-style-type: none;
}

#main-nav li.page_item {
	margin-right: 2.2em;
	float: left;
}

#main-nav li a {
	font-size: 1.2em;
	line-height: 1.6;
	padding-left: 8px;
}

/* ------------------------------------------ [ Header ] */

#header {
margin: -13px 0 20px 10px;
height: 100px;
width: 1025px;
float: left;
}

#header img{
padding: 0 0 0 0px;
}



#header h1 a, #header h2 {
	color: #29301f;
}

/* ------------------------------------------ [ Content ] */

#content {
width: 700px;
margin-top: 3px;;
        background: #ffffff;
	padding-top: 3px;
	overflow: hidden;
color: #2d3522;
}

#content p{
margin: 15px 0 15px 15px;
}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
	border-bottom: 3px solid #f7ae3f;
}

.nav li a{
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}

/* -------------------------------------------- [ Post ] */

.post {
	padding: 1em 0 2em 0;
	border-bottom: 10px solid #f7ae3f;
	overflow: hidden;
	clear: both;
}

#content p a{
text-decoration: underline;
}

.post a:hover{
background: #e0af44;
color: #ffffff;
}

.post-content p, .post-content h5, .post-content code {
	width: 500px;
color: #4f5b41;
}

.post-content h3 {
margin: 7px 0 15px 0;
font-family: helvetica;
color: #2d3522;
line-height: 1.3;
font-weight: bolder;
font-size: 22px;
}

.post-content h3 a{
color: #2d3522;
}

.post-content h3 a:hover{
color: #2d3522;
background: #fae7bc;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}

.post-content code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.post-content pre {
	margin: 2em 0 2em 0;
	padding: 2em;
	font-size: 1.2em;
	background: #eee;
	overflow: auto;
}

.post-content pre code {
	color: #222;
}

.post-content .quote-author {
	float: right;
}

/* -------------------------------------- [ Commentary ] */

#commentary {
	border-top: 1px solid #111;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	margin: 0 0 3em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #685331;
	clear: both;
	overflow: hidden;
}

.comment dt {
	margin: 0 0 .5em 0;
	font-size: 1.2em;
	line-height: 1.6;
}

#leave-comment {
background: #ffffff;
	border-top: 7px solid #f7ae3f;
width: 100%;
	padding: 1.2em 0 0 0;
	overflow: hidden;
	clear: both;	
}

#leave-comment code {
	font-family: "Monaco", "Courier New", fixed;
	font-size: .9em;
}

.comment-field {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	clear: both;
	overflow: hidden;	
}

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
color: #685331;
}

#sidebar a:hover{
color: #ffffff;
}

#sidebar h4 {
background: #ea860c;
	padding: 10px;
	line-height: 1.6;
border-bottom: 1px solid #e4bf70;
border-top: 1px solid #cf7200;
}

#sidebar h2 {
        background: #ea860c;
	padding: 10px;
	line-height: 1.6;
        border-bottom: 1px solid #e4bf70;
        border-top: 1px solid #cf7200;
        color: #685331;
}

#sidebar p {
	font-size: 1.1em;
	color: #685331;
}

#sidebar .section input {
	width: 15.8em;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #685331;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #685331;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 20px 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
	border-top: 1px dotted #685331;
}

#content .first {
	border: 0;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes {
width: 1025px;
margin: 30px 0 50px 0;
	border-top: 1px solid #333;
	padding: 1em 0 0 0;
	overflow: hidden;
	clear: both;
}

#footnotes p {
	margin-bottom: .2em;
	font-size: 1.1em;
}

#footnotes .rss {
	margin-left: 8px;
	padding-left: 16px;
	background: transparent url(images/feed-icon.gif) no-repeat center left;
}

/* ------------------------------------------ [ Flickr ] */

#flickr_badge_wrapper {
	margin-left: -1.2em;
	overflow: hidden;
}

.flickr_badge_image {
	margin: 0 0 1.2em 1.2em;
	float: left;
}

.flickr_badge_image img { 
	width: 64px;
	height: 64px;
}

.flickr_badge_image a {
	display: block;
}

/* --------------------------------- [ General Classes ] */

.small {
	font-size: 1em;
	line-height: 1.6;
}

/* If you want a text in ALL CAPS */

.ver {
	text-transform: uppercase;
	color: #685331;
}

/* For by-lines */

.low {
	font-family: Palatino, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	color: #666;
}

/* A nice ampersand */

.amp {
	font-family: Baskerville, Georgia, "Times New Roman", sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

/* For image captions */

.tooltip {
	display: block;
	padding-top: 8px;
	font-size: .9em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}

.nudged {
	margin-right: 8px;
}

.nudged-left {
	padding-left: 8px;
}

.nudge-bottom {
	margin-bottom: 1.5em;
}

.last-field, .first-post {
	border: 0;
}

.title-not {
	width: 33px;
	height: 25px;
	margin: 0 6px 0 0;
	display: block;
	text-indent: -1000em;
	background: transparent url(images/not.gif) no-repeat top left;
	float: left;
}

.search-field {
	padding: 0;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

.button {
	display: block;
	padding: 8px;
	background: #222;
	color: #fff;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.button:hover {
	background: #000;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	background: #c5c5c5;
	padding: 10px;
	line-height: 1.6;
	font-size: 1em;
        text-transform: uppercase; 
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	border-bottom: 1px dotted #685331;
	font-size: 1.1em;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 1em;
	padding: .8em;
	text-align: center;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}

.tweet{
width: 50px;
float: left;
margin: 7px 5px 5px 5px;
}

.fbshare{
width: 50px;
float: right;
margin: 7px 5px 5px 5px;
}

.social_box{
margin: 0 0 0 0;
}

.social_box ul{
display: inline;
list-style: none;
margin: 0 0 0 5px;
}

.social_box li{
padding: 10px 4px 0 2px;
}

.social_box ul li {
display: inline;
list-style: none;
}

.website{
position: absolute;
top: 0px;
left: 50px;
background: #806651;
}

.website a {
display:block;
font-size:10px;
line-height:10px;
padding:5px 7px 6px 7px;
border-right: 3px solid #ffffff;
border-left: 3px solid #ffffff;
border-bottom: 3px solid #ffffff;
color: #ffffff;
}

.website a:hover{
color: #ffffff;
}

.thedate{
font-size: 18px;
color: #ea860c;
margin: 0 0 0 5px;
}

.thecategory{
margin: 0 0 0 5px;
}

.thecomments{
margin: 0 0 0 5px;
}

.editpost{
margin: 0 0 0 5px;
}

.subscribe_box{
float: left;
margin: -95px 0 0 700px;
width: 291px;
height: 82px;
}

.email_field{
float: left;
margin: 26px 0 0 2px;
height: 36px;
width: 179px;
}

.submit_button{
float: left;
margin: 26px 0 0 5px;
padding: 0;
}

input.subscribe_field {
padding: 0;
background: url(http://purpleraincloud.com/zen/wp-content/themes/modern-clix/modern-clix/images/subscribe_field.jpg);
background-repeat: no-repeat;
width: 179px;
height: 36px;
text-indent: 7px;
}


#nav  {
font-size:1.1em;
}
menu.css (line 18)
ul, menu, dir {
list-style-type:disc;
}

#nav { margin: 0 0 0 -.79em; padding:0; font-size:1.1em; z-index:999; }


/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:left;
	}
#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/
#nav li { float:left; text-transform:uppercase; font-size:10px; letter-spacing:1px; }
#nav li.active { background: url(../images/menu-bullet.png) no-repeat bottom center; }
#nav li.active a { color:#614100; }
#nav a { float:left; padding:5px 7px 8px 9px; color:#614100; font-weight:bold; }
#nav li.over a, #nav a:hover { color:#ffffff; }


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	padding-bottom:1px;
	background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%;	
	}
#nav ul li.over {background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%;}
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

	
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
	background:none;
	}
#nav ul li a { font-weight:normal !important; }


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:15em;
	top:25px;
	left:-10000px;
  border:1px solid #899ba5;
}

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }


#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a, #nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}



/************ 3RD+ LEVEL ************/

#nav ul ul { top:5px; }

/*
#nav ul ul ul { left:-10000px; }
#nav li.over ul li.over ul ul { left:-10000px; }
#nav li.over ul li.over ul li.over ul { left:100px; }
*/

/* Fix for the IE bug */

#nav iframe {
position: absolute;
left: -1px;
top: 0;
z-index: -1;
background:transparent;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
.debug {border:1px solid red!important;}

/****************************************************************/
/********** LEFT MENU *******************************************/
/****************************************************************/

.left-nav-cat a, .left-nav-subcat a { color:#614100; text-decoration:none; }
.left-nav-cat, .left-nav-subcat { color:#614100; }

.left-nav-cat { text-transform:uppercase; font-size:1.1em; font-weight:bold; }

.left-nav-subcat a { color:#614100; margin-left:15px; }

.left-nav-product a { color:#EB850A; margin-left:15px; text-decoration:none; font-size:11px; }
.left-nav-product { line-height:.9em !important; }

.left-nav-cat a:hover, .left-nav-subcat a:hover, .left-nav-product a:hover { text-decoration:underline; }

.header {
    z-index:999;
    text-align:left;
    }
.header-top {
    position:relative;
    width:975px;
    margin:0 auto;
    }
.header-nav {  }
.middle {
    min-height:400px;
    width:947px;
    margin:0 auto;
    text-align:left;
    position:relative;
    }
.side-col { width:184px; }
.col-left { float:left; }
.col-main { float:left; margin-right:6px !important; }
.col-right { float:right; margin-right:6px; }
.col-1-layout .col-main { float:none; margin:0 0 4px 0; }
.col-2-right-layout .col-main { float:left; width:741px;  }
.col-2-left-layout .col-main { float:right; width:741px; margin-bottom:4px; }
.col-3-layout .col-main { width:539px; margin-left:17px; }

/* Style */
.header { }
.header-top-container { height:160px; }
.header-top { padding:14px 30px 0 0; }
.header-nav-container { float:left; margin:50px 0 0 10px; }
.middle-container { background:#FBBB4F url(../images/middle-bg.gif) repeat-x center; margin-top:-1px; }
.middle-container .top { line-height:0.7em; margin:0 auto; }
.middle-container .bottom { margin:0 auto; line-height:0.3em; margin:0 auto; }
.middle-container2 { background:url(../images/middle-top-bg.gif) repeat-x top; }
.middle-container3 { background:url(../images/middle-bottom-bg.gif) repeat-x bottom; }
.middle { background:url(../images/middle-shadow-right.png) repeat-y;  padding:0 3px 0 5px; }

/********************** Header */

/* Logo */
h1#logo {
    float:left;
    width:250px;
    margin:3px 0 10px;
    }
.page-popup h1#logo { display:none; }

/* Slogan */
.slogan {
    float:right;
margin: 9px -8px 0 0;
    }

input #s{
background: #ffffff;
}

.buzz_header{
background: url('http://blog.longboardsicecream.com/wp-content/uploads/2010/04/buzz_header.jpg') no-repeat;
width: 694px;
height: 44px;
margin: 0 0 0 3px;
}

#tec-content{
background-color: #ffffff;
padding: 20px;
}

#tec-content img{
width: 970px;
height: auto;
}

#tec-event-meta{
margin: 0 10px 0 10px;
background: #fffcf7;
text-indent: 20px;
}

#mc_mv_EMAIL{
margin: 0 0 0 -3px;
}

.mc_input{
width: 280px;
margin: 0;
}

.button {
-moz-border-radius:4px 4px 4px 4px;
background:none repeat scroll 0 0 #695431;
color:#FFFFFF;
display:block;
font-size:0.9em;
letter-spacing:3px;
padding:8px;
text-align:center;
text-transform:uppercase;
margin: 0 4px 0 0;
float: right;
width: 100px;
}

.upcoming{
background: #f2dbb9;
}

.dig-in{
background: #e7c490;
padding: 7px;
}




.tweet_container{
width: 1004px;
height: 50px;
margin: 0 0 10px 0;
padding: 0 0 0 0;
}

.tweet_avatar{
width: 50px;
height: 50px;
float: left;
padding: 0;
margin: 0;
}

.tweet_text{
color: #ffffff;
}

.tweet_box{
background: #f9c473;
border-top: 1px solid #fbd9a5;
width: 950px;
height: 50px;
float: right;
padding: 0;
margin: 0 0 0 0;
color: #442b05;
font-size: 14px;
font-weight: bolder;
}

.tweet_box p{
font-size: 12px;
font-weight: bolder;
padding: 15px 0 0 14px;
}

.tweet_box p a{
color: #aa6700;
text-decoration: underline;
}

.tweet_box p a:hover{
color: #ffffff;
text-decoration: none;
}

.twitter-timestamp{
font-size: 10px;
font-style: italic;
}

.clear{
clear: both;
}

.plancast_profile_sidebar_widget{
background: #ffffff;
}


.gallery{
width: 685px;
padding: 0 0 30px 10px;
}

.gallery img{
width: 200px;
height: 200px;
margin: 0 0 10px 0;
}

.banner{
margin: 3px 0 20px 0;
}

#highLightHelpTextbyAdmin{
visibility: hidden;
}
