7*
Theme Name: IWasThereMan
Theme URI: http://iwasthereman.com
Description: Custom theme for I Was There Man
Author: Joe Fulgham, Walter Costinak
Author URI: http://www.holycow.com/
Version: 1.0
*/

/* Reset CSS
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* The Basics */
html, body {
    font-family: Muli, arial, helvetica, monaco, sansserif;
    background: #52046c url(images/background.png) top left no-repeat;
    color: #fff;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

p {
    line-height: 1.3em;
    margin-bottom: 1em;
}

a {
    color: #E780BA;
    text-decoration: none;
}

blockquote {
    margin: 10px 50px;
} 

a:hover {
    text-decoration: underline;
}

img {
	border: none;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
    color: #E780BA;
}

h2, h2 a {
    font-size: 1.3em;
    font-weight: bold;
}

h1 a {
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}

.alignright {
    float: right;
    padding-left: 12px;
}

.aligncenter {
;    float: center;
    padding-right: 12px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.alignleft {
    float: left;
    padding-right: 12px;
}

ul {
    list-style-position: outside;
}

/* Plugin related */

.wp-greet-form {
    color: #E780BA;
    border: 5px solid rgba(99,29,122,0.6);
    //width: 70%;
    padding: 2px;
    padding-right: 20px;
    
}

.wp-greet-form#message {
    color: black;
    font-size: 1.3em;
    font-weight: bold;
}

#wp-greet-1 {
    color: green;
}


#wp-greet-2 {
    color: yellow; 
}


#wp-greet-3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#wp-greet-4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


#wp-greet-5 {
    color: green;
    text-align: center;
    font-size: 2em;
}

#wp-greet-6 {
    color: green;
    text-align: center;
    font-size: 1.3em;
}

/* plugin - page-list */

.page-list {
    valign: middle;
    height: 40px;
}

.page-list-ext {
}

.page-list-ext-item {
    font-size: 1.5em;
}

.page-list-ext-image {
}

/*

.page-list-ext-title {
    color : #0099FF;
    outline: 1;
    text-decoration: underline;
}

*/

.page-list-ext-title {
}



.page-list-ext-title a {
    color : #0099FF;
    text-decoration: none;
}


.page-list-ext-title a:link {
    color : #0088FF;
}

.page-list-ext-title a:visited {
    color : #0099FF;
}


.page-list-ext-title a:hover {
    color : #FFFF00;
}


.page-list-ext-title a:active {
    color : #33FF66;
}


.page-list-ext-image a {
    text-align: center;
}

/* plugin NextGen */

/* NGG classes */

.ngg-imagebrowser {
	width: 70%;
	margin-left: auto;
	margin-right:auto;
	border-style:none;
	border:0;
}


.highslide{
	border-style:none;
	border:0;
}

.ngg-imagebrowser img {
}


.ngg-imagebrowser h3 {
    display:none;
}

.ngg-imagebrowser-nav {
}

.pic {
	border-style:none;
	border:0;
}

/* Experiments */
.strip {
	width: 100%;
	height: 400px;
}


/* NGG id's */

/* This worked */
#ngg-image-0 {
	border-style:none;
	border:0;
}





/* Layout */

#maincontainer {
    width: 100%;
    min-height: 320px;
    margin: 0;
    padding: 0;
    background: url(images/band.png) repeat-x;
    overflow: hidden;
}

#subcontainer {
    padding-right: 290px;
    padding-left: 20px;
}

#content {
    min-width: 290px;
    width: 100%;
    background: url(images/hrule.png) no-repeat top left;
    padding-top: 30px;
    float: left;
    position: relative;
}

#mycontent2 {
    min-width: 290px;
    width: 100%;
    padding-top: 30px;
    float: left;
    position: relative;
}

#header {
    height: 211px;
    border-top: 12px solid #52056c;
}


#right {
    width: 290px;
    margin-right: -290px;
    min-height: 200px;
    float: left;
    position: relative;
    overflow: hidden;
}

#sidebar {
    background: url(images/sidebar-main.png) repeat-y;
    padding: 0 40px;
    overflow: hidden;
}

.widget {
    padding: 10px 20px 20px 20px;
}

#sidebartop img {
    display: block;
}

#footer {
    width: 100%;
    min-height: 75px;
    margin: 20px auto 0 auto;
    padding-top: 20px;
    text-align: center;
    font-size: .8em;
    clear: both;
    position: absolute;
    height: auto;
}

#iwtmlogo {
    float: left;
    display: block;
    width: 189px;
    height: 211px;
    margin-left: 40px;
    background: url(images/logo-iwtm.png);
}

#iwtmcomic {
    background-image=$Image;
}



#iwtdog {
    display: none;
}

body#submit #iwtdog {
    display: block;
    height: 211px;
    width: 104px;
    position: absolute;
    top: 0;
    left: 60%;
    z-index: 200;
    background: url(images/iwtdog.png);
}

body#submit #iwtmlogo {
    background: url(images/logo-iwtm-submit.png);
}

body#register #iwtmlogo {
    background: url(images/logo-iwtm-register.png);
}

#iwtmlogo a {
    display: block;
    width: 189px;
    height: 211px;
}

#iwtglogo {
    float: right;
    width: 156px;
    height: 211px;
    margin-right: 40px;
    background: url(images/iwtg.png);
}

body#register #iwtglogo {
    background: url(images/iwtg-register.png);
}

#submitlink {
    position: absolute;
    top: 160px;
    margin-left: 40%;
}

body#submit #submitlink {
    display: none;
}

#submitlink img {
    float: left;
    margin-top: -2px;
}

.entry {
    color: #fff;
    float: left;
    width: 100%;
}

.entry p:last-child {
    margin-bottom: .4em;
}

h1.posttitle {
    float: left;
}

h1.eventdate {
    float: right;
}

.postauthor, .postdate {
    color: #fff;
    float: left;
    margin-right: 20px;
    font-size: .8em;
    margin-bottom: .4em;
}

.postrating {
    color: #fff;
    float: left;
    margin-right: 20px;
    font-size: .8em;
    margin-bottom: .4em;
    width: 100px;
    clear: left;
}

.postcommentcount {
    color: #fff;
    float: left;
    margin-right: 20px;
    font-size: .8em;
    margin-bottom: .4em;
}

.pagenavi {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

.postcommentcount a {
    color: #E780BA;
}

.postlist {
    clear: both;
}

#comments {
    clear:both;
    float: left;
    display: block;
    margin-left: 120px;
    margin-top: 20px;
    padding-top: 50px;
    min-width: 80%;
    background: url(images/hrule-big.png) no-repeat;
}

img.avatar {
    float: left;
}

.clearboth {
    clear: both;
    height: 15px;
}

.clearboth:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


img.attachment-post-thumbnail {
    height: 75px;
    width: 75px;
    float: left;
    margin-right: 10px;
}

img.post-rating {
    width: 30px;
    height: 75px;
    float: left;
    margin-right: 5px;
}

.brief, .post {
    margin-left: 120px;
}

/* Menu */
.menu-main-menu-container {
    position: absolute;
    top: 5px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.menu-main-menu-container li {
    display: inline;
    padding: 0 10px;
    text-align: left;
    height: 18px;
    overflow: hidden;
}

.menu-main-menu-container li a, #submitlink a {
    color: #e780ba;
}

.menu-main-menu-container li a:hover {
    color: #FFF;
}

.menu-main-menu-container ul li.current-menu-item a {
    color: #E780BA;
}

.menu-main-menu-container a:hover, #submitlink a:hover {
    color: #FFF;
}

/* .menu-main-menu-container li.menu-item-home {
    padding-top: 5px;
} */

.menu-main-menu-container li.menu-item-home a {
    display: inline-block;
    height: 18px;
    width: 18px;
    background: url(images/doghouse.png);
}

.menu-main-menu-container li.menu-item-home a:hover {
    background: url(images/doghouse-over.png);
}

/* Form Styling */
input, textarea {
    background: #E780BA;
    border: 10px solid rgba(99,29,122,0.6);
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
    padding: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;
}

select {
    background: #E780BA;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px;  
    border: 0;
}

h3.widget-title {
    font-weight: bold;
}

.gform_wrapper .validation_error {
    color: #fff !important;
}


#responsiveentry {
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    max-width: 600px;	/* Limit width of image */
    width: 100%;
    height: auto;
    display:block;	/* Center image */
    margin-left:auto;
    margin-right:auto;
}


/* Responsive  */
@media screen and (max-width: 610px) {
    #right {
        width: 100%;
        float: left;
        position: relative;
        min-width: inherit;
        clear: both;
    }
    
    body#register #iwtmlogo {
        background: url(images/logo-iwtm-close.png);
    }
       
    #iwtglogo {
        width: 87px;
        background-position: top right;
    }
    
    body#register #iwtglogo {
        display: none;
    }
    
    #sidebar {
        background: #631d7a;
        width: 100%;
        padding: 10px 0;
    }
    
    #sidebarbottom {
        display: none;
    }

    #content {
        width: auto;
        min-width: inherit ;
        float: left;
        padding: 30px 20px 0 20px;
    }
    
    #subcontainer {
        padding: 0;
    }
    
    #sidebartop {
        display: none;
    }
    
    .menu-main-menu-container li a {
        background: #52046c;
    }

    #submitlink {
        margin-left: 50%;
        max-width: 115px;
    }
    
    .widget {
        width: 40%;
        min-width: 170px;
        float: left;
    }

    body#submit #iwtdog {
        display: none;
    }

    #responsiveentry {
    }
}

@media screen and (max-width: 420px) {
    #iwtglogo { display: none;}
    
    #iwtmlogo { 
        background: url(images/logo-iwtm-close.png);
    }
    #submitlink {
        margin-left: 220px;
    }
    
    body#submit #iwtdog {
        display: none;
    }


    #responsiveentry {
    }
}

